/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.5.0
	Stable tag: 2.5.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }



#sidebars .widget h2.rounded { display: none }
.columnx-mobile { display: none; }
#banner ul {
  list-style-type: none;
  padding: 0;
}
.inactive {
    display: none;
}
.active {
    display: block
}
/* -------- PAGINATION ------*/
.screen-reader-text { display: none; }
.nav-links {
    width: 250px;
    margin: 0 auto;
}
.nav-links a:hover { background-color: #CDCDCD; }
.page-numbers {
    display: inline-block;
    padding: 5px;
    width: 20px;
    text-align: center;
    background-color: #DEDEDE;
    border-radius: 5px;
    margin: 10px 0 30px;
}
/* ---------------*/
p { margin:0; }
a:active {
outline: none;
}
a {
color: #454545;
text-decoration: none;
}
body {
width: 100%;
background-color:#fff;
}
a:focus {
outline: 0;
}
a img {
border: 0;
}
html {
background: #ffffff;
}
body { font-family: 'Roboto', sans-serif; }
/*---------------------------------
----------- Header -------------
----------------------------------*/
#header-wrapper {
height: 168px;
width: 100%;
}
.headersection {
margin: 0 auto !important;
max-width: 1400px;
}
#header {
float: left;
margin-left: 45px;
margin-top: 25px;
}
#header-wrapper #adslott1 .widget-content {
float: left;
margin-right: 55px;
height: 110px;
width: 728px;
overflow: hidden;
}
.Header h1 {
color: #333333;
font: normal bold 46px;
letter-spacing: -1.5px;
margin-bottom: 0;
margin-top: -9px;
text-transform: uppercase;
}
.Header h1 a {
color: #333333;
}
.descriptionwrapper {
color: #BBBBBB;
display: block;
font: normal normal 12px;
margin-top: -7px;
text-transform: uppercase;
}
#adslott1 #HTML2 {
margin: 20px 0px 35px 0px;
}
#header-inner img  {
/*max-height: 95px;*/
}
#adslott1 {
float: right;
}
#adslott1 .widget-content img {
height: 100%;
width: 100%;
}
.w2bmenu.w2bajaxmenu {
margin-left: 22px;
}
/*------------------------------------
------------ Post Body --------------
-------------------------------------*/
body {
min-width: 320px;
max-width: 1370px;
margin: 0 auto;
}
.posts { padding-right:20px; }
.posts img { width:80%; }
.post-body {
color: #444647;
font-family: Verdana, sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 24.5px;
width: 100%;
}
.post-body p { margin: 1em 0; }
.post-title a {
color: #969594;
font-size: 29px;
font-weight: normal;
text-decoration: none;
}
.credit { 
  font-size: .7em;
  font-weight: bold;
}
.post-title a:hover {
text-decoration: none;
}
.post-body a {
color: #595959;
font-weight: 400;
}
.post-title {
/*border-bottom: 1px solid #e4e4e4;*/
color: #535353;
font-family: Roboto;
font-size: 30px;
font-weight: 600;
letter-spacing: 0.2px;
/*line-height: 40px;*/
margin-bottom: 8px;
padding-bottom: 4px;
}
.post-body img {
height: auto;
width: auto;
max-width: 90%;
}
.post-body iframe {
max-width: 100%;
}
.post-labels a {
border-bottom: 1px solid #E6E6E6;
color: #A62E2E;
display: inline-block;
font-family: Roboto;
font-size: 15px;
letter-spacing: 0.4px;
line-height: 21px !important;
margin: 0px 12px 0px 0px;
padding: 0px 4px 0px 1px;
text-transform: capitalize;
}
.post-labels a:hover {
border-bottom: 1px solid #e0e0e0;
}
.timeo {
color: #707070;
font-family: Roboto;
font-size: 12px;
letter-spacing: -0.2px;
padding: 3px 10px 3px 1px;
}
.poston {
color: #343434;
font-family: Roboto;
font-size: 14px;
letter-spacing: 0.4px;
padding-right: 2px;
}
blockquote {
background: url("http://1.bp.blogspot.com/-J6ggG55gmhg/UeCD7NYcN-I/AAAAAAAAA-o/rN_qRlAU_DI/s1600/quotes.png") no-repeat scroll 4px -5px rgba(0, 0, 0, 0);
border-bottom: 1px dotted #808080;
color: #444444;
display: block;
font-size: 18px;
line-height: 28px;
margin-left: 50px;
margin-right: 40px;
margin-top: 15px;
padding: 10px 36px 14px 68px;
}
.Attribution, .status-msg-wrap, .blog-feeds, .post-feeds, .home-link {
display: none;
}
.date-header {
border-top: 1px solid #e7e7e7;
margin-top: 15px;
clear:both;
}
.date-header span {
color: #595959;
display: inline-block;
font-family: Roboto;
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
margin-top: 12px;
padding-bottom: 10px;
}
#main.section {
margin: 0px !important;
}
#blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
.blog-pager {background: none;}
.displaypageNum a,.showpage a,.pagecurrent{font-size: 14px;padding: 5px 12px;margin-right:5px; color: #666; background-color:#f2f2f2; border: 1px solid lightgray;}
.displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#b44444;text-decoration:none;color: #fff;}
.displaypageNum a:hover,.showpage a:hover {
border: 1px solid #b44444;
}
#blog-pager .pagecurrent{font-weight:bold;color: #fff;background:#666666; padding: 6px 13px;}
.showpageOf{display:none!important}
#blog-pager .pages{border:none;}
#comments input, textarea {
    padding: 5px;
    margin-bottom: 5px;
}
/*------------------------------------
------------ Sidebar ---------------
-------------------------------------*/
#sidebars {
height: 100%;
}
#sidebars .widget h2 {
color: #454545;
display: inline-block;
font-family: Roboto;
font-size: 16px;
font-weight: normal;
padding: 4px 4px 6px 2px;
text-align: left;
text-transform: uppercase;
}
.rounded {display:none;}
#sidebars .widget-content {
border-top: 2px solid #A9A9A9;
color: #454545;
font-family: Roboto;
font-size: 14px;
margin-top: -2px;
padding: 10px 10px 10px 0px;
}
#sidebars .widget {
max-width: 250px;
}
#sidebars {
margin-left: 30px;
margin-right: 30px;
padding-top: 12px;
padding-bottom: 30px;
}
.Label .widget-content a, .Label ul li span {
border: 1px solid #afafaf;
border-radius: 2px;
color: black !important;
float: left;
margin-bottom: 6px;
margin-right: 7px;
padding: 3.5px 12px 4.5px;
text-transform: capitalize;
}
.BlogArchive .widget-content {
padding-left: 6px !important;
}
.Label .widget-content a:hover {
background: #DCDCDC;
}
.labelname.title {
  width: 640px;
}
.labelname.title b {
background: #AB3E3E;
color: white;
display: inline-block;
font-family: Roboto;
font-size: 16px;
font-weight: lighter;
margin-bottom: 23px;
padding: 3px 15px 4px;
position: relative;
text-transform: capitalize;
}
.labelname.title b:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #AB3E3E; border-width: 9px; margin-left: -30px; }
.list-label-widget-content li {
margin-bottom: 2px;
}
.Label ul li span {
background: none repeat scroll 0 0 #959595;
border-radius: 3px;
color: white !important;
margin: 0 !important;
padding: 3.5px 12px 4.5px;
}
.LinkList .widget-content ul {
list-style: none outside none;
padding-left: 3px;
}
.BlogArchive .widget-content {
padding-left: 6px !important;
}
.blog-pager {
font-size: 17px;
}
.blog-pager a {
color: #252525;
font-family: Roboto;
font-size: 12px;
letter-spacing: 0.5px;
padding-left: 10px;
padding-right: 3px;
text-transform: uppercase;
}
#blog-pager span {
width: 40%;
}
.connect {
font-size: 15px !important;
}
.label-size span {
background: #757575;
color: #FFFFFF;
float: left;
margin-bottom: 6px;
padding: 4px 7px;
text-transform: capitalize;
}
.list-label-widget-content ul li {
display: inline-block;
}
#sidebars .widget-content a {
color: #454545;
font-size: 14px;
font-family: Roboto;
}
#sidebars .widget-content a:hover {
text-decoration: underline;
}
.list-label-widget-content ul li a {
margin-bottom: -2px !important;
}
.list-label-widget-content ul {
padding-left: 5px !important;
}
.connect img {
margin: 8px 7px 10px 6px;
height: 28px;
width: 28px;
border-radius: 100%;
}
.emailtext {
background: url("http://1.bp.blogspot.com/-sGy8-M_xppc/UTBH0X76pfI/AAAAAAAAAqg/Sv9gjMepC3s/s1600/email.png") no-repeat scroll 7px 6px transparent;
border: 1px solid darkgray;
height: 25px;
padding-left: 33px;
width: 75%;
font-family: Roboto;
font-size: 16px;
color: #151515;
letter-spacing: 0.2px;
}
.emailform {
font-family: Roboto;
font-size: 16px;
letter-spacing: 0.4px;
margin-top: 4px;
}
.emailtop {
margin-left: 8px;
margin-bottom: 12px;
}
.emailsub {
background: #666666;
border: medium none !important;
color: #ffffff;
cursor: pointer;
font-family: Roboto;
font-size: 16px;
letter-spacing: 0.2px;
padding: 5px 12px;
}
.emailtop p {
margin-bottom: 14px !important;
margin-top: 12px !important;
}
/*------------------------------
----------- Footer --------------
------------------------------*/
.footer {
background: #4f4f4f;
display: block;
/*height: 36px;*/
width: 100%;
}
.footer h4 { color:#f9b411; margin:10px 0; padding-bottom:10px; border-bottom:2px solid #818181; }
.footer ul { list-style:none; margin:0; padding:0; }
.footer .widget-content { width:100%; padding-left:40px; }
.implinks li {
    display: inline-block;
}
.lastlink { padding-top:50px; }
.flexed { display:inline-flex; }
.copy {
color: #a9a9a9;
float: left;
font-family: Roboto;
font-size: 14px;
font-weight: 400;
padding: 9px 0;
padding-left: 33px;
}
.copy p { margin: 1em 0; }
.copy a {
color: #A0A0A0;
text-decoration: underline;
}
.implinks {
float: right;
margin-top: 8px;
padding-right: 20px;
}
.implinks a {
color: #a9a9a9;
font-family: Roboto;
font-size: 14px;
letter-spacing: 0.5px;
margin-right: 38px;
}
.footerx {
max-width: 1370px;
margin: 0 auto;
}
.footer {
clear: both;
overflow: hidden;
}
/*-----------------------------------
------------- Layout Structure -----
------------------------------------*/
body {
width: 100%;
}
.column1 {
float: left;
width: 940px;
margin-left: -100%;
}
.column2 {
margin: 0 310px 0 670px;
}
.column3 {
float: left;
width: 310px;
margin-left: -310px;
background: #efefef;
}
.column1x {
margin-right: 30px;
/*margin-left: 20px;*/
width: 650px;
}
.column1x .widget {
margin: 0px;
}
.columnx, .columns {
float: left;
width: 100%;
}
.allcolumn {
max-width: 1400px;
margin: 45px 40px 50px 20px;
display: table;
}
.column3 .section {
margin: 0px !important;
}
#layout .column3 {
float: right;
}
#layout .columnx, #layout .columns {
width: auto;
}
#layout .column2 {
margin: 0px 0px 0px 50px;
width: 300px;
}
#layout #header {
float: left;
width: 50%;
}
#layout #header-wrapper #adslott1 .widget-content  {
margin-top: 0px;
margin-left: 0px;
float: right;
width: 45%;
}
#layout .column1 {
float: right !important;
}
#HTML2 h2, #HTML12 h2, #HTML14 h2 {
display: none;
}
#layout .featuredall {
position: relative;
z-index: -999;
height: 550px;
}
#layout #adslott1 {
float: right;
width: 50%;
}
#layout .allcolumn {
margin: 0 auto 20px;
}
#layout #main-wrapper {
height: 100px;
}
body#layout .Blog .widget-content {
height: 50px !important;
}
#layout #header-wrapper {
height: 110px;
}
#layout #narrowcat .widget-content {
margin: 0px;
}
#layout #adslott1 #HTML2 {
margin: 0px !important;
}
#layout #header-wrapper #adslott1 .widget-content {
width: 100%;
}
#layout #categori .widget {
width: 30%;
}
/*----------------------------------------
--------------- Post Comments ----------------
----------------------------------------*/
.comments .avatar-image-container {
max-width: 60px !important;
width: 60px !important;
height: 60px !important;
max-height: 60px !important;
}
.comment-content {
font-family: Roboto;
font-size: 14px;
line-height: 20px;
color: #222222;
}
.comment-actions a {
background: none repeat scroll 0 0 #717b8b;
border-radius: 3px;
color: white;
font-family: Roboto;
font-size: 12px;
margin-right: 12px !important;
padding: 3px 6px !important;
}
#comment-post-message {
display: none;
}
.comment-header {
margin: 0px 0px 4px !important;
}
.continue {
display: none;
}
.thread-count a {
background: none repeat scroll 0 0 #e5e5e5;
color: #353535;
display: inline-block;
font-family: Roboto;
font-size: 12px;
margin-bottom: 10px;
padding: 4px 11px;
}
.comments h4 {
border-top: 2px solid #d3d0d0;
color: #747474;
font-family: Roboto;
font-size: 13px;
padding-top: 22px;
text-transform: uppercase;
}
.user a {
color: #626161;
font-family: Roboto;
font-size: 13px;
padding-bottom: 2px;
}
.comments .comments-content .comment-content {
text-align: left;
}
.comments .comments-content .comment {
margin-bottom: 0px !important;
}
.comments .avatar-image-container img {
height: 60px !important;
width: 60px !important;
max-width: 60px !important;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}
.comments .comments-content .icon.blog-author {
display: none;
}
.comments .comment-block {
margin-left: 75px !important;
}
.datetime.secondary-text a {
color: #696969;
font-family: Roboto;
font-size: 13px;
}
.comments .comments-content .datetime {
margin-left: 15px !important;
}
/*------------------------------
------- Search Box ------------
------------------------------*/
#search-button {
cursor: pointer;
height: 29px;
margin-top: 0;
position: absolute;
right: 40px;
text-align: center;
top: 0;
width: 40px;
}
#search-box input[type="text"] {
background-color: #EEEEEE;
border: 1px solid #708090;
color: #454545;
font-family: Roboto;
font-size: 12px;
height: 27px;
outline: medium none;
padding: 0 6px 0 12px;
width: 148px;
}
#search-form {
background-color: #ffffff;
height: 25px;
margin-top: 2px;
overflow: hidden;
width: 176px;
}
#search-box {
display: block;
float: right;
margin: 8px 0;
max-width: 247px;
position: relative;
width: 100%;
}
#search-text {
border-width: 0;
}
/*------------------------------
------- Bottom Slider ------------
------------------------------*/
.recentslider #label_with_thumbs li {
border-bottom: none;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 7.6px;
display: block;
width: 156px !important;
}
.recentslider .allsum {
width: 140px;
}
.recentslider img.label_thumb {
height: 86px;
width: 140px;
}
.recentslider .posttitle a {
color: #333333;
font-family: Roboto;
font-size: 14px;
line-height: 17px;
display: block;
padding-top: 3px;
}
#sliderlite {
background: #dddddd;
height: 172px;
margin: 0 auto;
overflow: hidden;
padding-bottom: 6px;
padding-top: 6px;
}
.recentslider {
float:left;
margin:19px 25px;
position:relative;
visibility:hidden;
}
.slidertop {
background: #CBCBCB;
border-bottom: 1px solid #9F9F9F;
border-top: 2px solid #9F9F9F;
padding-bottom: 8px;
padding-top: 6px;
}
.recentslider ul {
width:600px;
}
.recentslider ul li {
padding:0 20px;
}
.dontmiss {
color: #454545;
font-family: Roboto;
font-size: 16px;
font-weight: 500;
margin-left: 25px;
margin-right: 8px;
padding: 2px;
text-transform: uppercase;
}
.prev img, .next img {
height: 11px;
width: 11px;
}
.next, .prev {
background: #EEEEEE;
border: 1px solid gainsboro;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
}
.slidertop .next, .slidertop .prev {
background: #C9C9C9;
border: 1px solid #9D9A9A;
border-radius: 3px;
cursor: pointer;
}
.next:hover, .prev:hover {
background: #D3D3D3;
}
.prev {
margin-right: 2px;
}
#sliderlite .label_thumb {
box-shadow: none;
}
/*------------------------------
--------- Category Posts ---------
-------------------------------*/
.datee, .tptn_date {
  color: #606060;
  font-family: Roboto;
  font-size: 12px;
}
.tptn_title { font-weight: normal; }
.tptn_date:before { 
  background-image: url('http://camaraempauta.com.br/wp-content/themes/camara_tmpl/img/date.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 15px; 
  height: 12px;
  content:"";
  display:inline-block;
 }
.recentsummary .datee {
display: inline-block;
padding-bottom: 2px;
padding-top: 4px;
}
.datee img {
display: inline-block;
height: 12px;
margin-bottom: -1.5px;
margin-right: 3px;
padding-right: 3px;
width: 12px;
}
.column2 #narrowcat .recentbylabels #label_with_thumbs li {
padding-bottom: 10px;
}
#narrowcat .picss .postthumb {
float: none;
width: 100%;
}
#narrowcat .picss {
overflow: hidden;
padding-bottom: 25px;
padding-top: 7px;
}
#narrowcat .picss {
overflow: hidden;
visibility: visible;
position: relative;
z-index: 2;
width: 254px;
left: 0;
margin: 0 auto;
}
#narrowcat .picss ul {
position: relative;
z-index: 1;
width: 1524px;
left: -254px;
}
#narrowcat .picss li {
overflow: visible;
float: left;
width: 254px;
height: auto;
}
.nbuttons {
bottom: 8px;
position: absolute;
right: 16px;
z-index: 999;
}
.postcomment {
color: #616161;
font-family: Roboto;
font-size: 12px;
}
#categori #first_with_thumbs .clearfix .postcomment {
color: #616161;
font-family: Roboto;
font-size: 12px;
}
.listing7 .datee {
padding-left: 12px;
}
#categori .clearfix {
/*border-bottom: 1px solid gainsboro;*/
margin-bottom: 1px;
padding-bottom: 7px;
}
#first_with_thumbs .clearfix { border-bottom: 1px solid gainsboro; }
#first_with_thumbs .clearfix:last-child { border-bottom: none; }
#categori .clearfix a {
color: #454545;
font-size: 16px;
display: inline-block;
font-family: Roboto;
font-weight: normal;
padding-bottom: 4px;
padding-top: 5px;
}
#categori .clearfix a:hover {
text-decoration: underline;
}
#categori .widget .widget-content {
border-right: 1px solid #e8e8e8;
margin-right: 15px;
padding-right: 15px;
}
#categori .widget .widget-content:last-child { border-right:none; }
#categori .clearfix.monter a {
font-size: 15px;
}
.column2 .clearfix {
border-bottom: 1px solid #e9e9e9;
margin-bottom: 3px;
padding-bottom: 6px;
}
#first_with_thumbs {
padding-left: 0;
padding-bottom: 15px;
margin-bottom: 15px;
}
#main-wrapper {
  clear: both;
  padding-right:10px;
  width: 640px;
}
#categori .widget {
width: 33.3%;
float: left;
margin-bottom: 20px !important
}
#first_with_thumbs {
padding-left: 0px;
}
.first-labelthumb {
height: auto;
width: 100%;
/*width: 180px;
height: 100px;*/
}
.imgthumb {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
#first_with_thumbs li {
list-style: none;
}
#imgtarget h2, .layout21 h2.title {
border-bottom: 2px solid #818181;
color: #B12E2E;
display: inline-block;
font-family: Roboto;
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
margin-right: 15px;
padding: 5px 2px 4px;
text-transform: uppercase;
}
.title a { color: #B12E2E; }
/*------------------------------
--------- Related Posts ---------
-------------------------------*/
#related-posts {
background: #E4E4E4;
margin-bottom: 20px;
margin-top: 13px;
padding: 1px 16px 16px;
width: auto;
}
#related-posts ul {
list-style: none outside none;
padding-left: 3px;
}
#related-posts li {
color: #8c98a9;
list-style: none;
padding: 2px 0;
}
#related-posts h2 {
border-bottom: 2px solid #969696;
color: #555555;
display: block;
font-family: Roboto;
font-size: 14px;
margin-bottom: 5px;
margin-top: 11px;
padding: 3px 3px 2px;
text-transform: uppercase;
width: 40px;
}
#related-posts a {
color: #43587E;
font-family: Roboto;
font-size: 15px;
padding: 2px 0px;
display: inline-block;
font-style: italic;
}
#related-posts a:hover {
text-decoration: underline;
}
/*-----------------------------------------
---------- Responsive Menu Mobile ----------
-----------------------------------------*/
.slicknav_btn{ position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 17px; height: 3px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border-bottom: 1px solid #DCDCDC; margin: 8px 14px; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_parent .slicknav_item a, .slicknav_collapsed .slicknav_item a {
background: none !important;
color: white !important;
}
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }
/*
User Default Style
Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
font-size:16px;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration:none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #ffffff;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #626262;
}
.slicknav_menu {
background: #F9B411;
padding: 2px 20px 2px 0;
}
.slicknav_parent.slicknav_collapsed {
margin-left: 18px;
border-bottom: 1px solid #DCDCDC;
}
.slicknav_nav {
color:#fff;
margin:0;
padding:0;
font-size:0.875em;
}
.slicknav_nav {
font-family: Roboto;
font-size: 16px;
padding-bottom: 12px;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav ul {
padding:0;
margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav a{
padding:5px 10px;
margin:6px 5px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_item:hover {
background:transparent;
color:wheat;
}
.slicknav_nav a:hover{
background:#dcdcdc;

color:#222;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;
}
.slicknav_nav .subdown {
display: none;
}
.slicknav_menu {
display: none;
}
/*-------------------------------------
------------ Popular Posts -------------
--------------------------------------*/
.popular1 .item-title a {
color: #333333;
font-size: 18px;
letter-spacing: 0.4px;
margin-top: 8px !important;
display: block;
}
.popular-posts ul {
padding: 0px;
}
.PopularPosts .item-thumbnail {
margin: 3px 2px 5px 0px !important;
}
.popular1 .section {
margin: 0 !important;
}
.popular1 .widget-content ul {
list-style: none;
padding: 7px 0px 4px 4px !important;
border-bottom: 2px solid #D3D3D3;
border-left: 2px solid #D3D3D3;
border-right: 2px solid #D3D3D3;
background: #E8E8E8;
}
.popular1 ul li {
padding: 9px 15px 4px 20px !important;
}
.PopularPosts .item-title {
margin: 0 auto;
max-width: 216px;
padding-top: 7px 4px 3px 4px;
}
.PopularPosts .item-thumbnail img {
margin-right: 0.4em;
padding-right: 0px !important;
height: 58px;
width: 58px;
}
.item-snippet {
color: #333333;
font-size: 15px;
}
.PopularPosts .widget-content ul li:last-child {
  border-bottom: none;
}
.popular1 {
  margin-bottom: 50px;
}
.PopularPosts .widget-content ul li {
  padding: 0.5em 0 !important;
}
.popular-posts ul li:hover:before {
background: #5A77A0;
border-top: 2px solid #5A77A0;
}
.popular-posts ul li:hover a:after {
border-left-color: #5A77A0;
}
.popular-posts a:hover {
text-decoration: underline;
}
.popular-posts li a {     color: #333333;     font-family: Roboto;     font-size: 18px;     letter-spacing: 0.4px; }
.popular-posts ul li a{position:relative;display:block; color:#353535 !important;text-decoration:none;padding:5px 0; font-size: 14px !important;}
.popular-posts ul > li {
list-style: none;
}
/*-----------------------------------------
--------- Posts By Labels ----------------
------------------------------------------*/
#narrowcat h2, .rectitle {
background: #CBCBCB;
border-bottom: 2px solid #9F9F9F;
color: #454545;
display: block;
font-family: Roboto;
font-size: 15px;
font-weight: normal;
margin: 0 40px 0 2px;
padding: 5px 4px 4px 16px;
text-align: left;
text-transform: uppercase;
}
.bylabels {
margin-top: 40px;
}
.bylabels .posttitle a {
color: #454545;
display: block;
font-family: Roboto;
font-size: 14px;
padding-bottom: 2px;
line-height: 17px;
}
.bylabels ul#label_with_thumbs li {
height: 100% !important;
padding-bottom: 7px;
}
.bylabels img.label_thumb {
box-shadow: none !important;
float: none;
height: auto;
padding-bottom: 2px;
padding-top: 6px;
width: 100%;
}
#categori .recentbylabels {
background: #E8E8E8;
}
#narrowcat .widget-content, .recentposts .recentbylabels {
color: #454545;
font-family: Lora;
font-size: 15px;
margin: 0 40px 40px 2px;
padding-left: 16px;
padding-right: 16px;
padding-top: 2px;
background: #fff;
border: 1px solid #dcdcdc;
position: relative;
}
#narrowcat #label_with_thumbs {
margin-bottom: 0px;
padding-top: 7px;
padding-bottom: 5px;
padding-left: 0px;
}
#narrowcat .picss #label_with_thumbs {
padding-top: 0px;
padding-bottom: 0px;
}
.recentsummary .postsummary {
font-family: Roboto;
font-size: 13px;
line-height: 18px;
padding-bottom: 0px;
padding-top: 0px;
}
.recentsummary .posttitle a {
font-family: Roboto;
padding-top: 2px;
}
ul#label_with_thumbs li {
display: inline-block;
}
#label_with_thumbs li {
list-style: none outside none;
padding-left: 0 !important;
}
.clearfix {
color: #333333;
font-family: Roboto;
font-size: 14px;
}
#first_with_thumbs .clearfix span a {
font-size: 15px;
padding-bottom: 0px;
padding-top: 2px;
}
img.label_thumb {
height: 170px;
width: 266px;
}
.recentposts .posttitle {
display: inline;
}
#firstlist {
padding: 0 0 10px 0;
border-bottom: 1px solid #E4E4E4;
overflow: hidden;
}
.layout21 { padding-top: 20px; }
#list98 {
margin: 20px 10px 0px 0px;
}
#list98 .widget-content {
border-bottom: 1px solid #e8e8e8;
}
#list98 .recentbylabels ul {
padding-left: 0px;
}
#list98 .widget {
border-top: 1px solid #E4E4E4;
margin-bottom: 2px;
margin-top: 30px;
padding-top: 20px;
}
#list98 .recentbylabels {
padding-bottom: 8px;
}
#list98 .postsummary {
color: #333333;
display: block;
font-family: Roboto;
font-size: 14px;
line-height: 17px;
padding-top: 4px;
padding-bottom: 3px;
}
#list98 .posttitle a {
color: #595959;
font-family: Roboto;
font-size: 16px;
font-weight: bold;
letter-spacing: -0.05px;
}
.listing7 {
float: left;
width: 100%;
margin-right:15px;
}
.listing7, .listing8 {
margin-left: 0;
/*margin-right: 0;*/
}
.listing7 .postthumb {
float: left;
width: 40%;
}
.listing7 .label_thumb {
height: auto;
width: 100%;
}
.listing7 .allsum {
float: right;
width: 60%;
}
.listing7 .posttitle {
padding-left: 12px;
}
.listing7 .postsummary {
padding-left: 12px;
}
.listing8 {
float: left;
width: 30%;
margin-right: 0;
height: 650px;
overflow: hidden;
}
.listing8 .widget {
border-left: 1px solid #e4e4e4;
/*margin-left: 25px;*/
padding-left: 25px;
/*padding-right: 13px;*/
}
.listing8 .label_thumb {
height: auto;
width: 100%;
}
.listing8 .postthumb {
position: relative;
display: block;
}
.listing8 .postthumb:after {
background: url("http://camaraempauta.com.br/site/public/img/default/video-play.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: " ";
height: 32px;
left: 43%;
position: absolute;
top: 43%;
width: 32px;
}
.layout21 #label_with_thumbs {
padding: 0px;
}
.layout21 ul#label_with_thumbs li {
    display: inline-block;
    width: 31%;
    clear: both;
    vertical-align: top;
    margin-right: 10px;
}
.layout21 .postsummary {
font-size: 14px;
line-height: 17px;
padding-bottom: 3px;
}
.listing7 .clearfix {
padding-bottom: 12px;
width: 33%
}
.listing7 .posttitle a {
font-size: 14px;
letter-spacing: 0px;
font-family: Roboto;
}
.listing8 .posttitle a {
display: block;
font-size: 14px;
margin-bottom: 3px;
padding-top: 2px;
}
.listing8 .posttitle {
padding-top: 3px;
}
.recentbylabels .postsummary {
color: #a22c2c;
display: inline;
font-family: Roboto;
font-size: 13px;
line-height: 22px;
}
.recentbylabels .allsum {
padding-top: 5px;
}
#list98 .recentbylabels .allsum {
padding-bottom: 10px;
padding-top: 0;
}
.recentbylabels .posttitle a {
padding-right: 7px;
}
.recentposts .posttitle a {
color: #454545;
font-family: Roboto;
}
.recentposts #label_with_thumbs {
padding-left: 0px;
margin-bottom: 0px;
padding-top: 6px;
margin-top: 0px;
}
#narrowcat .allsum {
padding-left: 0px;
}
#narrowcat .postthumb {
position: relative;
padding-right: 12px;
float: left;
width: 35%;
}
.posttitle a {
letter-spacing: 0.2px;
}
.posttitle a:hover {
text-decoration: underline;
}
.postsummary {
color: #353535;
font-family: Roboto;
font-size: 16px;
line-height: 21px;
padding-bottom: 7px;
padding-top: 3px;
}
#categori.section, #narrowcat.section {
margin: 0px !important;
}
#categori .widget, #narrowcat .widget, #footer1 .widget, #menuing .widget {
line-height: normal !important;
margin: 0px !important;
}
/*------------------------------------
------------- Featured Posts --------
---------------------------------- */
#featuredContent {
display: block;
margin-right: auto !important;
margin-right: auto !important;
padding: 2px 2px 12px;
}
#featured-slider {
position:relative;
/*overflow:hidden;*/
height:400px;
padding-bottom: 75px;
}
#featured-slider .sliderPostInfo {
/*position:absolute;
top: 2px;
right: 0px;
width: 50%;*/
}
#featured-slider .sliderPostInfo p {
color:#fff;
font-size:1.1em;
padding:0 5px;
}
.contentdiv {
width: 100%;
}
.contentdiv img {
height: 380px;
width: 96%;
padding: 3px;
border: 1px solid #e0e0e0;
}
#featured-slider .sliderPostInfo h2 {
color:#FFF;
font:bold 14px Tahoma;
text-transform:none;
border: none !important;
padding: 10px 0 0 0;
}
#featured-slider .contentdiv {
visibility:hidden;
position:absolute;
left:0;
top:0;
z-index:1;
}
#paginate-featured-slider {
display:inline-block;
margin-bottom:0;
}
#paginate-featured-slider ul {
width: 100%;
padding:8px 2px 8px 1px;
margin:0px;
list-style:none;
}
#paginate-featured-slider ul li {
display:inline-block;
margin-right:10px;
margin-bottom:3px;
padding-top: 7px;
padding-bottom: 2px;
}
#paginate-featured-slider a.selected:before {
background: #787878;
border: 1px solid #787878;
content: " ";
display: block;
height: 14px !important;
left: 42%;
position: absolute;
top: -73px;
transform: rotate(135deg);
width: 14px !important;
z-index: 99;
}
#paginate-featured-slider a.selected {
Position: relative;
}
#paginate-featured-slider a img {
border:4px solid #E8E8E8;
height: 75px;
width: 102px;
position: relative;
z-index: 999;
}
#paginate-featured-slider a:hover img,#paginate-featured-slider a.selected img {
border-top:4px solid #787878;
border-left:4px solid #787878;
border-right:4px solid #787878;
border-bottom:4px solid #787878;
}
.featuredTitle a {
color: #454545;
font-family: Roboto;
font-size: 26px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 30px;
text-decoration: none;
}
#featured-slider .sliderPostInfo p {
color: #353535;
font-family: Roboto;
font-size: 14px;
line-height: 19px;
margin-bottom: 5px;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
padding: 3px 10px 7px 26px;
}
.featuredall {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 25px;
padding-bottom: 10px;
width: 100%;
}
.ftitle {
width: 320px;
margin: 12px auto 18px;
height: 60px;
}
.fotitle {
width: 320px;
margin: 60px auto 24px;
height: 60px;
}
.featuredt, .postslist {
border-bottom: 3px double #7BBF6A;
color: #708090;
font-family: shadows into light two;
font-size: 34px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
float:left;
}
.featuredt {
width: 250px;
}
.postslist {
width: 220px;
}
.postslist h5 {
color: #708090;
font-size: 20px;
padding-top: 25px;
}
.fimage {
float: left;
display: block;
margin-top: 4px;
}
.featuredTitle a:hover {
color: #A93734;
}
/*-------------------------------------
---------- Mega Menu -------------------
--------------------------------------*/
.allmenu { background: #f9b411; 
}
#menusearch {
background: #f9b411;
display: block;
height: 43px;
margin: 0 auto;
max-width: 1370px;
box-shadow: 1px 1px 1px #D0D0D0;
-moz-box-shadow: 1px 1px 1px #D0D0D0;
-webkit-box-shadow: 1px 1px 1px #D0D0D0;
width: 100%;
z-index: 9999;
}
.w2bmenu * {
margin: 0;
padding: 0;
}
ul.w2bmenu {
list-style: none;
line-height: 1;
overflow: visible !important;
}
ul.w2bmenu:after {
margin: 0;
padding: 0;
content: ' ';
display: block;
height: 0px;
clear: both;
}
ul.w2bmenu li {
list-style: none;
position:relative;
float: left;
padding: 0 !important;
}
ul.w2bmenu li a {
border: 0 none !important;
color: #F2F2F2 !important;
display: block !important;
font-family: Roboto;
font-size: 16px;
letter-spacing: 0.2px;
margin-left: 3px;
padding: 6px 15px 5px;
text-decoration: none;
text-transform: capitalize;
}
.homelink {
background: #f9b411;
padding-bottom: 7px !important;
margin-left: 15px !important;
}
ul.w2bmenu ul {
/*position: absolute;*/
display: none;
/*top: 100%;*/
border:1px solid #ccc;
}
ul.w2bmenu li:hover > ul {
display: block;
}
ul.w2bmenu ul li {
background:#f5f5f5;
text-shadow: none;
float:none;
}
ul.w2bmenu ul li a {
font-weight: normal;
padding: 16px 14px 8px !important;
text-transform: none;
}
.verticlemenu ul.w2bmenu ul li a {
border-bottom: 1px solid #d1d1d1 !important;
}
.postslist li a:hover {
text-decoration: underline !important;
}
ul.w2bmenu ul ul {
display: none;
left: 100%;
top: 0;
}
.menuing {
  display: inline-block;
  float: left;
  margin: 0;
  width: auto;
}
/* AJAX Menu Stylings */
ul.w2bajaxmenu li div.submenu {
display: none;
position: absolute;
width: 180px;
z-index: 10000;
left: -1px;
top: 100%;
/*overflow: hidden;*/
min-height: 150px;
background: #d2d2d2;
border-bottom: 4px solid #f9b411;
border-top: 7px solid #f9b411;
border-right: 4px solid #f9b411;
border-left: 4px solid #f9b411;
}
ul.w2bajaxmenu li:hover div.submenu {
display: block;
}
ul.w2bajaxmenu ul ,ul.w2bajaxmenu ul li {
display: block !important;
border: 0 none !important;
margin: 0 !important;
padding:0 !important;
}
ul.w2bajaxmenu ul li {
background: none !important;
text-align: left;
padding-right: 30px !important;
}
ul.w2bajaxmenu ul.verticlemenu {
/*position: absolute;
width: 180px;
left:0;
top:0;
bottom: 0;*/
background: #EEEEEE;
}
.verticlemenu li a {
font-size: 15px !important;
font-family: Roboto, sans-serif;
}
ul.w2bajaxmenu ul.postslist {
position: relative;
display: block;
width:584px;
float: right;
margin: 8px 0 !important;
background: none;
}
ul.w2bajaxmenu ul.postslist li {
display: block;
float:left;
overflow: hidden;
border-bottom: 1px #eee solid;
position: relative;
min-height: 60px;
padding: 8px 8px 8px 10px !important;
width: 115px;
}
ul.w2bajaxmenu ul.postslist li:last-child {
border-bottom: none 0;
}
ul.w2bajaxmenu ul.postslist li .imgCont {
left: 0;
top:8px;
width: 115px;
height: 90px;
overflow: hidden;
border:1px solid #dcdcdc;
font-size: 0;
line-height: 0;
}
ul.w2bajaxmenu ul.postslist li .imgCont img {
position: relative;
padding: 0;
width: 115px;
height: 90px;
}
ul.w2bajaxmenu ul.postslist li a {
color: #252525 !important;
display: block;
font-family: Lora;
font-size: 13px !important;
letter-spacing: 0.2px !important;
line-height: 17px;
padding: 0 !important;
word-spacing: 2px;
}
ul.w2bajaxmenu .loader {
background:url('http://2.bp.blogspot.com/-EozGUqdqh6Q/U-Dpy0NneaI/AAAAAAAABrc/2u1lI76TpOs/s1600/ajax-loader.gif') no-repeat scroll 0 0 transparent;
width:22px;
height:22px;
position: absolute;
top:50%;
margin-top: -3px;
right:5px;
}
ul.w2bajaxmenu .menuArrow {
border-bottom: 4px solid transparent;
border-left: 4px solid #888888;
border-top: 4px solid transparent;
display: block;
height: 0;
position: absolute;
right: 11px;
top: 50%;
width: 0;
}
.w2bmenu {
display: inline-block;
float: left;
margin-bottom: 42px;
margin-top: 0;
z-index: 9999;
margin-top: 6px !important;
}
.submenu ul li a {
color: #353535 !important;
font-size: 16px !important;
}
.submenu .postslist li a {
text-align: left;
}
.subdown {
background: url("http://3.bp.blogspot.com/-O8qc0NuThEY/U0a2uGxIe6I/AAAAAAAABWA/aqflF2c9IiU/s1600/navicon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 4px;
position: absolute;
right: 8px;
top: 17px;
width: 5px;
}
.allmenu, .allcolumn, .menuy, .menux, .headersection, .allcolumn {
clear: both;
}
#menuing .widget ul {
padding: 0px;
}
#HTML7 .widget-content {
  border-top: none;
}
#HTML20 ul { list-style:none; margin:0; padding:0; }
.widget_newsletterwidget { list-style:none; }
#twitt {
    margin-right: 10px;
}
input.newsletter-email, input.newsletter-submit {
    padding: 5px;
}
a.tptn_link { padding: 5px 0; }
/*---------------------------------------
----------------- Responsive -------------
---------------------------------------*/
@media all and (min-width: 1500px) {
html {
background: url("") repeat fixed center bottom rgba(0, 0, 0, 0);
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
}
}
/*------------- Max Width 1340px ---------*/
@media all and (max-width: 1340px) {
  #header-wrapper #adslott1 .widget-content {
    /*height: 90px;*/
    /*margin-top: 20px;*/
    width: 729px;
  }
  
  #header { margin-top: 20px; }
  #header-wrapper {
    height: 160px;
    overflow: hidden;
  }
}

@media all and (min-width: 1200px) {
  #adslott1 #HTML2 { margin-top: 33px; }
}

@media all and (max-width: 1330px) {
.column1 {
    float: left;
    width: 660px;
    margin-left: -100%;
}
}

/*------------- From 1240 to 1320px ---------*/
@media all and (min-width: 1241px) and (max-width: 1320px) {
.recentbylabels .allsum {
margin-bottom: 6px;
}
.column2 {
margin: 0 310px 0 620px;
}
.column1 {
width: 620px;
}
.column1x { width:auto; }
#paginate-featured-slider a img {
height: 70px;
width: 92px;
}
#paginate-featured-slider a.selected:before {
top: -71px;
}
}

@media all and (min-width: 1240px) and (max-width: 1360px) {
#narrowcat .picss {
width: 195px;
}
#narrowcat .picss ul {
width: 1170px;
left: -195px;
}
#narrowcat .picss li {
width: 195px;
}
}
/*---------- From 1150px To 1240px ---------*/
@media all and (min-width: 1150px) and (max-width: 1240px) {

.menuing { width: 90% }
.column2 {
margin: 0 130px 0 740px !important; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.column1 {
width: 740px !important; /*Width of left column*/
}
.featuredall, .contentdiv, #paginate-featured-slider, #paginate-featured-slider ul {
width: 100%;
}
#paginate-featured-slider a img {
height: 78px;
width: 112px;
}
#paginate-featured-slider ul li {
width: auto;
margin-right: 10px;
}
.contentdiv img, #featured-slider {
height: 265px;
}
#paginate-featured-slider a.selected:before {
position: absolute;
top: -77px;
}
#featured-slider .sliderPostInfo p {
padding: 2px 20px 7px 26px;
}
#featured-slider .sliderPostInfo h2 {
padding: 2px 20px 5px 26px;
}
}
/*-------------- Max Width 1240px ------------*/
@media all and (max-width: 1240px) {
#header-wrapper {
  height: auto;
}
#header {
  float: none;
  margin: 30px auto 0 auto;
  width: 350px;
}
#adslott1 {
  float: none;
  margin: 0 auto;
}
#header-wrapper #adslott1 .widget-content {
float: none;
margin-top: 10px;
width: 728px;
height: 90px;
margin-left: auto;
margin-right: auto;
}
#adslott1 {
float: none;
margin: 0 auto;
}
.column3 {
clear: both;
margin-left: 0px;
width: 100%;
margin-top: 60px;
margin-bottom: 60px;
background: none;
}
.column3 #sidebar .widget:nth-child(3n+1) {
clear: both;
}
.column3 #sidebar .widget {
display: block;
float: left;
margin-right: 18px;
margin-top: 0 !important;
width: 272px;
}
#narrowcat .widget-content, .recentposts .recentbylabels {
margin: 0px 0px 40px 2px;
}
#narrowcat h2, .rectitle {
margin-right: 0px;
}
.listing8 .label_thumb {
height: auto;
}
}

@media all and (max-width: 1200px) {
.column2 {
margin: 0px 100px 0px 740px !important;
}
}

@media all and (max-width: 1180px) {
.column2 {
margin: 0px 30px 0px 740px !important;
}
.column1 {
width: 740px !important;
}
}

@media all and (max-width: 1100px) {
#narrowcat .picss {
width: 210px;
}
#narrowcat .picss ul {
width: 1260px;
left: -210px;
}
#narrowcat .picss li {
width: 210px;
}
}
/*----------- Max Width 1150px --------*/
@media all and (max-width: 1150px) {
#paginate-featured-slider a img {
height: 78px;
width: 112px;
}
}
/*----------- Max Width 1050px --------*/
@media all and (max-width: 1050px) {
.column2 {
  margin: 0px 0px 0px 670px !important;
}
.column1 {
  width: 670px !important;
}
#header-wrapper #adslott1 .widget-content {
/* margin-left: 30px; */
}
#narrowcat .picss {
  width: 235px;
}
#narrowcat .picss ul {
  width: 1410px;
  left: -235px;
}
#narrowcat .picss li {
  width: 235px;
}
#paginate-featured-slider a img {
  height: 72px;
  width: 97px;
}
.layout21 ul#label_with_thumbs li {
    display: inline-block;
    width: 33%;
    clear: both;
}
.listing7 {
    width: 100%;
}
.menuing {
  width: 100%;
  float: none;
}
.w2bmenu.w2bajaxmenu {
  margin-left: 0;
}
ul.w2bmenu li a {
  padding: 6px 9px 5px;
}
}
@media all and (min-width: 921px) and (max-width: 1322px) {
#search-box {
  margin: 25px 0;
}
}
/*----------- Max Width 1000px --------*/
@media all and (max-width: 1000px) {
.column2 {
margin: 0px 0px 0px 670px;
}
#HTML16, #narrowcat .picss, .nbuttons {
display: none;
}
}
/*-------------- Max Width 960px ----------*/
@media all and (max-width: 960px) {
.column3 {
width: 660px;
margin-left: auto;
margin-right: auto;
float: none;
}
#header-wrapper #adslott1 .widget-content { height: 80px; margin-top: 22px; width: 728px; 
}
.column3 #sidebar .widget:nth-child(2n+1) {
clear: both;
}
.column3 #sidebar .widget:nth-child(3n+1) {
clear: none;
}
#blog-pager {
margin-bottom: 60px;
}
.implinks a {
margin-right: 20px;
/*float: left;*/
margin-bottom: 5px;
}
}
/*-------- Max Width 920px -----------*/
@media all and (max-width: 920px) {
#header-wrapper {
height: auto;
}
#header {
float: none;
}
#header-wrapper #adslott1 .widget-content {
float: none;
margin-top: 10px;
width: 728px;
height: 90px;
margin-left: auto;
margin-right: auto;
}
#adslott1 {
float: none;
margin: 0 auto;
}
.Header h1 {
padding-left: 0px;
text-align: center;
margin: 0 auto;
}
#header-inner img {
margin: 0 auto;
width: auto;
max-width: 300px;
}
.descriptionwrapper {
text-align: center;
}
.w2bmenu {
display: none;
}
.slicknav_menu {
display: block;
margin-bottom: 40px;
}
#menusearch {
position: relative !important;
box-shadow: none;
}
.featuredall {
display: none;
}
img.label_thumb {
height: 156px;
width: 216px;
}
.column2 {
margin: 0px 0px 0px 550px !important;
}
.column1 {
width: 550px !important;
}
.column1x { width: 550px; }
#menusearch {
background: transparent;
border: medium none;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
width: 280px;
}
.allmenu {
background: none;
}
.copy {
padding-left: 0;
text-align:center;
}
.footer .widget-content { padding:0; margin:0 auto; }
}
/*-------- Max Width 820px ----------*/
@media all and (max-width: 820px) {
ul#label_with_thumbs li {
margin: 0 auto;
}
.bylabels ul#label_with_thumbs li {
width: 100%;
}
#categori .widget {
width: 50% !important;
}
#categori h2 {
display: block;
margin-left: 0px;
padding: 5px 10px;
}
.column1 {
width: 100% /*470px*/ !important;
}
.column1x { width: 470px; }
.column2 {
margin: 0px 0px 0px 470px !important;
}
img.label_thumb {
width: 50%;
height: auto;
}
.post-title {
font-size: 23px;
line-height: 32px;
}
.listing7 {
width: 100%;
}
.listing8 {
width: 35%;
}
#related-posts li {
padding: 4px 0px;
}
}
/*------------- Max Width 735px -------*/
@media all and (max-width: 735px) {
img.label_thumb {
width: 100%;
}
.column2 {
margin: 0px 0px 0px 400px !important;
}
.column1 {
width: 400px !important;
}
.column1x { width: 400px; }
#categori .widget {
width: 100% !important;
}
.listing8 {
float: none;
margin: 0 auto;
width: 100%;
margin-top: 20px;
}
.listing7 {
float: none;
width: 100%;
}
.listing8 .widget {
border-left: none;
padding: 0px;
}
.copy, .implinks { float:none; }
.implinks { display:none; }
.flexed { display:block; }
}

@media all and (max-width: 728px) {

#header-wrapper #adslott1 .widget-content {
  /*display: none;*/
}

}

/*----------- Max Width 680px -------*/
@media all and (max-width: 680px) {
.column3 #sidebar .widget {
float: none;
margin-left: auto;
margin-right: auto;
}
.column3 {
width: 100%;
}
#categori .widget {
width: 100% !important;
}
#categori .widget .widget-content {
  margin-right: auto; 
  padding-right: auto; 
}
#categori .widget .widget-content, #categori h2 {
border-right: none !important;
}
}
/*--------------- Max Width 660px -------*/
@media all and (max-width: 660px) {
.column2 {
margin: 0px 0px 0px 285px !important;
}
.column1 {
width: 285px !important;
}
.column1x { width: 285px; }
.posts-thumb  {
width: 80%;
}
.implinks {
padding-right: 0px;
}
.implinks a {
margin-right: 15px;
}
.listing7 .postthumb {
float: none;
width: 100%;
}
.listing7 .allsum {
float: none;
width: 100%;
padding-top: 5px;
}
.menuing {
  display: none;
}
#search-box {
  margin: 8px 0 0 0;
}
}
/*----------------- Max Width 530px ---------*/
@media all and (max-width: 530px) {
.slicknav_menu {
    margin-bottom: 20px;
}
.allcolumn { 
  width: 60%;
  margin: 0 auto; 
}
.column2 {
  margin: 0px !important;
}
.columnx {
  float: none;
}
.columns {
  float: none;
  display: none;
}
.columnx-mobile {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.column1 {
  float: none;
  margin-left: 0px;
  width: 100% !important;
}
.column1x {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.labelname.title {
  width: auto;
}
#main-wrapper {
    width: auto;
    padding: 0;
}
.column3 { 
  margin-bottom: 0; 
}
#sidebars {
  padding-bottom: 0; 
}
#header { 
   margin: 30px auto;
}
#header-wrapper #adslott1 .widget-content {
  width: 460px;
  height: 60px;
}
#categori .widget {
  width: 100% !important;
}
.first-labelthumb {
    height: auto;
    width: 310px;
}
.layout21 ul#label_with_thumbs li {
    display: block;
    width: 100%;
    clear: both;
}
.layout21 .listing7 .postthumb {
    float: left;
    width: 30%;
}
.layout21 .listing7 .allsum {
    float: right;
    width: 70%;
    padding-top: 5px;
}
.post-share-buttons {
    margin-top: 1em;
    float: none;
}
}
/*------------ Max Width 400px --------*/
@media all and (max-width: 400px) {
textarea#comment {
    max-width: 320px;
}
#header-wrapper #adslott1 .widget-content {
height: 60px;
width: 300px;
}
#adslott1 #HTML2 { margin-bottom:0; }
#header {
margin-left: 5px;
}
#header-inner img {
    /* margin: 0 auto; */
    width: auto;
    max-width: 300px;

}

/* Stylesheet Specific To Index Pages */
.post-title {
  font-weight: 400;
  letter-spacing: normal !important;
  line-height: 24px !important;
  word-spacing: normal !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
}
.post-title a {
  color: #666666;
  font-family: Roboto, sans-serif;
  display: block;
  font-size: 22px !important;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.post-body img {
    height: auto !important;
    width: 100% !important;
/*max-width: none !important;*/
border: 1px solid #dcdcdc;
padding: 2px;
}
.posts-thumb {
    margin-right: 0 !important;
    width: 30% !important;
  overflow: hidden;
}
.posts-video-thumb {
  margin-right: 0 !important;
  width: auto !important;
  overflow: hidden;
}
.comment-link {
  display: none;  
}
#sumlabel {
    color: #353535;
    float: right;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 19px !important;
    position: relative;
    width: 69%;
}
.post-footer {
/*display: none !important; */
 }
.post-body {
  margin-top: 12px;
  border-bottom: 1px solid #E8E8E8;  
}

@media all and (max-width: 760px) {
.timeo {
  position: static !important;  
}
  }

@media all and (max-width: 620px) {
.post {
padding-bottom: 20px !important;
}
.blog-posts {
padding: 12px 22px 18px;
    } 
.post-title, #sumlabel {
width: 100%;
    }
.posts-thumb {
  margin-top: 12px;
  margin-bottom: 10px;    
  width: 100% !important;
}
}

/* Stylesheet Specific To HomePage Only */
.blog-posts, .blog-pager {
  /*display: none;*/
}
@media all and (max-width: 530px) {
.allcolumn {
  width: 90% !important;
  margin: 0 auto;
    }
}