html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
body.custom-background {
background-size: cover;
}
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:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
.entry-content p{
word-break: break-word;
}
svg:not(:root) {
overflow: hidden;
}
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 {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 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"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: 14px;
line-height: 1.5;
}
input[type="text"]:focus {
border-color: #dadada;
box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}
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 {
overflow: auto;
max-width: 100%;
margin-bottom: 1.6em;
padding: 1.6em;
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
height: 1px;
margin-bottom: 1.5em;
border: 0;
background-color: #ccc;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img { max-width: 100%;
height: auto; }
table {
width: 100%;
margin: 0 0 1.5em;
}
blockquote {
position: relative;
margin: 30px 0;
padding: 8px 0 8px 25px;
border-left: 2px solid transparent;
border-left-color: #009688;
font-size: 16px;
}
blockquote:after {
display: block;
position: absolute;
top: 0;
left: 1px;
width: 2px;
height: 100%;
background-color: #009688;
content: "";
}
.dropcap,
.dropcap-bg {
float: left;
padding-right: 0.2em;
color: #505050;
font-size: 3.8em;
line-height: 1;
text-transform: uppercase;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin-bottom: 0;
padding: 9px 16px;
border: none;
border: 1px solid #009688;
border-radius: 0;
color: #fff;
background-color: #009688;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
-webkit-appearance: button;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #00796b;
background-color: #00796b;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
height: auto;
padding: 6px 12px;
border: 1px solid #eaeaea;
border-radius: 0;
color: #7a7a7a;
background-color: #fff;
font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
padding-left: 3px;
resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 9px 16px;
vertical-align: middle;
}
.comment {
list-style-type: none;
} .btn.min-width {
min-width: 140px;
text-align: center !important;
}
.btn.min-width-md {
min-width: 160px;
text-align: center !important;
}
.btn.min-width-lg {
min-width: 180px;
text-align: center !important;
}
.btn.min-width-xlg {
min-width: 200px;
text-align: center !important;
}
.btn {
padding: 9px 16px;
font-size: 14px;
-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
}
.btn.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 16px;
line-height: 1.5;
}
.btn.btn-sm,
.btn-group-sm > .btn {
padding: 7px 10px;
font-size: 12px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
padding: 2px 5px;
border-radius: 3px;
font-size: 12px;
line-height: 1.5;
}
.btn.btn-border {
padding: 8px 15px;
border-width: 2px;
background-color: transparent;
}
.btn.btn-border.btn-sm {
padding: 6px 9px;
}
.btn.btn-border.btn-lg {
padding: 9px 15px;
}
.btn.btn-border.btn-xs {
padding: 1px 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none;
}
.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom,
.btn-custom2,
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2.focus,
.btn-custom2:active,
.btn-custom2.active,
.open > .dropdown-toggle.btn-custom2,
.btn-custom3,
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3.focus,
.btn-custom3:active,
.btn-custom3.active,
.open > .dropdown-toggle.btn-custom3 {
color: #fff;
}
input[type="submit"].btn-dark {
border-color: #3e3e3e;
color: #eaeaea;
background: #3e3e3e;
}
input[type="submit"].btn {
padding: 9px 16px;
font-size: 14px;
-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
}
input[type="submit"].btn-dark:hover,
input[type="submit"].btn-dark:focus,
input[type="submit"].btn-dark.focus,
input[type="submit"].btn-dark:active,
input[type="submit"].btn-dark.active,
.open > .dropdown-toggle.btn-dark {
border-color: #2a2a2a;
color: #f0f0f0;
background-color: #2a2a2a;
}
.btn-gray {
border-color: #eaeaea;
color: #505050;
background-color: #eaeaea;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
border-color: #e1e1e1;
color: #4a4a4a;
background-color: #e1e1e1;
}
.btn-white {
border-color: #fff;
color: #4a4a4a;
background-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
border-color: #f1f1f1;
color: #000;
background-color: #f1f1f1;
}
.btn.btn-border.btn-default {
border-color: #aeaeae;
color: #aeaeae;
}
.btn.btn-border.btn-default:hover,
.btn.btn-border.btn-default:focus {
border-color: #adadad;
color: #505050;
background-color: #e6e6e6;
}
.btn.btn-border.btn-primary {
color: #337ab7;
}
.btn.btn-border.btn-primary:hover,
.btn.btn-border.btn-primary:focus {
border-color: #204d74;
color: #fff;
background-color: #286090;
}
.btn.btn-border.btn-success {
color: #4caf50;
}
.btn.btn-border.btn-success:hover,
.btn.btn-border.btn-success:focus {
border-color: #327334;
color: #fff;
background-color: #3d8b40;
}
.btn.btn-border.btn-warning {
color: #ffc107;
}
.btn.btn-border.btn-warning:hover,
.btn.btn-border.btn-warning:focus {
border-color: #af8300;
color: #fff;
background-color: #d39e00;
}
.btn.btn-border.btn-danger {
color: #ea1c0d;
}
.btn.btn-border.btn-danger:hover,
.btn.btn-border.btn-danger:focus {
border-color: #c8180b;
color: #fff;
background-color: #ea1c0d;
}
.btn.btn-border.btn-info {
color: #2196f3;
}
.btn.btn-border.btn-info:hover,
.btn.btn-border.btn-info:focus {
border-color: #0a68b4;
color: #fff;
background-color: #0c7cd5;
}
.btn.btn-border.btn-custom:hover,
.btn.btn-border.btn-custom:focus,
.btn.btn-border.btn-custom2:hover,
.btn.btn-border.btn-custom2:focus,
.btn.btn-border.btn-custom3:hover,
.btn.btn-border.btn-custom3:focus {
color: #fff;
}
.btn.btn-border.btn-dark {
color: #2a2a2a;
}
.btn.btn-border.btn-dark:hover,
.btn.btn-border.btn-dark:focus {
border-color: #1a1a1a;
color: #f1f1f1;
background-color: #2a2a2a;
}
.btn.btn-border.btn-gray {
border-color: #eaeaea;
color: #505050;
}
.btn.btn-border.btn-gray:hover,
.btn.btn-border.btn-gray:focus {
border-color: #eaeaea;
color: #505050;
background-color: #eaeaea;
}
.btn.btn-border.btn-white {
border-color: white;
color: #fff;
background: transparent;
}
.btn.btn-border.btn-white:hover,
.btn.btn-border.btn-white:focus,
.btn.btn-border.btn-white.v2:hover,
.btn.btn-border.btn-white.v2:focus {
color: #fff;
}
.btn.no-radius {
border-radius: 0 !important;
}
.btn.radius-lg {
border-radius: 12px !important;
}
.btn.radius-lger {
border-radius: 24px !important;
}
.btn-group > .btn + .btn {
border-left: 1px solid rgba(0, 0, 0, 0.07);
}  a {
color: #009688;
}
a:hover,
a:focus,
a:active {
color: #00796b;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
display: block;
float: left;
clear: both;
width: 100%;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.main-navigation ul {
display: none;
margin: 0;
padding-left: 0;
list-style: none;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
@media(min-width:768px) {
.main-navigation ul ul {
float: left;
position: absolute;
z-index: 99999;
left: -999em;
background-color: #fff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
}
.main-navigation ul ul ul {
top: 0;
left: -999em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #009688 !important;
}
.navbar-nav > ul > li a:hover,
.navbar-nav > ul > li.focus a:focus {
color: #009688 !important;
}
@media screen and (min-width: 768px) {
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
overflow: hidden;
margin: 0 0 1.5em;
}
.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;
width: 50%;
text-align: right;
}
.sub-menu {
min-width: 220px;
margin: 0;
padding: 7px;
border: none;
border-top: 1px solid transparent;
border-radius: 0;
}
.sub-menu li a {
display: block;
position: relative;
padding: 0;
color: #777;
}
.sticky-menu {
position: fixed;
z-index: 999;
top: 0;
border: none;
background-color: #fff;
}
.sticky-menu .navigation {
border-top: none;
}
.admin-bar .sticky-menu {
top: 32px;
}
@-webkit-keyframes stickyMenu {
0% {
top: -100px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@keyframes stickyMenu {
0% {
top: -100px;
opacity: 0;
}
100% {
top: 0;
opacity: 1;
}
}
@media (min-width: 992px) {
.sticky-menu.fixed {
width: 970px;
}
}
@media (min-width: 1200px) {
.sticky-menu.fixed {
width: 1170px;
}
}
@media (min-width: 1280px) {
.sticky-menu.fixed {
width: 1200px;
}
}  .screen-reader-text {
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
width: 1px;
height: 1px;
}
.screen-reader-text:focus {
display: block;
clip: auto !important;
z-index: 100000;
top: 5px;
left: 5px;
width: auto;
height: auto;
padding: 15px 23px 14px;
border-radius: 3px;
color: #21759b;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
line-height: normal;
text-decoration: none; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
} .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 {
display: table;
content: "";
}
.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 {
width: 100%;
padding: 8px;
font-size: 15px;
} .widget_search .search-submit {
display: none;
}
.widget_search .search-field {
width: 100%;
padding: 8px;
font-size: 15px;
}  *:focus {
outline: none;
}
html {
height: 100%;
} .home-masonry {
overflow-y: scroll;
}
body {
min-height: 100%;
color: #505050;
background-color: #fff;
font: 400 14px/1.6 "Lato", Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
.container,
.sticky-menu {
width: 1200px;
}
}
@media (min-width: 992px) {
.sticky-menu {
width: 970px;
}
}
#wrapper {
width: 100%;
background-color: #fff;
}
#wrapper.boxed,
#wrapper.boxed-long {
width: 100%;
margin: 0;
}
@media (min-width: 992px) {
#wrapper.boxed {
margin: 40px auto;
box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
#wrapper.boxed-long {
margin: 0 auto;
box-shadow: 3px 0 10px rgba(0,0,0, 0.15), -3px 0 10px rgba(0,0,0, 0.1);
}
.sticky-menu,
#wrapper.boxed,
#wrapper.boxed-long,
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
width: 970px;
}
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
margin: 0 auto;
}
.custom-wrapper {
padding-top: 22px;
} .boxed #header.sticky-menu.fixed,
.boxed-long #header.sticky-menu.fixed {
border-top: none;
}
}
@media (min-width: 1200px) {
#wrapper.boxed {
width: 1170px;
margin: 50px auto;
}
.sticky-menu,
#wrapper.boxed,
#wrapper.boxed-long,
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
width: 1170px;
}
}
@media (min-width: 1280px) {
.container,
.sticky-menu {
width: 1200px;
}
#wrapper.boxed,
#wrapper.boxed-long,
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container,
.boxed .sticky-menu.fixed .container-fluid,
.boxed-long .sticky-menu.fixed .container-fluid,
.boxed #header.sticky-menu.fixed .navbar-transparent,
.boxed-long #header.sticky-menu.fixed .navbar-transparent {
width: 1200px;
}
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} label.input-desc {
display: inline-block;
width: 100%;
margin-bottom: 7px;
font-family: "Open Sans", Verdana;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.form-control {
height: 20px;
padding: 9px 16px;
border: 1px solid #eaeaea;
color: inherit;
box-shadow: none;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.form-group .form-control {
height: 40px;
}
.form-group input {
max-width: 100%;
}
textarea.form-control {
width: 100%;
height: auto;
min-height: 120px;
}
.form-group .form-control {
width: 100%;
margin-bottom: 0;
}
.form-control:focus {
border-color: #dadada;
box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}
.form-control::-moz-placeholder {
color: #6a6a6a;
}
.form-control:-ms-input-placeholder {
color: #6a6a6a;
}
.form-control::-webkit-input-placeholder {
color: #6a6a6a;
}
.input-desc {
width: 83px;
}
.form-group textarea {
max-width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-list .pingback .media-body {
padding-top: 10px;
padding-bottom: 25px;
padding-left: 10px;
}
@media (max-width: 767px) {
.form-group textarea {
margin: 0;
}
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
max-width: 100%;
margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-right: auto;
margin-left: 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;
width: 100%;
text-align: center;
vertical-align: top;
}
.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;
}  *:focus {
outline: none;
}
html {
height: 100%;
}
body {
min-height: 100%;
color: #505050;
background-color: #fff;
font: 400 14px/1.6 "Lato", Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
.container {
width: 1200px;
}
}
#wrapper {
width: 100%;
background-color: #fff;
}
#wrapper.boxed-long {
width: 100%;
margin: 0;
}
@media (min-width: 992px) {
#wrapper.boxed-long {
margin: 0 auto;
box-shadow: 3px 0 10px rgba(0,0,0, 0.15), -3px 0 10px rgba(0,0,0, 0.1);
}
#wrapper.boxed-long {
width: 970px;
}
}
@media (min-width: 1200px) {
#wrapper.boxed-long {
width: 1170px;
}
}
@media (min-width: 1280px) {
.container {
width: 1200px;
}
#wrapper.boxed-long {
width: 1200px;
}
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 0;
color: #303030;
font-family: "Raleway", Arial, sans-serif;
font-weight: 700;
line-height: 1;
}
h1,
.h1 {
margin: 20px 0 10px 0;
font-size: 28px;
}
h2,
.h2 {
margin: 20px 0 10px 0;
font-size: 24px;
}
h3,
.h3 {
margin: 15px 0 10px 0;
font-size: 20px;
}
h4,
.h4 {
margin: 15px 0 10px 0;
font-size: 18px;
}
h5,
.h5 {
margin: 15px 0 10px 0;
font-size: 15px;
}
h6,
.h6 {
margin: 10px 0 5px 0;
font-size: 13px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
color: inherit;
}
ul,
ol {
margin: 0;
padding: 0;
}
#content .entry-content ul,
#content .entry-content ol {
margin-left: 20px;
}
#content .entry-content img {
margin-top: 20px;
margin-bottom: 20px;
}
#content .entry-content img.alignleft,
#content .entry-content img.alignright {
margin-top: 5px;
margin-bottom: 5px;
}
p {
margin: -10px 0 10px;
}
a {
-webkit-transition: color 0.35s;
transition: color 0.35s;
}
a:active,
a:hover,
a:focus {
text-decoration: none;
}
a:active,
a:focus,
input,
select,
textarea {
outline: none;
}
iframe {
border: none;
}
img.pull-right {
margin-bottom: 20px;
margin-left: 20px;
}
img.pull-left {
margin-right: 20px;
margin-bottom: 20px;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #7a7a7a;
}
hr.gray {
border-color: #eaeaea;
}
blockquote {
padding: 8px 0 8px 25px;
} .navbar-top {
position: relative;
border-bottom: 1px solid #eaeaea;
background-color: #f5f5f5;
font: 600 13px/38px "Open Sans", Verdana;
}
.navbar-top .navbar-right {
margin: 0;
}
.navbar-top .social-icons {
margin-bottom: 0;
margin-left: 0;
padding-right: 0;
font-size: 14px;
line-height: 38px;
}
.navbar-top .social-icon:after {
padding: 0 10px;
content: "/";
}
.navbar-top .social-icon:last-child:after {
padding-left: 0;
content: "";
}
.navbar-top .social-icons a i,
.navbar-top .social-icons a {
color: #505050;
}
.menu-toggle {
display: none;
}
.navbar-right .navbar {
min-height: 0;
margin: 0;
border: none;
}
.top-navigation ul li {
display: inline-block;
padding: 0 10px;
}
.top-navigation ul li a {
color: #505050;
}
.navbar-btn {
display: inline-block;
float: right;
margin: 0;
padding: 0 13px;
border: none;
border-radius: 0;
color: #505050;
background: transparent;
line-height: 38px;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}
.navbar-btn:hover {
background-color: #dedede;
}
@media (max-width:767px) {
.top-navigation ul {
display: none;
}
.top-navigation.toggled-on ul {
display: block;
clear: both;
}
.top-navigation.toggled-on ul li {
display: list-item;
list-style-type: none;
}
.navbar-top .menu-toggle {
display: inline-block;
float: right;
margin-top: -38px;
padding: 0 13px;
border: none;
color: #505050;
background: transparent;
font: 600 13px/38px "Open Sans", Verdana;
font-size: 14px;
line-height: 38px;
}
.navbar-top .navbar-left {
float: left;
}
.navbar-top .navbar-right {
margin-top: 38px;
padding-right: 37px;
}
} .islemag_only_customizer,
.islemag_hide {
display: none!important;
}
.header-logo-wrap {
display: inline-block;
}
.header-logo-wrap h1,
.header-logo-wrap .site-title {
margin: 0;
}
.header-content {
display: table;
width: 100%;
min-height: 100px;
padding: 15px;
}
.navbar-brand {
display: table-cell;
float: none;
position: relative;
height: auto;
min-height: 100px;
font: 700 32px/1 "Raleway", Verdana, sans-serif;
text-align: center;
vertical-align: middle;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.navbar-brand a:hover,
.navbar-brand a:focus,
.navbar-brand:hover,
.navbar-brand:focus {
color: #3a3a3a;
background-color: transparent;
}
.navbar-brand a {
color: #505050;
}
.navbar-brand a img {
width: auto;
max-height: 100%;
}
.site-description {
margin: 0;
font-size: 18px;
line-height: 18px;
}
.islemag-banner {
display: table-cell;
float: none;
text-align: right;
vertical-align: middle;
}
.islemag-banner .widget {
margin: 0;
}
.islemag-banner .islemag_content_ad {
margin-bottom: 0;
}
.islemag-small-banner {
display: inline-block;
width: 125px;
height: 125px;
margin: 5px;
margin-bottom: 10px;
}
@media (max-width:767px) {
.navbar-brand {
border: none;
}
} .main-navigation li {
display: inline-block;
float: left;
}
.main-navigation .sub-menu a {
min-width: 220px;
margin: 0;
padding: 7px 15px;
border: none;
border-top: 1px solid transparent;
border-radius: 0;
}
.main-navigation .children a {
min-width: 220px;
margin: 0;
padding: 7px 15px;
border: none;
border-top: 1px solid transparent;
border-radius: 0;
}
.main-navigation .nav-menu li .children li {
display: list-item;
}
.main-navigation li a {
display: block;
padding: 17.5px 15px;
border-top: 2px solid transparent;
color: #505050;
font: 700 14px/20px "Open Sans", Verdana, sans-serif;
text-transform: uppercase;
}
.main-navigation .nav-menu > li > a {
border-right: 1px solid #eaeaea;
}
.main-navigation .nav-menu > li:nth-child(8n+1) > a {
border-top-color: #ef5350;
}
.main-navigation .nav-menu > li:nth-child(8n+2) > a {
border-top-color: #ffc107;
}
.main-navigation .nav-menu > li:nth-child(8n+3) > a {
border-top-color: #ff6b6b;
}
.main-navigation .nav-menu > li:nth-child(8n+4) > a {
border-top-color: #29b6f6;
}
.main-navigation .nav-menu > li:nth-child(8n+5) > a {
border-top-color: #66bb6a;
}
.main-navigation .nav-menu > li:nth-child(8n+6) > a {
border-top-color: #ab47bc;
}
.main-navigation .nav-menu > li:nth-child(8n+7) > a {
border-top-color: #ec407a;
}
.main-navigation .nav-menu > li:nth-child(8n+8) > a {
border-top-color: #d4e157;
}
.main-navigation .nav-menu > .menu-item-has-children > a:after,
.main-navigation .nav-menu > .page_item_has_children > a:after {
display: inline-block;
padding: 0 7px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.menu-item-has-children ul .menu-item-has-children > a:after,
.page_item_has_children ul .page_item_has_children > a:after {
display: inline-block;
padding: 0 7px;
font-family: FontAwesome;
content: "\f105";
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.main-navigation .menu-item-has-children:hover > a:after,
.main-navigation .page_item_has_children:hover > a:after {
cursor: pointer;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.dropdown-toggle {
display: none;
}
.navbar {
margin: 0;
}
@media (max-width:767px) {
.main-navigation {
border: none;
}
.main-navigation .menu-toggle {
display: block;
}
.main-navigation .nav-menu {
display: none;
}
.main-navigation.toggled-on .nav-menu {
display: block;
}
.main-navigation .nav-menu li {
display: list-item;
width: 100%;
}
.main-navigation li a {
border: none;
}
.main-navigation .nav-menu .children {
display: none;
}
.main-navigation .nav-menu .children.toggled-on {
display: block;
}
.dropdown-toggle.toggled-on:after {
content: "\f106";
}
.dropdown-toggle {
display: block;
position: absolute;
z-index: 9;
top: 10px;
right: 0;
width: 25px;
height: 25px;
margin: 0;
padding: 0;
border: none;
border-radius: 2px;
background: #999;
}
.dropdown-toggle:after {
font-family: FontAwesome;
font-weight: 400!important;
font-style: normal!important;
font-variant: normal!important;
-webkit-font-smoothing: antialiased;
line-height: 25px;
text-transform: none!important;
content: "\f107";
}
.main-navigation .nav-menu {
padding: 0 10px;
}
.main-navigation .nav-menu > li > a {
border: none;
}
.main-navigation .nav-menu li .children {
padding-left: 10px;
}
.main-navigation .nav-menu > .menu-item-has-children > a:after,
.main-navigation .nav-menu > .page_item_has_children > a:after {
display: none;
}
.menu-item-has-children ul .menu-item-has-children > a:after,
.page_item_has_children ul .page_item_has_children > a:after {
display: none;
}
.main-navigation .menu-toggle {
width: 100%;
padding: 10px;
border: none;
border-radius: 0;
color: #fff;
background-color: #505050;
font: 700 14px/20px "Open Sans", Verdana, sans-serif;
text-transform: uppercase;
}
.navbar {
border: none;
}
.main-navigation ul {
padding-left: 15px;
}
.main-navigation ul .toggled-on {
display: block;
}
.site-header-menu.toggled-on {
display: block;
}
.site-header-menu.toggled-on {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
} #header-search-form {
display: none;
position: absolute;
z-index: 1;
top: 100%;
right: 15px;
margin-top: 15px;
padding: 10px;
border: 1px solid #dadada;
border-radius: 5px 0 5px 5px;
background-color: #f5f5f5;
box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}
#header-search-form.top:after {
top: -13px;
right: 7px;
bottom: auto;
left: auto;
border-width: 0 13px 13px;
}
#header-search-form:after {
display: block;
position: absolute;
bottom: -15px;
left: 50px;
width: 0;
border-width: 15px 15px 0;
border-style: solid;
border-color: #f5f5f5 transparent;
content: "";
}
#header-search-form.top:before {
top: -20px;
right: 0;
bottom: auto;
left: auto;
border-width: 0 20px 20px;
}
#header-search-form:before {
display: block;
position: absolute;
bottom: -20px;
left: 40px;
width: 0;
border-width: 20px 20px 0;
border-style: solid;
border-color: #009688 transparent;
content: "";
}
.form-control {
display: inline-block;
width: auto;
}
#header-search-form .navbar-form {
margin: 0;
padding: 0;
}  .no-results {
text-align: center;
}
.no-results .page-header .page-title {
font-size: 36px;
}
.no-results .page-content .search-form input {
font: 500 16px/1.5 "Raleway", Verdana;
}
.no-results .page-content .search-form button {
padding: 6px;
font-size: 16px;
vertical-align: top;
}  .owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none; position: relative;
z-index: 1;
width: 100%;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
line-height: 0;
content: ".";
}
.owl-carousel .owl-stage-outer {
overflow: hidden;
position: relative; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
display: block;
opacity: 0;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
float: left;
position: relative;
z-index: 1;
min-height: 1px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-backface-visibility: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
flex: 1 auto;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.blog-related-carousel.owl-carousel .owl-item {
border: 1px solid #eaeaea;
}
.owl-carousel .owl-item img {
display: block;
max-width: 100%;
margin: 0 auto;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
cursor: pointer;
-webkit-transition: scale 100ms ease;
transition: scale 100ms ease;
-webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
height: 100%;
opacity: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .owl-dots {
margin-top: 15px;
text-align: center;
}
.owl-dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
border-radius: 50%;
background-color: #eaeaea;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.owl-dot:hover {
background-color: #eaeaea;
}
.owl-dot.active {
background-color: #505050;
} .owl-nav {
position: absolute;
top: -64px;
right: 0;
font-size: 0;
}
.nav-higher .owl-nav {
top: -74px;
}
.nav-higher.small-nav .owl-nav {
top: -76px;
}
.small-nav .owl-nav {
top: -60px;
}
.left-nav .owl-nav {
top: -64px;
right: auto;
left: 0;
}
.center-top-nav .owl-nav {
top: -56px;
right: auto;
left: 50%;
margin-left: -38.5px;
}
.center-top-nav.small-nav .owl-nav {
margin-left: -32.5px;
} .center-nav .owl-nav {
position: static;
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.center-nav .owl-prev,
.center-nav .owl-next {
position: absolute;
top: 50%;
margin-top: -18px;
}
.center-nav .owl-prev {
left: 15px;
}
.center-nav .owl-next {
right: 15px;
}
.center-nav-animate .owl-prev,
.center-nav-animate .owl-next {
visibility: hidden;
opacity: 0;
}
.center-nav-animate .owl-prev {
left: 45px;
}
.center-nav-animate .owl-next {
right: 45px;
}
.center-nav-animate:hover .owl-prev,
.center-nav-animate:hover .owl-next {
visibility: visible;
opacity: 1;
;
}
.center-nav-animate:hover .owl-prev {
left: 15px;
}
.center-nav-animate:hover .owl-next {
right: 15px;
}
.owl-prev,
.owl-next {
display: inline-block;
width: 36px;
height: 36px;
border-radius: 4px;
color: #eaeaea;
background-color: #444;
font-size: 24px;
line-height: 36px;
text-align: center;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.islemag-top-carousel .owl-prev,
.islemag-top-carousel .owl-next {
display: none;
}
.small-nav .owl-prev,
.small-nav .owl-next {
width: 30px;
height: 30px;
border-radius: 3px;
font-size: 18px;
line-height: 28px;
}
.nav-border .owl-prev,
.nav-border .owl-next {
border: 2px solid #444;
color: #303030;
background-color: transparent;
font-size: 22px;
line-height: 32px;
}
.nav-border.small-nav .owl-prev,
.nav-border.small-nav .owl-next {
border: 2px solid #444;
font-size: 18px;
line-height: 25px;
}
.owl-prev:hover,
.owl-next:hover {
color: #f1f1f1;
background-color: #1a1a1a;
}
.nav-border .owl-prev:hover,
.nav-border .owl-next:hover {
border-color: #1a1a1a;
color: #f1f1f1;
background-color: #1a1a1a;
}
.owl-prev {
margin-right: 5px;
}
.custom-nav .owl-prev,
.custom-nav .owl-next {
color: #fff;
}
.white-nav .owl-prev,
.white-nav .owl-next {
color: #505050;
background-color: #fff;
}
.gray-nav .owl-prev,
.gray-nav .owl-next {
color: #666;
background-color: #eaeaea;
}
.gray-nav .owl-prev:hover,
.gray-nav .owl-next:hover {
color: #3a3a3a;
background-color: #ccc;
}
.nav-border.custom-nav .owl-prev,
.nav-border.custom-nav .owl-next {
background-color: transparent;
}
.nav-border.white-nav .owl-prev,
.nav-border.white-nav .owl-next {
border-color: #fff;
color: #fff;
background-color: transparent;
}
.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover,
.white-nav .owl-prev:hover,
.white-nav .owl-next:hover {
color: #fff;
}
.nav-border.custom-nav .owl-prev:hover,
.nav-border.custom-nav .owl-next:hover,
.nav-border.white-nav .owl-prev:hover,
.nav-border.white-nav .owl-next:hover {
color: #fff;
}
@media (max-width: 480px) {
.vcenter-nav-mobile .owl-nav {
position: static;
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.vcenter-nav-mobile .owl-prev,
.vcenter-nav-mobile .owl-next {
visibility: hidden;
position: absolute;
top: 50%;
margin-top: -18px;
opacity: 0;
}
.vcenter-nav-mobile .owl-prev {
left: 45px;
}
.vcenter-nav-mobile .owl-next {
right: 45px;
}
.vcenter-nav-mobile:hover .owl-prev,
.vcenter-nav-mobile:hover .owl-next {
visibility: visible;
opacity: 1;
;
}
.vcenter-nav-mobile:hover .owl-prev {
left: 15px;
}
.vcenter-nav-mobile:hover .owl-next {
right: 15px;
}
} .home #content {
padding: 0;
}
.home.blog #content {
padding: 15px 0;
}
.entry-overlay-meta {
position: absolute;
z-index: 800;
right: 0;
bottom: 0;
left: 0;
padding: 15px 20px;
opacity: 0;
color: #ccc;
background-color: rgba(0,0,0, 0.75);
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.islemag-top-container .entry-block {
max-height: 400px;
}
.entry-block h3 {
clear: none;
}
.blog-related-carousel .entry-media figure {
overflow: hidden;
max-height: 194px;
}
.blog-related-carousel .entry-media figure a img {
width: auto;
max-height: 194px;
margin: 0 auto;
}
.blog-related-carousel .entry-content-wrapper .entry-title {
margin-top: 0;
}
.blog-related-carousel .entry-content-wrapper .entry-content {
margin: 0;
}
.entry-block.entry .entry-media figure > a:after,
.entry-block.entry .entry-media .item > a:after,
.entry-block.entry .entry-media.embed-responsive:after {
visibility: hidden;
opacity: 0;
background-color: rgba(0,0,0,0.35);
content: "";
}
.entry-block.entry:hover .entry-media figure > a:after,
.entry-block.entry:hover .entry-media .item > a:after,
.entry-block.entry:hover .entry-media.embed-responsive:after {
display: block;
visibility: visible;
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
background-color: rgba(255,255,255, 0.16);
-webkit-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.entry-overlay.entry-block .entry-overlay-meta,
.entry-overlay.entry-block:hover .entry-overlay-meta {
top: auto;
bottom: 0;
padding-top: 45px;
opacity: 1; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(46%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(46%, rgba(0,0,0,0.65)),to(rgba(0,0,0,0.65)));
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.entry-block .entry-overlay-meta .entry-title a,
.entry-block .entry-overlay-meta .entry-title a:hover,
.entry-block .entry-overlay-meta .entry-title a:focus {
color: #fff;
}
.entry-block .entry-overlay-meta,
.entry-block .entry-overlay-meta .entry-separator,
.entry-block .entry-overlay-meta a {
color: #f1f1f1;
}
.entry-block .entry-overlay-meta a:hover,
.entry-block .entry-overlay-meta a:focus {
color: #fff;
}
.entry-block .entry-title {
font-size: 16px;
line-height: 24px;
}
.entry-block .entry-media + .entry-title {
margin: 15px 0 5px;
font-size: 15px;
}
.entry-block .entry-title a {
color: #2a2a2a;
}
.entry-block.entry.red .entry-media figure > a:after,
.entry-block.entry.red .entry-media .item > a:after,
.entry-block.entry.red .entry-media.embed-responsive:after {
background: rgba(239,83,80,0.35);
}
.entry-overlay.entry-block.red .entry-overlay-meta,
.entry-overlay.entry-block.red:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,83,80,0)), color-stop(46%,rgba(239,83,80,0.65)), color-stop(100%,rgba(239,83,80,0.65))); background: -webkit-linear-gradient(top,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(239,83,80,0)),color-stop(46%, rgba(239,83,80,0.65)),to(rgba(239,83,80,0.65)));
background: linear-gradient(to bottom,  rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef5350', endColorstr='#a6ef5350',GradientType=0 ); }
.entry-block.entry.orange .entry-media figure > a:after,
.entry-block.entry.orange .entry-media .item > a:after,
.entry-block.entry.orange .entry-media.embed-responsive:after {
background: rgba(255,193,7,0.35);
}
.entry-overlay.entry-block.orange .entry-overlay-meta,
.entry-overlay.entry-block.orange:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,193,7,0)), color-stop(46%,rgba(255,193,7,0.65)), color-stop(100%,rgba(255,193,7,0.65))); background: -webkit-linear-gradient(top,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,193,7,0)),color-stop(46%, rgba(255,193,7,0.65)),to(rgba(255,193,7,0.65)));
background: linear-gradient(to bottom,  rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc107', endColorstr='#a6ffc107',GradientType=0 ); }
.entry-block.entry.light_red .entry-media figure > a:after,
.entry-block.entry.light_red .entry-media .item > a:after,
.entry-block.entry.light_red .entry-media.embed-responsive:after {
background: rgba(255,107,107,0.35);
}
.entry-overlay.entry-block.light_red .entry-overlay-meta,
.entry-overlay.entry-block.light_red:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,107,107,0)), color-stop(46%,rgba(255,107,107,0.65)), color-stop(100%,rgba(255,107,107,0.65))); background: -webkit-linear-gradient(top,  rgba(255,107,107,0) 0%,rgba(255,107,107,0.65) 46%,rgba(255,107,107,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,107,107,0)),color-stop(46%, rgba(255,107,107,0.65)),to(rgba(255,107,107,0.65)));
background: linear-gradient(to bottom,  rgba(255,107,107,0) 0%,rgba(255,107,107,0.65) 46%,rgba(255,107,107,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeb3b', endColorstr='#a6ffeb3b',GradientType=0 ); }
.entry-block.entry.blue .entry-media figure > a:after,
.entry-block.entry.blue .entry-media .item > a:after,
.entry-block.entry.blue .entry-media.embed-responsive:after {
background: rgba(41,182,246,0.35);
}
.entry-overlay.entry-block.blue .entry-overlay-meta,
.entry-overlay.entry-block.blue:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,182,246,0)), color-stop(46%,rgba(41,182,246,0.65)), color-stop(100%,rgba(41,182,246,0.65))); background: -webkit-linear-gradient(top,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(41,182,246,0)),color-stop(46%, rgba(41,182,246,0.65)),to(rgba(41,182,246,0.65)));
background: linear-gradient(to bottom,  rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0029b6f6', endColorstr='#a629b6f6',GradientType=0 ); }
.entry-block.entry.green .entry-media figure > a:after,
.entry-block.entry.green .entry-media .item > a:after,
.entry-block.entry.green .entry-media.embed-responsive:after {
background: rgba(102,187,106,0.35);
}
.entry-overlay.entry-block.green .entry-overlay-meta,
.entry-overlay.entry-block.green:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,187,106,0)), color-stop(46%,rgba(102,187,106,0.65)), color-stop(100%,rgba(102,187,106,0.65))); background: -webkit-linear-gradient(top,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(102,187,106,0)),color-stop(46%, rgba(102,187,106,0.65)),to(rgba(102,187,106,0.65)));
background: linear-gradient(to bottom,  rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066bb6a', endColorstr='#a666bb6a',GradientType=0 ); }
.entry-block.entry.purple .entry-media figure > a:after,
.entry-block.entry.purple .entry-media .item > a:after,
.entry-block.entry.purple .entry-media.embed-responsive:after {
background: rgba(171,71,188,0.35);
}
.entry-overlay.entry-block.purple .entry-overlay-meta,
.entry-overlay.entry-block.purple:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,71,188,0)), color-stop(46%,rgba(171,71,188,0.65)), color-stop(100%,rgba(171,71,188,0.65))); background: -webkit-linear-gradient(top,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(171,71,188,0)),color-stop(46%, rgba(171,71,188,0.65)),to(rgba(171,71,188,0.65)));
background: linear-gradient(to bottom,  rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab47bc', endColorstr='#a6ab47bc',GradientType=0 ); }
.entry-block.entry.pink .entry-media figure > a:after,
.entry-block.entry.pink .entry-media .item > a:after,
.entry-block.entry.pink .entry-media.embed-responsive:after {
background: rgba(236,64,122,0.35);
}
.entry-overlay.entry-block.pink .entry-overlay-meta,
.entry-overlay.entry-block.pink:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,64,122,0)), color-stop(46%,rgba(236,64,122,0.65)), color-stop(100%,rgba(236,64,122,0.65))); background: -webkit-linear-gradient(top,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(236,64,122,0)),color-stop(46%, rgba(236,64,122,0.65)),to(rgba(236,64,122,0.65)));
background: linear-gradient(to bottom,  rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ec407a', endColorstr='#a6ec407a',GradientType=0 ); }
.entry-block.entry.lightgreen .entry-media figure > a:after,
.entry-block.entry.lightgreen .entry-media .item > a:after,
.entry-block.entry.lightgreen .entry-media.embed-responsive:after {
background: rgba(212,225,87,0.35);
}
.entry-overlay.entry-block.lightgreen .entry-overlay-meta,
.entry-overlay.entry-block.lightgreen:hover .entry-overlay-meta { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,225,87,0)), color-stop(46%,rgba(212,225,87,0.65)), color-stop(100%,rgba(212,225,87,0.65))); background: -webkit-linear-gradient(top,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%);   background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(212,225,87,0)),color-stop(46%, rgba(212,225,87,0.65)),to(rgba(212,225,87,0.65)));
background: linear-gradient(to bottom,  rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4e157', endColorstr='#a6d4e157',GradientType=0 ); }
.entry-block .entry-overlay-meta .entry-separator,
.entry-block .entry-meta .entry-separator {
margin: 0 6px;
}
.rect-dots .owl-dots {
margin: 20px 0 0;
line-height: 0;
}
.rect-dots .owl-dot {
width: 42px;
height: 4px;
border-radius: 0;
}
.islemag-top-container {
margin-bottom: 40px;
}
.islemag-top-container .entry-block .entry-overlay-meta .entry-title a {
display: block;
}
.islemag-top-container.larger {
margin-bottom: 60px;
}
.category-block {
display: block;
position: absolute;
z-index: 200;
top: 10px;
right: 10px;
padding: 2px 14px;
color: #fff;
background-color: #2a2a2a;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.category-block:hover,
.category-block:focus {
color: #fff;
}
.title-border.title-bg.red,
.title-bg-line.red:after,
.title-underblock.red:after,
.red .category-block {
background-color: #ef5350;
}
.title-border.red,
.title-border.text-right.red,
.title-border.text-center.red > span,
.title-bottom-border.red {
border-color: #ef5350;
}
.title-border.title-bg.orange,
.title-bg-line.orange:after,
.title-underblock.orange:after,
.orange .category-block {
background-color: #ffc107;
}
.title-border.orange,
.title-border.text-right.orange,
.title-border.text-center.orange > span,
.title-bottom-border.orange {
border-color: #ffc107;
}
.title-border.title-bg.light_red,
.title-bg-line.light_red:after,
.title-underblock.light_red:after,
.light_red .category-block {
background-color: #ff6b6b;
}
.title-border.light_red,
.title-border.text-right.light_red,
.title-border.text-center.light_red > span,
.title-bottom-border.light_red {
border-color: #ff6b6b;
}
.title-border.title-bg.blue,
.title-bg-line.blue:after,
.title-underblock.blue:after,
.blue .category-block {
background-color: #29b6f6;
}
.title-border.blue,
.title-border.text-right.blue,
.title-border.text-center.blue > span,
.title-bottom-border.blue {
border-color: #29b6f6;
}
.title-border.title-bg.green,
.title-bg-line.green:after,
.title-underblock.green:after,
.green .category-block {
background-color: #66bb6a;
}
.title-border.green,
.title-border.text-right.green,
.title-border.text-center.green > span,
.title-bottom-border.green {
border-color: #66bb6a;
}
.title-border.title-bg.dkgreen,
.title-bg-line.dkgreen:after,
.title-underblock.dkgreen:after,
.dkgreen .category-block {
background-color: #009688;
}
.title-border.dkgreen,
.title-border.text-right.dkgreen,
.title-border.text-center.dkgreen > span,
.title-bottom-border.dkgreen {
border-color: #009688;
}
.title-border.title-bg.purple,
.title-bg-line.purple:after,
.title-underblock.purple:after,
.purple .category-block {
background-color: #ab47bc;
}
.title-border.purple,
.title-border.text-right.purple,
.title-border.text-center.purple > span,
.title-bottom-border.purple {
border-color: #ab47bc;
}
.title-border.title-bg.pink,
.title-bg-line.pink:after,
.title-underblock.pink:after,
.pink .category-block {
background-color: #ec407a;
}
.title-border.pink,
.title-border.text-right.pink,
.title-border.text-center.pink > span,
.title-bottom-border.pink {
border-color: #ec407a;
}
.title-border.title-bg.lightgreen,
.title-bg-line.lightgreen:after,
.title-underblock.lightgreen:after,
.lightgreen .category-block {
background-color: #d4e157;
}
.title-border.lightgreen,
.title-border.text-right.lightgreen,
.title-border.text-center.lightgreen > span,
.title-bottom-border.lightgreen {
border-color: #d4e157;
}
.smaller-nav .owl-next,
.smaller-nav .owl-prev {
width: 28px;
height: 28px;
margin: 0;
font-size: 20px;
line-height: 26px;
}
.owl-carousel.no-radius .owl-next,
.owl-carousel.no-radius .owl-prev {
border-radius: 0;
}
.smaller-nav .owl-prev {
margin-right: 5px;
}
.smaller-nav .owl-nav {
top: -57px;
padding-left: 20px;
background-color: #fff;
}
.entry-block .entry-media .entry-overlay-meta a {
display: inline;
}
.post-section {
margin-bottom: 35px;
}
.post-section.md-margin {
margin-bottom: 30px;
}
.mb30 {
margin-bottom: 30px!important;
}
.entry-block.eb-small {
margin-bottom: 20px;
}
.entry-block.eb-small:last-child {
margin-bottom: 0;
}
.entry-block.eb-small .entry-media {
float: left;
max-width: 110px;
margin-right: 20px;
margin-bottom: 10px;
}
.star-ratings-css {
display: inline-block;
position: relative;
width: 56px;
height: 20px;
padding: 0;
color: #c5c5c5;
text-shadow: 0 1px 0 #a2a2a2;
font-size: 12px;
unicode-bidi: bidi-override;
}
.star-ratings-css .star-ratings-css-top {
display: block;
overflow: hidden;
position: absolute;
z-index: 1;
left: 0;
height: 25px;
padding: 0;
color: #e7711b;
text-shadow: 0 1px 0 #ab5414;
}
.star-ratings-css .star-ratings-css-top span i {
display: inherit;
}
.star-ratings-css .star-ratings-css-bottom {
z-index: 0;
}
.islemag-template1 .entry-block .entry-media + .entry-title {
margin-bottom: 0;
}
.islemag-template2 .entry-block.eb-small .entry-title {
margin-bottom: 0;
}
.islemag-template2 .entry-block.eb-small .entry-meta {
margin-top: 15px;
}
.islemag-template3 .entry-block.eb-small .entry-title {
margin-bottom: 0;
}
.islemag-template3 .entry-block.eb-small .entry-meta {
margin-top: 15px;
}
.islemag-template4 .entry-block.eb-small .entry-title {
margin-bottom: 0;
}
.islemag-template4 .entry-block.eb-small .entry-meta {
margin-top: 15px;
}
.islemag-template3 .entry-block .entry-media + .entry-title {
margin-bottom: 0;
}
#sidebar-ads-area-1,
#sidebar-ads-area-2,
#sidebar-ads-area-3,
#sidebar-ads-area-4,
#sidebar-ads-area-5 {
margin-bottom: 35px;
}
@media (min-width: 1200px) {
.entry-block.eb-small .entry-title {
margin: 5px 0 15px;
}
}
.entry-block.eb-small .category-block {
visibility: hidden;
top: 8px;
right: auto;
left: 8px;
padding: 1px 9px;
opacity: 0;
font-size: 10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
.entry-block.eb-small:hover .category-block {
visibility: visible;
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.entry-block.eb-small .entry-meta {
font-size: 12px;
}
.entry-block .entry-meta,
.entry-block .entry-meta a,
.entry-block .entry-meta .entry-separator {
color: #505050;
}
.entry-block .entry-meta > div {
margin-top: 5px;
}
.entry-block .entry-meta > div > a {
margin-left: 4px;
}
@media (min-width: 768px) {
.navbar-nav-colored.navbar-nav > li > a {
position: relative;
border-top: 3px solid #eaeaea !important;
border-radius: 0;
}
.navbar-nav-colored.navbar-nav > li:first-child > a {
border-top-color: #ef5350 !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(2) > a {
border-top-color: #ffc107 !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(3) > a {
border-top-color: #ff6b6b !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(4) > a {
border-top-color: #29b6f6 !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(5) > a {
border-top-color: #66bb6a !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(6) > a {
border-top-color: #ab47bc !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(7) > a {
border-top-color: #ec407a !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(8) > a {
border-top-color: #d4e157 !important;
}
.navbar-nav-colored.navbar-nav > li:nth-child(9) > a {
border-top-color: #26a69a !important;
}
}
@media (max-width: 991px) {
.header-banner {
display: none;
}
.owl-carousel .entry.entry-block.eb-small {
margin-bottom: 20px;
}
.owl-carousel .entry.entry-block.eb-small:last-child {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.rect-dots .owl-dot {
width: 28px;
}
}
@media (max-width: 600px) {
.islemag-banner {
display: none;
}
} .category .page-header h1,
.search .page-header h1 {
margin: 20px 0 35px 0;
}
.category .page-header,
.search .page-header {
padding: 0;
} .islemag_multiple_ads {
display: inline-block;
text-align: center;
}
.islemag_multiple_ads .col-md-6 {
margin-bottom: 5px;
padding: 0 5px;
}
.islemag-ad-banner-content {
text-align: center;
}
.site-header .islemag-ad-banner-content {
text-align: right;
}
.sidebar .widget {
margin-bottom: 50px;
}
.sidebar .widget h3 {
margin-bottom: 25px;
color: #555;
font-size: 18px;
text-align: left;
}
.social-icons a > i,
.sidebar .widget li {
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.sidebar .widget li a {
color: #505050;
line-height: 2.6;
}
.sidebar .widget_rss li a {
font-weight: bold;
}
.sidebar .widget li:hover {
text-indent: 4px;
}
.social-icons a:hover > i,
ul > li:hover > a,
.top-navigation ul > li:hover > a,
.main-navigation ul > li:hover > a,
.sidebar .widget li:hover a {
color: #009866;
}
.tagcloud:after {
display: block;
clear: both;
content: "";
}
.tagcloud a {
display: block;
float: left;
margin: 0 7px 7px 0;
padding: 4px 13px;
color: #505050!important;
background-color: #b1b1b1;
font-size: 14px!important;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.tagcloud a:hover {
color: #fff!important;
background-color: #009688;
}
.islemag-content-right .tagcloud a:hover {
background-color: #009688;
}
.islemag-content-right .tagcloud a {
background-color: #eaeaea;
} .title-border {
padding: 0 0 0 0.8em;
border-left: 4px solid transparent;
}
.title-border.text-right,
.text-right > .title-border {
padding: 0 0.8em 0 0;
border-right: 4px solid transparent;
border-left: none;
}
.title-border.text-center,
.text-center > .title-border {
padding: 0;
border: none;
}
.title-border > span,
.title-border > a {
display: inline-block;
position: relative;
z-index: 1;
background-color: #fff;
}
.title-border.text-center > span,
.text-center > .title-border > span,
.title-border.text-center > a,
.text-center > .title-border > a {
padding: 0 0.8em;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.title-bg-line,
.title-underline {
position: relative;
}
.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
padding: 0;
}
.title-bg-line > span,
.title-bg > span {
padding: 0 0.8em;
}
.title-bg-line:after {
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 0;
left: 0;
height: 1px;
background-color: transparent;
content: "";
}
.title > .light,
.title-underblock > .light {
font-weight: normal;
}
.title-underblock {
position: relative;
padding-bottom: 0.6em;
}
.title-bottom-border {
border-bottom: 1px dashed transparent;
}
.title-bottom-border.dashed {
border-bottom-style: dashed;
}
.title-bottom-border.dotted {
border-bottom-style: dotted;
}
.title-underblock:after {
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 50px;
height: 3px;
background-color: transparent;
content: "";
}
.title-underblock.title-bottom-border:after {
bottom: -3px;
height: 5px;
}
.title-underblock.text-center:after,
.text-center > .title-underblock:after {
left: 50%;
margin-left: -25px;
}
.title-underblock.text-right:after,
.text-right > .title-underblock:after {
right: 0;
left: auto;
} .title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark > span,
.title-bottom-border.dark {
border-color: #505050;
}
.title-border.title-bg.dark,
.title-bg-line.dark:after,
.title-underblock.dark:after {
background-color: #505050;
} .title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray > span,
.title-bottom-border.gray {
border-color: #eaeaea;
}
.title-border.title-bg.gray,
.title-bg-line.gray:after,
.title-underblock.gray:after {
background-color: #eaeaea;
} .title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white {
border-color: #fff;
}
.title-border.title-bg.white,
.title-bg-line.white:after,
.title-underblock.white:after {
background-color: #fff;
}
.no-padding-left {
margin-bottom: 20px;
padding-right: 0!important;
padding-left: 10px!important;
}
.no-padding-right {
margin-bottom: 20px;
padding-right: 10px!important;
padding-left: 0!important;
}
.center-ad {
text-align: center;
} .entry.entry-overlay {
overflow: hidden;
position: relative;
padding: 0 !important;
border: none !important;
}
.entry.entry-overlay .entry-media {
position: relative;
}
.owl-carousel .entry-wrapper {
margin-bottom: 10px;
}
.owl-carousel .entry.entry-overlay {
margin-bottom: 0;
}
.entry.entry-overlay:after {
display: none;
}
.entry.entry-overlay .entry-media figure > a:after,
.entry.entry-overlay .entry-media .item > a:after,
.entry.entry-overlay .entry-media.embed-responsive:after {
background-color: rgba(255, 255, 255, 0.1);
}
.entry-overlay-meta {
position: absolute;
z-index: 800;
right: 0;
bottom: 0;
left: 0;
padding: 15px 20px;
opacity: 0;
color: #ccc;
background-color: rgba(0,0,0, 0.75);
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.entry.entry-overlay:hover .entry-overlay-meta {
top: auto;
bottom: 0;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.entry-overlay-meta .entry-separator,
.entry-overlay-meta a {
color: #ccc;
}
.entry-overlay-meta .entry-title {
display: inline;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
line-height: 22px;
}
.entry-overlay-meta .entry-title a {
color: #eaeaea;
}
.entry-overlay-meta a:hover,
.entry-overlay-meta .entry-title a:hover,
.entry-overlay-meta a:focus,
.entry-overlay-meta .entry-title a:focus {
color: #fff;
text-decoration: underline;
}
.entry-overlay-meta i,
.entry-meta i {
margin-right: 5px;
} #footer {
border-top: 1px solid #eaeaea;
color: #505050;
background-color: #fff;
font-family: "Lato", Verdana, sans-serif;
font-size: 14px;
}
#footer-inner {
padding: 60px 0 20px;
}
#footer a {
color: #505050;
font-weight: 700;
}
#footer .widget {
margin-bottom: 40px;
}
@media (min-width: 992px) {
#footer-inner {
padding: 70px 0 60px;
}
#footer .widget {
margin-bottom: 50px;
}
}
#footer .widget h4 {
margin-bottom: 30px;
color: #4a4a4a;
font: 700 15px/1.5 "Open Sans", Verdana, sans-serif;
text-transform: uppercase;
}
#footer .widget h4:after {
display: block;
position: relative;
top: 8px;
left: 0;
width: 25px;
height: 3px;
content: "";
}
#footer li {
list-style-type: none;
}
.widget .links li a {
line-height: 2.2;
}
.widget .links li a > i {
margin-right: 10px;
}
.widget-title {
color: #bebebe;
}
.social-icons-label {
display: block;
margin: 35px 0 13px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.footer-social-icon {
display: inline-block;
margin: 0 10px 20px;
border-radius: 4px;
color: #6d6d6d;
font-size: 18px;
line-height: 1;
}
.footer-social-icon:first-child {
margin-left: 0;
}
#footer .footer-social-icon:hover > i {
color: #fff;
}
#footer .widget h3 {
margin-top: 0;
margin-bottom: 30px;
font: 700 15px/1.5 "Open Sans", Verdana, sans-serif;
text-transform: uppercase;
}
#footer .widget h3:after {
display: block;
position: relative;
top: 8px;
left: 0;
width: 25px;
height: 3px;
background-color: #009688;
content: "";
}
#footer .cat-item:before {
margin-right: 10px;
font: normal normal normal 14px/1 FontAwesome;
content: "\f105";
}
#footer {
border-top: 1px solid #eaeaea;
color: #505050;
background-color: #fff;
font-family: "Lato", Verdana, sans-serif;
font-size: 14px;
}
#footer .widget select {
border: none;
color: #7a7a7a;
background: #252525;
}
#footer .widget input:focus {
background-color: rgba(0,0,0, 0.26);
}
#footer input[type="text"],
#footer input[type="search"] {
border: none;
border-radius: none;
color: #7a7a7a;
background-color: #252525;
}
#footer button {
border: none;
}
.form-control {
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.widget li a {
line-height: 2.2;
text-transform: capitalize;
}
.rsswidget {
color: #454545;
}
@media (min-width: 992px) {
#footer .widget:last-child {
margin-bottom: 0;
}
}
#footer .widget textarea {
width: 100%;
padding: 7px 12px;
border: none;
color: #bebebe;
background-color: transparent;
background-color: #eaeaea;
font-size: 14px;
}
#footer .widget textarea:focus {
background-color: #d7d7d7;
box-shadow: none;
}
#footer .widget textarea::-moz-placeholder {
color: #7a7a7a;
}
#footer .widget textarea:-ms-input-placeholder {
color: #7a7a7a;
}
#footer .widget textarea::-webkit-input-placeholder {
color: #7a7a7a;
}
#footer-bottom {
padding: 20px 0 25px;
background-color: #eaeaea;
text-align: center;
}
#footer-bottom.no-bg {
border-top: 1px solid #eaeaea;
background-color: transparent;
}
.islemag-footer-container {
display: table;
width: 100%;
}
.copyright {
margin-bottom: 0;
}
.copyright a {
display: block;
font-size: 13px;
} .footer-menu {
font-size: 0;
}
.footer-menu li {
display: inline-block;
margin: 4px 0;
font-size: 14px;
}
.footer-menu li:after {
padding: 0 10px;
content: "/";
}
.footer-menu li:last-child:after {
padding: 0;
content: "";
}
#footer-bottom .social-icons {
margin: 9.5px 0;
}
#footer-bottom .social-icon {
margin-bottom: 0;
font-size: 16px;
}
.comment-form-comment textarea {
height: auto !important;
margin-bottom: 0;
padding: 9px 16px;
padding-top: 12px;
border: 1px solid #eaeaea;
color: inherit;
-webkit-box-shadow: none;
font-size: 14px;
resize: none;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
border-color: #dadada;
box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
display: block;
width: 100%;
height: 40px;
margin-bottom: 0;
padding: 9px 16px;
border: 1px solid #eaeaea;
border-radius: 4px;
color: inherit;
background-color: #fff;
background-image: none;
box-shadow: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
font-size: 14px;
line-height: 1.42857143;
-webkit-transition: all 0.4s ease;
-webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
transition: all 0.4s ease;
transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
@media (min-width:992px) {
#footer-bottom {
padding: 25px 0;
text-align: left;
}
.footer-menu,
#footer-bottom .social-icons {
text-align: right;
}
#footer-bottom .social-icons.text-center {
text-align: center;
}
#footer-bottom .social-icon:last-child {
margin-right: 0;
}
#footer-bottom .social-icons.text-center .social-icon {
margin-right: 10px;
}
.footer-menu li {
margin: 9.5px 0;
}
.powerdby {
display: table-cell;
float: none;
vertical-align: middle;
}
.islemag-footer-menu {
display: table-cell;
float: none;
vertical-align: middle;
}
} #footer.footer-inverse {
border-top-color: rgba(0,0,0, 0.1);
color: #9a9a9a;
background-color: #2a2a2a;
}
#footer.footer-inverse a {
color: #9a9a9a;
font-weight: 700;
}
#footer.footer-inverse a:hover,
#footer.footer-inverse a:focus,
#footer.footer-inverse .widget .tweet_time a:hover,
#footer.footer-inverse .widget .tweet_time a:focus {
color: #fafafa;
}
#footer.footer-inverse .widget h4 {
color: #bebebe;
}
#footer.footer-inverse .footer-logo {
border-color: #aeaeae;
color: #aeaeae;
}
#footer.footer-inverse .widget .tweet_time a {
color: #6e6e6e;
}
.footer-inverse #footer-bottom {
background-color: rgba(0,0,0, 0.1);
}
.footer-inverse #footer-bottom.no-bg {
border-top-color: rgba(0,0,0, 0.18);
background-color: transparent;
}
#footer.footer-inverse .newsletter-widget .btn-custom {
color: #e5e5e5;
}
#footer.footer-inverse .widget textarea {
color: #7a7a7a;
background-color: rgba(0,0,0, 0.12);
}
#footer.footer-inverse .widget textarea:focus {
background-color: rgba(0,0,0, 0.26);
}
#footer.footer-inverse .widget textarea::-moz-placeholder {
color: #7a7a7a;
}
#footer.footer-inverse .widget textarea:-ms-input-placeholder {
color: #7a7a7a;
}
#footer.footer-inverse .widget textarea::-webkit-input-placeholder {
color: #7a7a7a;
}
#footer.footer-inverse .product-old-price:after {
background-color: #7a7a7a;
} .form_field_wrap {
border: none;
color: #7a7a7a;
font-size: 14px;
}
#footer .form_field_wrap,
.sidebar.islemag-content-right .form_field_wrap {
width: 100%;
padding: 0;
}
.form_field_wrap input {
padding: 8px;
border: none;
border-radius: 0;
background-color: rgba(0,0,0, 0.12);
}
.pirate_forms label {
display: none;
}
#footer button,
.pirate-forms-submit-button {
margin-bottom: 0;
padding: 9px 16px;
border: none;
border-radius: 0;
color: #fff;
background-color: #009688;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
-webkit-appearance: button;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
#footer button:hover,
#footer .pirate-forms-submit-button:hover {
background-color: #00796b;
}
#footer .pirate_forms_wrap .form_field_wrap {
padding: 0;
}
#pirate-forms-contact-submit {
margin: 0;
}
.pirate_forms_wrap .form-control {
width: 100%;
height: 38px;
padding: 9px 16px;
}
.islemag-content-right .form_field_wrap input {
border: 1px solid #eaeaea;
background-color: #fff;
}
.islemag-content-right .form_field_wrap textarea {
border-radius: 0;
}
.islemag-content-right .form-control:focus {
border-color: #ccc;
}
.islemag-content-right li {
list-style-type: none;
}
.islemag-footer-logo {
display: block;
margin-bottom: 25px;
} #content {
width: 100%;
padding: 15px 0;
}
.no-padding {
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-overflow {
overflow: hidden !important;
}
.no-padding-bt {
padding-bottom: 0 !important;
}
@media (min-width: 992px) { #content .container-fluid.no-padding {
padding: 0;
}
}
@media (min-width: 992px) { #content .container-fluid {
padding-right: 30px;
padding-left: 30px;
}
} .page-header {
margin: 0 0 40px;
padding: 30px 0 10px;
border-bottom: none;
border-bottom: 1px solid #eaeaea;
background-color: #fff;
}
.page-header.fullscreen {
padding: 0;
}
.page-header.islemag {
border-bottom: none;
}
.page-header.homepage-page-header {
position: relative;
padding: 0;
}
.page-header.no-margin {
margin: 0 !important;
}
.page-header.no-border {
border: none;
}
.page-header.larger,
.page-header.larger2x {
padding: 32px 0;
}
.page-header h1 {
margin-bottom: 14px;
}
.page-header-desc {
margin-bottom: 10px;
color: #7a7a7a;
font-size: 15px;
}
.page-header.largest {
padding-top: 180px;
padding-bottom: 20px;
}
.page-header.half-largest {
padding-top: 130px;
padding-bottom: 20px;
}
@media (min-width:768px) {
.page-header {
margin-bottom: 60px;
padding: 35px 0 20px;
}
.page-header-desc {
margin-bottom: 20px;
font-size: 16px;
}
.page-header.largest {
padding-top: 240px;
padding-bottom: 30px;
}
.page-header.half-largest {
padding-top: 170px;
padding-bottom: 30px;
}
.page-header.larger2x {
padding: 50px 0;
}
}
@media (min-width:992px) {
.page-header .col-md-6 h1 {
margin-bottom: 0;
}
.page-header .col-md-push-6 {
text-align: right;
}
} .title-border {
padding: 0 0 0 0.8em;
border-left: 4px solid transparent;
}
.title-border.text-right,
.text-right > .title-border {
padding: 0 0.8em 0 0;
border-right: 4px solid transparent;
border-left: none;
}
.title-border.text-center,
.text-center > .title-border {
padding: 0;
border: none;
}
.title-border > span {
display: inline-block;
position: relative;
z-index: 1;
background-color: #fff;
}
.title-border.text-center > span,
.text-center > .title-border > span {
padding: 0 0.8em;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.title-bg-line,
.title-underline {
position: relative;
}
.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
padding: 0;
}
.title-bg-line > span,
.title-bg > span,
.title-bg-line > a span,
.title-bg > a span {
padding: 0 0.8em;
}
.title-bg-line:after {
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 0;
left: 0;
height: 1px;
background-color: transparent;
content: "";
}
.title > .light,
.title-underblock > .light {
font-weight: normal;
}
.title-underblock,
.comment-reply-title,
.comments-area > h2 {
position: relative;
padding-bottom: 0.6em;
}
.title-bottom-border {
border-bottom: 1px dashed transparent;
}
.title-bottom-border.dashed {
border-bottom-style: dashed;
}
.title-bottom-border.dotted {
border-bottom-style: dotted;
}
.title-underblock:after,
.comment-reply-title:after,
.comments-area > h2:after {
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 50px;
height: 3px;
background-color: transparent;
background-color: #009688;
content: "";
}
.title-underblock.title-bottom-border:after {
bottom: -3px;
height: 5px;
}
.title-underblock.text-center:after,
.text-center > .title-underblock:after {
left: 50%;
margin-left: -25px;
}
.title-underblock.text-right:after,
.text-right > .title-underblock:after {
right: 0;
left: auto;
}
.comment-form p label {
margin-bottom: 7px;
font-family: "Open Sans", Verdana;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
} .nav-links {
font-size: 20px;
}
.nav-links a {
color: #454545;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.nav-links a:hover {
color: #009866;
}
.entry {
position: relative;
margin-bottom: 50px;
padding-left: 75px;
}
.entry:after {
display: block;
position: absolute;
z-index: 10;
top: 0;
bottom: 0;
left: 30px;
width: 1px;
background-color: #eaeaea;
content: "";
}
.entry-media,
.entry-media figure {
position: relative;
text-align: center;
}
.blog .entry-media figure,
.archive .entry-media figure,
.search .entry-media figure {
background-color: rgba(24, 18, 19, 0.05);
}
.blog .entry,
.archive .entry,
.search .entry {
min-height: 190px;
}
.islemag-top-carousel .entry-media figure {
height: 400px;
}
.islemag-template1-posts .entry-media figure {
height: 270px;
}
.islemag-template1-posts .entry-media figure a img {
max-height: 270px;
}
.islemag-template2 .entry-media figure,
.islemag-template4 .entry-media figure,
.islemag-template3 .entry-media.islemag-t3-small figure {
width: 110px;
height: 110px;
}
.islemag-template2  .entry-media figure a img,
.islemag-template4  .entry-media figure a img,
.islemag-template3 .entry-media.islemag-t3-small figure a img {
width: auto;
max-height: 110px;
}
.islemag-template3 .entry-media.islemag-big figure {
height: 420px;
}
.islemag-template3 .entry-media.islemag-big figure a img {
max-height: 420px;
}
.entry-media a {
display: block;
}
.entry-media a img {
width: auto;
max-height: 430px;
}
.entry-media figure > a:after,
.entry-media .item > a:after,
.entry-media.embed-responsive:after {
display: block;
visibility: visible;
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
background-color: rgba(255,255,255, 0.16);
content: "";
-webkit-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.entry:hover .entry-media figure > a:after,
.entry:hover .entry-media .item > a:after,
.entry:hover .entry-media.embed-responsive:after,
.event:hover .entry-media figure > a:after,
.event:hover .entry-media .item > a:after,
.event:hover .entry-media.embed-responsive:after {
visibility: hidden;
opacity: 0;
}
.entry-title {
margin-bottom: 15px;
font-size: 18px;
line-height: 1.4;
letter-spacing: 1px;
}  .entry-title a {
color: #444;
}
.entry-footer {
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.entry-footer span + span:before {
padding: 0 10px;
color: #505050;
content: " | ";
}
.bg-gray .entry-footer {
border-color: #d1d1d1;
}
.entry-footer {
color: #6a6a6a;
font-size: 13px;
line-height: 42px;
}
.entry-footer a {
color: #505050;
font-weight: 700;
}
.entry-readmore {
display: none;
float: right;
}
.entry-readmore i {
margin-left: 5px;
}
.entry-label {
margin-right: 8px;
font-weight: 700;
}
.entry-label i {
margin-right: 5px;
}
.entry-separator {
margin: 0 5px;
color: #888;
}
.entry-footer .date.updated,
.entry-footer .vcard.author {
display: none;
}
.entry-date {
display: block;
position: absolute;
z-index: 15;
top: 0;
left: 0;
width: 60px;
padding: 13px 0 0;
background-color: #eaeaea;
font: 700 20px/1 "Raleway", Verdana;
text-align: center;
text-transform: uppercase;
}
.entry-date > span {
display: block;
margin-top: 11px;
padding: 6px 5px;
color: #f1f1f1;
background-color: #3a3a3a;
font-size: 14px;
}
.entry-format {
display: block;
position: absolute;
z-index: 16;
top: 85px;
left: 0;
width: 60px;
color: #fff;
background-color: #009688;
font-size: 24px;
line-height: 60px;
text-align: center;
}
@media (min-width: 992px) {
.entry-format {
top: 110px;
width: 80px;
font-size: 24px;
line-height: 80px;
}
}
@media (min-width: 768px) {
.entry-format {
top: 100px;
width: 70px;
font-size: 22px;
line-height: 70px;
}
}
.entry-media .entry-audio-container {
position: absolute;
right: 15px;
bottom: 15px;
left: 15px;
}
.entry-blockquote {
padding: 25px;
background-color: #eaeaea;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.entry-blockquote blockquote {
margin: 10px 0;
}
.entry-blockquote .blockquote-icon {
margin: 0;
padding-top: 10px;
padding-left: 40px;
}
.entry-blockquote blockquote:before {
left: -2px;
}
.entry-box .entry-blockquote:hover,
.entry-blockquote:hover,
.bg-gray .entry-box .entry-blockquote:hover {
color: #bebebe;
background-color: #2a2a2a;
}
.entry-blockquote:hover cite {
color: #8a8a8a;
}
@media (min-width: 768px) {
.entry {
margin-bottom: 70px;
padding-left: 90px;
}
.entry:after {
left: 35px;
}
.entry-media {
margin-bottom: 25px;
}
.entry-title {
font-size: 20px;
}
.entry-readmore {
display: inline;
}
.entry-date {
width: 70px;
padding: 17px 0 0;
font-size: 24px;
}
.entry-date > span {
margin-top: 13px;
font-size: 14px;
}
.entry-format {
top: 100px;
width: 70px;
font-size: 22px;
line-height: 70px;
}
.entry-media .entry-audio-container {
right: 20px;
bottom: 20px;
left: 20px;
}
.entry-blockquote {
padding: 25px 30px;
}
}
@media (min-width: 992px) {
.entry {
margin-bottom: 80px;
padding-left: 100px;
}
.entry:after {
left: 40px;
}
.entry-date {
width: 80px;
padding: 18px 0 0;
font-size: 28px;
}
.entry-date > span {
margin-top: 16px;
font-size: 16px;
}
.entry-format {
top: 110px;
width: 80px;
font-size: 24px;
line-height: 80px;
}
.entry-media .entry-audio-container {
right: 25px;
bottom: 25px;
left: 25px;
}
}
.entry-simple {
margin-bottom: 0;
padding: 25px 0;
border-bottom: 1px solid #eaeaea;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.entry-simple:after {
display: none;
}
.container h2 + .entry-simple,
.entry-simple:first-child {
border-top: 1px solid #eaeaea;
}
.entry-simple .entry-title {
margin-bottom: 15px;
font-family: "Open Sans", Verdana;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.entry-simple .entry-title a {
color: #2a2a2a;
}
.entry-simple .entry-title a:hover,
.entry-simple .entry-title a:focus {
color: #fff;
}
.entry-simple footer,
.entry-simple footer a,
.entry-simple .entry-label {
font-family: "Open Sans", Verdana;
font-weight: 400;
}
.entry-simple footer a {
color: #505050;
}
.entry-simple footer,
.entry-simple .entry-label,
.entry-simple .entry-separator {
color: #7a7a7a;
}
.entry-simple .entry-footer {
border: none;
line-height: 24px;
}
@media (min-width: 768px) {
.entry-simple:hover {
padding-right: 20px;
padding-left: 20px;
border-bottom-color: #000;
background-color: #2e2e2e;
}
.entry-simple:hover .entry-title a,
.entry-simple:hover a {
color: #bebebe;
}
.entry-simple:hover footer,
.entry-simple:hover .entry-separator,
.entry-simple:hover .entry-label {
color: #9a9a9a;
}
.entry-simple .entry-title a:hover,
.entry-simple .entry-footer a:hover {
color: #f1f1f1;
}
}
@media (min-width: 992px) {
.entry-simple:hover {
padding-right: 30px;
padding-left: 30px;
}
} .blog-timeline {
position: relative;
padding-left: 20px;
border-left: 1px solid #eaeaea;
}
.blog-timeline .entry:before,
.blog-timeline .entry:after {
display: block;
position: absolute;
top: 25px;
bottom: auto;
width: 0;
height: 0;
border-width: 12px 0 12px 12px;
border-style: solid;
background-color: transparent;
content: "";
}
.blog-timeline .entry:before {
z-index: 10;
left: -20px;
border-color: transparent transparent transparent #eaeaea;
}
.blog-timeline .entry:after {
z-index: 11;
left: -21px;
border-color: transparent transparent transparent #fff;
}
@media (min-width: 768px) {
.blog-timeline {
padding-left: 30px;
}
.blog-timeline .entry:before,
.blog-timeline .entry:after {
top: 35px;
}
.blog-timeline .entry:before {
left: -30px;
}
.blog-timeline .entry:after {
left: -31px;
}
}
@media (min-width: 992px) {
.blog-timeline {
padding-left: 35px;
}
.blog-timeline .entry:before,
.blog-timeline .entry:after {
top: 35px;
}
.blog-timeline .entry:before {
left: -35px;
}
.blog-timeline .entry:after {
left: -36px;
}
}
@media (min-width: 992px) {
.blog-timeline.timeline-center:after {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 1px;
background-color: #eaeaea;
content: "";
}
.blog-timeline.timeline-center {
padding-left: 0;
border-left: none;
}
.blog-timeline.timeline-center:after {
margin-left: 0;
}
.blog-timeline.timeline-center .col-md-6 {
padding-right: 30px;
}
.blog-timeline.timeline-center .col-md-6.col-md-push-6 {
padding-right: 15px;
padding-left: 30px;
}
.blog-timeline.timeline-center .left-entry {
padding-right: 100px;
padding-left: 0;
}
.blog-timeline.timeline-center .left-entry .entry-date,
.blog-timeline.timeline-center .left-entry .entry-format {
right: 0;
left: auto;
}
.blog-timeline.timeline-center .entry.left-entry:before,
.blog-timeline.timeline-center .entry.left-entry:after {
border-width: 12px 12px 12px 0;
}
.blog-timeline.timeline-center .entry.left-entry:before {
right: -30px;
left: auto;
border-color: transparent  #eaeaea transparent transparent;
}
.blog-timeline.timeline-center .entry.left-entry:after {
right: -31px;
left: auto;
border-color: transparent  #fff transparent transparent;
}
.blog-timeline.timeline-center .entry.right-entry:before {
left: -30px;
}
.blog-timeline.timeline-center .entry.right-entry:after {
left: -31px;
}
.blog-timeline.timeline-center .entry-blockquote {
padding: 10px 30px;
}
}
.entry-box {
margin-bottom: 30px;
padding: 15px;
border: 1px solid #eaeaea;
}
.blog-related-carousel .entry-box {
border: none;
}
.bg-gray .entry-box {
border-color: #d1d1d1;
}
.entry-box.entry-box-blockquote {
padding: 0;
}
.entry-box .entry-blockquote {
background-color: #fff;
}
.bg-gray .entry-box .entry-blockquote {
background-color: #dadada;
}
.entry-box .entry-blockquote {
padding: 20px 25px;
}
.entry-box blockquote {
margin: 0;
font-size: 14px;
}
.entry-box blockquote cite {
font-size: 14px;
}
.entry-box .blockquote-icon {
padding-top: 18px;
padding-bottom: 0;
padding-left: 28px;
}
.entry-box .blockquote-icon:before {
top: 0;
left: -5px;
font-size: 1.5em;
} .ie9 .entry-box .blockquote-icon::before {
font-size: 18px;
} @media screen and (min-width:0\0) {
.entry-box .blockquote-icon::before {
font-size: 18px;
}
}
.entry-box .carousel-control {
width: 28px;
height: 32px;
margin-top: -16px;
font-size: 18px;
line-height: 30px;
}
.entry-box .carousel-control.left {
left: 15px;
}
.entry-box .carousel-control.right {
right: 15px;
}
@media (min-width: 768px) {
.entry-box {
margin-bottom: 15px;
}
.entry-media {
margin-bottom: 0;
}
}
.entry.entry-box:after {
display: none;
}
.entry-box .entry-label {
margin: 0;
}
.entry-box .entry-label i {
margin-right: 8px;
}
.entry-box .entry-title {
font-size: 15px;
line-height: 1.5;
}
.entry-box .entry-footer {
line-height: 36px;
}
.entry-content-wrapper {
position: relative;
}
.entry-box .entry-date,
.entry-box .entry-format {
width: 50px;
font-size: 18px;
}
.entry-box .entry-date {
top: 4px;
padding: 10px 0 0;
}
.entry-box .entry-format {
top: 74px;
color: #f1f1f1;
background-color: #3a3a3a;
line-height: 50px;
}
.entry-box .entry-date > span {
margin: 10px 0 0;
padding: 5px;
font-size: 12px;
} .entry-content-wrapper {
overflow: hidden;
min-height: 130px;
}
.entry-content-wrapper .entry-title,
.entry-content-wrapper .entry-content {
padding-left: 65px;
}
@media (min-width: 480px) {
.max-col-6 .entry,
.max-col-5 .entry,
.max-col-4 .entry,
.max-col-3 .entry,
.max-col-2 .entry {
width: 100%;
}
} @media (min-width: 768px) {
.max-col-6 .entry,
.max-col-5 .entry,
.max-col-4 .entry,
.max-col-3 .entry,
.max-col-2 .entry {
width: -webkit-calc( (100% - 15px) / 2 );
width: calc( (100% - 15px) / 2 );
}
.entry-box .entry-media .entry-audio-container {
right: 15px;
bottom: 15px;
left: 15px;
}
}
@media (min-width: 992px) {
.max-col-6 .entry,
.max-col-5 .entry,
.max-col-4 .entry,
.max-col-3 .entry {
width: -webkit-calc( (100% - 30px) / 3 );
width: calc( (100% - 30px) / 3 );
}
}
@media (min-width: 1199px) {
.max-col-6 .entry,
.max-col-5 .entry,
.max-col-4 .entry {
width: -webkit-calc(  (100% - 45px) / 4 );
width: calc(  (100% - 45px) / 4 );
}
}
@media (min-width: 1500px) {
.max-col-6 .entry,
.max-col-5 .entry {
width: -webkit-calc(  (100% - 60px) / 5 );
width: calc(  (100% - 60px) / 5 );
}
}
@media (min-width: 1900px) {
.max-col-6 .entry {
width: -webkit-calc(  (100% - 75px) / 6 );
width: calc(  (100% - 75px) / 6 );
}
} .entry .col-md-6 > .entry-title,
.entry .col-md-7 > .entry-title {
font-size: 18px;
} .entry.single .entry-media {
margin-bottom: 25px;
}
.entry.single .entry-title {
margin-bottom: 20px;
}
.entry.single img.pull-left {
margin-right: 20px;
margin-bottom: 10px;
}
.entry.single img.pull-right {
margin-bottom: 10px;
margin-left: 20px;
}
.entry.single .entry-footer {
margin-top: 35px;
margin-bottom: 50px;
}
.about-author {
position: relative;
margin-bottom: 50px;
padding: 25px 20px 15px;
border: 1px solid #eaeaea;
}
.about-author figure img {
margin: 0;
border-radius: 50%;
}
.about-author h3 {
margin-top: 0;
margin-bottom: 30px;
font-size: 18px;
}
.about-author .title-underblock a {
color: #009688;
}
.about-author figure,
.comments-list .media-left {
display: none;
}
.about-author .author-content {
margin-left: 0;
}
.blog-related-carousel {
margin-bottom: 20px;
}
.blog-related-carousel .entry-media {
margin-bottom: 15px;
}
.islemag-cat-show-on-click {
display: none;
}
.related-show-on-click {
cursor: pointer;
}
.comment {
margin: 20px 0;
}
.comments {
margin-bottom: 40px;
}
.comments-list .media-body {
position: relative;
padding-left: 100px;
}
.comments-list .media-heading {
display: inline-block;
margin-bottom: 10px;
padding-left: 10px;
color: #505050;
font-size: 16px;
}
.comments-list .media-heading a {
color: #505050;
}
.vcard img {
padding-right: 10px;
}
.comments-list .comment-date {
margin-left: 10px;
font-family: "Lato", Verdana, sans-serif;
font-size: 12px;
font-weight: 700;
}
.reply-link a {
position: relative;
color: #ef5350;
font-size: 13px;
font-weight: 700;
}
.reply-link a:hover {
color: #e53935;
}
.comments-list .media-body p:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.entry.single .entry-media {
margin-bottom: 30px;
}
.entry.single .entry-title {
margin-bottom: 25px;
font-size: 24px;
}
.blog-related-carousel {
margin-bottom: 50px;
}
.comments {
margin-bottom: 60px;
}
.about-author figure {
display: block;
}
.about-author .author-content {
margin-left: 120px;
}
.comments-list .media-left {
display: table-cell;
}
}
@media (min-width: 992px) {
.blog-related-carousel {
margin-bottom: 50px;
}
.entry.single {
margin-bottom: 70px;
}
}
.vcard img {
border-radius: 50%;
} .error-page {
padding: 15px 0 35px;
}
.error-title,
.error-subtitle {
margin-bottom: 40px;
font: 700 100px/0.7 "Raleway", Verdana, sans-serif;
}
.error-title.shadow,
.error-subtitle.shadow {
color: transparent !important;
text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.50);
-webkit-transition: all 0.6s;
transition: all 0.6s;
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.error-title.shadow,
.error-subtitle.shadow {
color: #fff !important;
}
} .ie9 .error-title.shadow,
.ie9 .error-subtitle.shadow {
color: #fff !important;
}
.error-title.shadow:hover,
.error-subtitle.shadow:hover {
text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.50);
}
.error-title.vertical {
font-family: "Open Sans", Verdana, sans-serif;
}
.error-subtitle {
margin-bottom: 30px;
color: #4e4e4e;
font-size: 32px;
font-weight: 600;
}
.error-text {
max-width: 600px;
margin-bottom: 20px;
font-size: 14px;
}
.error-page form {
max-width: 480px;
margin-right: auto;
margin-left: auto;
}
.error-pagebg.light .error-title,
.error-pagebg.light .error-subtitle,
.error-pagebg.light .error-text {
color: #fff;
}
@media (min-width: 768px) {
.error-page {
padding: 30px 0 60px;
}
.error-page.error-pagebg {
padding: 60px 0;
}
.error-title {
margin-bottom: 60px;
font-size: 180px;
}
.error-subtitle {
margin-bottom: 45px;
font-size: 48px;
}
.error-text {
font-size: 15px;
}
}
@media (min-width: 992px) {
.error-page {
padding: 40px 0 80px;
}
.error-page.error-pagebg {
padding: 80px 0;
}
.error-title {
margin-bottom: 80px;
font-size: 280px;
}
.error-title.vertical {
line-height: 0.8;
text-align: right;
}
.col-md-push-9 .error-title.vertical {
text-align: left;
}
.error-title.vertical > span {
display: block;
}
.error-subtitle {
margin-bottom: 60px;
font-size: 72px;
}
.error-subtitle.vertical {
margin-top: 200px;
}
.error-text {
max-width: 720px;
margin-bottom: 40px;
font-size: 16px;
}
.error-page form {
max-width: 600px;
}
}
.error-page .search-form input {
font: 500 16px/1.5 "Raleway", Verdana;
}
.error-page .search-form button {
padding: 6px;
font-size: 16px;
vertical-align: top;
}  .rect-auto,
.wppr-c100.wppr-good .wppr-slice,
.wppr-c100.wppr-very-good .wppr-slice {
clip: rect(auto, auto, auto, auto);
}
.wppr-pie,
.wppr-c100 .wppr-bar,
.wppr-c100.wppr-good .wppr-fill,
.wppr-c100.wppr-very-good .wppr-fill {
clip: rect(0em, 0.5em, 1em, 0em);
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border: 15px solid #333;
border-radius: 50%;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.wppr-pie-fill,
.wppr-c100.wppr-good .wppr-bar:after,
.wppr-c100.wppr-good .wppr-fill,
.wppr-c100.wppr-very-good .wppr-bar:after,
.wppr-c100.wppr-very-good .wppr-fill {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.wppr-c100 {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100px;
max-width: 120px;
height: 100%;
min-height: 100px;
max-height: 120px;
border-radius: 50%;
background-color: #ebebeb;
font-size: 120px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.wppr-c100.center {
float: none;
margin: 0 auto;
}
.wppr-c100 > span {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
width: 100%;
color: #333;
font-size: 33px;
font-weight: 900;
line-height: 120px;
text-align: center;
white-space: nowrap;
transition-timing-function: ease-out;
transition-duration: 0.2s;
transition-property: all;
}
.wppr-c100 .wppr-slice-center {
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
padding: 15px;
}
.wppr-c100 .wppr-slice-center:after {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
content: " ";
}
.wppr-c100 .wppr-slice {
clip: rect(0em, 1em, 1em, 0.5em);
position: absolute;
width: 100%;
height: 100%;
} #review-statistics {
width: 100%;
margin: auto;
}
#review-statistics div {
box-sizing: border-box;
}
.cwp-item-price {
float: right;
font-size: 1.75em;
}
#review-statistics h1,
#review-statistics h2,
#review-statistics h3,
#review-statistics h4,
#review-statistics h5,
#review-statistics h6 {
margin: 0;
padding: 0;
border: none;
font-weight: normal;
}
.rev-option h3 {
width: auto !important;
}
#review-statistics .photo-wrapup {
width: 100%;
}
#review-statistics .sec-top {
margin: 40px 0 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#review-statistics .sec-top h2 {
margin: 0;
padding: 20px 0;
padding-left: 20px;
border-right: 4px solid #d8d8d8;
border-left: 4px solid #d8d8d8;
font-size: 1.643em;
font-weight: normal;
font-style: italic;
line-height: 0;
letter-spacing: -1px;
text-transform: uppercase;
}
#review-statistics .sec-top h2 i {
margin-right: 10px;
color: #d9d9d9;
}
#review-statistics .container .edit-article {
padding-right: 35px;
text-align: right;
}
#review-statistics .container .edit-article a {
padding: 5px 10px;
border-radius: 4px;
color: #7d7d7d;
background: #f3f3f3;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
}
#review-statistics .container .edit-article a:hover {
background: #ddd;
}
#review-statistics .article-meta {
margin: 20px 0 20px 0;
}
#review-statistics .icon-bar-chart:before {
content: "\f080";
}
#review-statistics .review-wu-right .cons {
margin-top: 15px;
}
#review-statistics .sec-top h2 i {
margin-right: 10px;
color: #d9d9d9;
}
#review-statistics .cwpr_clearfix:after {
display: block;
visibility: hidden;
overflow: hidden;
width: 0;
height: 0;
content: "\0020";
}
#review-statistics .cwpr_clearfix:after {
clear: both;
}
#review-statistics .cwpr_clearfix {
zoom: 1;
}
#review-statistics .cwp-review-chart {
float: left;
position: relative !important;
top: 0;
right: 0;
border-radius: 50%;
}
#review-statistics .cwp-review-percentage span {
display: block;
border-radius: 50%;
background: #fff;
font-size: 17px;
font-weight: 900;
}
.cwp-review-rating {
line-height: inherit !important;
}
#review-statistics .review-wrap-up {
margin-top: 20px;
}
#review-statistics .review-wu-bars h3,
.review-wu-bars span {
margin: 0;
padding: 0;
font-size: 13px !important;
font-style: italic;
line-height: 2;
text-transform: uppercase;
}
#review-statistics .review-wu-bars h3 {
float: left;
}
#review-statistics .review-wu-bars span {
line-height: 2;
text-align: right;
}
#review-statistics .review-wu-bars {
float: left;
width: 100%;
padding: 15px;
border-top: 1px solid #e6e6e6;
}
#review-statistics .review-wu-bars ul {
width: 100% !important;
margin: 0;
margin-left: 0 !important;
padding-left: 0 !important;
}
#review-statistics .review-wu-bars ul li {
display: inline-block;
float: left;
width: 8.2%;
height: 6px;
margin-right: 2%;
}
#review-statistics .rev-option.customBarIcon ul li {
width: 28px;
height: auto !important;
margin: 0;
background: none;
font-size: 15px;
}
#review-statistics .rev-option.customBarIcon ul li i {
font-size: 22px;
font-style: normal !important;
line-height: 1;
text-align: center;
}
#review-statistics .review-wu-bars ul.wppr-custom-icon li {
display: inline-block;
height: auto;
background: transparent !important;
font-size: 22px;
-webkit-font-smoothing: antialiased;
text-align: center;
text-rendering: auto;
}
#review-statistics .review-wu-bars ul li:nth-child(10) {
margin: 0 !important;
}
#review-statistics .review-wu-bars .rev-option div > * {
display: inline-block;
}
#review-statistics .review-wrap-up .cwpr-review-top {
padding: 20px;
border-top: 5px solid #3baeda;
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
}
#review-statistics .review-wrap-up .review-wu-content {
display: table;
width: 100%;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item {
margin: 0;
padding: 0;
font-weight: 400;
line-height: 1;
}
#review-statistics .review-wrap-up .cwpr-review-top h2.cwp-item {
float: left;
width: auto !important;
letter-spacing: 1px;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
font-weight: 500;
font-style: italic;
text-decoration: none;
letter-spacing: 1px;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a:hover {
text-decoration: underline;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category i {
margin-right: 5px;
color: #e3e3e3;
}
#review-statistics .review-wrap-up .review-wu-left {
display: table-cell;
width: 50%;
border-right: 1px solid #e6e6e6;
vertical-align: top;
}
#review-statistics .review-wrap-up .review-wu-left-top {
display: table;
width: 100%;
}
.wppr-review-container.wppr-review-no-pros.wppr-review-no-cons #review-statistics .review-wrap-up .review-wu-left {
width: 100%;
}
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image {
display: table-cell;
overflow: hidden;
width: auto;
padding: 15px;
border-right: 1px solid #e6e6e6;
text-align: center;
vertical-align: middle;
}
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image a {
display: inline-block;
}
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image img {
display: inline-block;
width: 100%;
height: auto;
box-shadow: none;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
display: table-cell;
width: auto;
min-width: 120px;
max-width: 50%;
padding: 15px;
text-align: center;
vertical-align: middle;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade-content {
display: block;
position: relative;
width: 120px;
height: 120px;
margin: 0 auto;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart {
display: inline-block;
float: none;
position: relative;
margin: 0;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart .cwp-review-percentage {
width: 150px;
}
#review-statistics .review-wrap-up .review-wu-right {
display: table-cell;
width: 50%;
height: 100%;
padding: 15px;
border-right: 1px solid #e6e6e6;
vertical-align: top;
}
#review-statistics .review-wrap-up .review-wu-right h2 {
margin-bottom: 0;
font-size: 15px;
font-weight: 800;
text-transform: uppercase;
}
#review-statistics .review-wrap-up .review-wu-right ul li {
margin: 0 0 2%;
padding-left: 0;
font-size: 16px;
line-height: 1;
}
#review-statistics .review-wrap-up .review-wu-right ul li:before {
margin-right: 5px;
content: "-";
}
.review-wu-right ul li {
background: none !important;
}
.wppr-comment-form-meta input {
background: none !important;
}
.rev-wu-image img {
margin: 0 !important;
padding: 0 !important;
background: none !important;
}
.rev-option ul li {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
#review-statistics .rev-option {
margin-top: 10px;
}
#review-statistics .rev-option ul > li {
font-family: FontAwesome;
}
#review-statistics .review-wrap-up .review-wu-right ul {
margin-top: 10px !important;
margin-left: 0;
padding-left: 0 !important;
list-style: none;
}
.review-wu-right ul li {
list-style: none !important;
}
.wppr-template-default #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:first-of-type {
float: left;
}
.wppr-template-default #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:last-of-type {
float: right;
}
.wppr-template-default.rtl #review-statistics .review-wrap-up .cwpr-review-top span:first-of-type {
float: right;
}
.wppr-template-default.rtl #review-statistics .review-wrap-up .cwpr-review-top span:last-of-type {
float: left;
}
.wppr-template-default.rtl #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:first-of-type {
float: right;
}
.wppr-template-default.rtl #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:last-of-type {
float: left;
}
.wppr-template-default.rtl .affiliate-button a span {
margin-right: -10px;
margin-left: auto;
padding-right: 20px;
padding-left: auto;
}
@media (max-width: 440px) {
#review-statistics .review-wrap-up .review-wu-left {
width: 100%;
}
#review-statistics .review-wrap-up .review-wu-right {
width: 95%;
padding-left: 5%;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
border-right: none;
}
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image,
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
height: 130px;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart .cwp-review-percentage {
margin-top: 10%;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart span {
font-size: 30px;
}
}
@media (max-width: 480px) {
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
width: 100px;
}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade-content {
width: 100px;
height: 100px;
}
#review-statistics .review-wu-grade .wppr-c100 {
font-size: 100px;
}
#review-statistics .review-wu-grade .wppr-c100 span {
font-size: 28px;
line-height: 100px;
}
}
@media (max-width: 768px) {
#review-statistics .review-wrap-up .review-wu-left,
#review-statistics .review-wrap-up .review-wu-right {
display: block;
float: left;
width: 100%;
}
#review-statistics .review-wrap-up .review-wu-right {
border-top: 1px solid #e6e6e6;
}
}
.cwp-review-percentage.cwp_easyPieChart canvas {
position: absolute;
left: 0;
}
.cwp-review-percentage.cwp_easyPieChart {
position: relative;
text-align: center;
}
.review-wu-grade .cwp-review-chart {
float: none;
position: relative;
}
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
font-size: 0;
content: " ";
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}body {
font-family: "Lato";
}
.sidebar .widget h3, .sidebar .widget h3 > a > span {
font-family: "Lato";
font-weight: bold;
font-size: 24px;
}
#footer .widget h3 {
font-family: "Lato";
font-weight: 600;
font-size: 25px;
text-transform: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Lato";
}
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a {
color: #ffa71c !important;
} .sidebar .widget li:hover > ul a {
color: #1e3046;
}
.sidebar .widget li:hover > ul > li:hover a {
color: #ffa71c;
} 
#footer.footer-inverse a:hover, 
#footer.footer-inverse .widget .tweet_time a:hover,
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a,
.social-icons a:hover > i, 
ul > li:hover > a, 
.top-navigation ul > li:hover > a, 
.main-navigation ul > li:hover > a, 
.sidebar .widget li:hover > a {
color: #ffa71c;
}
a {
color: #ffa71c;
}
a:hover {
color: #1e3046;
}
#header-search-form:before {
border-color: #ffa71c transparent;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.navbar-btn:hover {
background-color: #ffa71c;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
border-color: #ffa71c;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background-color: #1e3046;
border-color: #1e3046;
}
h1,h2,h3,h4,h5,h6 {
color: #1e3046;
}
.islemag-top-container .entry-block {
max-height: none;
}
.islemag-top-container .entry-block .entry-holder {
position: relative;
max-height: 400px;
}
.navbar-top {
background: #1e3046;
border-bottom: 0 none;
font-family: "Lato", sans-serif;
}
.navbar-top .container {
position: relative;
}
.top-navigation ul li a,
.navbar-btn,
.navbar-top .social-icons a i, 
.navbar-top .social-icons a {
color: #fff;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
.navbar-top .social-icons {
line-height: 20px;
}
.navbar-top .social-icon:after {
display: none;
}
.navbar-top .social-icons a {
padding-right: 10px;
padding-top: 0;
padding-bottom: 0;
}
.navbar-top .social-icons:last-child a {
padding-right: 0;
} div#navbar {
border-radius: 0;
border: 0;
margin: 0;
}
#header {
margin-bottom: 25px;
}
.main-navigation .nav-menu > li  > a {
border: 0 none;
}
.main-navigation li a {
text-transform: none;
position: relative;
color: #1e3046;
font-family: "Lato", sans-serif;
font-size: 16px;
}
.main-navigation li:hover > a:before,
.main-navigation li.current_page_item > a:before {
content: "";
width: calc( 80% - 36px );
height: 5px;
background: #ffa71c;
position: absolute;
top: -3px;
left: 50%;
transform: translateX(-50%);
}
.main-navigation li .sub-menu a:before {
display: none !important;
} .entry-overlay.entry-block .entry-overlay-meta, 
.entry-overlay.entry-block:hover .entry-overlay-meta {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.star-ratings-css .star-ratings-css-top {
text-shadow: 0 0 0;
color: #ffc514;
}
.star-ratings-css-bottom {
color: #ffc514;
}
.extra-info .entry-title {
margin-bottom: 0;
color: #1e3046;
} div#footer-inner {
background: #1e3046;
}
.footer-inverse #footer-bottom.no-bg {
background: #172435;
border: 0 none;
padding: 10px 0;
}
#footer.footer-inverse a,
#footer.footer-inverse {
color: #fff;
font-weight: 400;
font-size: 16px;
} .title-border {
border-left: 0 none;
}
.title-border span {
padding-left: 0;
}
.owl-prev, .owl-next {
background: #1e3046;
color: #fff;
}
.title-bg-line:after {
height: 3px;
border-bottom: 1px solid #eaeaea;
background: transparent;
border-top: 1px solid #eaeaea;
}
.star-ratings-css {
width: auto;
text-shadow: none;
}
.star-ratings-css .star-ratings-css-top {
height: 14px;
}
.entry-block .entry-title a {
color: #1e3046;
} .entry-block.eb-small .entry-title {
margin-top: -3px;
}
.islemag-template2 .entry-block.eb-small .entry-meta {
margin-top: 10px;
}
.entry-block .entry-title a {
font-size: 18px;
font-weight: 400;
}
.islemag-top-container .entry-block .entry-title a {
font-size: 20px;
font-weight: 400;
} .title-border.title-bg.dkgreen, .title-bg-line.dkgreen:after, 
.title-underblock.dkgreen:after, .dkgreen .category-block {
background-color: transparent;
}
.footer-menu li:after {
display: none;
}
.footer-menu li {
margin: 0 0 0 10px;
}
.widget-title {
color: #fff;
}
#footer .widget h3:after {
display: none;
} .page-header {
border-bottom: 0 none;
padding: 0;
margin-bottom: 35px;
}
.category .page-header h1, .search .page-header h1 {
margin-bottom: 0;
}
.category .page-header h1 span.category-name {
color: #ffa71c;
border-left : 3px solid #ffa71c;
display: inline-block;
padding-left: 15px;
margin-left: 15px;
}
.category .page-header h1 span {
display: inline-block;
background: #fff;
padding-right: 10px;
position: relative;
}
.archive .page-header h1 {
font-size: 30px;
}
.archive .entry-title a {
font-size: 22px;
font-weight: bold;
}
.archive .entry-content {
margin-top: 0;
}
.archive .entry-content p {
color: #5c5c5c;
}
.archive .entry-comments,
.archive .entry-separator,
.archive .entry-author {
font-size: 15px;
}
.category .page-header h1 {
position: relative;
}
.category .page-header h1:before {
height: 3px;
width: 100%;
border-bottom: 1px solid #eaeaea;
background: transparent;
border-top: 1px solid #eaeaea;
content: '';
display: block;
background-color: transparent;
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 0;
}
.entry-date > div {
background-color: #ffa71c;
color: #fff;
padding-bottom: 18px;
padding-top: 18px;
font-size: 30px;
font-weight: bold;
}
.entry-format{
background-color: #ffa71c;
}
.entry-date {
padding-top: 0;
padding-bottom: 10px;
background: #fff;
border-bottom: 1px solid #ffa71c;
}
.entry-date span {
margin-top: 10px;
background: transparent;
color: #fff;
text-transform: capitalize;
font-size: 15px;
font-weight: normal;
display: block;
}
.entry:after {
background-color: transparent;
width: 3px;
height: 100%;
max-height: 198px;
background-image: url(//www.bestminingos.com/wp-content/themes/reviewzine/images/date-line.png);
top: 97px;
}
.post header.entry-header {
padding: 20px 0;
border-top: 1px solid #eaeaea;
}
.post header.entry-header a{
color: #333333;
font-size: 15px;
}
.post header.entry-header a i {
display: inline-block;
margin-right: 5px;
} #review-statistics .review-wrap-up div.cwpr-review-top {
border-top: 1px solid #eaeaea !important;
}
#review-statistics .review-wrap-up .cwpr-review-top h2.cwp-item {
font-size: 18px;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-price {
font-size: 20px;
color: #ffa71c;
}
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-price > span > span:first-child {
vertical-align: super;
font-size: 12px;
}
.blog-related-carousel.owl-carousel .owl-item {
border: 0 none;
}
h3.blog-related-carousel-title,
h3#reply-title,
#comments .comments-title {
position: relative;
line-height: 30px;
padding: 0;
font-size: 30px;
font-family: "Lato";
font-weight: 400;
}
h3.blog-related-carousel-title:after,
h3#reply-title:after,
#comments .comments-title:after {
height: 3px;
border-bottom: 1px solid #eaeaea;
background: transparent;
border-top: 1px solid #eaeaea;
content: '';
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 0;
width: 100%;
}
h3.blog-related-carousel-title:before,
h3#reply-title:before,
#comments .comments-title:before {
content: "";
width: 100%;
height: 3px;
top: 50%;
left: 0;
right: 0;
z-index: 1;
position: absolute;
display: block;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2ffffff',GradientType=1 );
}
h3.blog-related-carousel-title span,
h3#reply-title span,
#comments .comments-title span {
background-color: #fff;
display: inline-block;
padding-right: 10px;
position: relative;
z-index: 2;
}
.blog-related-carousel .owl-nav {
padding-left: 10px;
background-color: #fff;
}
.about-author {
margin-top: 50px;
}
.about-author h3 {
clear: none;
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
.about-author h3:after {
display: none;
}
.about-author figure {
margin-right: 20px;
}
.about-author figure img {
border-radius: 0;
}
.about-author .title-underblock a {
color: #ffa71c;
}
.about-author .title-underblock span {
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #5c5c5c;
line-height: 18px;
display: inline-block;
color: #5c5c5c;
}
.comment-form input[type="submit"].btn {
background-color: #ffa71c;
border-color: #ffa71c;
color: #fff;
}
.comment-body {
border: 1px solid #e1e1e1;
padding: 30px 20px;
}
.comments-list .comment-date {
color: #8d8d8d;
margin-left: 0;
font-size: 13px; font-weight: 400;
}
.comments-list figure.author-avatar {
float: left;
margin-right: 20px;
}
.comments-list .media-heading {
padding-left: 0; font-size: 15px;
}
.comments-list .media-body,
.comments-list .media-heading {
color: #1e3046;
}
.comments-list .media-body {
padding-left: 0;
}
.comments-list .media-body .media-body {
padding-left: 0;
padding-top: 15px;
}
.reply-link a {
color: #ffa71c;
font-weight: 400;
font-size: 15px;
text-decoration: underline;
}
.comments-list {
margin-bottom: 60px;
}
.comment .children {
margin-left: 0;
padding-left: 30px;
border-left: 1px solid #ffa71c;
}
.widget_search .navbar-form {
padding: 0;
font-size: 0;
}
.author-avatar img {
max-width: initial;
} .navbar-top .social-icons {
padding-left: 15px;
}
.islemag-ad-banner-content {
text-align: right;
padding-right: 15px;
}
.islemag-ad-banner-content > a {
text-align: center;
}
blockquote {
border-left-color: #ffa71c;
}
blockquote:after {
background-color: #ffa71c;
}
.blog .entry-media figure, .archive .entry-media figure, .search .entry-media figure {
background-color: transparent;
}
.islemag-content-right .tagcloud a {
background-color: transparent;
border: 1px solid #e1e1e1;
}
.islemag-content-right .tagcloud a {
color: #6f6f6f !important;
margin-right: 15px; 
}
.islemag-content-right .tagcloud a:hover {
background-color: #1e3046;
border-color: #1e3046;
color: #fff !important;
}
#footer.footer-inverse .tagcloud a {
border: 1px solid #fff;
background-color: transparent;
color: #fff !important;
margin-bottom: 20px;
margin-right: 15px;
}
#footer.footer-inverse .tagcloud a:hover {
background-color: #fff;
color: #1e3046 !important;
}
#wp-calendar caption {
background: #1e3046;
text-align: center;
color: #fff;
border-radius: 5px;
}
#wp-calendar thead th {
padding-top: 20px;
padding-bottom: 15px;
text-align: center;
}
#wp-calendar tbody td:not(.pad) {
text-align: center;
border: 4px solid #fff;
background-color: #f1f1f1;
color: #080d0f;
padding: 5px 0; }
div#calendar_wrap {
padding: 5px;
border: 1px solid #e6e6e6;
}
#wp-calendar tbody td a {
color: #ffa71c;
margin-bottom: 0;
}
table#wp-calendar {
margin-bottom: 0;
position: relative;
}
table#wp-calendar #prev,
table#wp-calendar #next {
position: absolute;
top: 5px;
width: 35px;
height: 35px;
background-color: transparent;
color: #FFF;
}
table#wp-calendar #prev {
left: 25%;
}
table#wp-calendar #next {
right: 25%;
}
#wp-calendar #prev:before,
#wp-calendar #next:before {
content: '\f104';
display: block;
font-size: 24px;
line-height: 24px;
text-align: center;
position: relative;
color: #fff;
font-family: 'FontAwesome';
}
#wp-calendar #next:before {
content: "\f105";
}
#wp-calendar #prev > a {
top: -8px;
position: absolute;
color: transparent;
}
#wp-calendar tfoot {
height: 1px !important;
display: block;
}
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
font-family: "Hind";
font-weight: 500;
}
.post .entry-content h1 {
font-size: 36px;
}
.post .entry-content h2 {
font-size: 30px;
}
.post .entry-content h3 {
font-size: 27px;
}
.post .entry-content h4 {
font-size: 25px;
}
.post .entry-content h5 {
font-size: 20px;
}
.post .entry-content h6 {
font-size: 18px;
}
.entry-content ul {
margin-left: 0;
margin-bottom: 10px;
list-style: none;
}
.entry-content ul ul {
margin-left: 10px;
}
.entry-content ol {
margin-left: 16px;
}
.entry-content ul > li:before {
content: "•";
color: #ffa71c;
padding-right: 17px;
display: inline-block;
}
.entry-content ul li,
.entry-content ol li {
padding-bottom: 20px;
}
.entry-content ul li ul,
.entry-content ol li ol {
padding-top: 20px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
padding-bottom: 0;
}
.entry-content .review-wrap-up ul li:before {
display: none;
}
blockquote p {
color: #8d8d8d !important;
font-style: italic;
font-weight: 300;
font-family: "Raleway";
}
blockquote:after {
display: none;
}
.widget_search button {
padding: 9px 13px;
background-color: #1e3046;
border-color: #1e3046;
}
.widget_search button:hover {
background-color: #ffa71c;
border-color: #ffa71c;
} .entry-content table {
border: 1px solid #eaeaea;
}
.entry-content table tr {
border-bottom: 1px solid #eaeaea;
}
.entry-content table tr th,
.entry-content table tr td {
padding: 10px;
border-left: 1px solid #eaeaea;
} .widget_categories li,
.widget_archive li {
text-align: right;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #e1e1e1;
}
.widget_categories li:last-child,
.widget_archive li:last-child {
margin-bottom: 0;
border-bottom: 0 none;
}
.widget_categories li:after,
.widget_archive li:after {
content: "";
display: block;
clear: both;
}
.widget_categories li a,
.widget_archive li a {
float: left;
}
.sidebar .widget_categories li a,
.sidebar .widget_archive li a {
line-height: 20px;
font-size: 15px;
}
.sidebar .widget li a,
.sidebar .widget a {
font-size: 15px;
line-height: 22px;
margin-bottom: 20px;
display: block;
}
.sidebar .widget_categories li a, 
.sidebar .widget_archive li a,
.sidebar .widget_recent_entries li a {
margin-bottom: 0;
}
.sidebar .widget_recent_entries li {
padding-bottom: 20px;
}
.sidebar .widget_recent_entries li .post-date {
color: #8d8d8d;
}
.widget_archive,
.widget_categories {
position: relative;
overflow: hidden;
}
.sidebar .widget li.recentcomments {
padding-bottom: 20px;
} .widget_archive select,
.widget_categories select { position: relative;
background-color: transparent;
color: #1e3046;
-webkit-appearance: none;
-moz-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #1e3046, #1e3046);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;
}
.widget select {
padding: 7px 8px;
} .single .entry-content > p:first-child:first-letter { 
float: left; 
font-size: 50px; 
line-height: 52px; 
padding-right: 8px; 
}
.dropcap:first-letter,
.dropcap-bg:first-letter {
font-size: 3.8em;
line-height: 1;
padding-right: 0.2em;
float: left;
text-transform: uppercase;
color: #505050;
}
.dropcap,
.dropcap-bg{
font-size: 15px;
line-height: 22px;
text-transform: none;
}
.islemag-banner {
width: 10000px;
}
.islemag-ad-banner-content {
padding-right: 0;
}
.islemag-top-carousel .owl-nav {
top: 175px;
width: 100%;
}
.islemag-top-carousel .owl-nav .owl-prev, 
.islemag-top-carousel .owl-nav .owl-next {
width: 50px;
height: 50px;
border-radius: 100%;
background-color: rgba( 255,255,255,.5 );
color: #1e3046;
font-size: 40px;
}
.islemag-top-carousel .owl-nav .owl-next {
float: right;
margin-right: 22px;
}
.islemag-top-carousel .owl-nav .owl-prev {
margin-left: 22px;
}
.islemag-top-carousel .owl-nav .owl-prev i {
line-height: 40px;
padding-top: 4px;
padding-right: 4px;
}
.islemag-top-carousel .owl-nav .owl-next i {
line-height: 40px;
padding-top: 4px;
padding-left: 4px;
} .title-bg-line:before {
content: "";
width: 100%;
height: 3px;
top: 50%;
left: 0;
right: 0;
z-index: 1;
position: absolute;
display: block; background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%); background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%); background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.95) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2ffffff',GradientType=1 ); }
.navbar-top .navbar-btn {
margin-right: 15px;
}
.navbar-top .navbar-btn:focus {
box-shadow: none;
}
.islemag-top-container .entry-title {
padding-right: 15px;
}
.entry-overlay-meta .entry-overlay-date,
.entry-overlay-meta .entry-comments,
.entry-overlay-meta .entry-separator,
.entry-overlay-meta .entry-author {
font-size: 15px;
font-weight: 400;
}
.islemag-section1 h2,
.islemag-section3 h2,
.islemag-section4 h2,
.islemag-section5 h2,
.islemag-section2 h2 {
font-size: 30px;
font-weight: bold;
}
.islemag-section1 .entry-overlay-date,
.islemag-section1 .entry-comments,
.islemag-section1 .entry-separator,
.islemag-section1 .entry-author {
color: #8d8d8d;
}
.entry-date, .entry-format {
width: 12.5%;
}
.entry {
padding-left: 17%;
}
.entry.single .entry-title {
font-size: 26px;
font-weight: bold;
}
.post .entry-content p {
color: #5c5c5c;
font-size: 15px;
}
.about-author h3,
.about-author .author-content,
.comments-list .media-body .media-body {
color: #5c5c5c;
}
.about-author .author-content {
font-size: 15px;
}
.comments-list .media-heading a {
font-size: 16px;
color: #1e3046;
}
.comments-area {
padding-bottom: 60px;
}
.widget_search #s {
width: calc( 100% - 75px );
}
.reviewzine-pagination .page-numbers {
padding: 7px 14px;
border: 1px solid #e1e1e1;
margin-right: 10px;
color: #1e3046;
display: inline-block;
}
.reviewzine-pagination {
margin-bottom: 40px;
}
.reviewzine-pagination .page-numbers.current,
.reviewzine-pagination .page-numbers:hover {
border-color: #1e3046;
background-color: #1e3046;
color: #fff;
}
.eb-small h3.entry-title {
max-height: 48px;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
width: calc( 100% - 130px );
display: inline-block;
}
.entry-block h3.entry-title,
.entry-block h2.entry-title {
max-height: 48px;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.affiliate-button {
background-color: #f6f6f6;
margin-bottom: 0 !important;
padding-bottom: 20px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
text-align: center;
}
#review-statistics  .review-wrap-up {
border-bottom: 0 none !important;
}
.entry-content .affiliate-button2:nth-last-child(1) {
border-left: 0 none;
}
.entry-content .affiliate-button2:nth-last-child(2) {
border-right: 0 none;
}
div.affiliate-button a {
display: inline-block;
}
.islemag-content-right .wppr-cols-3 a.wppr-col {
margin-bottom: 0;
top: 0;
transform: translateY(0);
margin-right: 0;
}
.wppr-prodrowleft .cwp_rev_image {
max-width: 50px;
}
.islemag-content-right .wppr-prodlist .wppr-prodrow .wppr-prodrowleft {
width: 50px;
}
.islemag-content-right .wppr-prodlist .wppr-prodrow .wppr-prodrowrightadjust {
width: calc( 100% - 50px );
padding-left: 10px;
}
.wppr-prodlist .wppr-prodrow .wppr-prodrowright .wppr-bttn {
display: inline;
}
.entry-footer span:before {
display: none;
}
.navbar-top .menu-toggle {
color: #fff;
padding-top: 5px;
box-shadow: none;
}
#footer input[type="text"], 
#footer input[type="search"],
#footer.footer-inverse .widget textarea,
#footer .form_field_wrap input {
background-color: #14202f;
color: #fff;
border-radius: 5px;
}
#footer button, .pirate-forms-submit-button,
#footer button, .pirate-forms-submit-button:hover {
background-color: #ffa71c;
color: #fff;
border-radius: 5px;
font-size: 15px;
font-family: "Lato";
font-weight: bold;
}
.entry-content .form_field_wrap input {
border: 1px solid #eaeaea;
background: none;
border-radius: 4px;
}
.pirate_forms_wrap .form_field_wrap {
margin-bottom: 10px;
}
.widget ul > li > ul {
margin-left: 0;
padding-left: 1em;
}
.widget.widget_categories ul > li > ul {
margin-top: 15px;
border-top: 1px solid #e1e1e1;
padding-top: 15px;
}
.widget ul > li > ul > li:last-child {
padding-bottom: 0;
}
.rev-option ul li,
#review-statistics .review-wrap-up .review-wu-right ul li {
padding-bottom: 0;
}
.nav-links {
font-size: 14px;
} @media (max-width: 767px) {
.main-navigation li:hover > a:before, 
.main-navigation li.current_page_item > a:before {
display: none;
}
.entry-date,
.entry:after {
display: none;
}
.entry {
padding-left: 0;
}
.islemag-banner {
display: none;
}
}
@media (max-width: 600px) { 
.islemag-top-carousel .entry-media figure {
height: auto;
}
.islemag-top-carousel .owl-nav {
display: none;
}
}