/*
Theme Name: Euro News
Theme URI: http://www.audnews.com.au
Description: 
Version: 1.0.0
Author: the Cornish Web Company
Author URI: http://cornishweb.co
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "201C" "201D" "2018" "2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before, .container:before, .wrap:before, .hentry:before {
    content: " ";
    display: table;
}
.clearfix:after, .container:after, .wrap:after, .hentry:after {
    clear: both;
    content: " ";
    display: table;
}
body {
    background: #fff;
    color: #242424;
    font-family: Merriweather,serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
a {
    color: #1c6fb2;
    text-decoration: none;
}
a:hover {
     color: #363636;
}
a.cwc-tor-button {
    color: #fff;
    text-decoration: none;
}
a.cwc-tor-button:hover {
    color: #fff;
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%}
p {
    margin: 0 0 25px;
    padding: 0;
}
strong {
    font-weight: 700;
}
ol, ul {
    margin: 0;
    padding: 0;
}
blockquote {
    border-left: 4px solid #fcc02d;
    padding-left: 30px;
    margin: 0 10px 30px 0;
     color: #363636;
    font-size: 16px;
    font-style: italic;
}
cite {
    font-style: normal;
}
code {
    display: block;
    clear: both;
    padding: 30px;
    background-color: #f9f9f9;
    font: 13px/18px "Andale Mono", Courier, "Courier New", monospace;
}
@media only screen and (max-width: 400px) {
    code {
    padding: 15px;
}
}hr {
    margin: 25px 0;
}
button, button[type="tor"], input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%}
img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #999;
    font-size: 14px;
    padding: 13px 15px;
    margin: 0 0 12px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
textarea {
    line-height: 1.8;
}
input:focus, textarea:focus {
    border: 1px solid #a9a9a9;
    outline: none;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #999;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #3467ab;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    color: #fff;
    cursor: pointer;
    padding: 13px 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button[type="tor"] {
    background-color: #ec8c35;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    cursor: pointer;
    padding: 13px 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:hover[type="tor"] {
    background-color: #ea7f24;
    width: 100%;
    color: #fff;
    padding: 13px 20px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
    background-color: #1c6fb2;
    border: 1px solid #1c6fb2;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 4px!important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%}
tbody {
    border-bottom: 1px solid #ddd;
}
td, th {
    text-align: left;
}
td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
     color: #363636;
    font-family: Merriweather,serif;
    font-weight: 700;
    margin: 0 0 16px;
	line-height: 1.5;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
.entry-content h2, .entry-content h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.hidden {
    display: none!important;
}
p a img {
    margin-bottom: -10px;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone, .alignnone {
    display: block;
    margin-bottom: 20px;
}
img.alignleft, .wp-caption.alignleft {
    margin: 0 24px 24px 0;
}
img.alignright, .wp-caption.alignright {
    margin: 0 0 24px 24px;
}
.wp-caption-text {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
@media only screen and (max-width: 766px) {
    img.alignleft, .wp-caption.alignleft, img.alignright, .wp-caption.alignright {
    max-width: 50%}
}
@media only screen and (max-width: 479px) {
    img.alignleft, .wp-caption.alignleft, img.alignright, .wp-caption.alignright {
    max-width: 100%;
    float: none;
    margin: 0;
	}
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.tiled-gallery {
    margin-bottom: 25px!important;
}
.mejs-container {
    margin-bottom: 25px;
}
.gallery-size-thumbnail {
    margin-bottom: 20px!important;
}
.gallery-item {
    margin: 0!important;
}
.gallery-item img {
    border: none!important;
    float: left;
    margin: 0 0 2%!important;
    padding: 0!important;
    line-height: 0;
    font-size: 1px;
    width: 98%}
.cwc-row {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
}
.cwc-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
.cwc-row:before, .cwc-wrap:before, .cwc-inner:before, .cwc-widget:before, .hentry:before, .pagination:before, .navigation:before{
    content: " ";
    display: table;
}
.cwc-row:after, .cwc-wrap:after, .cwc-inner:after, .cwc-widget:after, .hentry:after, .pagination:after, .navigation:after {
    clear: both;
    content: " ";
    display: table;
}
.cwc-col-1, .cwc-col-2, .cwc-col-3, .cwc-col-4, .cwc-col-5, .cwc-col-6, .cwc-col-7, .cwc-col-8, .cwc-col-9, .cwc-col-10, .cwc-col-11, .cwc-col-12 {
    float: left;
}
.cwc-col-12 {
    width: 100%}
.cwc-col-11 {
    width: 91.666666666667%}
.cwc-col-10 {
    width: 83.333333333333%}
.cwc-col-9 {
    width: 75%}
.cwc-col-8 {
    width: 66.666666666667%}
.cwc-col-7 {
    width: 58.333333333333%}
.cwc-col-6 {
    width: 50%}
.cwc-col-5 {
    width: 41.666666666667%}
.cwc-col-4 {
    width: 33.333333333333%}
.cwc-col-3 {
    width: 25%}
.cwc-col-2 {
    width: 16.666666666667%}
.cwc-col-1 {
    width: 8.3333333333333%}
.cwc-header {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: #3467ab;
    border-top: 1px solid #1c6fb2;
}
.cwc-top-row {
    margin: 0 auto;
    max-width: 1060px;
    padding: 3px 20px 5px;
    background: #1c6fb2;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
@media only screen and (max-width: 900px) {
    .cwc-top-row {
    display: none;
}
}
.cwc-top-menu li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-right: 15px;
}
.cwc-top-menu li a {
    color: #fff;
}
.cwc-top-menu li a:hover {
    color: #fcc02d;
    text-decoration: none;
}
.cwc-top-posts {
    padding: 30px 0;
    background: #3467ab;
}
.cwc-top-posts .cwc-inner {
    margin: 0 -1.5%}
.cwc-top-posts .hentry.cwc-top-post {
    background: #1c6fb2;
    float: left;
    width: 30.3333%;
    margin: 0 1.5%;
    border: none;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cwc-top-posts .hentry.cwc-top-post .featured-image {
    float: left;
    width: 90px;
    margin: 0 15px 0 0;
}
.cwc-top-posts .hentry.cwc-top-post .entry-content {
    margin-left: 105px;
}
.cwc-top-posts .hentry.cwc-top-post .entry-category {
    font-size: 13px;
}
.cwc-top-posts .hentry.cwc-top-post .entry-category a {
    color: #fcc02d;
}
.cwc-top-posts .hentry.cwc-top-post h2.entry-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}
h3.entry-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}
h3.entry-title a {
    color: #fff;
    text-decoration: none;
}
.cwc-top-posts .hentry.cwc-top-post .entry-meta {
    font-size: 13px;
    padding: 0;
    margin: 0;
    border: none;
}
.cwc-top-posts .hentry.cwc-top-post .cwc-post-format {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
}
.cwc-logo-search {
    background: #3467ab;
    padding: 30px 0;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #1c6fb2;
}
.cwc-logo {
    float: left;
	overflow: hidden;
}
.cwc-logo img {
    display: block;
}
.cwc-logo h1, .cwc-logo h2 {
    margin-bottom: 0;
}
.cwc-logo h1.cwc-text, .cwc-logo h2.cwc-text {
    font-size: 50px;
    line-height: 1;
    margin: 0;
}
.cwc-logo .cwc-text span{
	text-indent: -10000px;
	display: block;
	font-size: 0;
}
@media only screen and (max-width: 320px) {
    .cwc-logo-search {
    padding: 24px 0 20px;
}
.cwc-logo {
    float: left;
    height: 100px;
    background: none;
    padding-left: 0;
}
.cwc-logo h1.cwc-text, .cwc-logo h2.cwc-text {
    margin: 0;
}
}
.cwc-logo h1 a, .cwc-logo h2 a {
    color: #fff;
    text-decoration: none;
}
.cwc-logo h1 a:hover, .cwc-logo h2 a:hover {
    color: #fff;
    text-decoration: none;
}
.cwc-logo span {
    color: #fff;
}
.cwc-header-search {
    float: right;
    max-width: 45%;
    margin-top: 20px;
}
.cwc-header-search form.cwc-search-form {
    width: 100%;
    margin: 12px 0 0;
}
.cwc-header-search form.cwc-search-form input[type="text"] {
    padding: 12px 15px;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cwc-primary-navigation {
    background: #ededed;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
/* mobile menu */

@media only screen and (max-width: 1025px){
	body .cwc-primary-navigation ul li{
		margin: 2px;
	}
}
body .cwc-primary-navigation.mobile-view ul li{
	float: none;
	clear: both;
	width: 100%;
	margin: 5px 0;
}
body .cwc-primary-navigation.mobile-view ul li a{
	display: block;
}
body .cwc-primary-navigation.mobile-view .cwc-row{
	padding-bottom: 0;
}
body .cwc-primary-navigation.mobile-view .cwc-row .menu-categories-container > ul > li:last-child{
	margin-bottom: 0;
}
#toggle-menu-wrapper{
	background: #ededed;
	padding: 5px 15px;
}
#toggle-menu-wrapper a{
	font-size: 15px;
	display: block;
	background: #3467ab;
    color: #fff;
    border: 1px solid #1c6fb2;
    color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 2px;
}

/* end mobile menu */

.cwc-primary-navigation .cwc-search-form {
    display: none;
}
.cwc-primary-navigation ul {
    list-style: none;
    margin: 0;
}
.cwc-primary-navigation ul li {
    float: left;
    position: relative;
    margin: 10px 10px 10px 0;
}
.cwc-primary-navigation ul li.right {
    float: right;
    margin-right: 0;
}
.cwc-primary-navigation ul li a {
    display: inline-block;
    background: #fff;
     color: #363636;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}
.cwc-primary-navigation ul li a:hover {
    background: #fcc02d;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fcc02d;
}
.cwc-primary-navigation ul li.current-menu-item a {
    background: #fcc02d;
    color: #fff;
    border: 1px solid #fcc02d;
}
.cwc-primary-navigation ul li.right a {
    background: #fcc02d;
    color: #fff;
    border: 1px solid #fcc02d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cwc-primary-navigation ul li > ul {
    display: none;
    float: left;
    width: 240px;
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 9999;
}
.cwc-primary-navigation ul li:hover > ul {
    display: block;
}
.cwc-primary-navigation ul li:hover > ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}
.cwc-primary-navigation ul li:hover > ul li:last-child {
    border-bottom: none;
}
.cwc-primary-navigation ul li:hover > ul li a {
    display: block;
    width: 100%;
    padding: 5px 15px;
}
.cwc-primary-navigation ul li.current-menu-item > ul li a {
    background: #fff;
     color: #363636;
}
.cwc-primary-navigation ul li.current-menu-item > ul li a:hover {
    background: #fa4c2a;
    color: #fff;
}
.cwc-primary-navigation ul li ul li > ul {
    display: none;
    top: -1px;
    left: 239px;
}
.cwc-primary-navigation ul li ul li:hover > ul {
    display: block;
}
.cwc-main {
    margin: 0 0 3px;
}
@media only screen and (max-width: 900px) {
	body .cwc-column-1 .header-col-main, body .cwc-column-1 .header-col-sub{
		width: 100%;
		display: block;
	}
	body .cwc-column-1 .header-col-main article {
		margin-bottom: 0 !important;
	}
	body .cwc-column-1 .header-col-sub article{
		width: 48%;
	}
	body .cwc-column-1 .header-col-sub article img{
		width: 100%;
	}
	body .cwc-column-1 .header-col-sub article:nth-child(2){
		float: right;
	}
}
@media only screen and (max-width: 600px) {
	body .featured-image .summary-details{
		position: relative;
	}
	body .featured-image .summary-details:after{
		opacity: 1;
	}
}
.cwc-column-1 .header-col-main{
	display: inline-block;
	width: 67%;
}
.cwc-column-1 .header-col-sub{
	display: inline-block;
	width: 30%; 
	float: right;
}
aside .header-col-sub{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.cwc-featured-posts {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
    margin: 0 0 30px;
    position: relative;
}
.cwc-featured-posts .cwc-inner {
    margin: 0 -.8%}
.cwc-featured-posts .cwc-column-1, .cwc-featured-posts .cwc-column-2 {
    width: 100%;
    overflow: hidden;
}
.hentry.cwc-featured-post {
    float: none;
    margin: 0 0 4px;
    padding: 0;
    border: none;
}
.hentry.cwc-featured-post-big {
    margin-bottom: 21px;
}
.hentry.cwc-featured-post-other {
    width: 23.4%}
.hentry.cwc-featured-post .featured-image {
    margin: 0 0 24px;
}
.hentry.cwc-featured-post-small .featured-image {
    margin: 0 0 30px;
}
@media only screen and (min-width: 1112px) {
	.hentry.cwc-featured-post-small .featured-image {
		min-height: 183px;
	}
}
@media only screen and (max-width: 1112px) {
	body .hentry.cwc-featured-post-small .featured-image {
		margin: 0 0 25px;
	}
}
.hentry.cwc-featured-post-other .featured-image {
    margin: 0 0 15px;
}
.hentry.cwc-featured-post-big {
    margin-bottom: 21px;
}
.hentry.cwc-featured-post h2.entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media only screen and (max-width: 320px) {
    .hentry.cwc-featured-post h2.entry-title {
    line-height: 1.4;
}
}
.hentry.cwc-featured-post-small h2.entry-title {
    margin-bottom: 0;
}
.hentry.cwc-featured-post h2.entry-title a {
     color: #363636;
    text-decoration: none;
}
.hentry.cwc-featured-post h2.entry-title a:hover {
    color: #363636;
}
.hentry.cwc-featured-post .entry-meta {
    font-size: 16px;
    color: #888;
    padding: 0;
    margin: 0 0 5px;
    border: none;
}
.hentry.cwc-featured-post .entry-meta a {
    color: #eee;
    text-decoration: none;
}
.hentry.cwc-featured-post .entry-meta a:hover {
    color: #888;
    text-decoration: underline;
}
.hentry.cwc-featured-post .entry-content p {
    font-size: 16px;
    margin-bottom: 0;
}
.hentry.cwc-featured-post-big h2.entry-title {
    font-size: 30px;
}
.hentry.cwc-featured-post-small h2.entry-title {
    margin-top: -6px;
    margin-bottom: 10px;
}
.hentry.cwc-featured-post-other h2.entry-title {
    font-size: 20px;
}
/*
h2.featured-title {
    background: #3467ab;
    border: 1px solid #1c6fb2;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 0 9px 15px;
}
*/
@media only screen and (max-width: 320px) {
    h2.featured-title {
    font-size: 14px;
}
}h2.featured-title a {
    color: #fff;
}
h2.featured-title a:hover {
    color: #fcc02d;
    text-decoration: none;
}
/*
h3.featured-title {
    background: #3467ab;
    border: 1px solid #1c6fb2;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 0 9px 15px;
}
*/
@media only screen and (max-width: 320px) {
    h3.featured-title {
		font-size: 14px;
	}
}
h3.featured-title a {
    color: #fff;
}
h3.featured-title a:hover {
    color: #fcc02d;
    text-decoration: none;
}
.cwc-content {
    float: left;
    width: 67%}
.cwc-page-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
     color: #363636;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.hentry {
    margin-bottom: 30px;
}
h2.entry-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
h2.entry-title a {
    color: #1c6fb2;
    text-decoration: none;
}
h2.entry-title a:hover {
    color: #0b2c47;
}
.entry-meta {
    display: block;
    font-size: 15px;
    color: #888;
    margin: 0 0 10px;
}
.entry-meta a {
    color: #1c6fb2;;
    text-decoration: none;
}
.entry-meta a:hover {
    color: #1c6fb2;
}
.entry-meta div {
    display: inline-block;
}
.featured-image {
    margin-bottom: 20px;
    position: relative;
}
.featured-image .summary-details {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #ffffff;
	padding: 12px 15px;
}
.featured-image .summary-details:after{
	content: " ";
	background: #3467ab;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
.featured-image .summary-details *{
	position: relative;
	z-index: 1;
}
.featured-image .summary-details h2{
	font-size: 20px;
    margin-bottom: 5px;
}
.featured-image .summary-details h3{
	font-size: 14px;
    margin-bottom: 0;
}
.featured-image .summary-details .entry-meta{
	color: #ffffff;
	margin-bottom: 0;
}
.featured-image .summary-details .entry-meta a:hover{
	color: #fcc02d;
	text-decoration: none;
}
.featured-image img {
    display: block;
	width: 100%;
}
.cwc-post-format {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
}
.cwc-post-format.cwc-gallery-icon {
    background: url(images/formats/gallery-icon.png) no-repeat;
    background-size: 60px 60px;
}
.cwc-post-format.cwc-video-icon {
    background: url(images/formats/video-icon.png) no-repeat;
    background-size: 60px 60px;
}
.cwc-post-format.cwc-audio-icon {
    background: url(images/formats/audio-icon.png) no-repeat;
    background-size: 60px 60px;
}
.entry-content {
    font-size: 16px;
}
.entry-content p.cwc-front-text {
    margin-bottom: 0;
}
.hentry.cwc-homepage-1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.hentry.cwc-homepage-1 .cwc-post-right {
    margin-left: 220px;
}
.hentry.cwc-homepage-1 .cwc-post-format {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
}
.hentry.cwc-homepage-1 .cwc-post-format.cwc-gallery-icon, .hentry.cwc-homepage-1 .cwc-post-format.cwc-video-icon, .hentry.cwc-homepage-1 .cwc-post-format.cwc-audio-icon {
    background-size: 60px 60px;
}
.hentry.cwc-homepage-1 .featured-image {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 0;
}
.hentry.cwc-homepage-1 .entry-meta {
    font-size: 15px;
    margin: 14px 0 10px;
}
.hentry.cwc-homepage-1 .entry-meta a {
     color: #363636;
    text-decoration: none;
}
.hentry.cwc-homepage-1 .entry-meta a:hover {
    color: #888;
}
.hentry.cwc-homepage-1 .entry-title {
    font-size: 22px;
    /* line-height: 1.6; */
}
.hentry.cwc-homepage-1 p.cwc-front-text {
    font-size: 16px;
    margin-bottom: 0;
}
.hentry.cwc-homepage-2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.hentry.cwc-homepage-2 h2.entry-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.hentry.cwc-homepage-2 .cwc-post-right {
    margin-left: 280px;
}
.hentry.cwc-homepage-2 .cwc-post-format {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
}
.hentry.cwc-homepage-2 .cwc-post-format.cwc-gallery-icon, .hentry.cwc-homepage-2 .cwc-post-format.cwc-video-icon, .hentry.cwc-homepage-2 .cwc-post-format.cwc-audio-icon {
    background-size: 60px 60px;
}
.hentry.cwc-homepage-2 .featured-image {
    float: left;
    width: 260px;
    margin-right: 20px;
    margin-bottom: 0;
}
.hentry.cwc-homepage-2 .entry-meta {
    font-size: 15px;
    margin-bottom: 10px;
}
.hentry.cwc-homepage-2 .entry-meta a {
    color: #999;
    text-decoration: none;
}
.hentry.cwc-homepage-2 .entry-meta a:hover {
    text-decoration: underline;
}
.hentry.cwc-homepage-2 p.cwc-front-text {
    font-size: 16px;
    margin-bottom: 0;
}
.hentry.cwc-homepage-3 {
    float: left;
    width: 47.5%;
    margin: 0 0 10px;
}
.hentry.cwc-homepage-3.cwc-left {
    clear: both;
    float: left;
}
.hentry.cwc-homepage-3.cwc-right {
    float: right;
    margin-right: 0;
}
.hentry.cwc-homepage-3 h2.entry-title {
    font-size: 22px;
}
.hentry.cwc-homepage-3 p.cwc-front-text {
    font-size: 16px;
    margin-bottom: 0;
}
.cwc-homepage-custom-widgets .cwc-widget {
    margin-bottom: 15px;
}
.cwc-homepage-custom-widgets .cwc-widget:last-child {
    margin-bottom: 0;
}
.widget_cwc_homepage_posts_a {
    margin-bottom: 0!important;
}
.widget_cwc_homepage_posts_a .cwc-column-1 {
    float: left;
    width: 48%;
    margin-right: 4%}
.widget_cwc_homepage_posts_a .cwc-column-2 {
    float: left;
    width: 48%}
.widget_cwc_homepage_posts_a .hentry {
    border-bottom: 1px solid #e6e6e6;
}
.widget_cwc_homepage_posts_a .hentry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-big {
    margin-bottom: 20px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-big .featured-image {
    margin-bottom: 15px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small {
    margin-bottom: 20px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .featured-image {
    float: left;
    width: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .cwc-post-right {
    margin-left: 105px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small h2.entry-title {
    font-size: 16px;
    margin-bottom: 0;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .entry-meta {
    margin-bottom: 0;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .cwc-post-format {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .cwc-post-format.cwc-gallery-icon, .widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .cwc-post-format.cwc-video-icon, .widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small .cwc-post-format.cwc-audio-icon {
    background-size: 30px;
}
.widget_cwc_homepage_posts_b .cwc-inner {
    margin: 0 -1.5%}
.widget_cwc_homepage_posts_b .hentry {
    float: left;
    width: 30.333%;
    margin: 0 1.5% 15px;
}
.widget_cwc_homepage_posts_b .hentry .featured-image {
    margin-bottom: 15px;
}
.widget_cwc_homepage_posts_b .hentry h2.entry-title {
    font-size: 18px;
}
.widget_cwc_homepage_posts_c {
    margin-bottom: 5px!important;
}
.widget_cwc_homepage_posts_c .cwc-column-1 {
    float: left;
    width: 48%;
    margin-right: 4%}
.widget_cwc_homepage_posts_c .cwc-column-2 {
    float: right;
    width: 48%}
.widget_cwc_homepage_posts_c .hentry:last-child {
    border-bottom: 0;
}
.widget_cwc_homepage_posts_c .hentry {
    border-bottom: 1px solid #e6e6e6;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-big {
    margin-bottom: 20px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-big .featured-image {
    margin-bottom: 15px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small {
    margin-bottom: 20px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .featured-image {
    float: left;
    width: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .cwc-post-right {
    margin-left: 105px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small h2.entry-title {
    font-size: 16px;
    margin-bottom: 0;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .cwc-post-format {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .cwc-post-format.cwc-gallery-icon, .widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .cwc-post-format.cwc-video-icon, .widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small .cwc-post-format.cwc-audio-icon {
    background-size: 30px;
}
.hentry.cwc-homepage-d {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.hentry.cwc-homepage-d:last-child {
    border-bottom: none;
}
.hentry.cwc-homepage-d .cwc-post-right {
    margin-left: 220px;
}
.hentry.cwc-homepage-d .featured-image {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 0;
}
.hentry.cwc-homepage-d .entry-meta {
    font-size: 15px;
    margin-bottom: 10px;
}
.hentry.cwc-homepage-d .entry-meta a {
    color: #999;
    text-decoration: none;
}
.hentry.cwc-homepage-d .entry-meta a:hover {
    text-decoration: underline;
}
.hentry.cwc-homepage-d .entry-title {
    font-size: 22px;
    line-height: 1.2;
}
.hentry.cwc-single {
    border: none;
    margin-bottom: 0;
}
.cwc-breadcrumbs {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.cwc-breadcrumbs a {
    color: #494949;
    text-decoration: none;
}
.cwc-breadcrumbs a:hover {
    text-decoration: underline;
}
.cwc-breadcrumbs span.sep {
    margin: 0 5px;
}
h1.entry-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
     color: #363636;
    margin-bottom: 11px;
}
.hentry.cwc-single .entry-meta {
    font-size: 16px;
    color: #888;
    margin: 0 0 21px;
}
.hentry.cwc-single .entry-meta a {
     color: #363636;
    text-decoration: none;
}
.hentry.cwc-single .entry-meta a:hover {
    color: #888;
}
.cwc-share-buttons {
    margin: 0 0 30px;
    overflow: hidden;
}
.cwc-content .cwc-share-buttons ul {
    margin: 0;
    list-style: none;
}
.cwc-content .cwc-share-buttons ul li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 0;
}
.cwc-content .cwc-share-buttons ul li:last-child {
    margin-right: 0;
}
.cwc-share-buttons ul li a i {
    font-size: 15px;
    margin-right: 8px;
}
.cwc-share-buttons ul li a {
	font-family: Helvetica, Arial," sans-serif";
    font-size: 12px;
    font-weight: 700;
    display: block;
    background: #222;
    color: #fff;
    padding: 7px 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.cwc-share-buttons ul li a:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    text-decoration: none;
}
.cwc-share-buttons ul li.cwc-twitter-button a {
    background: #50abf1;
}
.cwc-share-buttons ul li.cwc-facebook-button a {
    background: #3a579b;
}
.cwc-share-buttons ul li.cwc-google-button a {
    background: #dd4b39;
}
.cwc-share-buttons ul li.cwc-linkedin-button a {
    background: #1a84bc;
}
.cwc-share-buttons ul li.cwc-pinterest-button a {
    background: #cb2027;
}
.hentry.cwc-single .entry-content {
    font-size: 17px;
    margin: 14px 0 45px;
    color: #363636;
}
#cwc-page-links {
    font-size: 26px;
}
.cwc-review-box-top {
    margin: 35px 0 30px;
}
.cwc-review-box-bottom {
    margin: -10px 0 50px;
}
#review-box {
    background: #eee;
    padding: 20px 20px 8px;
    margin: 0;
}
#review-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#review-box ul li {
    margin-bottom: 15px;
}
#review-box .review-top {
    overflow: hidden;
}
#review-box .overall-score {
    background: #ff502e;
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}
#review-box .overall-score .overall {
    font-size: 50px;
    line-height: 1.2;
    color: #FFF;
    font-weight: 700;
    padding: 8px 0;
    display: block;
}
#review-box .overall-score .overall-text {
    background: #111;
    display: block;
    color: #FFF;
    font-weight: 700;
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 10px;
}
#review-box .review-top {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
#review-box .review-top .review-text .review-title {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 8px 0 10px;
}
#review-box .review-top .review-text p {
    font-size: 14px;
    margin-bottom: 0;
}
#review-box ul li .review-criteria-bar-container {
    position: relative;
    background: #b8b8b8;
    height: 40px;
    overflow: hidden;
}
#review-box ul li .review-criteria-bar {
    float: left;
    height: 40px;
    background: #fcc02d;
}
#review-box ul li .review-criteria-bar span.lecwc {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
#review-box ul li .review-criteria-bar-container span.right {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 6px;
}
#review-box .review-total-score {
    background: #f2f2f2;
    overflow: hidden;
}
#review-box .review-total-score .left {
    float: left;
    max-width: 50%;
     color: #363636;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 15px;
    margin: 0;
    text-transform: uppercase;
}
#review-box .review-total-score .right {
    float: right;
    font-size: 18px;
    background: #ff3718;
    color: #FFF;
    font-weight: 700;
    padding: 0 12px;
    height: 54px;
    line-height: 54px;
}
#review-box .review-total-score .right i {
    color: #FFF;
    font-size: 17px;
    margin: 0 2px;
}
#review-box .review-summary {
    border: 1px solid #eee;
    padding: 25px;
    margin: 0 0 25px;
}
#review-box .review-summary p {
    margin: 0;
}
#review-box .review-total-score .type-star {
    font-size: 14px;
    padding: 7px 15px;
}
#review-box .review-total-score-box [class*="icon-"] {
    font-size: 18px;
    color: #FFF;
    margin: 0 1px;
}
.entry-tags {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 10px solid #f5f5f5;
}
.entry-tags i {
    margin-right: 15px;
}
.entry-tags a {
    display: inline-block;
    background: #fcc02d;
    color: #fff;
    padding: 5px 20px;
    margin-right: 7px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.entry-tags a:hover {
    background: #222;
    color: #fff;
}
.cwc-author-box {
    padding: 35px 0 5px;
    margin-bottom: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.cwc-author-box .cwc-gravatar {
    float: left;
    width: 90px;
    margin: 0 40px 30px 0;
}
.cwc-author-box .cwc-author-bio {
    margin-left: 130px;
}
.cwc-author-box h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cwc-author-box h1 a {
     color: #363636;
    text-decoration: none;
}
.cwc-pagination-single {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 35px 0;
    margin-bottom: 45px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.cwc-pagination-single .cwc-pagination-previous {
    float: left;
    width: 45%;
    padding: 0 5%;
    text-align: center;
    position: relative;
}
.cwc-pagination-single .cwc-pagination-previous i {
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.cwc-pagination-single .cwc-pagination-next {
    float: right;
    width: 45%;
    padding: 0 5%;
    text-align: center;
    position: relative;
}
.cwc-pagination-single .cwc-pagination-next i {
    font-size: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}
.cwc-pagination-single span {
    color: #999;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.cwc-pagination-single a {
    color: #363636;
    text-decoration: none;
}
.cwc-pagination-single a:hover {
    color: #363636;
}
.cwc-pagination-single span.cwc-pagination-dot {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #ddd;
}
.cwc-might-like {
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.cwc-might-like h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
.cwc-might-like .hentry {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.cwc-might-like .hentry h2.entry-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.cwc-might-like .hentry h2.entry-title a {
    color: #1c6fb2;
    text-decoration: none;
}
.cwc-might-like .hentry h2.entry-title a:hover {
    color: #0b2c47;
}
.cwc-might-like .hentry .entry-meta {
    margin: 0;
}
.cwc-related-posts {
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.cwc-related-posts h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
.cwc-related-posts .cwc-inner {
    margin: 0 -1.5%}
.cwc-related-posts .hentry {
    float: left;
    width: 30.333%;
    margin: 0 1.5% 20px;
    border: none;
}
.cwc-related-posts .hentry .featured-image {
    display: block;
    margin-bottom: 15px;
}
.cwc-related-posts .hentry h2.entry-title {
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
}
.cwc-related-posts .hentry .entry-title a {
     color: #363636;
}
.cwc-related-posts .hentry .entry-title a:hover {
    color: #363636;
    text-decoration: none;
}
.cwc-content ol, .cwc-content ul {
    margin: 0 0 25px 40px;
}
.cwc-content ol li, .cwc-content ul li {
    margin: 4px 0;
}
#comments {
    margin-bottom: 80px;
}
.comment-title h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}
.comment-title h3 a {
     color: #363636;
    text-decoration: none;
}
.comment-title h3 a:hover {
     color: #363636;
    text-decoration: none;
}
ol.commentlist {
    list-style: none;
    margin: 0!important;
}
ol.commentlist li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
ol.commentlist li ul.children {
    margin-top: 10px;
}
ol.commentlist li ul li {
    margin-bottom: 20px;
    border: none;
}
.comment-body {
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.comment-avatar {
    float: left;
    width: 60px;
    margin: 0 25px 0 0;
}
.comment-avatar img {
    background: #fff;
}
.bypostauthor .comment-avatar img {
    background: #fff;
}
.comment-meta {
    margin-bottom: 10px;
    overflow: hidden;
}
.comment-meta h5 {
    float: left;
    margin: 5px 0 0;
    font-weight: 400;
}
.comment-body .fn {
    display: block;
    font-size: 18px;
    font-style: normal;
}
.comment-body .fn a {
    color: #363636;
    text-decoration: none;
}
.comment-body .fn a:hover {
    color: #363636;
    text-decoration: none;
}
.comment-content time {
    float: right;
    margin: 0;
    display: inline-block;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.comment-content time a {
    color: #888;
    text-decoration: none;
}
.comment-content time a:hover {
    color: #888;
    text-decoration: none;
}
.comment-content {
    margin-left: 85px;
}
.comment-content p {
    margin-bottom: 15px;
}
a.comment-edit-link {
    color: #999;
}
a:hover.comment-edit-link {
    color: #999;
}
.cwc-reply {
    background: #fcc02d;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    text-transform: uppercase;
}
a.comment-reply-link {
    color: #fff;
    text-decoration: none;
}
a:hover.comment-reply-link {
    color: #fff;
    text-decoration: underline;
}
.cwc-reply i {
    margin-left: 5px;
}
.comment .children {
    margin: 0;
}
.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 85px;
}
.comments-previous {
    float: left;
}
.comments-next {
    float: right;
}
#respond {
    margin: 30px 0 0;
}
#respond h3#reply-title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}
form label {
    font-size: 14px;
    font-weight: 700;
     color: #363636;
    margin: 8px 0;
}
form label.comment-field {
    display: block;
}
#respond input#submit {
    display: inline-block;
    background: #3467ab;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: auto;
    padding: 13px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #1c6fb2;
}
#respond #submit:hover, #respond #submit:focus, #respond #submit:active {
    background-color: #1c6fb2;
    border: 1px solid #1c6fb2;
}
.commentlist #respond {
    margin: 50px 0 50px 45px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    margin-bottom: 0;
}
.form-allowed-tags {
    background: #f7f7f7;
    font-size: 13px;
    line-height: 1.6;
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: -7px 0 30px;
}
.form-allowed-tags code {
    background: none;
    padding: 0;
}
.form-submit {
    margin: 0 0 15px;
}
.comment-notes, .logged-in-as {
    font-weight: 700;
}
.comment-subscription-form {
    margin-bottom: 10px;
    line-height: 1.4;
}
.cwc-sidebar {
    float: right;
    width: 30%}
.cwc-ad-widget {
    padding: 0 9px;
    margin-bottom: 21px;
}
.cwc-tor-widget {
    margin-bottom: 30px;
    padding: 0 10px;
}
.cwc-tor-widget p {
    color: #fff;
    margin-bottom: 14px;
}
span.cwc-tor-widget-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 26px;
}
.cwc-tor-widget ul {
    color: #fff;
    list-style-image: url(images/tor-ad-tick.png);
    margin: 0 0 21px 23px;
}
.cwc-tor-widget ul li {
    color: #fff;
    font-size: 16px;
    padding-left: 2px;
}
.cwc-sidebar .cwc-widget {
    background: #ededed;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
	clear: both;
}
.cwc-sidebar .cwc-widget:last-child {
    margin-bottom: 0;
}
.cwc-widget ul {
    list-style: none;
}
.cwc-widget ul li {
    display: block;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: none;
}
.cwc-widget ul li a {
    color: #777;
    text-decoration: none;
}
.cwc-widget ul li a:hover {
    text-decoration: underline;
}
span.cwc-widget-title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
     color: #363636;
    margin-bottom: 26px;
}
aside select{
	margin-top: 10px;
}
span.cwc-widget-title a {
     color: #363636;
    text-decoration: none;
}
span.cwc-widget-title a:hover {
    color: #363636;
    text-decoration: none;
}
.cwc_newsletter_widget p {
    margin-bottom: 20px;
}
.cwc_newsletter_widget input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cwc_newsletter_widget input[type="submit"], .cwc_newsletter_widget input[type="button"] {
    width: 100%;
    margin: 0;
}
.cwc_newsletter_widget input[type="submit"]:hover, .cwc_newsletter_widget input[type="button"]:hover {
    background: #1c6fb2;
    color: #fff;
}
select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #999;
    font-size: 14px;
    padding: 13px 15px;
    width: 100%
}
.cwc-widget.cwc_social_icons {
    margin-bottom: 20px;
}
.cwc_social_icons ul {
    list-style: none;
    margin: 0;
}
.cwc_social_icons ul li {
    float: left;
    width: 10%;
    line-height: 1;
    margin: 0 4.2% 10px 0;
    position: relative;
}
.cwc_social_icons ul li:last-child {
    margin-right: 0;
}
.cwc_social_icons ul li a {
    font-size: 32px;
    color: #b3b3b3;
}
.cwc_social_icons ul li a:hover {
    color: #888;
}
.cwc-widget.widget_search {
    padding-bottom: 15px;
}
.cwc-widget.cwc_recent_posts, .cwc-widget.cwc_popular_posts, .cwc-widget.cwc_random_posts {
    list-style: none;
}
.cwc-widget.cwc_recent_posts .hentry, .cwc-widget.cwc_popular_posts .hentry, .cwc-widget.cwc_random_posts .hentry {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
}
.cwc-widget.cwc_recent_posts .hentry:last-child, .cwc-widget.cwc_popular_posts .hentry:last-child, .cwc-widget.cwc_random_posts .hentry:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.cwc-widget.cwc_recent_posts .hentry .featured-image, .cwc-widget.cwc_popular_posts .hentry .featured-image, .cwc-widget.cwc_random_posts .hentry .featured-image {
    float: left;
    width: 85px;
    height: 70px;
    margin: 0 15px 0 0;
}
.cwc-widget.cwc_recent_posts .hentry .featured-image img, .cwc-widget.cwc_popular_posts .hentry .featured-image img, .cwc-widget.cwc_random_posts .hentry .featured-image img {
    width: 85px;
    height: 70px;
}
.cwc-widget.cwc_recent_posts .hentry .entry-content, .cwc-widget.cwc_popular_posts .hentry .entry-content, .cwc-widget.cwc_random_posts .hentry .entry-content {
    margin-left: 100px;
}
.cwc-widget.cwc_recent_posts .hentry .entry-content a, .cwc-widget.cwc_popular_posts .hentry .entry-content a, .cwc-widget.cwc_random_posts .hentry .entry-content a {
    display: block;
    font-weight: 700;
     color: #363636;
    line-height: 1.6;
}
.cwc-widget.cwc_recent_posts .hentry .entry-content a:hover, .cwc-widget.cwc_popular_posts .hentry .entry-content a:hover, .cwc-widget.cwc_random_posts .hentry .entry-content a:hover {
    color: #363636;
    text-decoration: none;
}
.cwc-widget.cwc_recent_posts .hentry .entry-content span, .cwc-widget.cwc_popular_posts .hentry .entry-content span, .cwc-widget.cwc_random_posts .hentry .entry-content span {
    font-size: 14px;
    color: #bbb;
}
.cwc-widget.cwc_recent_posts .hentry .cwc-post-format, .cwc-widget.cwc_popular_posts .hentry .cwc-post-format, .cwc-widget.cwc_random_posts .hentry .cwc-post-format {
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
    background-size: 30px 30px;
}
.cwc-widget.cwc_recent_reviews {
    list-style: none;
}
.cwc-widget.cwc_recent_reviews .hentry {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.cwc-widget.cwc_recent_reviews .hentry:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.cwc-widget.cwc_recent_reviews .hentry .featured-image {
    float: left;
    width: 85px;
    height: 70px;
    margin: 0 15px 0 0;
}
.cwc-widget.cwc_recent_reviews .hentry .featured-image img {
    width: 85px;
    height: 70px;
}
.cwc-widget.cwc_recent_reviews .hentry .entry-content {
    margin-left: 100px;
}
.cwc-widget.cwc_recent_reviews .hentry .entry-content a {
    display: block;
    font-weight: 400;
     color: #363636;
}
.cwc-widget.cwc_recent_reviews .hentry .entry-content a:hover {
    color: #363636;
}
.cwc-widget.cwc_recent_reviews .hentry .entry-content .cwc-review-badge {
    display: inline-block;
    background: #fcc02d;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
}
.cwc-widget.cwc_recent_reviews .hentry .entry-content span {
    font-size: 14px;
    color: #bbb;
}
.cwc-widget.cwc_recent_reviews .hentry .cwc-post-format {
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
    background-size: 30px 30px;
}
.cwc_advertisement_widget {
    padding-bottom: 20px!important;
    margin-bottom: 10px!important;
}
.cwc_advertisement_widget ul {
    margin: 0;
    list-style: none;
}
.cwc_advertisement_widget ul li {
    float: left;
    width: 46%;
    margin: 0 2% 2%}
.cwc_advertisement_widget ul li:nth-child(2n) {
    margin-right: 0;
}
.cwc_advertisement_widget ul li img {
    display: block;
}
.widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_nav_menu ul, .widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_rss ul li {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.widget_pages ul li:last-child, .widget_categories ul li:last-child, .widget_archive ul li:last-child, .widget_meta ul li:last-child, .widget_nav_menu ul li:last-child, .widget_rss ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.widget_pages ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, .widget_rss ul li a:hover {
    text-decoration: underline;
}
.cwc-widget.widget_calendar {
    padding-bottom: 24px;
}
.widget_calendar table {
    width: 100%;
    margin: 0;
    border: 0;
}
.widget_calendar table caption {
    width: 100%;
    background: #fcc02d;
    color: #fff;
    font-weight: 700;
    padding: 7px 0 8px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}
.widget_calendar table>thead>tr {
    color: #fff;
    border-bottom: 1px solid #fcc02d;
}
.widget_calendar tbody>tr>td {
    padding: 5px 0 6px;
    text-align: center;
    width: 14.2857%}
.widget_calendar table#wp-calendar thead>tr>th {
    background: #fcc02d;
}
.widget_calendar th {
    padding: 8px;
    text-align: center;
    border: none;
}
.widget_calendar th:last-child {
    border: 0;
}
.widget_calendar table>tbody {
    border: 1px solid #e5e5e5;
    border-top: none;
}
.widget_calendar table>tbody>tr {
    border-bottom: 1px solid #e5e5e5;
}
.widget_calendar table>tbody>tr td {
    border-right: 1px solid #e5e5e5;
}
.widget_calendar table>tbody>tr td a {
    font-weight: 700;
    text-decoration: none;
}
.widget_calendar table>tbody>tr td#today {
    background: #fcc02d;
    color: #fff;
    font-weight: 700;
}
.widget_calendar table>tbody>tr td#today a {
    color: #fff;
}
.widget_calendar a:hover {
    text-decoration: underline;
}
.widget_calendar tfoot>tr {
    border-bottom: 1px #222;
}
.widget_calendar #prev {
    text-align: left;
    font-weight: 700;
}
.widget_calendar #prev a {
    text-decoration: none;
}
.widget_calendar #prev a:hover {
    text-decoration: underline;
}
.widget_calendar #next {
    text-align: right;
    font-weight: 700;
}
.widget_calendar #next a {
    text-decoration: none;
}
.widget_calendar #next a:hover {
    text-decoration: underline;
}
.cwc-widget .cwc-search-form input[type="submit"] {
    width: 100%}
.cwc-footer {
    border-top: 1px solid #e6e6e6;
    padding: 8px 0 0;
    background: #ededed;
}
.cwc-footer-widgets {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.cwc-footer-widgets .cwc-inner {
    margin: 0 -15px;
}
.cwc-footer-widgets .cwc-widget {
    float: left;
    width: 33%;
    padding: 0 15px;
    margin: 20px 0;
}
.cwc-footer-widgets .cwc-widget ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: none;
}
.cwc-footer-bottom-widgets {
    margin-bottom: 6px;
}
.cwc-footer-bottom-widgets .cwc-inner {
    margin: 0 -15px;
}
.cwc-footer-bottom-widgets .cwc-widget {
    float: left;
    width: 16.6666%;
    padding: 0 15px;
    margin: 8px 0 -8px;
    font-size: 14px;
}
.cwc-footer-bottom-widgets .cwc-widget span.cwc-widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.cwc-footer-bottom-widgets .cwc-widget ul li {
    padding-bottom: 2px;
    margin-bottom: 2px;
    border: none;
}
.cwc-footer-bottom-widgets .cwc-widget ul li:before {
    display: none;
}
.cwc-footer-bottom-widgets .cwc-widget ul li a {
    padding-left: 0;
    color: #777;
}
.cwc-copyright {
    background: #3467ab;
    font-size: 13px;
    color: #fff;
    padding: 25px 0 23px;
    overflow: hidden;
	margin-bottom: 120px;
}
.cwc-copyright p {
    margin-bottom: 0;
}
.cwc-copyright .cwc-wrap {
    width: 100%;
    max-width: 1060px;
}
.cwc-navigation-copyright {
    margin: 0;
    overflow: hidden;
}
.cwc-footer-navigation {
    float: left;
    margin-bottom: 5px;
    max-width: 80%}
.cwc-footer-navigation ul {
    margin: 0;
    list-style: none;
}
.cwc-footer-navigation ul li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.cwc-footer-navigation ul li:last-child {
    margin-right: 0;
}
.cwc-footer-navigation ul li:last-child:after {
    display: none;
}
.cwc-footer-navigation ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #fcc02d;
    text-decoration: none;
    text-transform: uppercase;
}
.cwc-footer-navigation ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.cwc-theme-copyright {
    float: right;
    color: #fff;
    text-align: right;
    max-width: 33%}
.cwc-theme-copyright p {
    margin-bottom: 0;
}
.cwc-theme-copyright a {
    color: #fff;
    text-decoration: none;
}
.cwc-theme-copyright a:hover {
    color: #fff;
    text-decoration: none;
}
.cwc-website-copyright {
    max-width: 60%;
    color: #fff;
    overflow: hidden;
}
.cwc-pagination {
    clear: both;
    font-size: 16px;
    text-align: left;
    margin: 38px 0 34px;
}
.cwc-pagination span.current {
    margin-right: 12px;
    color: #fff;
    background: #3467ab;
    padding: 13px 16px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cwc-pagination a {
    margin-right: 12px;
     color: #363636;
}
.cwc-pagination a:hover {
    color: #888;
}
.cwc-single.cwc-page h1.entry-title {
    margin-bottom: 20px;
}
.error-page.cwc-single .cwc-search-form input[type="text"] {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cwc-content.cwc-full-width {
    width: 100%}
.cwc-full-width .hentry.cwc-single .entry-content {
    margin-bottom: 0;
}
.cwc-archive-lists ul {
    margin: 0 0 30px 40px;
}
.cwc-archive-title{
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.cwc-archive-title, .cwc-search-title {
    padding: 10px 20px;
	border-radius: 3px;
    margin-bottom: 40px;
	background-color: #F7F7F6!important;
    border: 1px solid #dcdcdc!important;
}
.cwc-archive-title .light-hr, .cwc-search-title .light-hr{
	display: none;
}
.cwc-category-description p {
    margin-bottom: 10px;
}
h1.page-title {
    font-size: 24px;
	padding-bottom: 15px;
	margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 900px) {
    .cwc-row {
    padding: 0 15px;
    max-width: 738px;
}
.cwc-top-posts {
    display: none;
}
.cwc-top-mobile-menu-button {
    display: inline-block;
}
button.cwc-top-mobile-menu-button {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    overflow: hidden;
    z-index: 9999;
}
button:hover.cwc-top-mobile-menu-button {
    background: #222;
}
.cwc-logo {
    max-width: 100%;
    margin: 0;
}
.cwc-header-search {
    display: none;
}
.cwc-primary-navigation {
    /* display: none; */
}
.cwc-content {
    width: 100%}
.hentry.cwc-homepage-2 h2.entry-title {
    font-size: 22px;
}
.cwc-pagination-single {
    padding: 30px 0;
}
.cwc-pagination-single .cwc-pagination-previous {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.cwc-pagination-single .cwc-pagination-previous i {
    display: none;
}
.cwc-pagination-single .cwc-pagination-next {
    width: 100%;
    padding-bottom: 0;
    border: none;
}
.cwc-pagination-single .cwc-pagination-next i {
    display: none;
}
.cwc-pagination-single span.cwc-pagination-dot {
    display: none;
}
.cwc-sidebar {
    margin-top: 40px;
    width: 100%}
.cwc_advertisement_widget ul li img {
    display: block;
    width: auto;
}
.cwc-footer {
    padding: 0;
    border: none;
}
.cwc-footer-widgets {
    display: none;
}
.cwc-footer-bottom-widgets {
    display: none;
}
.cwc-copyright {
    padding: 20px 15px 30px;
}
.cwc-copyright p {
    padding: 0;
}
.cwc-footer-navigation {
    max-width: 100%}
.cwc-theme-copyright {
    display: none;
}
.cwc-website-copyright {
    max-width: 100%}
}
@media only screen and (max-width: 766px) {
    .cwc-row {
    width: 100%}
.cwc-content .cwc-share-buttons ul li {
    width: 23.5%}
.cwc-share-buttons ul li.cwc-linkedin-button {
    margin-right: 0;
}
.cwc-share-buttons ul li.cwc-pinterest-button {
    display: none;
}
}
@media only screen and (max-width: 600px) {
    body {
    font-size: 14px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5, h6 {
    font-size: 16px;
}
.hentry.cwc-featured-post-big {
    width: 98.4%}
.hentry.cwc-featured-post-big h2.entry-title {
    font-size: 24px;
}
.hentry.cwc-featured-post-small {
    width: 48.4%}
.hentry.cwc-featured-post-small h2.entry-title {
    font-size: 18px;
}
.hentry.cwc-featured-post-other {
    width: 48.4%}
.hentry.cwc-featured-post-other h2.entry-title {
    font-size: 18px;
}
.hentry.cwc-featured-post .entry-content p {
    font-size: 14px;
}
.hentry.cwc-featured-post .entry-meta {
    font-size: 14px;
}
.hentry.cwc-homepage-1 h2.entry-title {
    font-size: 20px;
}
.hentry.cwc-homepage-1 p.cwc-front-text {
    font-size: 14px;
}
.hentry.cwc-homepage-1 .entry-meta {
    font-size: 14px;
}
.hentry.cwc-homepage-1 .cwc-post-format {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.hentry.cwc-homepage-1 .cwc-post-format.cwc-gallery-icon, .hentry.cwc-homepage-1 .cwc-post-format.cwc-audio-icon, .hentry.cwc-homepage-1 .cwc-post-format.cwc-video-icon {
    background-size: 40px 40px;
}
.hentry.cwc-homepage-2 h2.entry-title {
    font-size: 20px;
}
.hentry.cwc-homepage-2 p.cwc-front-text {
    font-size: 14px;
}
.hentry.cwc-homepage-2 .entry-meta {
    font-size: 14px;
}
.hentry.cwc-homepage-2 .featured-image {
    width: 200px;
}
.hentry.cwc-homepage-2 .cwc-post-right {
    margin-left: 220px;
}
.hentry.cwc-homepage-2 .cwc-post-format {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.hentry.cwc-homepage-2 .cwc-post-format.cwc-gallery-icon, .hentry.cwc-homepage-2 .cwc-post-format.cwc-audio-icon, .hentry.cwc-homepage-2 .cwc-post-format.cwc-video-icon {
    background-size: 40px 40px;
}
.hentry.cwc-homepage-3 h2.entry-title {
    font-size: 20px;
}
.hentry.cwc-homepage-3 p.cwc-front-text {
    font-size: 14px;
}
.hentry.cwc-homepage-3 .entry-meta {
    font-size: 14px;
}
.hentry.cwc-homepage-3 .cwc-post-format {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.hentry.cwc-homepage-3 .cwc-post-format.cwc-gallery-icon, .hentry.cwc-homepage-3 .cwc-post-format.cwc-audio-icon, .hentry.cwc-homepage-3 .cwc-post-format.cwc-video-icon {
    background-size: 40px 40px;
}
.cwc-post-format {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
.cwc-post-format.cwc-gallery-icon, .cwc-post-format.cwc-audio-icon, .cwc-post-format.cwc-video-icon {
    background-size: 40px 40px;
}
.entry-content {
    font-size: 14px;
}
.entry-content p.cwc-front-text {
    font-size: 14px;
}
.hentry.cwc-single .entry-content {
    font-size: 14px;
}
.entry-meta {
    font-size: 14px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-big h2.entry-title {
    font-size: 18px;
}
.widget_cwc_homepage_posts_a .hentry.cwc-homepage-a-small h2.entry-title {
    font-size: 14px;
}
.widget_cwc_homepage_posts_b .hentry h2.entry-title {
    font-size: 16px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-big h2.entry-title {
    font-size: 18px;
}
.widget_cwc_homepage_posts_c .hentry.cwc-homepage-c-small h2.entry-title {
    font-size: 14px;
}
.widget_cwc_homepage_posts_d .hentry.cwc-homepage-d h2.entry-title {
    font-size: 18px;
}
.hentry.cwc-single h1.entry-title {
    font-size: 28px;
}
.cwc-content .cwc-share-buttons ul li {
    width: 32%}
.cwc-share-buttons ul li.cwc-google-button {
    margin-right: 0;
}
.cwc-share-buttons ul li.cwc-linkedin-button {
    display: none;
}
.cwc-share-buttons ul li.cwc-pinterest-button {
    display: none;
}
.cwc-author-box .cwc-gravatar {
    float: left;
    width: 60px;
    margin: 0 20px 20px 0;
}
.cwc-author-box .cwc-author-bio {
    margin-left: 80px;
}
.cwc-pagination-single {
    font-size: 16px;
}
.cwc-pagination-single span {
    font-size: 16px;
}
.cwc-related-posts .hentry {
    min-height: 200px;
}
.cwc-related-posts .hentry h2.entry-title {
    font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
    .cwc-header-ads img {
    display: block;
}
.hentry.cwc-featured-post-small h2.entry-title {
    font-size: 16px;
}
.hentry.cwc-featured-post-other {
    min-height: 250px;
}
.hentry.cwc-featured-post-other h2.entry-title {
    font-size: 16px;
}
.hentry.cwc-homepage-1 h2.entry-title {
    font-size: 16px;
}
.hentry.cwc-homepage-1 .featured-image {
    width: 100px;
    margin-right: 15px;
}
.hentry.cwc-homepage-1 .cwc-post-right {
    margin-left: 115px;
}
.hentry.cwc-homepage-2 h2.entry-title {
    font-size: 16px;
}
.hentry.cwc-homepage-2 .featured-image {
    width: 100px;
    margin-right: 15px;
}
.hentry.cwc-homepage-2 .cwc-post-right {
    margin-left: 115px;
}
.hentry.cwc-homepage-3 h2.entry-title {
    font-size: 16px;
}
.widget_cwc_homepage_posts_a .cwc-column-1 {
    width: 100%;
    margin-right: 0;
}
.widget_cwc_homepage_posts_a .cwc-column-2 {
    width: 100%}
.widget_cwc_homepage_posts_a .hentry:last-child {
    border-bottom: 1px solid #e6e6e6;
}
.widget_cwc_homepage_posts_b .hentry {
    width: 47%}
.widget_cwc_homepage_posts_c .cwc-column-1 {
    width: 100%;
    margin-right: 0;
}
.widget_cwc_homepage_posts_c .cwc-column-2 {
    width: 100%}
.hentry.cwc-homepage-d h2.entry-title {
    font-size: 16px;
}
.hentry.cwc-homepage-d .featured-image {
    width: 100px;
    margin-right: 15px;
}
.hentry.cwc-homepage-d .cwc-post-right {
    margin-left: 115px;
}
.hentry.cwc-single .entry-meta {
    font-size: 14px;
}
.cwc-might-like .hentry h2.entry-title {
    font-size: 16px;
}
.cwc-related-posts .hentry {
    width: 47%}
.cwc-related-posts .hentry h2.entry-title {
    font-size: 16px;
}
.comment .children li {
    padding-left: 35px;
}
.comment-content time {
    float: left;
}
}
@media only screen and (max-width: 400px) {
    .cwc-row {
    min-width: 280px;
}
.hentry.cwc-featured-post-small {
    width: 98.4%}
.hentry.cwc-featured-post-other {
    width: 98.4%}
.hentry.cwc-homepage-3 {
    width: 100%}
.widget_cwc_homepage_posts_b .hentry {
    min-height: 200px;
}
.cwc-content .cwc-share-buttons ul li {
    width: 49%}
.cwc-share-buttons ul li.cwc-facebook-button {
    margin-right: 0;
}
.cwc-share-buttons ul li.cwc-google-button {
    display: none;
}
.cwc-share-buttons ul li.cwc-linkedin-button {
    display: none;
}
.cwc-share-buttons ul li.cwc-pinterest-button {
    display: none;
}
#review-box {
    padding: 15px 15px 5px;
    min-height: 210px;
}
.comment .children li {
    padding-left: 15px;
}
}
.cwc-advertisement {
    float: left;
	text-align: center;
    margin-bottom: 30px;
    margin-right: 30px;
}
.cwc-advertisement p  {
     color: #e5e5e5;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.cwc-advertisement-inner {
    width: 100%;
}
.auth-section {
    margin-bottom: 40px;
}
.auth-section,  .auth-name  {
    width: 100%;
    float: left;
}
.auth-img,  .auth-bio {
    text-align: left;
}
.auth-img {
    width: 180px;
    float: left;
}
.auth-bio {
    float: right;
    width: 100%;
    padding-left: 180px;
    box-sizing: border-box;
    margin-left: -180px;
}
.article-tags {
    border: 1px solid #e5e5e5;
    background: #ededed;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

header.entry-header img{
	width: 100%;
}


/* HEADER STYLES */

.bborder, #jp-relatedposts h3.jp-relatedposts-headline{
    border-bottom: #ccc 3px solid;
    z-index: 300;
    margin: 0 0 25px;
}
.bborder h1, .bborder h2{
	height: 36px;	
}
.bborder h1{
	font-size: 24px;
    margin: 5px 0;
}
.bborder h2{
	font-size: 18px;
    margin: 5px 0;
    padding-top: 6px;
}
.cat-hr, .jp-relatedposts-headline em{
    border-bottom: #3467AB 3px solid;
    width: auto;
    display: table-cell;
    z-index: 500;
    top: 3px;
	height: 40px;
    padding: 0 5px;
	position: relative;
}
.jp-relatedposts-headline em{
	font-size: 18px;
	padding: 0;
}
body #jp-relatedposts h3.jp-relatedposts-headline{
	width: 100%;
	padding: 0;
}
body #jp-relatedposts h3.jp-relatedposts-headline em:before{
	border: none;
	margin: 0;
}

/* Jetpack custom code */

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{
	text-decoration: none;
}
#tor-footer-ad {
    background: #ededed;
    bottom: 0;
    left: 0;
    height: 120px;
    padding-top: 15px;
    position: fixed;
    text-align: center;
    width: 100%
}
#tor-footer-ad-mobile {
    display: none
}
@media (max-width:768px) {
    #tor-footer-ad {
        display: none
    }
    #tor-footer-ad-mobile {
        background: #ededed;
        bottom: 0;
        display: block;
        left: 0;
        height: 120px;
        padding-top: 15px;
        position: fixed;
        text-align: center;
        width: 100%
    }
}


