/*
Theme Name: Cheryl Lynn
Theme URI: http://www.cheryllynneaton.com
Author: Cheryl Lynn Eaton
Author URI: CherylLynnEaton.com
Template: twentyfifteen
Description: Cheryl Lynn is a child theme of WordPress' Twenty Fifteen theme. It was created for the website CherylLynnEaton.com.
Version: 1.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cheryllynn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
 
 body:before {
	max-width: 278px
}

#sidebar {
	left: 0;
}

#page {
	margin-left: 0;
}


body {
	background: #313344;
}



/**
 * 2.0 - Genericons
 */


/**
 * 3.0 Typography
 */
 
body,
button,
input,
select,
textarea {
	color: #bbb;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
        text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Sedgwick Ave", serif;
        clear: both;
	font-weight: 700;
	color: #ffffff;
}


.wp-block-quote, 
blockquote {
        padding: 20px 20px 20px 20px;
        line-height: 1.6;
        color: #bbbbbb;
        border:1px dashed #707070;
        background:#232430;  
        align: center;
	text-align: justify;
        float: none;
	margin-left: 10%;
	margin-right: 10%;
  	width: 80%;
}

.wp-block-quote p, 
blockquote p {
        margin-bottom: 1.6em;
}

.wp-block-quote cite,
blockquote small,
cite {
	color: #fff;
	font-family: "Sedgwick Ave", serif;
	line-height: 1.6;
	display: block;
        margin-top: 10px;
        text-align: right;
        text-decoration: none !important;
        border-bottom: none !important;
}

.wp-block-quote cite a,
cite a {
	color: #fff;
	font-family: "Sedgwick Ave", serif;
        text-decoration: none !important;
        border-bottom: none !important;
}

.wp-block-quote cite a:hover,
cite a:hover,
cite a:focus {
	color: #ff449e;
	font-family: "Sedgwick Ave", serif;
        text-decoration: none !important;
        border-bottom: none !important;
}

cite:before {
	color: #bbbbbb;
        content: "\2014 \2009";
}

blockquote em,
blockquote i {
	font-style: italic;
}

pre {
	background-color: #232430;
	border: 1px dashed #707070;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/**
 * 4.0 Elements
 */

hr {
	background-color: #000;
	border: 0;
	height: 3px;
	width: 87%;
}

ul {
	list-style: disc;
	padding-left: 40px;
}

ol {
	list-style: decimal;
	padding-left: 40px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(187, 187, 187, 1);
	font-family: "Montserrat", sans-serif;
}

:-moz-placeholder {
	color: rgba(187, 187, 187, 1);
	font-family: "Montserrat", sans-serif;
}

::-moz-placeholder {
	color: rgba(187, 187, 187, 1);
	font-family: "Montserrat", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(187, 187, 187, 1);
	font-family: "Montserrat", sans-serif;
}

/**
 * 5.0 Forms
 */
 
 .contact-form input { 
  	background-color: #222222;
	color: #bbbbbb;
	border: 1px solid #3c3c40;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	padding: 8px;
	width: 300px;
	height: 34px;
    -webkit-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
    box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
}

.contact-form input:active, 
.contact-form input:focus { 
	background-color: #222222;
	color: #bbbbbb;
	border: 1px solid #4c4c4f;
	outline: none;
}

.contact-form select { 
  	background-color: #222222;
	color: #bbbbbb;
	border: 1px solid #3c3c40;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	width: 300px;
	height: 34px;
    -webkit-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
    box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
}

.contact-form select:active, 
.contact-form select:focus { 
	background-color: #222222;
	color: #bbbbbb;
	border: 1px solid #4c4c4f;
	outline: none;
}

.contact-form textarea { 
    background-color: #222222;
	border: 1px solid #3c3c40;
	color: #bbbbbb;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
    padding: 8px;
	max-width: 100%;
    -webkit-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
   	box-shadow: inset 4px 4px 2px -2px rgba(0,0,0,0.5);
}

.contact-form textarea:active, 
.contact-form textarea:focus {
	background-color: #222222;
	border: 1px solid #4c4c4f;
	color: #bbbbbb;
	outline: none;
}

.contact-form input[type="submit"],
.contact-form input[type="submit"]:hover {
	background: #ff449e;
	color: #ffffff;
	height: 25px;
	width: 43px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ff449e;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
   	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}

.contact-form input[type="submit"]:active {
	background: #ff449e;
	color: #ffffff;
	border: 1px solid #000000;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.contact-form div label {
	font-family: "Sedgwick Ave", serif;
    font-weight: 400;
	color: #ffffff !important;
    margin: 5px 0px 5px 0px;
}

.contact-form div label span {
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #ff449e;
	border: 1px solid #ff449e;
	color: #fff;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #ff449e;
	border: 1px solid #ff449e;
	outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ff449e;
	border: 1px solid #000000;
	outline: 0;
}


input[type="search"] {
	background-color: #222222;
	color: #bbbbbb;
	border: 1px solid #3c3c40;
	-webkit-appearance: textfield;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}


/**
 * 6.0 Navigations
 */
 
 .nav-previous, .nav-next {
  display: none; 
}


/**
 * 6.1 Links
 */
 
 a {
	color: #ff449e;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff449e;
	text-decoration: none;
}


/**
 * 6.2 Menus
 */
 
 .main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.secondary-toggle {
	background-color: transparent;
	border: 1px dashed #707070;
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #ffffff;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px dashed #707070;
	outline: 0;
}

.post-navigation {
	background-color: #313344;
	border-top: 0;
	font-weight: 700;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Sedgwick Ave", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation div + div {
	border-top: 0;
}

.pagination {
	background-color: #232430;
	border: 1px dashed #707070;
	font-family: "Montserrat", sans-serif;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	background-color: #232430;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #232430;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}


/**
 * 7.0 Accessibility
 */


/**
 * 8.0 Alignments
 */


/**
 * 9.0 Clearings
 */


/**
 * 10.0 Header
 */
 
.site-header {
	background-color: #000;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-title {
	font-family: "Sedgwick Ave", serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.3636;
        -webkit-text-stroke: 2px #ff449e;
        color: #000000;
        text-shadow:
            3px 3px 0 #000,
           -1px -1px 0 #000,  
            1px -1px 0 #000,
           -1px 1px 0 #000,
            1px 1px 0 #000;
        margin-bottom: 0;
        white-space: nowrap;
        text-align: center;
	}

.site-title a {
	font-family: "Sedgwick Ave", serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.3636;
        -webkit-text-stroke: 2px #ff449e;
        color: #000000;
        text-shadow:
            3px 3px 0 #000,
           -1px -1px 0 #000,  
            1px -1px 0 #000,
           -1px 1px 0 #000,
            1px 1px 0 #000;
        margin-bottom: 0;
        white-space: nowrap;
        text-align: center;
	}


/**
 * 11.0 Widgets
 */

.widget {
	color: #ffffff;
	background-color: #000000;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget select {
	font: 14.5px "Montserrat", sans-serif;
	color: #bbbbbb;
	padding: 3px;
	width: 100%;
	background: #575757;
	border: 1px solid #000000;
}

.widget select:focus {
	outline: 0;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font: normal 15px 'Montserrat', sans-serif;
    background:#f8f8f8;
    color:#000000;
    border: 1px solid #ababab;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 65px;
    height: 25px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
	text-align: center;
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
    background:#f8f8f8;
    color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 65px;
    height: 25px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
    opacity: 1.0;
	filter: alpha(opacity=100);
}


.widget button:focus,
.widget input:focus[type="button"],
.widget input:focus[type="reset"],
.widget input:focus[type="submit"] {
    background:#f8f8f8;
    color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 65px;
    height: 25px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
    opacity: 1.0;
	filter: alpha(opacity=100);
}


.widget input[type="search"] {
	height: 28px;
	width: 100%;
	line-height: normal;
	padding: 0px 0px 0px 7px;
	background: #575757;
	border:1px solid #000000;
	font: 14.5px "Montserrat", sans-serif;
	color: #bbbbbb;
}

.widget-title {
	color: #ffffff;
	font-family: "Sedgwick Ave", serif;
	letter-spacing: 0.04em;
    font-size: 16px;
    font-style: normal;
	margin-bottom: 2px;
	text-transform: lowercase !important;
}

.widget blockquote {
	font-style: normal;
	border: 1px dashed #707070;
	background-color: #000000;
	text-align: justify; 
	}

.textwidget a {
	border-bottom: 0;
}

.clmenu {
	display: inline-block;
	margin: 4px;
	width: 64px;
	height: 25px;
    border: 0px;
}

.fa-stack {
    margin: 4px;
}


.fa-stack:hover {
    opacity: 0.7;
}

.jetpack_subscription_widget {
    font-family: "Montserrat", sans-serif;
	font-color: #ffffff;
    text-align: justify;
    font-style: italic;
height: 26px;
border: 1px solid #000000;
}

#subscribe-email input {
	color: #bbbbbb;
	padding: 0px;
	height: 28px;
	background: #575757;
	border: 1px solid #000000;
	box-sizing: inherit !important;
}

#subscribe-submit button {
	background: #ff449e;
	color: #ffffff;
	text-transform: bold;
	height: 28px;
	padding: 0px;
        text-align: center;
        border: 1px solid #000000;
	border-radius: 0px; 
        -moz-border-radius: 0px; 
        -webkit-border-radius: 0px;
}


.tnp.tnp-subscription-minimal {
    font-family: "Montserrat", sans-serif;
    font-color: #ffffff;
    text-align: justify;
    padding: 0px;
    font-style: italic;
    line-height: normal;
    width: 227px !important;
}

.tnp-subscription-minimal input[type=email] {
        font-size: 12px "Montserrat", sans-serif !important;
	color: #bbb !important;
	padding: 0px 0px 0px 7px !important;
	width: 184px !important;
	height: 30px !important;
	background-color: #575757 !important;
	border: 1px solid #000 !important;
	float: left !important;
	box-sizing: inherit !important;
}

.tnp-subscription-minimal input[type="submit"] {
        background: #ff449e !important;
	color: #ffffff !important;
	text-transform: bold !important;
	width: 45px !important;
	height: 30px !important;
	padding: 0px !important;
    text-align: center !important;
    border: 1px solid #000000 !important;
	border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
}

.tnp-subscription-minimal input[type="submit"]:hover {
	background: #ff449e !important;
	color: #ffffff !important;
	text-transform: bold !important;
	width: 45px !important;
	height: 30px !important;
	padding: 0px !important;
    text-align: center !important;
    border: 1px solid #000000 !important;
	border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
}


.tnp-privacy-field {
    font-size: 12px;
    color: #bbb;
}

.clcopyright {
    font-size: 12px;
    color: #bbb;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #000000;
	display: none;
	padding: 0 7.6923%;
	margin: 0;
}

.site-footer {
	background-color: #313344;
	border-top: 0;
	padding: 3.84615% 7.6923%;
}

/**
 * 12.1 Posts and pages
 */

#page {
    background-color: #313344;
}

.hentry {
	background-color: #313344;
	padding-top: 7.6923%;
	position: relative;
	box-shadow: none;
}

.entry-title  {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;	
	color: #ffffff;
    clear: left;
    text-align: left;
}

.entry-title a {
	color: #ffffff;
}

.entry-content img,
.entry-summary img,
.page-content img,
.comment-content img {
	display: block;
	border: 1px solid #000000;
    padding: 5px;
    background: #232430;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
	border: 1px solid #000000;
    padding: 5px;
    background: #232430;
}

.author-info {
	border-top: 0;
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.entry-footer {
	background: #313344;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0;
}

.entry-footer a {
	border-bottom: 0;
	color: #FF449E;
}

.entry-date {
	color: #fff;
	background: #ff449e;
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	margin: 0px;
	font-size: 14px;
	float: right;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #FF449E;
}

.entry-footer .posted-on {
	display: none;
}

.entry-footer .byline {
	display: none;
}

.page-header {
	background-color: #232430;
	border: 1px dashed #707070;
	padding: 7.6923%;
}

.page-title {
	font-family: "Sedgwick Ave", serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-color: #dddddd;
	line-height: 1.3333;
}

.page-links {
	clear: both;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #313344;
	border-color: #313344;
	color: #ff449e;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #313344;
	border-color: transparent;
	color: #ff449e;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}


/**
 * 12.2 Post Formats
 */



/**
 * 12.3 Comments
 */



/**
 * 13.0 Footer
 */

.site-info {
	background: #313344;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 0;
	color: #ff449e;
}

.site-info a:hover {
	border-bottom: 0;
}

.site-info a:hover,
.site-info a:focus {
	color: #ff449e;
}

.entry-summary div.sharedaddy {
	display:none;
}

div.sharedaddy .sd-content ul {
	float: right;
}

div.sharedaddy .sd-content li {
    margin: 0 6px 0 6px;
}


/**
 * 14.0 Media
 */




/**
 * 14.1 Captions
 */

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 15.0 Multisite
 */

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 300px
 */

@media screen and (min-width: 18.75em) {
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: 10%;
		margin-right: 10%;
	}

	.site-branding {
		min-height: 3.2em;
	}

	.site-title, .site-title a {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.3636;
	}

	.site-description {
		display: block;
	}

	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0;
		padding: 0 15.3846% 5%;
	}

	.main-navigation {
		margin-bottom: 11.1111%;
		margin-right: 0;
	}

	.main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.widget-area {
		margin-top: 0;
	}

	.widget {
	    font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 5%;
	}
	
	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify;
	}
	


.jetpack_subscription_widget {
    font-family: "Montserrat", sans-serif;
    font-color: #ffffff;
    text-align: justify;
    padding: 0px, 0px, 0px, 0px;
    font-size: 87.5%;
    font-style: italic;
	line-height:normal;
width: 227px !important;

}

#subscribe-email input {
	font: 14px "Montserrat", sans-serif;
	color: #bbbbbb;
	padding: 5px;
        width: 182px !important;
	height: 28px;
	background: #575757;
	border: 1px solid #000000;
	box-sizing: inherit !important;
}

#subscribe-submit button {
	background: #ff449e;
	color: #ffffff;
	text-transform: bold;
	width: 44px;
	height: 28px;
	padding: 5px;
    text-align: center;
    border: 1px solid #ff449e;
	border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
}

.tnp.tnp-subscription-minimal {
        width: 227px !important;
        border: 0px !important;
}

.tnp-subscription-minimal input[type=email] {
        font-size: 14.5px "Montserrat", sans-serif !important;
	color: #bbb !important;
	padding: 5px; !important;
	background-color: #575757 !important;
        height: 30px !important;
        width: 182px !important;
        border: 1px solid #000 !important;
        border-radius: 0px !important;
	box-sizing: inherit !important;
}


	
	button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #ff449e;
	border: 1px solid #ff449e;
	color: #fff;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #ff449e;
	border: 1px solid #ff449e;
	outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ff449e;
	border: 1px solid #000000;
	outline: 0;
}
	
	.site-main {
		padding: 7.6923% 0;
	}
	

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry {
		padding-top: 0;
	}

	.hentry,
	.post-content,
	.page-header,
	.page-content {
		box-shadow: none;
		margin: 0 7.6923%;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 7.6923%;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header {
		padding: 0 9.0909%;
	}

	.entry-content,
	.entry-summary {
		padding: 0 9.0909% 9.0909%;
	}

	.entry-footer {
		padding: 4.5454% 9.0909%;
	}


	.page-header {
		background-color: #232430;
		border: 1px dashed #707070;
		padding: 3.8461% 7.6923%;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
		background: #313344;
	}

	.site-footer {
		border-top: 0;
		box-shadow: none;
		margin: 0 7.6923%;
		padding: 3.84615% 7.6923%;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: none;
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 1px dashed #707070;
		box-shadow: none;
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.comments-area {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.comment-content ul,
	.comment-content ol {
		margin-left: 0;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.widecolumn {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923%;
	}
}


/**
 * 16.2 Tablet Small 500px
 */

@media screen and (min-width: 31.25em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		align: center;
		float: none;
		margin-left: 10%;
		margin-right: 10%;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 1em 0;
	}

	.main-navigation ul ul {
		margin-left: 1em;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle {
		height: 42px;
		width: 42px;
	}

	.secondary-toggle:before {
		line-height: 40px;
		width: 40px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.comment-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.custom-logo {
		max-height: 105px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.482758621em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table,
	.widget pre {
		margin-bottom: 1.5em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify;  
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget blockquote > blockquote {
		margin-left: 0;
	}

	.widget pre {
		line-height: 1.5;
		padding: 0.75em;
	}

	.widget input,
	.widget textarea {
		line-height: 1.75;
	}

	.widget select {
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
		padding: 3px;
		width: 100%;
		background: #575757;
		border: 1px solid #000000;
	}

	.widget select:focus {
		outline: 0;
	}

	.widget input {
		line-height: normal;
	}

	.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
 
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
}


	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		padding: 0.5625em;
	}

	.widget input[type="search"] {
		height: 28px;
		width: 100%;
		line-height: normal;
		padding: 0px 0px 0px 7px;
		background: #575757;
		border:1px solid #000000;
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
	}
	

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.aligncenter,
	.widget .wp-caption.aligncenter,
	.widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.widget .wp-caption.alignleft,
	.widget .wp-caption.alignright,
	.widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.widget-title {
		margin-bottom: 2px;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9286;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.9643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 0 0 1em;
		padding-top: 0.9643em;
	}

	.widget_rss li {
		margin-bottom: 1.5em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.hentry {
		margin: 0;
		padding-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 3em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
clear: left;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		font-color: #dddddd;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.2353em;
	}

	.comment-meta {
		position: relative;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		position: relative;
		top: 5px;
		width: 42px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: normal;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.3 Tablet Large 700px
 */

@media screen and (min-width: 43.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;	
		align: center;
		float: none;
		margin-left: 10%;
		margin-right: 10%;
}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 0.75em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
		width: 2.5263em;
	}

	.secondary-toggle {
		height: 42px;
		width: 42px;
	}

	.secondary-toggle:before {
		line-height: 40px;
		width: 40px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-branding {
		min-height: 3.7895em;
		padding-right: 74px;
	}

    .custom-logo {
		max-height: 104px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify;  
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.widget input,
	.widget textarea {
		line-height: 1.6;
	}

	.widget select {

	}

	.widget select:focus {
		outline: 0;
	}


.widget input {
		line-height: normal;
	}

	.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font: normal 15px 'Montserrat', sans-serif;
    background:#f8f8f8;
    color:#000000;
    border: 1px solid #ababab;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 66px;
    height: 26px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
text-align: center;
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
        background:#f8f8f8;
        color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px;
        width: 66px;
        height: 26px;
        padding: 0px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        text-transform: none;
        opacity: 1.0;
	filter: alpha(opacity=100);
}


	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		padding: 0.75em;
	}

	.widget input[type="search"] {
		height: 28px;
		width: 100%;
		line-height: normal;
		padding: 0px 0px 0px 7px;
		background: #575757;
		border:1px solid #000000;
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.5;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9375;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.7188em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.7188em 0 0 1em;
		padding-top: 0.7188em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.hentry {
		margin: 0;
		padding-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 0.7em;
clear: left;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		font-color: #dddddd;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.comment-metadata {
		line-height: 2;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}
	

/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.678em) {
	body:before {
		background-color: #313344;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 278px;
           max-width: 278px;
		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
	}

	.sidebar {
		left: 0px;
		margin-right: -100%;
		position: relative;
		width: 278px;
           max-width: 278px;
		background-color: #000000;
	}

	.secondary {
		background-color: #000000;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}


	.site-content {
		display: block;
		float: left;
		margin-left: 288px;
	}

	blockquote {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 1.6em;
		align: center;
		float: none;
		margin-left: 10%;
		margin-right: 10%;
	}

	.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin-top: 20%;
        margin-bottom: 10%;
		padding: 0;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}

	.site-title, .site-title a {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.3636;
	}

	.custom-logo {
		max-height: none;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-left: 24px;
        margin-right: 24px;
		padding: 0;
        width: 230px;
        margin-bottom: 11.1111%;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify;
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.widget pre {
		padding: 0.5em;
	}

.widget input,
	.widget textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget select {
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
		padding: 3px;
		width: 100%;
		background: #575757;
		border: 1px solid #000000;
	}

	.widget select:focus {
		outline: 0;
	}


	.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font: normal 15px 'Montserrat', sans-serif;
    background:#f8f8f8;
    color:#000000;
    border: 1px solid #ababab;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 66px;
    height: 26px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
text-align: center;
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
        background:#f8f8f8;
        color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px;
        width: 66px;
        height: 26px;
        padding: 0px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        text-transform: none;
        opacity: 1.0;
	filter: alpha(opacity=100);
}


	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		padding: 0.4583em;
	}

	.widget input[type="search"] {
		height: 28px;
		width: 100%;
		line-height: normal;
		padding: 0px 0px 0px 7px;
		background: #575757;
		border:1px solid #000000;
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.hentry {
		margin: 0;
		padding-top: 0;
	}


	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header,
	.page-header  {
		padding: 0 7%;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-bottom: 0.7em;
clear: left;
	}

	.entry-content,
	.entry-summary {
		padding: 0 7% 15px;

	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-info {
		margin: 0 10%;
		padding: 10% 0;
	}

	.author-info .avatar {
		height: 36px;
		margin: 0 1.5em 1.5em 0;
		width: 36px;
	}

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.entry-footer {
		padding: 0 10%;
		color: #ffffff;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 8.3333%;
	}

	.page-content {
		padding: 8.3333%;
		background: #313344;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		font-color: #dddddd;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-bottom: 1.3333em;
	}

	.format-link .entry-title a:after {
		top: 0;
	}

	.comments-area {
		margin: 8.3333% 3.3333% 0;
		padding: 8.3333%;
	}

	.comments-title {
		margin-bottom: 1.3333em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6em;
	}

	.comment-list .children > li {
		padding-left: 0.8em;
	}

	.comment-author {
		margin-bottom: 0.4em;
	}

	.comment-author .avatar {
		height: 24px;
		margin-right: 0.8em;
		top: 0;
		width: 24px;
	}

	.comment-metadata .edit-link:before {
		top: 3px;
	}

	.pingback .edit-link:before {
		top: 5px;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 2em;
	}

	.comment-list .reply a {
		padding: 0.4167em 0.8333em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6em;
	}

	.comment-reply-title small a:before {
		top: -3px;
	}

	.site-footer {
		float: left;
		margin: 0 0 0 278px;
		padding: 0;
		width: auto;
	}

	.site-info {
		padding: 10px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	.widecolumn {
		margin: 8.3333%;
		padding: 8.3333%;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6em;
	}

	.widecolumn p {
		margin: 1.6em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.5484em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.375em;
	}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		align: center;
		float: none;
		margin-left: 10%;
		margin-right: 10%;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.5714em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation a {
		padding: 0.4643em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 34px;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.dropdown-toggle {
		height: 28px;
		width: 28px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-title, .site-title a {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.3636;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.583333333em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

		.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 11.1111%;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

.widget input,
	.widget textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget select {
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
		padding: 3px;
		width: 100%;
		background: #575757;
		border: 1px solid #000000;
	}

	.widget select:focus {
		outline: 0;
	}


	.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font: normal 15px 'Montserrat', sans-serif;
    background:#f8f8f8;
    color:#000000;
    border: 1px solid #ababab;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 66px;
    height: 26px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
text-align: center;
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
        background:#f8f8f8;
        color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px;
        width: 66px;
        height: 26px;
        padding: 0px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        text-transform: none;
        opacity: 1.0;
	filter: alpha(opacity=100);
}


	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		padding: 0.5em;
	}

	.widget input[type="search"] {
		height: 28px;
		width: 100%;
		line-height: normal;
		padding: 0px 0px 0px 7px;
		background: #575757;
		border:1px solid #000000;
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
	}


	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.4706em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 0.7em;
clear: left;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		font-color: #dddddd;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.1667em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		top: 5px;
		width: 42px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	.site-content {
		margin-left: 288px;
}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		align: center;
		float: none;
		margin-left: 10%;
		margin-right: 10%;
	}

	blockquote p {
		margin-bottom: 1.6842em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		margin-top: 0.3077em;
	}

	.dropdown-toggle {
		height: 32px;
		top: 4px;
		width: 32px;
	}

	.dropdown-toggle:after {
		line-height: 32px;
		width: 32px;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-title, .site-title a {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.3636;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.592592593em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 11.1111%;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
  		font-style: normal;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin: auto;
		padding: 20px 20px 20px 20px;
		color: #dddddd;
		align: center;
		width: 100%;
		border: 1px dashed #707070;
		background:#000000;
		text-align: justify; 
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

.widget input,
	.widget textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget select {
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
		padding: 3px;
		width: 100%;
		background: #575757;
		border: 1px solid #000000;
	}

	.widget select:focus {
		outline: 0;
	}


	.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font: normal 15px 'Montserrat', sans-serif;
    background:#f8f8f8;
    color:#000000;
    border: 1px solid #ababab;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: 66px;
    height: 26px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-transform: none;
text-align: center;
}

.widget button:hover,
.widget input:hover[type="button"],
.widget input:hover[type="reset"],
.widget input:hover[type="submit"] {
        background:#f8f8f8;
        color:#000000;
	border: 1px solid #232323;
	border-radius: 3px; 
        -moz-border-radius: 3px; 
        -webkit-border-radius: 3px;
        width: 66px;
        height: 26px;
        padding: 0px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        text-transform: none;
        opacity: 1.0;
	filter: alpha(opacity=100);
}


	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		padding: 0.5em;
	}

	.widget input[type="search"] {
		height: 28px;
		width: 100%;
		line-height: normal;
		padding: 0px 0px 0px 7px;
		background: #575757;
		border:1px solid #000000;
		font: 14.5px "Montserrat", sans-serif;
		color: #bbbbbb;
	}


	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 0.7em;
clear: left;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		font-color: #dddddd;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
