/*
Theme Name: Cassie
Theme URI: http://www.themememe.com/cassie
Author: ThemeMeme
Author URI: http://www.themememe.com
Description: A simple theme based on underscores.
Version: 1.0

License: GNU General Public License
License URI: license.txt
Text Domain: themememe

Tags: black, orange, white, light, two-columns, right-sidebar, flexible-width, featured-images, sticky-post, translation-ready
*/

/* ==========================================================================
   General
   ========================================================================== */


body {
	color: #000000;
	font-size: 15px;
	font-family: "Noto Serif", Georgia, Times, serif;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3c312e;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

blockquote p {
	color: #000000;
	font-size: 15px;
	font-family: "Noto Serif", Georgia, Times, serif;
	line-height: 1.2;
}

blockquote cite {
	margin-top: 0px;
	display: block;
	color: #384750;
	font-size: 14px;
	font-weight: 700;
}

pre {
	background: #ffffff;
	border-radius: 0;
	border: 2px solid #e2e2e2;
}

/* Links */
a {
	color: #9933FF;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover,
a:focus {
	color: #ee802a;
	outline: none;
}

/* Forms
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	height: 45px;
	padding: 6px 15px;
	border-color: #e8e7e5;
	border-width: 2px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

select {
	height: 45px;
	padding: 10px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	border-color: #dad6d2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 45px;
	padding: 7px 17px 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 10px;
	background: #3c312e;
}

input[type="reset"] {
	color: #333;
	background: #fff;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
	background: #ee802a;
}

input[type="reset"]:hover,
input[type="reset"]:focus {
	color: #333;
	background: #e5e5e5;
}




/* Media
   ========================================================================== */
img.alignleft,
.wp-caption.alignleft {
	margin: .5em 1.5em 1em 0;
}

img.alignright,
.wp-caption.alignright {
	margin: .5em 0 1em 1.5em;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 1.5em auto;
}

.page-content img,
.entry-content img,
.comment-content img {
	max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	padding: .6em;
	background: #f7f7f7;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	color: #878787;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .6em 0 0;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 95%;
}

.site-content .gallery dd {
	margin: 0;
}

.entry-attachment .attachment {
	margin: 0 0 1.5em;
}

.attachment-thumbnail {
	border-color: #f7f7f7 !important;
}


/* Caption style */
.flex-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1.5;
	background: rgba(255, 255, 255, .5);
	z-index: 1;
}

/* Direction nav */
.flex-direction-nav {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 50%;
	margin: 0;
	padding: 0;
	display: block !important;
	list-style: none;
	z-index: 1;
}

.flex-direction-nav li a {
	visibility: hidden;
	text-decoration: none;
}

.flex-direction-nav li a:after {
	width: 25px;
	height: 30px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: FontAwesome;
	text-align: center;
	visibility: visible;
	line-height: 50px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}

.flex-direction-nav li a:hover:after {
	color: #fff;
	background: rgba(0, 0, 0, .45);
	border-color: rgba(0, 0, 0, 0);
}

.flex-direction-nav li a.flex-next {
	float: right;
}

.flex-direction-nav li a.flex-prev {
	float: left;
}

.flex-direction-nav li a.flex-next:after {
	content: "\f054";
}

.flex-direction-nav li a.flex-prev:after {
	content: "\f053";
}

.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	margin: 1px 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
	line-height: 1;
}

.flex-control-nav li {
	margin: 0 0 0 5px !important;
	display: inline-block;
	zoom: 1;
}

.flex-control-nav li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-indent: -999em;
	background: #e8e7e5;
	border-radius: 50%;
}

.flex-control-nav li a:hover {
	background: rgba(0, 0, 0, .75);
}

.flex-control-nav li a.flex-active {
	background: #3c312e;
	cursor: default;
}

/* DropKick - custom select style
   ========================================================================== */
.dk_container {
	display: none;
	max-width: 100%;
	background: #fff;
}

.dk_container:focus {
	outline: 0;
}

.dk_container a {
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}

.dk_container select {
	position: absolute;
	top: -99999em;
	visibility: hidden;
}

.dk_toggle {
	width: 100% !important;
	padding: 10px 10px;
	display: block;
	position: relative;
	color: #827c78 !important;
	border: 2px solid #e8e7e5;
	zoom: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dk_toggle:hover {
	color: #828a8c !important;
	text-decoration: none;
}

.dk_toggle:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	padding: 12px 17px;
	content: '\f078';
	color: #fff;
	font-family: FontAwesome;
	background: #3c312e;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.dk_toggle:hover:after {
	background: #ee802a;
}

/* Applied whenever the dropdown is open */
.dk_open {
	position: relative;
	z-index: 10;
}

.dk_open .dk_options {
	display: block;
}

.dk_open .dk_label {
	color: inherit;
}

/* The outer container of the options */
.dk_options {
	display: none;
	left: 0;
	right: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.dk_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dk_options ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #e2e2e2;
}

.dk_options ul li:before {
	display: none !important;
	margin: 0 !important;
	content: "" !important;
}

.dk_options a {
	display: block;
	margin: 0;
	padding: 10px 15px;
	color: #3c312e !important;
}

.dk_options a:hover,
.dk_options .dk_option_current a {
	color: #ee802a !important;
	text-decoration: none;
	background: #f7f7f7;
}

.dk_options .disabled {
	cursor: default;
}

.dk_options .disabled a {}

.dk_options .disabled:hover,
.dk_options .disabled:hover a {
	cursor: default;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
	max-height: 250px;
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/*	nativeMobile override */
.dk_mobile {
	position: relative;
}

.dk_mobile select {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Search Forms
   ========================================================================== */
.search-form {
	padding-right: 50px;
	position: relative;
}

.search-form .form-group {
	margin: 0;
}

.search-form .form-submit {
	top: 0;
	right: 0;
	position: absolute;
}

.search-form .fa-search {
	font-size: 18px;
	line-height: 1;
}

/* Layout
   ========================================================================== */
.site {
	max-width: 1240px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Top Bar
   ========================================================================== */
.site-top {
	background: #3c312e;
}

/* Logo
   ========================================================================== */

.site-branding {
	margin: 25px 0 25px;
	text-align: center;
}

.site-title {
	margin: 0;
	font-size: 80px;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 1;
}

.site-title img {
	margin: 0 auto;
	height: auto !important;
	max-width: 100%;
}

.site-title a {
	color: #3c312e;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

.site-description {
	color: #beb9b4;
	font-size: 16px;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Navigation
   ========================================================================== */
.top-menu {
	z-index: 100;
}

.top-menu .menu-toggle,
.top-menu .menu-bar ul li a {
	color: rgba(255, 255, 255, .5);
}

.top-menu .menu-bar ul li>a:hover,
.top-menu .menu-bar ul li:hover>a,
.top-menu .menu-bar ul li.current_page_item>a,
.top-menu .menu-bar ul li.current-menu-item>a,
.top-menu .menu-bar ul li.current-menu-ancestor>a,
.top-menu .menu-bar ul li.current_page_ancestor>a,
.top-menu .menu-bar ul li.current-post-parent>a {
	color: #fff;
}

.main-menu {
	border-top: 2px solid #dad6d2;
}

.main-menu .menu-toggle,
.main-menu .menu-bar ul li a {
	color: #64534e;
}

.main-menu .menu-bar ul li>a:hover,
.main-menu .menu-bar ul li:hover>a,
.main-menu .menu-bar ul li.current_page_item>a,
.main-menu .menu-bar ul li.current-menu-item>a,
.main-menu .menu-bar ul li.current-menu-ancestor>a,
.main-menu .menu-bar ul li.current_page_ancestor>a,
.main-menu .menu-bar ul li.current-post-parent>a {
	color: #ee802a;
}

@media only screen and (min-width: 720px) {
	.menu-bar ul li a {
		text-transform: uppercase;
	}

	.menu-bar ul ul li a {
		padding: 7px 7px;
		font-size: 13px;
		text-transform: none;
	}

	.top-menu .menu-bar>ul>li>a {
		font-size: 11px;
		font-family: "Noto Serif", Georgia, Times, serif;
		line-height: 35px;
	}

	.top-menu .menu-bar ul ul {
		top: 35px;
		background: #3c312e;
	}

	.top-menu .menu-bar ul ul ul {
		top: 0;
	}

	.top-menu .menu-bar ul ul li>a:hover,
	.top-menu .menu-bar ul ul li:hover>a {
		background-color: rgba(0, 0, 0, .15);
	}

	.main-menu .menu-bar {
		text-align: center;
	}

	.main-menu .menu-bar ul ul {
		top: 35px;
		text-align: left;
		background: #ee802a;
	}

	.main-menu .menu-bar>ul>li>a {
		font-size: 14px;
		font-weight: 700;
		font-family: Raleway, Arial, Helvetica, sans-serif;
	}

	.main-menu .menu-bar ul li:hover>a,
	.main-menu .menu-bar ul li.current_page_item>a,
	.main-menu .menu-bar ul li.current-menu-item>a,
	.main-menu .menu-bar ul li.current-menu-ancestor>a,
	.main-menu .menu-bar ul li.current_page_ancestor>a,
	.main-menu .menu-bar ul li.current-post-parent>a {
		background: none;
	}

	.main-menu .menu-bar ul ul li a {
		color: #fff;
	}

	.main-menu .menu-bar ul ul li>a:hover,
	.main-menu .menu-bar ul ul li:hover>a {
		color: #fff;
		background: #cf6e33;
	}
}

@media only screen and (max-width: 719px) {
	.top-menu .menu-bar ul {
		border-top: 1px solid #342a27;
	}

	.top-menu .menu-bar ul li {
		border-bottom: 1px solid #342a27;
	}

	.main-menu .menu-bar ul {
		border-top: 1px solid #dad6d2;
	}

	.main-menu .menu-bar ul li {
		border-bottom: 1px solid #dad6d2;
	}

	.menu-bar ul li a {
		font-size: 14px;
		line-height: 20px;
	}

	.menu-bar ul ul li a {
		font-size: 12px;
	}
}

/* ==========================================================================
   Main Area
   ========================================================================== */
.site-main .container {
	padding-top: 25px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 719px) {
	.site-main .container {
		padding-bottom: 0;
	}
}

/* Entries
   ========================================================================== */

.hentry {
	margin-top: 45px;
}

/* Entry Header */
.entry-header {
	margin: 0 0 10px;
}

/* Entry Title */
.entry-title {
	margin: 0 0 5px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #64534e;
	text-decoration: none;
}

/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 13px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #64534e;
	text-decoration: none;
}

.entry-cats {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #e8e7e5;
}

.entry-cats .cat-links {
	display: block;
	margin: 0 auto -13px;
}

.entry-cats a {
	color: #ee802a;
	background: #fff;
}

.entry-cats a:hover,
.entry-cats a:focus {
	color: #64534e;
}

.tags-links {
	display: block;
}

.tags-links a {
	margin: 0 10px 0 0;
	padding: 5px 8px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	background: #3c312e;
	border-radius: 10px;
}

.tags-links a:hover,
.tags-links a:focus {
	color: #fff;
	background: #ee802a;
}

/* Entry Footer */
.entry-footer {
	margin-top: 1px;
}

/* Entry Thumbnail */

.entry-thumbnail img {
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 719px) {
	.entry-thumbnail {
		margin-bottom: 0px;
	}
}

/* Entry Content */
.entry-content {
	margin-bottom: 15px;
}

.entry-summary {
	margin-bottom: 0px;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-top: 5px;
}

/* More Links */

.more-link a {
	padding: 12px 12px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	background: #ee802a;
	border-radius: 25px;
}

.more-link a:hover,
.more-link a:focus {
	color: #fff;
	background: #cf6e33;
}

/* Post Formats
   ========================================================================== */
.mejs-container {
	margin-bottom: 30px;
}

/* Search results/No posts
   ========================================================================== */
.page-header {
	margin: 16px 0 30px;
	border: none;
}

.page-title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 2px solid #e8e7e5;
}

.taxonomy-description {
	margin: 10px 0 0;
	font-size: 14px;
}

.taxonomy-description p:last-child {
	margin: 0;
}

.page-content .search-form {
	margin-bottom: 30px;
}

/* Page Links
   ========================================================================== */
.page-links {
	margin-bottom: 30px;
}

.page-links a {
	margin: 0 5px;
	padding: 12px 12px;
	display: inline-block;
	color: #323e4e;
	font-size: 14px;
	font-weight: 700;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	background: #e2e2e2;
}

.page-links a:first-child {
	margin-left: 5px;
}

.page-links a:hover,
.page-links a:focus {
	color: #fff;
	background: #de3a31;
}

/* Content Navigations
   ========================================================================== */
.site-main [class*="navigation"] {
	padding: 20px 0;
	border-top: 2px solid #e8e7e5;
}

.site-main [class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}

.site-main [class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.site-main [class*="navigation"] a {
	padding: 12px;
	display: inline-block;
	color: #3c312e;
	font-size: 13px;
	font-weight: 700;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
	border-radius: 20px;
}

.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus {
	color: #fff;
	background: #3c312e;
}

/* Single post navigation */
.site-main .post-navigation {
	margin: 0 0 40px;
}

.site-main .post-navigation a {
	padding: 0 20px;
	display: block;
	color: #ee802a;
	font-size: 13px;
	font-weight: 400;
	font-family: "Noto Serif", Georgia, Times, serif;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5;
	background: transparent;
}

.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	color: #cf6e33;
	background: transparent;
}

.site-main .post-navigation .meta-nav {
	display: block;
	margin-bottom: 5px;
	color: #3c312e;
	font-size: 16px;
	font-weight: 300;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Comments navigation */
.site-main .comment-navigation {
	margin-bottom: 30px;
}

.site-main .comment-navigation a {
	padding: 12px;
	font-size: 12px;
}

/* Comments
   ========================================================================== */

.comments-title {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.2;
}

/* Comment List */
.comment,
.pingback {
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #eee;
}

.comment-avatar {
	float: left;
	margin: 0 15px 0 0;
	display: block;
}

.comment-meta {
	overflow: hidden;
	color: #999;
	font-size: 13px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none;
}

.comment-meta .fa {
	margin-right: 5px;
	color: #c5c5c5;
	font-size: 12px;
}

.comment-author {
	display: block;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-footer .edit-link {
	margin-right: 15px;
}

.comment-content {
	margin: 20px 0;
}

.comment-list {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.comment ul.children {
	margin: 25px 0 -15px 55px;
	padding: 0;
	list-style: none;
}

/* Comment Form */
.comment .comment-respond {
	margin-top: 20px;
}

.comment-reply-title {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.2;
}

a#cancel-comment-reply-link {
	margin-left: 10px;
}

a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:focus {
	text-decoration: none;
}

a#cancel-comment-reply-link:before {
	width: 1em;
	margin-right: 3px;
	display: inline-block !important;
	content: "\f00d";
	color: #666;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 50%;
}

.comment-form-comment textarea.form-control {
	min-height: 150px;
}

.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}

.form-allowed-tags code {
	margin: 5px 0 0;
	display: block;
	color: #999;
	white-space: normal;
	background: none;
}

/* Subscription - Jetpack */
.comment-subscription-form {
	margin: 0;
}

.comment-subscription-form label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: text-bottom;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
	margin-bottom: 40px;
}

.widget-title {
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #ee802a;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #e8e7e5;
}

.widget-title a {
	color: #323e4e;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget-title-2 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #ee802a;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget-title-2 a {
	color: #323e4e;
}

/* Widget Lists
   ========================================================================== */
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_links .widget-title,
.widget_meta .widget-title,
.widget_rss .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title,
.widget_pages .widget-title,
.widget_nav_menu .widget-title {
	margin-bottom: 5px;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_rss ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
	margin: 5px 0 0 15px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	margin: 0 0 5px;
	padding: 4px 15px;
	background: #f9f8f7;
	border-radius: 15px;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_links ul ul li,
.widget_meta ul ul li,
.widget_rss ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_pages ul ul li,
.widget_nav_menu ul ul li {
	margin-bottom: 0;
	padding: 5px 0;
	background: none;
	border-radius: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a {
	color: #827c78;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: #3c312e;
	text-decoration: none;
}

/* Widget Specific
   ========================================================================== */
/* Widget Select */
.widget select {
	width: 100%;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Archives Widget */
.widget_archive select,
.widget_categories select {
	margin-top: 10px;
}

.widget_archive .dk_container,
.widget_categories .dk_container {
	margin-top: 15px;
}

/* RSS Widget */
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block;
	color: #999;
	font-size: 12px;
}

.widget_rss li>cite {
	font-style: italic;
	font-weight: 700;
}

/* Calendar Widget */
.widget_calendar caption {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.site-sidebar {
	font-size: 14px;
	line-height: 1.6;
}

/* ==========================================================================
   Extra
   ========================================================================== */
.site-extra {
	font-size: 14px;
	line-height: 1.6;
}

.site-extra .container {
	padding-top: 40px;
	padding-bottom: 10px;
}


.site-extra .widget-title {
	margin-bottom: 15px;
	font-size: 16px;
}

.site-extra .widget ul li {
	margin: 0 0 5px;
	padding: 0;
	background: none;
	border-radius: none;
}

.site-extra .widget ul li a {
	color: #3c312e;
}

.site-extra .widget ul li a:hover,
.site-extra .widget ul li a:focus {
	color: #ee802a;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	font-size: 13px;
	line-height: 1.5;
	background: #3c312e;
}

.site-footer .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-credit {
	text-align: right;
}

@media only screen and (max-width: 719px) {

	.site-footer,
	.site-credit {
		text-align: center;
	}
}

.avatar-14 {
	display: none !important;
}




#icon-files,
#icon-compare,
#icon-expression,
#icon-headphones,
#icon-headphones-a1,
#icon-headphones-a2,
#icon-headphones-b1,
#icon-headphones-b2,
#icon-headphones-c1,
#icon-headphones-c2,
#icon-forum,
#icon-fun,
#icon-read,
#icon-more,
#icon-news,
#icon-note,
#icon-quiz,
#icon-quotation,
#icon-writing,
#icon-read-a1,
#icon-read-a2,
#icon-read-b1,
#icon-read-b2,
#icon-read-c1,
#icon-read-c2,
#icon-share,
#icon-sound,
#icon-vocabulary,
#icon-warning,
#icon-newsletter,
#icon-lawless-french,
#icon-facebook,
#icon-quora,
#icon-pinterest,
#icon-printer,
#icon-rss,
#icon-threads,
#icon-youtube,
#icon-instagram,
#icon-newslettery,
#icon-welcome,
#icon-pwlf,
#icon-support,
#icon-sounds {
	background: url(https://www.lawlessfrench.com/wp-content/themes/cassie/sprites.png) no-repeat;
}

#icon-files {
	background-position: 0 -702px;
	width: 20px;
	height: 30px;
}

#icon-compare {
	background-position: 0 -547px;
	width: 35px;
	height: 30px;
}

#icon-expression {
	background-position: 0 -579px;
	width: 40px;
	height: 40px;
}

#icon-headphones {
	background-position: 0 -225px;
	width: 45px;
	height: 36px;
}

#icon-headphones-a1 {
	background-position: 0 -457px;
	width: 45px;
	height: 36px;
}

#icon-headphones-a2 {
	background-position: 0 -418px;
	width: 45px;
	height: 36px;
}

#icon-headphones-b1 {
	background-position: 0 -379px;
	width: 45px;
	height: 36px;
}

#icon-headphones-b2 {
	background-position: 0 -340px;
	width: 45px;
	height: 36px;
}

#icon-headphones-c1 {
	background-position: 0 -302px;
	width: 45px;
	height: 36px;
}

#icon-headphones-c2 {
	background-position: 0 -263px;
	width: 45px;
	height: 36px;
}

#icon-forum {
	background-position: 0 -66px;
	width: 45px;
	height: 31px;
}

#icon-fun {
	background-position: 0 -620px;
	width: 48px;
	height: 48px;
}

#icon-read {
	background-position: 0 -762px;
	width: 40px;
	height: 28px;
}

#icon-more {
	background-position: 0 -991px;
	width: 40px;
	height: 32px;
}

#icon-news {
	background-position: 0 -1025px;
	width: 40px;
	height: 30px;
}

#icon-note {
	background-position: 0 -36px;
	width: 30px;
	height: 29px;
}

#icon-quiz {
	background-position: 0 -669px;
	width: 30px;
	height: 30px;
}

#icon-quotation {
	background-position: 0 -533px;
	width: 35px;
	height: 12px;
}

#icon-writing {
	background-position: 0 -178px;
	width: 45px;
	height: 45px;
}

#icon-read-a1 {
	background-position: 0 -929px;
	width: 40px;
	height: 25px;
}

#icon-read-a2 {
	background-position: 0 -902px;
	width: 40px;
	height: 25px;
}

#icon-read-b1 {
	background-position: 0 -875px;
	width: 40px;
	height: 25px;
}

#icon-read-b2 {
	background-position: 0 -848px;
	width: 40px;
	height: 25px;
}

#icon-read-c1 {
	background-position: 0 -820px;
	width: 40px;
	height: 25px;
}

#icon-read-c2 {
	background-position: 0 -792px;
	width: 40px;
	height: 25px;
}

#icon-share {
	background-position: 0 -99px;
	width: 30px;
	height: 30px;
}

#icon-sound {
	background-position: 0 -495px;
	width: 36px;
	height: 36px;
}

#icon-vocabulary {
	background-position: 0 -131px;
	width: 37px;
	height: 45px;
}

#icon-warning {
	background-position: 0 -734px;
	width: 30px;
	height: 24px;
}

#icon-newsletter {
	background-position: 0 0;
	width: 35px;
	height: 35px;
}

#icon-lawless-french {
	background-position: 0 -957px;
	width: 32px;
	height: 32px;
}

#icon-facebook {
	background-position: 0 -1312px;
	width: 40px;
	height: 40px;
}

#icon-quora {
	background-position: 0 -1398px;
	width: 40px;
	height: 40px;
}

#icon-pinterest {
	background-position: 0 -1099px;
	width: 40px;
	height: 40px;
}

#icon-printer {
	background-position: 0 -1271px;
	width: 40px;
	height: 40px;
}

#icon-rss {
	background-position: 0 -1226px;
	width: 40px;
	height: 40px;
}

#icon-threads {
	background-position: 0 -1183px;
	width: 40px;
	height: 40px;
}

#icon-youtube {
	background-position: 0 -1141px;
	width: 40px;
	height: 40px;
}

#icon-instagram {
	background-position: 0 -1355px;
	width: 40px;
	height: 40px;
}

#icon-newslettery {
	background-position: 0 -1058px;
	width: 40px;
	height: 40px;
}

#icon-welcome {
	background-position: -5px -1485px;
	width: 16px;
	height: 16px;
}

#icon-pwlf {
	background-position: -6px -1462px;
	width: 18px;
	height: 18px;
}

#icon-support {
	background-position: -7px -1442px;
	width: 18px;
	height: 16px;
}

#icon-sounds {
	background-position: -4px -1505px;
	width: 20px;
	height: 20px;
}

.results {
	text-align: center;
	border: 1px solid #999;
	border-radius: 6px;
	font-weight: bold
}

.special {
	background-color: #C33;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	display: none
}

.correct {
	background-color: #0C0
}

.correcto {
	background-color: #0C0 !important;
	color: #fff !important;
	font-weight: bold
}

.wrongo {
	background-color: #C33 !important;
	color: #fff !important;
	font-weight: bold
}

.col-solution {
	background-color: #900;
	font-weight: bold;
	color: #fff
}

.final-solution {
	background-color: #F30;
	text-transform: uppercase;
	color: #fff
}

.final-field {
	background-color: #F30;
	text-transform: uppercase;
	color: #fff;
	border: none
}

.hidden {
	background-color: #E4E4E4;
	width: 100%;
	height: 30px;
	display: none;
	line-height: 30px;
	font-weight: bold
}

.shown {
	width: 100%;
	height: 30px;
	line-height: 30px
}

.hidden_sol {
	width: 100%;
	height: 30px;
	display: none;
	line-height: 30px;
	font-weight: bold;
	position: relative
}

.col_input {
	width: 75% !important;
	height: 30px !important;
	border: none !important;
	background-color: #C30;
	font-weight: bold;
	color: #fff;
	float: left
}

.button {
	height: 100%;
	width: 30%;
	float: left;
	cursor: pointer
}

.failure {
	width: 90%;
	margin: 10px auto 0px auto;
	padding: 10px;
	line-height: 50px;
	color: #900;
	background-color: #CCC;
	font-size: 22px;
	border-radius: 6px;
	display: none
}

.success {
	width: 90%;
	margin: 10px auto 0px auto;
	padding: 10px;
	line-height: 50px;
	color: #fff;
	background-color: #090;
	font-size: 22px;
	border-radius: 6px;
	display: none
}

.padez {
	float: none;
	width: 100% !important;
	margin: 10px auto !important;
	text-transform: uppercase
}

.pisci-holder {
	float: left;
	width: 45%
}

.dela-holder {
	float: right;
	width: 45%
}

.pisac,
.delo {
	width: 100%;
	background-color: #dedede;
	color: #900;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 15px;
	-webkit-box-shadow: 5px 5px 13px 0px rgba(69, 90, 103, 0.41);
	-moz-box-shadow: 5px 5px 13px 0px rgba(69, 90, 103, 0.41);
	box-shadow: 5px 5px 13px 0px rgba(69, 90, 103, 0.41)
}

.pisac_input,
.delo_input {
	width: 100% !important;
	background-color: transparent;
	color: #900;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none !important;
	padding: 0 !important;
	outline: none !important;
	cursor: pointer
}

.clicked {
	width: 100%;
	background-color: #CCC !important;
	color: #900;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 15px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.timer {
	font-weight: bold;
	color: #900
}

.widget-title {
	line-height: 1em;
}


.menu-bar>ul>.page-item-15374 {
	display: none;
}

.menu-bar>ul>.page-item-16308 {
	display: none;
}

.menu-bar>ul>.page-item-18700 {
	display: none;
}

.printomatic {
	display: inline-block;
}

select {
	border-radius: 0px !important;
}


.btn-g-classroom-share {
	background: url("https://www.lawlessfrench.com/wp-content/uploads/icon-google-classroom.jpg");
	background-size: auto;
	width: 40px;
	height: 40px;
	border: 0;
	cursor: pointer;
	display: inline-block;
}



/*  new styles 22/11/2024 */

.sidebar li a{
	display: inline-block;
}

.row{
	margin-left: 0!important;
	margin-right: 0!important;
}

@media (max-width: 768px) {
	.page-content img,
	.entry-content img,
	.comment-content img {
		height: auto;
	}
}

@media (max-width: 767px) {
    table {
        width: calc(100% - 35px);
    }
}

@media (max-width: 375px) {
	.clearfix.entry-content table{
	margin-left: 0;
	width: 100%;
	}
	.clearfix.entry-content td img {
	width: 100%;
	}
}