html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:hover{
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #000;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #333;
color: #fff;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background: #333;
color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
body{
color: #000;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 18px;
margin: 0;
min-width: 320px;
padding: 0;
position: relative;
line-height: 1.42857;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a{
color: #ff3209;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
text-decoration: none;
}
.main-slide-content a:hover,
a:hover{
color: #b4b3b3;
}
.blog-post-content a:hover,
.rpwwt-widget a:hover,
a:hover{
color: #999;
}
.blog-post-content a,
.rpwwt-widget a{
color: #000;
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
iframe{
max-width: 100%;
}
img{
height: auto;
max-width: 100%;
}
h1{
font-size: 2em;
margin: 0 0 0.5em;
line-height: 1.2;
}
h3{
font-size: 1.8em;
margin: 0 0 0.5em;
line-height: 1.2;
}
h3{
font-size: 1.6em;
margin: 0 0 0.5em;
line-height: 1.2;
}
ul{
margin: 1em 0;
}
.clear_b { clear: both; }
.body-content,
p,
input,
select,
textarea{
font-family: 'Roboto', sans-serif;
}
p{
letter-spacing:.5px;
font-weight: 400;
margin: 1em 0;
}
input,
select,
textarea{
margin-bottom: 5px;
resize: none;
width: 100%;
}
input[type="submit"]{
background: #000;
color: #fff;
cursor: pointer;
font-weight: bold;
letter-spacing: 0.07em;
padding: 11px 0;
font-size: 1rem;
text-transform: uppercase;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.row:after {
clear: both;
}
.container{
margin: 0 auto;
max-width: 1230px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.row{
margin-left: -15px;
margin-right: -15px;
}
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-md-12,
.col-sm-6{
float: left;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
width: 100%;
}
.col-md-3{
width: 25%;
}
.col-md-4{
width: 38.52%;
}
.col-md-6,
.col-sm-6{
width: 50%;
}
.col-md-8{
width: 61.48%;
}
.col-md-9{
width: 75%;
}
.col-md-push-3{
left: 25%;
}
.col-md-pull-6{
right: 50%;
}
.col-md-pull-9{
right: 75%;
}
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.bypostauthor{
font-size: 14px;
}
.aligncenter{
display:block;
margin:5px auto 5px auto;
}
.alignright {
float:right;
margin:5px 0 20px 20px;
}
.alignleft {
float:left;
margin:5px 20px 20px 0;
}
.sticky{
position: fixed;
} ::-moz-selection {
background-color: #000;
color: #fff;
}
::selection {
background-color: #000;
color: #fff;
}
.header{
background: #000;
position: relative;
}
.header-inner{
padding: 20px 0;
}
.logo-wrap a{
color: #000;
}
.logo-wrap img{
display: block;
height: auto;
}
.header-site-branding .site-title{
font-size: 2em;
font-family: inherit;
font-weight: bold;
line-height: 1.2;
margin: 0.2em 0;
}
.header-site-branding .site-title a{
color: #000;
}
.header-site-branding .site-description{
font-size: 1em;
margin: 0;
}
#touch-menu{
display: none;
width: 26px;
height: 30px;
margin: 0;
right: 15px;
top: 14px;
position: absolute;
z-index: 5;
}
#touch-menu span:after,
#touch-menu span:before {
content: "";
position: absolute;
left: 0;
top: -9px;
}
#touch-menu span:after{
top: 9px;
}
#touch-menu span {
position: relative;
display: block;
top: 12px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before {
width: 100%;
height: 2px;
background-color: #fff;
transition: all 0.3s;
backface-visibility: hidden;
border-radius: 2px;
}
#touch-menu.on span {
background-color: transparent;
}
#touch-menu.on span:before {
transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after {
transform: rotate(-45deg) translate(7px, -8px);
}
.site-navigation{;
float: left;
font-size: .9em;
letter-spacing:.5px;
font-weight: bold;
}
.site-navigation ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.site-navigation ul li{
display: inline-block;
padding: 0 2px;
position: relative;
}
.site-navigation ul li:last-child{
padding-right: 0;
}
header .site-navigation a{
color: #fff;
text-transform: uppercase;
padding: 6px 15px;
position: relative;
}
header .site-navigation .current-menu-item > a,
header .site-navigation a:hover{
background: #ff3209;
}
.social-wrap{
font-size: 20px;
float: right;
line-height: 25px;
}
.social-wrap a{
display: inline-block;
color: #fff;
margin: 0 3px;
text-decoration: none;
}
.social-wrap a:hover{
color: #9b9b9b;
}
.top-ads-wrap{
padding: 35px 0;
}
.top-ads-block{
text-align: right;
}
.top-ads-block p{
margin: 0;
} .footer{
background: #202020;
color: #fff;
margin-top: 45px;
width: 100%;
}
.footer p{
font-size: 15px;
font-weight: 400;
letter-spacing:.5px;
color: #fff;
}
.footer-top{
padding: 15px 0 5px;
}
.footer-inner p{
margin: 0;
}
.footer-widget{
float: left;
width: 25%;
}
.footer-widget{
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-title{
font-size: 1.2em;
font-weight: bold;
margin: 0 0 1.2em;
line-height: 1.3;
text-transform: uppercase;
}
.footer-widget{
line-height: 1.66;
margin-bottom: 20px;
margin-top: 20px;
}
.footer-bot{
background: #000;
color: #838383;
font-size: 14px;
padding: 18px 0;
}
.author-credits{
text-align: right;
}
.author-credits a{
color: #838383;
text-decoration: none;
} .site-wrapper{
background: #fff;
margin: 0 auto;
max-width: 1270px;
}
.main-slider-wrap{
background: #000;
margin-bottom: 35px;
width: 100%;
}
.main-slider-wrap{
padding: 22px;
}
.main-slide-top{
position: relative;
width: 100%;
}
.main-slide-top .slide-thumbnail{
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: block;
height: 400px;
position: relative;
width: 100%;
}
.main-slide-top .slide-thumbnail img {
object-fit: cover;
height: 100%;
width: 100%;
}
.main-slide-top a{
display: block;
position: relative;
width: 100%;
}
.main-slide-top .video-label{
left: 15px;
top: 15px;
}
.main-slide-top .categories-wrap{
padding-right: 100px;
}
.categories-wrap{
display: block;
bottom: 0;
left: 0;
position: absolute;
}
.video-label{
color: #ff3209;
left: 10px;
font-size: 38px;
line-height: 38px;
position: absolute;
top: 10px;
}
.video-label:before{
font-family: "FontAwesome";
content: "\f144";
position: relative;
z-index: 2;
}
.video-label:after{
display: block;
content: "";
height: 20px;
width: 20px;
left: 50%;
top: 50%;
margin: -10px 0 0 -10px;
position: absolute;
z-index: 1;
}
.categories-wrap ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.categories-wrap ul li{
display: inline-block;
padding: 7px 2px 0 0; 
}
.categories-wrap a{
background: #ff3209;
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
padding: 6px 15px;
text-decoration: none;
text-transform: uppercase;
}
.main-slider-wrap .slide-button{
background: #000;
border-radius: 5px; 
position: absolute;
left: auto;
right: 5px;
top: 361px;
height: 34px;
width: 34px;
z-index: 2;
cursor: pointer;
-moz-background-size: 11px 17px;
-webkit-background-size: 11px 17px;
background-size: 11px 17px;
background-position: center;
background-repeat: no-repeat;
}
.main-slider-wrap .slide-next{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.main-slider-wrap .slide-prev{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
right: 43px;
}
.main-slide-content{
color: #9b9b9b;
padding: 5px 10px 10px;
}
.main-slide-content h3{
font-size: 1.45em;
line-height: 1.1;
margin: 0.8em 0 0.4em;
letter-spacing:.5px;
font-weight: bold;
text-transform: uppercase;
}
.main-slide-content a{
color: #fff;
}
.archive .blog-post-wrap:first-child,
.category .blog-post-wrap:first-child{
width: 100%;
}
.blog-post-wrap{
float: left;
margin-bottom: 35px;
width: 50%;
}
.blog-post-wrap{
padding-left: 15px;
padding-right: 15px;
}
.blog-post-wrap.right{
float: right;
}
.blog-post-inner{
border-bottom: 2px solid #d7d7d7;
}
.blog-post-image{
min-height: 40px;
position: relative;
width: 100%;
}
.blog-post-image img{
display: block;
min-height: 175px;
object-fit: cover;
width: 100%;
}
.blog-post-content{
padding: 14px 0 22px;
}
.blog-post-content h2{
font-size: 16px;
font-weight: bold;
line-height: 1.3;
margin: 0 0 8px;
color: #222;
letter-spacing:.5px;
text-transform: uppercase;
}
.blog-post-content .date{
font-size: 13px;
color: #ababab;
text-transform: uppercase;
}
.pagination{
text-align: center;
padding-top: 10px;
width: 100%;
font-size: inherit;
letter-spacing: inherit;
font-weight: inherit;
clear: both;
}
.page-numbers{
display: inline-block;
color: #000;
line-height: 40px;
text-align: center;
width: 40px;
}
.page-numbers{
border: 1px solid #000;
}
.page-numbers.current,
.page-numbers:hover{
background: #000;
color: #fff;
text-decoration: none;
} .sidebar-wrap{
word-wrap: break-word;
}
.sidebar-wrap .site-branding{
margin-bottom: 40px;
}
.sidebar-wrap .site-branding .site-title{
font-size: 2.2em;
margin: 0.5em 0 0.2em;
font-weight: bold;
}
.sidebar-wrap .site-branding .site-title a{
color: #000;
}
.sidebar-wrap .site-branding .site-description{
font-size: 1.2em;
margin: 0;
}
.sidebar-wrap .widget-title{
border-top: 7px solid #000;
border-bottom: 2px solid #d7d7d7;
font-size: 20px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 20px;
padding: 11px;
text-align: center;
text-transform: uppercase;
}
.sidebar-wrap .sidebar-widget{
margin-bottom: 20px;
}
.sidebar-widget .tagcloud a{
font-size: 0.9em!important;
}
.sidebar-wrap ul{
margin: 0 0 1em;
}
.sidebar-wrap ul a,
.widget a{
color: #000;
}
.sidebar-wrap ul a:hover,
.widget a:hover{
color: #999;
}
.sidebar-wrap .rpwwt-widget ul li{
margin-bottom: 15px;
}
.sidebar-wrap .rpwwt-widget ul li img{
margin: 0 15px 10px 0;
height: auto!important;
width: 85px!important;
}
.sidebar-wrap .rpwwt-post-title{
display: block;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
letter-spacing:0.5px;
margin: 0 0 0.6em;
text-transform: uppercase;
}
.sidebar-wrap .rpwwt-post-author{
font-size: 13px;
text-transform: uppercase;
}
.sidebar-wrap .rpwwt-post-date{
font-size: 13px;
color: #ababab;
text-transform: uppercase;
}
.sidebar-wrap .textwidget{
font-size: 1em;
color: #7f7f7f;
line-height: 1.36;
}
.sidebar-wrap .textwidget p{
color: #000;
margin-top: 0;
}
.search-form label{
display: block;
width: 100%;
} .form-submit{
margin: 0;
}
.comment-metadata{
margin-top: 5px;
}
.comments-area{
font-size: 14px;
}
.comments-area p{
font-size: 1em;
margin: 0.8em 0;
}
.comments-area ul,
.comments-area ol{
margin-left: 0;
padding-left: 0px;
list-style-type: none;
}
.comments-area ul ul,
.comments-area ol ol{
padding-left: 20px;
}
.comments-area .avatar{
height: auto;
width: 35px;
}
.comments-area a{
color: #3b3839;
}
.comments-area .commentmetadata a:hover{
cursor: text;
text-decoration: none;
}
.reply{
margin-bottom: 30px;
text-decoration: underline;
} @media only screen and (max-width : 992px) {
.col-md-3,
.col-md-6,
.col-md-9{
left: 0;
right: auto;
}
.col-md-3{
width: 50%;
}
.col-md-6,
.col-md-9{
width: 100%;
}
.header-inner{
padding: 14px 0;
}
.social-wrap{
float: none;
}
#touch-menu{
display: block;
}
.site-navigation{
display: none;
float: none;
position: absolute;
top: 55px;
background: #fff;
left: 0;
text-align: left;
z-index: 99;
width: 100%;
}
header .site-navigation .current-menu-item > a,
header .site-navigation a:hover{
background: transparent!important;
}
header .site-navigation a{
color: #000;
}
.site-navigation > ul,
.site-navigation div > ul{
padding: 10px 15px;
text-align: left;
border-bottom: 2px solid #333;
}
.site-navigation ul li{
display: block;
padding: 5px 0;
}
.site-navigation .sub-menu{
padding: 0 0 0 15px;
}
body{
font-size: 16px;
}
.top-ads-widget{
padding-bottom: 15px;
}
.top-ads-block{
text-align: left;
}
.sidebar-wrap .rpwwt-post-title{
font-size: 1em;
}
.main-slide-top .slide-thumbnail{
height: 640px;
}
.main-slider-wrap .slide-button{
top: 601px;
}
.footer-widget{
width: 50%;
}
.footer-widget:nth-child(odd){
clear: left;
}
.sidebar-wrap{
margin-top: 40px;
}
.blog-post-image img {
min-height: 225px;
}
}
@media only screen and (max-width : 767px) {
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-md-12,
.col-sm-6{
left: 0;
right: auto;
width: 100%;
}
.footer-widget{
float: none;
width: 100%;
}
.footer-copyright,
.author-credits{
margin: 3px 0;
text-align: center;
}
.header-logo-wrap{
display: block;
padding: 5px 0 20px;
}
.main-slide-content h3{
font-size: 1.4em;
}
.top-ads-wrap{
padding: 20px 0;
}
.sidebar-logo-wrap{
display: none;
}
.sidebar-wrap .textwidget{
font-size: 1em;
}
}
@media only screen and (max-width : 639px) {
.main-slider-wrap{
padding: 12px;
}
.main-slide-top .slide-thumbnail{
height: 290px;
}
.main-slider-wrap .slide-button{
top: 251px;
}
.blog-post-wrap{
width: 100%;
}
}
@media only screen and (min-width : 992px) {
.site-navigation ul li:hover > .sub-menu{
display: block;
}
.site-navigation .sub-menu{
background: #000;
display: none;
font-size: 15px;
left: 0;
margin: 0;
padding: 5px 0;
position: absolute;
text-align: left;
top: 29px;
z-index: 55;
}
.site-navigation .sub-menu ul {
left: 100%;
top: 0;
}
.site-navigation ul li .sub-menu li{
display: block;
min-width: 180px;
padding: 5px 9px;
}
.sub-menu li:hover{
color: #e2e2e2;
}
.site-navigation ul .sub-menu li a{
display: block;
}
}