/*
Theme Name: GeekMag
Theme URI: https://themeforest.net/item/geekmag-magazine-news-blog-wordpress-theme/19017156?ref=egemenerd
Description: WordPress Magazine Blog Theme
Author: Egemenerd
Author URI: http://themeforest.net/user/egemenerd?ref=egemenerd
Version: 1.3.1
License: http://themeforest.net/licenses?ref=egemenerd
License URI: http://themeforest.net/licenses?ref=egemenerd
Tags: custom-menu,featured-images
Text Domain: geekmag
*/


/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
PAGE LOADER
SOCIAL ICONS
PAGE STRUCTURE
HEADER
TOP MENU
MAIN MENU
FORMS
BLOG
POST FORMATS
AUTHOR
REVIEWS
SINGLE POST NAV
RELATED POSTS
SIDEBAR
CUSTOM MENU WIDGET
COMMENTS
FOOTER
WORDPRESS
ENVIRA GALLERY
RESPONSIVE IFRAME
MASONRY GRID
MAILCHIMP
ADVERTISEMENT
SITEORIGIN
NO JS
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/


/* ================= FONTS ================== */

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.eot');
    src: url('fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff'), url('fonts/poppins-bold-webfont.ttf') format('truetype'), url('fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.eot');
    src: url('fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff'), url('fonts/poppins-regular-webfont.ttf') format('truetype'), url('fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ================= GENERAL STYLES ================== */

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0px;
    line-height: 1.6;
    -webkit-overflow-scrolling: auto;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1.3;
}
p {
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 0px;
}
p:last-child, p:empty {
    margin-bottom: 0px;
}
a {
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em, i {
    font-style: italic;
}
label {
    display: block;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.clear, .clr {
    clear: both;
}
.overflow-hidden {
    overflow: hidden;
}
hr {
    margin: 40px 0px;
    padding: 0;
    border: none;
    height: 1px;
    clear: both;
}
blockquote {
    margin: 40px 0px;
    padding: 40px 0px;
    position: relative;
}
blockquote p {
    line-height: 1.8;
}
blockquote p:first-child {
    text-indent: 30px;
}
blockquote:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 40px;
    left: 0px;
}
blockquote cite {
    display: block;
    text-align: right;
}
.geekmag-post-content ul, .geekmag-post-content ol {
    margin: 0 0 30px 1.3333em;
}
.geekmag-post-content .slick-dots {
    margin: 0px;
}
.geekmag-post-content li>ul, .geekmag-post-content li>ol {
    margin-bottom: 0;
}
.geekmag-post-content ul li, .geekmag-post-content ol li {
    margin: 5px 0px;
}
dl {
    margin-bottom: 30px;
    line-height: 1.6;
}
dd {
    margin-bottom: 30px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 40px 0px;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th, td {
    padding: 0.4em;
}
code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    font-family: Consolas, monospace;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
address {
    margin-bottom: 30px;
}
.hide-on-load {
    overflow: hidden;
    height: 0;
}
img {
    color: transparent;
}

/* ================= PAGE LOADER ================== */

@-webkit-keyframes geekmagloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes geekmagloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
#geekmag-loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-position: center center;
}
#geekmag-loading-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -44px;
    margin-left: -44px;
    -webkit-animation: geekmagloader 1s infinite linear;
    animation: geekmagloader 1s infinite linear;
    background: transparent;
    border-width: 8px;
    border-style: solid;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    min-width: 0;
}

/* ================= SOCIAL ICONS ================== */

.geekmag-social-icons {
    list-style-type: none;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    vertical-align: bottom;
    float: right;
}
.geekmag-social-icons li {
    float: left;
    display: block;
    margin: 0px 0px 5px 5px;
    padding: 0;
}
.geekmag-social-icons li a {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-indent: -500em;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.geekmag-social-icons li a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.geekmag-social-icons li:hover a:before, .geekmag-social-icons li:focus a:before, .geekmag-social-icons li:active a:before {
    -webkit-transform: translateZ(0) rotate(360deg);
    -moz-transform: translateZ(0) rotate(360deg);
    -o-transform: translateZ(0) rotate(360deg);
    -ms-transform: translateZ(0) rotate(360deg);
    transform: translateZ(0) rotate(360deg)
}
.geekmag-social-icons li:hover #geekmag-back-to-top-button:before, .geekmag-social-icons li:focus #geekmag-back-to-top-button:before, .geekmag-social-icons li:active #geekmag-back-to-top-button:before {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

/* ================= PAGE STRUCTURE ================== */

#geekmag-main {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    max-width: 1480px;
    margin: 0px auto;
}
#geekmag-page-content {
    position: relative;
    display: block;
    padding: 40px;
}
.geekmag-page-left, .geekmag-page-right {
    display: inline-block;
}
.geekmag-page-left {
    width: 70%;
    float: left;
    padding-right: 40px;
}
.geekmag-page-left img {
    max-width: 100%;
    height: auto;
}
.geekmag-page-right {
    width: 30%;
    float: right;
}
.geekmag-page-title {
    position: relative;
    margin-bottom: 40px;
    padding: 40px;
    display: block;
}
.geekmag-page-title-right {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 100px;
}
.geekmag-page-title-right img {
    width: 100%;
    height: auto;
}
.geekmag-page-title-left {
    width: 100%;
    padding-right: 140px;
    min-height: 100px;
}
.geekmag-page-title h1, .geekmag-page-title h2, .geekmag-page-title h3, .geekmag-page-title h4, .geekmag-page-title h5, .geekmag-page-title h6 {
    margin: 0px;
    line-height: 1.2;
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}
.geekmag-subtitle {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 10px;
    display: inline-block;
    opacity: 0.5;
    border-top: 5px solid rgba(255, 255, 255, 0.3);
}
.geekmag-subtitle.geegmag-author-subtitle {
    margin-top: 15px;
    padding-top: 15px;
}
.geekmag-author-website {
    margin-top: 15px;
    display: block;
}
.geekmag-single-post-date {
    line-height: 1;
}
.geekmag-post-content {
    position: relative;
    display: block;
    padding: 40px;
}
.geekmag-builder-content {
    position: relative;
    display: block;
}
.geekmag-post-content.geekmag-post-content-margin {
    margin-bottom: 40px;
}
.geekmag-single-post-tags {
    display: block;
    margin: 40px 0px 0px 0px;
}
.geekmag-share-buttons {
    display: block;
    padding: 40px 40px 0px 40px;
    margin: 40px -40px 0px -40px;
}
.geekmag-share-buttons ul {
    margin: 0px !important;
}
.geekmag-share-buttons h5 {
    margin-bottom: 20px;
}

/* ================= HEADER ================== */

#geekmag-header-wrapper {
    position: relative;
}
#geekmag-header-container, #geekmag-topbar {
    width: 100%;
    margin: 0px;
}
#geekmag-header-container-inner, #geekmag-topbar-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1480px;
    margin: 0px auto;
}
#geekmag-topbar-inner {
    padding: 10px 40px;
}
#geekmag-header-container-inner {
    padding-left: 40px;
    padding-right: 40px;
}
#geekmag-header-right, #geekmag-topbar-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#geekmag-header-left, #geekmag-topbar-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#geekmag-header-left {
    padding-right: 40px;
}
#geekmag-header-left img {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}
#geekmag-header-left a, #geekmag-header-right a {
    display: inline-block;
    vertical-align: bottom;
}
.geekmag-header-banner {
    float: right;
    display: block;
}
.geekmag-header-banner .widget_geekmag-iframe-widget {
    width: 728px;
}

/* HEADER V2 */

#geekmag-header-container-inner-v2 {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0px auto;
}
#geekmag-header-left-v2, #geekmag-header-right-v2 {
    display: block;
    width: 100%;
    text-align: center;
}
#geekmag-header-left-v2 img {
    vertical-align: bottom;
}
#geekmag-header-right-v2 .geekmag-header-banner {
    float: none;
    margin-top: 20px;
}
#geekmag-header-right-v2 .geekmag-header-banner img {
    margin:0px auto;
}

#geekmag-header-left-v2 a {
    display: block;
}

#geekmag-nav-container.geekmag-nav-v2 .geekmag-nav {
    width:auto;
}

#geekmag-nav-container.geekmag-nav-v2 nav {
    text-align: center;
}

#geekmag-nav-container.geekmag-nav-v2 nav ul {
    text-align: left;
}

/* HEADER V3 */

#geekmag-header-container-inner-v3 {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0px auto;
}
#geekmag-header-container-inner-v3 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}

/* HEADER V4 */

#geekmag-header-right-v4,#geekmag-header-left-v4 {
    display: table-cell;
    vertical-align: middle;
}

#geekmag-header-right-v4 {
    width:100%;
}

#geekmag-header-left-v4 {
    text-align: left;
}

#geekmag-header-right-v4 #geekmag-nav-container-inner {
    padding:0px;
    text-align:right;
    margin-right:-20px;
}
#geekmag-header-wrapper.geekmag-header-v4 #geekmag-nav-menu {
    width:auto;
    text-align:left;
}
#geekmag-header-left-v4 img{
    max-width:100%;
    height: auto;
    vertical-align:bottom
}
#geekmag-header-left-v4 a, #geekmag-header-right-v4 a {
    display: inline-block;
    vertical-align: bottom;
}
#geekmag-header-wrapper.geekmag-header-v4 #geekmag-nav-container.f-nav #geekmag-nav-container-inner{
    max-width:1480px;
    margin:0px auto;
    padding-right:20px;
}

/* HEADER BACKGROUND IMAGE */

#geekmag-header-container.geekmagauto {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#geekmag-header-container.geekmagrepeat {
    background-repeat: repeat;
    background-position: left top;
}

/* ================= TOP MENU ================== */

.geekmag-sub-menu {
    list-style-type: none;
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
.geekmag-sub-menu li {
    float: left;
    display: block;
    margin: 0px 30px 0px 0px;
    padding: 0;
}
.geekmag-sub-menu li a {
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}
.geekmag-sub-menu li a:hover {
    opacity: 1;
}
#geekmag-toggle-sub-menu {
    font-size: 20px;
    width: 100%;
    display: none;
    text-align: right;
    padding: 10px 40px 10px 10px;
}
#geekmag-toggle-sub-menu .fa {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
#geekmag-toggle-sub-menu .fa.geekmag-toggle-close {
    -webkit-transform: translateZ(0) rotate(-180deg);
    -moz-transform: translateZ(0) rotate(-180deg);
    -o-transform: translateZ(0) rotate(-180deg);
    -ms-transform: translateZ(0) rotate(-180deg);
    transform: translateZ(0) rotate(-180deg);
}

#geekmag-social-icons-mobile-search {
    display: none;
    margin-top:10px;
}

/* ================= MAIN MENU  ================== */

#geekmag-nav-container {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#geekmag-nav-container.f-nav {
    position: fixed;
    width:100%;
    top: 0px;
    left: 0px;
}
#geekmag-nav-container-inner {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}
#geekmag-nav-menu {
    position: relative;
    pointer-events: none;
    display: inline-block;
    width: 100%;
}
.geekmag-toggle-menu {
    display: none !important;
    list-style: none;
    padding: 27px 40px 25px 40px;
    margin: 0px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    outline: none !important;
    line-height: 1;
}
.geekmag-toggle-menu:after {
    font-family: 'FontAwesome';
    content: "\f0c9";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 25px;
    right: 40px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    display: inline-block;
}
.geekmag-toggle-menu:hover {
    text-decoration: none;
}
.menudown {
    -webkit-animation-name: menudown;
    animation-name: menudown;
}
.animatedfast {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes menudown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes menudown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.geekmag-nav {
    list-style: none;
    *zoom: 1;
    margin: 0;
    line-height: 60px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    position: relative;
}
#geekmag-nav-container.f-nav .geekmag-nav {
    line-height: 40px;
}
.geekmag-nav ul {
    list-style: none;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
}
.geekmag-nav li {
    padding: 15px 20px;
}
.geekmag-nav ul li {
    position: relative;
    padding: 10px 20px;
}
.geekmag-nav a {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.geekmag-nav > li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.geekmag-nav > li.geekmag-nav-arrow {
    padding-right: 45px;
}
.geekmag-nav > li.geekmag-nav-arrow > a:after {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-family: 'FontAwesome';
    content: "\f0d7";
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 18px;
}
.geekmag-nav > li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 100%;
    top: -5px;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.geekmag-nav > li:hover:before, .geekmag-nav > li:focus:before, .geekmag-nav > li:active:before {
    left: 0;
    right: 0;
}
.geekmag-nav > li > a {
    display: block;
}
.geekmag-nav li ul {
    position: absolute;
    left: -9999px;
    top: 90px;
    padding: 10px 0px;
    z-index: 9999;
}
.geekmag-nav li ul a {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.geekmag-nav li ul a:hover {
    opacity: 1;
}
.geekmag-nav li:hover, .geekmag-nav li:hover ul {
    z-index: 9999;
}
#geekmag-nav-container.f-nav .geekmag-nav li ul {
    top: 40px;
}
#geekmag-nav-container.f-nav .geekmag-nav ul ul {
    top: 0px !important;
}
.geekmag-nav > li.menu-hover > ul {
    left: 0;
}
.geekmag-nav li li.menu-hover ul {
    left: 100%;
    top: 0;
}
.geekmag-nav > li > ul > li > ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.geekmag-nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}
.geekmag-nav li li li a {
    z-index: 200;
}

/* ================= FORMS ================== */

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], input[type="url"], textarea {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 10px;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, textarea:focus, input[type="password"]:focus {
    outline: none !important;
}
textarea {
    height: 140px;
    margin-bottom: 30px !important;
}
select {
    max-width: 100%;
}
input[type="submit"], .geekmag-button, button[type="submit"], input[type="button"] {
    border: none;
    cursor: pointer;
    padding: 12px 24px;
    display: inline-block;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 0 0 5px 5px;
}
input[type="submit"]:after, .geekmag-button:after, button[type="submit"]:after, input[type="button"]:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover, .geekmag-button:hover, button[type="submit"]:hover, input[type="button"]:hover {
    top: 2px;
}
input[type="submit"]:active, .geekmag-button:active, button[type="submit"]:active, input[type="button"]:active {
    top: 6px;
}
.geekmag-searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    vertical-align: bottom
}
.geekmag-searchbox input[type="text"].geekmag-searchtext {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: none !important;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.geekmag-searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
    width: 50px;
    line-height: 1;
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'FontAwesome';
    font-size: 18px;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
}
.geekmag-topbar-searchbox input[type="submit"] {
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    top: 0;
    line-height: 40px;
}
.geekmag-topbar-searchbox {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    vertical-align: middle;
}
.geekmag-topbar-searchbox input[type="text"].geekmag-topbar-searchtext {
    width: 120px;
    float: left;
    margin: 0px;
    height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    border-radius: 0px !important;
    padding-top:0px;
    padding-bottom:0px;
}
.geekmag-topbar-searchbox input[type="text"].geekmag-topbar-searchtext:focus {
    width: 240px;
}
.geekmag-topbar-searchbox input[type="submit"] {
    font-family: 'FontAwesome';
    width: 50px;
    float: right;
    margin: 0px;
    padding: 0px;
}
.geekmag-page-right .geekmag-searchbox input[type="text"].geekmag-searchtext, .geekmag_comments_block .geekmag-searchbox input[type="text"].geekmag-searchtext, #footer-widgets .geekmag-searchbox input[type="text"].geekmag-searchtext, .geekmag-search-results-form input[type="text"] {
    border: none !important;
}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}
span.wpcf7-not-valid-tip {
    margin-top: -25px;
    margin-bottom: 25px;
}
.wpcf7-form select {
    padding: 10px;
    width: 100%;
}
.wpcf7-form p {
    margin-bottom: 10px;
}
.ajax-loader {
    padding-left: 10px;
}
input[type="file"] {
    padding: 20px;
    border: none !important;
    width: 100%;
}
input[type="file"]::-webkit-file-upload-button {
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
    cursor: pointer;
}

/*  404  */

.geekmag-404-container {
    text-align: center;
}
.geekmag-404-container h1 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.geekmag-404-container p {
    margin: 0px;
}
.geekmag-no-result-form .geekmag-searchbox {
    margin: 30px 0px 40px 0px;
    max-width: 800px;
}

/* ================= BLOG ================== */


/*  MAIN BLOG LAYOUT  */

.geekmag-article-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    outline: none;
    vertical-align: bottom;
}
.geekmag-post-cat-tags {
    margin-bottom: 10px;
    display: block;
}
.geekmag-post-cat-tags span {
    display: inline-block;
}
.geekmag-post-cat-tags span a {
    padding: 8px 12px;
    margin: 0px 5px 5px 0px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 1;
}
.geekmag-three-columns .geekmag-article-box, .geekmag-four-columns .geekmag-article-box {
    margin-bottom: 20px;
}
.geekmag-page-content .geekmag-article-box:last-of-type {
    margin-bottom: 0px;
}
.geekmag-article-content {
    position: relative;
    padding: 40px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.geekmag-article-box h3, .geekmag-article-box h4, .geekmag-article-box h5, .geekmag-article-box h6 {
    margin: 0px 0px 10px 0px;
    display: block;
    line-height: 1.2;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.geekmag-article-box .geekmag-post-date {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}
.geekmag-post-date {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    text-transform: uppercase;
}
.geekmag-post-author {
    margin-left: 5px;
}
.geekmag-post-author img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0px 0px 2px 0px;
    outline: none;
    width: 16px;
    height: auto;
    display: inline-block;
}
.geekmag-article-content .geekmag-button {
    padding: 10px 20px;
    margin: 10px 0px 6px 0px;
}
.geekmag-article-content p {
    margin-bottom: 0px;
}
.geekmag-article-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: bottom;
}
.geekmag-article-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    opacity: 1;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.geekmag-article-img a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none !important;
}
.geekmag-article-img a:hover img {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}
.geekmag-format-icon:before {
    content: " ";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border: 40px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.geekmag-format-icon:after {
    position: absolute;
    text-align: center;
    line-height: 1;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    top: 0px;
    right: 0px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.geekmag-format-icon.f-gallery:after {
    content: "\f030";
    padding-top: 3px;
    padding-right: 7px;
}
.geekmag-format-icon.f-video:after {
    content: "\f04b";
    padding-top: 3px;
    padding-right: 3px;
}
.geekmag-format-icon.f-link:after {
    content: "\f0c1";
    padding-top: 5px;
    padding-right: 7px;
}
.geekmag-format-icon.f-audio:after {
    content: "\f028";
    padding-top: 4px;
    padding-right: 5px;
}
.geekmag-format-icon.f-image:after {
    content: "\f03e";
    padding-top: 0px;
    padding-right: 4px;
}
.geekmag-format-icon.f-quote:after {
    content: "\f10e";
    padding-top: 4px;
    padding-right: 6px;
}
.geekmag-page-date {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}
.geekmag-pager {
    position: relative;
    display: block;
    vertical-align: bottom;
    margin: 0px;
    width: auto;
    padding: 20px;
}
.geekmag-pager .geekmag-button {
    margin-right: 0px !important;
    margin-bottom: 6px;
}
.geekmag-pager-left {
    float: left;
    display: inline-block;
}
.geekmag-pager-right {
    float: right;
    display: inline-block;
}

/*  XL BLOG LAYOUT  */

.geekmag-article-box.geekmag-xl-article-box {
    display: table;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
}
.geekmag-article-box.geekmag-xl-article-box .geekmag-article-content {
    display: table-row;
    padding: 0px;
}
.geekmag-xl-article-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.geekmag-xl-article-img a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.geekmag-xl-article-img {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding: 40px;
    overflow: hidden;
}
.geekmag-xl-article-img a:hover img {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}
.geekmag-xl-article-right {
    display: table-cell;
    vertical-align: top;
    padding: 40px 40px 40px 0px;
    width: 70%;
}
.geekmag-xl-article-right.no-img {
    padding: 40px;
}
.geekmag-xlpost-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    z-index: 9;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -30px;
    padding: 16px 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.geekmag-xl-article-img a:hover .geekmag-xlpost-icon {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.geekmag-xlpost-icon .fa {
    font-size: 28px;
}

/*  XS BLOG LAYOUT  */

.geekmag-article-box.geekmag-xs-article-box h5 {
    display: block;
    margin-bottom: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.geekmag-article-box.geekmag-xs-article-box .geekmag-article-content {
    padding: 20px;
    text-align: center;
}
.geekmag-xs-article-box .geekmag-post-date a {
    font-size: 12px !important;
}
.geekmag-xs-article-box .geekmag-post-author img {
    width: 14px;
}
.geekmag-xs-article-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding-right: 60px;
}
.geekmag-xs-article-tags span a {
    padding: 5px 12px;
    margin: 0px 5px 5px 0px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*  BLOG LIST LAYOUT  */

.geekmag-article-list {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    outline: none;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    vertical-align: bottom;
}
.geekmag-article-list-row {
    display: table-row;
    width: 100%;
}
.geekmag-article-list-img, .geekmag-article-list-right {
    display: table-cell;
}
.geekmag-article-list-right {
    padding: 20px;
    vertical-align: middle;
}
.geekmag-article-list-right .geekmag-post-date a {
    font-size: 12px !important;
}
.geekmag-article-list-right .geekmag-post-author img {
    width: 14px;
}
.geekmag-article-list-img {
    position: relative;
    width: 120px;
    height: auto;
    vertical-align: top;
    padding: 10px 0px 10px 10px;
}
.geekmag-article-list-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.geekmag-article-list-img a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.geekmag-article-list-img a:hover img {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}
.geekmag-article-list-right .geekmag-post-date, .geekmag-xs-article-box .geekmag-post-date, .geekmag-article-list-right h5 {
    margin-bottom: 0px !important;
}
.geekmag-article-list-right h5 {
    display: block;
}
.geekmag-list-post-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    z-index: 9;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: -20px;
    padding: 9px 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.geekmag-article-list-img a:hover .geekmag-list-post-icon {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.geekmag-article-list-img .fa {
    font-size: 18px;
    display: inline;
}
.geekmag-article-list-featured .geekmag-article-content h5 {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ================= POST FORMATS ================== */

.geekmag-post-format-img, .geekmag-post-format-video, .geekmag-post-format-audio {
    position: relative;
    display: block;
    margin: -40px -40px 0px -40px;
    overflow: hidden;
}
.geekmag-post-format-img {
    margin-bottom: 40px;
}
.geekmag-post-format-img img {
    width: 100%;
    height: auto;
}

/* QUOTE */

.geekmag-format-quote {
    position: relative;
    padding: 0px;
    margin: 40px 0px 0px 0px;
    border: none !important;
}
.geekmag-format-quote-box:before {
    font-family: 'FontAwesome';
    content: "\f10e";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 30px;
    z-index: 1;
}
.geekmag-format-quote p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2;
}
.geekmag-format-quote p:first-child {
    text-indent: 0px;
}
.geekmag-format-quote:before {
    display: none;
}
.geekmag-format-quote p.geekmag-cite {
    line-height: 1;
    display: block;
    text-align: right;
    margin: 40px 0px 0px 0px;
}
p.geekmag-cite span {
    padding-top: 10px;
    display: inline-block;
}
.geekmag-page-title.geekmag-page-quote-title h1 {
    margin: 40px 0px;
    text-transform: none;
}
.geekmag-page-title.geekmag-page-quote-title .geekmag-subtitle {
    text-align: right;
    display: block;
    border: none !important;
    opacity: 1;
}
.geekmag-page-title.geekmag-page-quote-title .geekmag-subtitle span {
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}
.geekmag-page-title.geekmag-page-quote-title:before {
    font-family: 'FontAwesome';
    content: "\f10e";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    z-index: 1;
}
.geekmag-page-title .geekmag-post-cat-tags span a {
    border: none !important;
}

/* GALLERY */

.geekmag-format-gallery-carousel a img {
    width: 100%;
    height: auto;
}
.geekmag-post-format-gallery {
    position: relative;
    display: block;
    margin: 0px 0px 40px 0px;
}
#geekmag-gallery-slider {
    margin: 0px;
    padding: 0px;
    display: none;
}
#geekmag-gallery-slider .slick-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#geekmag-gallery-slider .slick-arrow {
    width: 40px;
    height: 40px;
}
#geekmag-gallery-slider .slick-prev {
    left: 0;
}
#geekmag-gallery-slider .slick-next {
    right: 0;
}
#geekmag-gallery-slider .slick-prev:before, #geekmag-gallery-slider .slick-next:before {
    font-size: 20px;
    opacity: 1;
}
#geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots {
    text-align: left;
    position: relative;
    bottom: inherit;
    margin: 0px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
#geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li a {
    display: block;
    vertical-align: bottom;
    overflow: hidden;
}
#geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li a img {
    position: relative;
    vertical-align: bottom;
    width: 101%;
    max-width: none;
    height: auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li {
    position: relative;
    width: 10%;
    height: auto;
    vertical-align: bottom;
    margin: 0px;
    float: left;
}
#geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li.slick-active a img, #geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots a:hover img {
    opacity: 1;
}
.geekmag-lightbox-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #283044;
    color: #fff;
    padding-top: 4px;
    z-index: 9;
    cursor: pointer;
}
.geekmag-lightbox-icon:before {
    font-family: 'FontAwesome';
    content: "\f065";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    font-size: 20px;
}

/* IMAGE */

.geekmag-format-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: bottom;
}
.geekmag-format-img-box .geekmag-format-img-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.geekmag-format-img-box:hover .geekmag-format-img-img {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.3;
}
.geekmag-format-img-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding: 40px;
    width: 100%;
}
.geekmag-format-img-content .geekmag-post-date {
    margin-bottom: 0px !important;
}
.geekmag-format-img-content .geekmag-post-date a {
    opacity: 0.5;
}

/* ================= REVIEWS ================== */

#geekmag-review-container {
    position: relative;
    display: block;
    margin: 40px 0px;
    padding: 40px;
}
.geekmag-general-review {
    position: relative;
    display: block;
    width: 100%;
    min-height: 160px;
}
.geekmag-general-rating {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.geekmag-general-percent {
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    max-width: 220px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 20px 0px;
}
.geekmag-general-percent span {
    display: block;
    font-size: 74px;
}
.geekmag-general-percent small {
    font-size: 30px;
}
.geekmag-general-desc {
    padding-left: 250px;
    margin-bottom: 20px;
}
label.geekmag-review-title {
    line-height: 1;
    margin-bottom: 5px;
}
.geekmag-reviewbar {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
}
.geekmag-reviewbar:last-child {
    margin-bottom: 0px;
}
.geekmag-reviewbar-bar {
    position:absolute;
    top:0;
    left:0;
    height:40px;
}
.geekmag-reviewbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.geekmag-review-bar-percent {
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-style: italic;
}

/*  MASONRY BAR  */

.geekmag-article-review {
    position: relative;
    margin: -40px -40px 40px -40px;
}
.geekmag-article-review-xs {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
.geekmag-article-review-inner {
    position: relative;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    line-height: 1;
}
.geekmag-article-review-inner-right {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 14px;
    line-height: 34px;
    font-style: italic;
}
.geekmag-small-review {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    line-height: 1;
    z-index: 9;
}
.geekmag-article-list-img .geekmag-small-review {
    font-size: 12px !important;
    padding: 6px 8px 6px 8px;
}
.geekmag-article-review-bar, .geekmag-article-review-inner, .geekmag-article-review-inner-right, .geekmag-small-review {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ================= AUTHOR ================== */

.geekmag-author-box {
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 40px 0px 0px 0px;
    padding: 40px;
    width: 100%;
}
.geekmag-author-row {
    display: table-row;
    width: 100%;
}
.geekmag-author-avatar, .geekmag-author-meta {
    display: table-cell;
    vertical-align: top;
}
.geekmag-author-meta {
    padding-left: 25px;
}
.geekmag-author-meta h5 {
    margin-bottom: 15px;
}
.geekmag-author-avatar {
    width: 90px;
}
.geekmag-author-avatar a {
    display: block;
}
.geekmag-author-avatar img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.geekmag-author-desc {
    margin-bottom: 20px;
}
.geekmag-author-icons {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
.geekmag-author-icons li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.geekmag-author-icons li.geekmag-author-icon a {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-indent: -500em;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}
.geekmag-author-icons li.geekmag-author-icon a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.geekmag-author-icons li.geekmag-author-icon a:hover:before {
    -webkit-transform: translateZ(0) rotate(360deg);
    -moz-transform: translateZ(0) rotate(360deg);
    -o-transform: translateZ(0) rotate(360deg);
    -ms-transform: translateZ(0) rotate(360deg);
    transform: translateZ(0) rotate(360deg);
}
.geekmag-author-links .geekmag-author-icons {
    float: right;
}
.geekmag-author-links .geekmag-author-icons li.geekmag-author-icon a {
    height: 16px;
    width: 30px;
    line-height: 16px;
}
.geekmag-author-links .geekmag-author-icons li.geekmag-author-icon a:before {
    font-size: 16px;
}
.geekmag-page-title .geekmag-author-icons {
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.1);
}
.geekmag-page-title .geekmag-author-icons li.geekmag-author-icon a {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.geekmag-post-top-bar {
    position: relative;
    display: table; 
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}
.geekmag-post-top-bar-inner {
    display: table-row;
    width: 100%;
}
.geekmag-single-post-date, .geekmag-go-to-share {
    display: table-cell;
    vertical-align: top;
}
#geekmag-go-to-share {
    text-align: right;
    line-height: 1;
}

/* ================= SINGLE POST NAV ================== */

.geekmag-single-post-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 40px;
    margin-top: 40px;
    position: relative;
}
.geekmag-single-post-row {
    display: table-row;
    width: 100%;
}
.geekmag-single-post-left, .geekmag-single-post-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.geekmag-single-post-left {
    padding-left: 40px;
    padding-right: 20px;
}
.geekmag-single-post-right {
    text-align: right;
    padding-right: 40px;
    padding-left: 20px;
}
.geekmag-single-post-left a:before, .geekmag-single-post-right a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    font-size: 26px;
}
.geekmag-single-post-left a:before {
    content: "\f137";
    left: 40px;
}
.geekmag-single-post-right a:before {
    content: "\f138";
    right: 40px;
}
/* YOAST SEO BREADCRUMBS  */
#breadcrumbs {
    display:block;
    padding:20px 40px;
    margin-bottom:3px;
}

/* ================= RELATED POSTS ================== */

#geegmag-related-container {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-top: 35px;
}
#geekmag-related-posts {
    overflow: hidden;
    margin: 0px;
}
#geekmag-related-posts .geekmag-article-content h5 {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#geekmag-related-posts .slick-slide img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#geekmag-related-posts .slick-slide {
    margin: 0 7.5px;
}
#geekmag-related-posts .slick-list {
    margin: 0 -7.5px;
}
#geekmag-related-posts .slick-arrow {
    margin-top: -15px;
}
#geekmag-related-posts .geekmag-article-box {
    margin-bottom: 0px;
}

/* ================= SIDEBAR ================== */

.geekmag-sidebar-box, .widget_mc4wp_form_widget {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
    vertical-align: bottom;
}
.geekmag-sidebar-box h4:empty {
    display:none;
}
.geekmag-sidebar-box img {
    max-width: 100%;
}
.geekmag-sidebar-box:last-child {
    margin-bottom: 0px;
    border: none;
}
.geekmag-sidebar-box.widget_search, .geekmag-sidebar-box.widget_geekmag-author, .geekmag-sidebar-box.widget_geekmag-accordion, .geekmag-sidebar-box.widget_geekmag-masonry, .geekmag-sidebar-box.widget_geekmag-carousel, .geekmag-sidebar-box.widget_geekmag-post-tabs, .geekmag-sidebar-box.widget_geekmag-tabs, .geekmag-sidebar-box.widget_sow-image, .geekmag-sidebar-box.widget_geekmag-video, .geekmag-sidebar-box.widget_geekmag-list, .geekmag-sidebar-box.widget_geekmag-list-carousel, .geekmag-sidebar-box.widget_geekmag-iframe-widget, .geekmag-sidebar-box.widget_geekmag-carousel-v2 {
    background-color: transparent !important;
    padding: 0px !important;
}
.geekmag-sidebar-box.widget_search {
    margin-bottom: 0px !important;
}
.widget_geekmag-iframe-widget .geekmag-iframe, .so-widget-geekmag-video .geekmag-iframe {
    margin: 0px;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_recent_comments ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_archive ul li a, .widget_recent-posts ul li a, .widget_rss ul li a, #recentcomments a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}
.widget_recent_entries ul, .widget_categories ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_archive ul, .widget_archives ul, .widget_recent-posts ul, .widget_rss ul, #recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.widget_recent_entries ul li, .widget_categories ul li, .widget_recent_comments ul li, .widget_pages ul li, .widget_meta ul li, .widget_archive ul li, .widget_archives ul li, .widget_recent-posts ul li, .widget_rss ul li, .recentcomments {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget_categories ul li ul, .widget_pages ul li ul {
    padding-left: 12px;
}
.widget_categories ul ul, .widget_pages ul ul {
    padding-top: 12px;
    margin-top: 12px;
}
.widget_recent_entries ul li:last-child, .widget_categories ul li:last-child, .widget_recent_comments ul li:last-child, .widget_pages ul li:last-child, .widget_meta ul li:last-child, .widget_archive ul li:last-child, .widget_archives ul li:last-child, .widget_recent-posts ul li:last-child, .widget_rss ul li:last-child, .recentcomments:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none !important;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_recent_comments ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_archive ul li a:hover, .widget_recent-posts ul li a:hover, .widget_rss ul li a:hover, #recentcomments a:hover {
    text-decoration: none;
}
.widget_categories ul li {
    position: relative;
}
.widget_recent_entries ul li span.post-date {
    display:block;
    font-size:12px;
    text-transform:uppercase;
    margin-top:5px;
    opacity:0.7;
    position:relative;
}
.widget_recent_entries ul li span.post-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right:5px;
}
.widget_categories ul li span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    min-width: 24px;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px 0px 5px;
}

/* calendar widget */

.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    margin: 0px;
}
#wp-calendar, #wp-calendar th {
    border: none;
}
#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    font-size: 14px;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar tfoot td {
    border: none;
}
.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}
.tagcloud a, a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tagcloud a:hover, a[class^="tag"]:hover {
    text-decoration: none;
}
.tagcloud .geekmag-tag-count {
    padding-left: 7px;
    margin-left: 7px;
    display: inline-block;
}

/* ================= CUSTOM MENU WIDGET ================== */

.widget_nav_menu.so-panel {
    padding: 40px;
}
.widget_nav_menu div {
    margin: 0px;
    line-height: 1;
}
.widget_nav_menu div ul {
    margin: -20px 0px -20px 0px;
    padding: 0px;
    list-style: none !important;
}
.widget_nav_menu div ul li {
    margin: 0px;
    padding: 0px;
}
.widget_nav_menu div ul ul li, .widget_nav_menu>div>ul>li:last-child {
    border-bottom: none !important;
}
.widget_nav_menu div ul li a {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    text-decoration: none;
    width: 100%;
    margin: 20px 0px 20px 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}
.widget_nav_menu div ul li a:hover {
    outline: none;
}
.widget_nav_menu div ul ul {
    display: none;
    margin: 0px 0px 20px 0px;
    padding-left: 10px;
}
.widget_nav_menu div ul ul li a {
    margin: 10px 0px 10px 0px;
}
.widget_nav_menu div ul ul li:first-child a {
    margin-top: 0px;
}
.widget_nav_menu div ul ul li:last-child a {
    margin-bottom: 0px;
}
.widget_nav_menu div ul ul li {
    margin-bottom: 0px;
}
.widget_nav_menu div ul>li>a.geekmag-dropdown:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.widget_nav_menu div ul>li>a.geekmag-dropdown:after {
    content: "\f078";
}
.widget_nav_menu div ul>li>a.geekmag-dropdown2:after {
    content: "\f077";
}

/* ================= COMMENTS ================== */

.geekmag_comments_block {
    position: relative;
    display: block;
    margin: 40px 0px 0px 0px;
    padding:40px 40px 10px 40px;
}
.geekmag_comment_form {
    position: relative;
    display: block;
    margin:3px 0px 0px 0px;
    padding:40px 40px 20px 40px;
}
.geekmag-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}
.geekmag-pager.comments-pager a {
    padding: 10px 15px;
}
.geekmag_meta {
    position: relative;
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
}
.geekmag_comments .geekmag_meta .avatar {
    margin: 0px 0px 0px 10px;
    padding: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.geekmag_meta_inner {
    display: table-row;
}
.geekmag_meta_left, .geekmag_meta_right {
    display: table-cell;
    vertical-align: middle;
}
.geekmag_meta_right {
    padding-left: 15px;
}
.geekmag_comments_content {
    padding: 40px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.geekmag_comments_content:before {
    top: -20px;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    margin-left: 0px;
    z-index: 9;
}
.geekmag_commentlist, .geekmag_comments_block .children {
    list-style: none !important;
    margin: 0px;
}
.geekmag_comments_block .children li {
    position: relative;
    padding-left: 40px;
}
.geekmag_comments_block .children li:before {
    font-family: 'FontAwesome';
    content: "\f122";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
}
.geekmag_comments_block .children li ul li:before {
    display: none;
}
.geekmag_comment blockquote {
    padding: 0px;
    text-indent: 0px;
    border: none !important;
}
.geekmag_comments pre {
    padding: 0px;
}
#geekmag-facebook-comments {
    margin-top:40px;
    padding:40px;
}

/* ================= WORDPRESS ================== */

.alignleft {
    float: left;
    padding: 0px 30px 30px 0px !important;
}
.alignright {
    float: right;
    padding: 0px 0px 30px 30px !important;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
img.alignnone {
    float: none;
}
.caption-image .alignleft, .caption-image .alignright {
    float: none !important;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, img.alignnone, img.alignright, img.aligncenter, img.alignleft {
    max-width: 100% !important;
    height: auto;
}
.wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 30px;
}
.wp-caption img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}
.wp-caption-text {
    margin: 0px;
    padding: 10px;
}
.gallery-caption, .bypostauthor, .sticky p {}
.form-allowed-tags {
    font-size: 12px;
}
.post-password-form {
    margin-bottom: 40px;
}
.wp-playlist {
    padding: 20px 20px 10px 20px !important;
    margin: 40px 0px !important;
}
.wp-audio-playlist img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.wp-playlist-item, .wp-playlist-item-length {
    padding: 10px 0px !important
}
.wp-playlist-current-item {
    margin-bottom: 20px !important;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.geekmag-page-links {
    margin-top: 40px;
    padding: 15px;
}
.geekmag-page-links span {
    margin: 0px 5px;
}

#geekmag-main .justified-gallery>div>div>a>.caption, #geekmag-main .justified-gallery>div>div>.caption, #geekmag-main .justified-gallery>div>div .caption {
    padding:15px 20px;
    font-size:14px;
}
/* ================= ENVIRA GALLERY ================== */
.envira-gallery-item-inner img.envira-gallery-image.envira-gallery-image {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    opacity: 1;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.envira-gallery-item-inner img.envira-gallery-image.envira-gallery-image:hover {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}

/* ================= RESPONSIVE IFRAME ================== */

.geekmag-iframe iframe, .geekmag-iframe object, .geekmag-iframe embed, .geekmag-iframe video {
    display: none;
    vertical-align: bottom;
}
.SoundCloud iframe {
    min-height: 200px;
}
.Spotify iframe {
    max-height: 400px;
}
.geekmag-iframe {
    margin: 40px 0px;
}
.geekmag-post-format-img .geekmag-iframe, .geekmag-post-format-video .geekmag-iframe, .geekmag-post-format-audio .geekmag-iframe {
    margin-top: 0px;
}
.geekmag-sidebar-box.widget_geekmag-video .geekmag-iframe {
    margin: 0px;
}

/* ================= FOOTER ================== */

#footer, #footer-info-fullwidth {
    position: relative;
    width: 100%;
}
#footer-widgets, #footer-info {
    position: relative;
    width: 100%;
    display: block;
    max-width: 1480px;
    margin: 0px auto;
}
.footer-widgets-inner {
    position: relative;
    padding: 60px 40px;
}
#footer-info {
    display: table;
    table-layout: fixed;
    padding: 10px 40px;
    width: 100%;
}
.footer-info-inner {
    display: table-row;
    width: 100%;
}
.footer-credits {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
.footer-info-inner .geekmag-social-icons {
    display: table-cell;
    vertical-align: middle;
}
#footer .widget_recent_entries ul li, #footer .widget_categories ul li, #footer .widget_recent_comments ul li, #footer .widget_pages ul li, #footer .widget_meta ul li, #footer .widget_archive ul li, #footer .widget_archives ul li, #footer .widget_recent-posts ul li, #footer .widget_rss ul li, #footer .widget_nav_menu div ul>li, #footer .recentcomments {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer #wp-calendar tbody td {
    background: transparent;
}
#footer #wp-calendar tbody td {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .geekmag-article-list-row, #footer .geekmag-post-content, #footer .geekmag-article-list, #footer .resp-tabs-list li:hover, #footer .resp-tabs-list li.resp-tab-active, #footer .resp-tabs-container, #footer .resp-tab-active, #footer .resp-vtabs .resp-tabs-list li:hover, #footer .resp-vtabs .resp-tabs-list li.resp-tab-active {
    background: none;
}
#footer .geekmag-article-list-img {
    padding: 0px;
}
#footer .geekmag-author-thumb img {
    border: none;
}
#footer .geekmag-post-content, #footer .resp-tab-content {
    padding: 0px;
}

/* ================= MAILCHIMP ================== */

.geekmag-mailchimp .mc4wp-form-fields p {
    margin: 0px;
}
.geekmag-mailchimp .mc4wp-form-fields label {
    margin-bottom: 15px;
}
.geekmag-mailchimp input[type="submit"] {
    width: 100%;
}
.geekmag-mailchimp input[type="email"] {
    margin-bottom: 20px;
}
.widget_mc4wp_form_widget {
    position: relative;
}
.widget_mc4wp_form_widget:before, .so-panel.widget_mc4wp_form_widget:before {
    font-family: 'FontAwesome';
    content: "\f2b6";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: -28px;
    right: 40px;
    font-size: 46px;
    z-index: 1;
}

/* ================= ADVERTISEMENT ================== */

.geekmag-footer-banner {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 40px;
}
.geekmag-after-content-banner, .geekmag-before-content-banner {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px;
}
.geekmag-before-content-banner img, .geekmag-after-content-banner img, .geekmag-footer-banner img, .geekmag-header-banner img {
    vertical-align: bottom;
}
.geekmag-footer-banner div, .geekmag-before-content-banner div {
    margin-bottom: 40px;
}
.geekmag-after-content-banner div {
    margin-top: 40px;
}

/* ================= SITEORIGIN ================== */

div.sow-carousel-thumbnail a span.overlay {
    background-color: transparent !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
li.sow-carousel-item h3 {
    padding: 20px 10px;
    margin-top: 0px !important;
    text-transform: none;
    font-size: 16px !important;
}
.sow-carousel-next, .sow-carousel-previous {
    width: 30px !important;
    padding: 5px 0px;
}
.sow-carousel-next:before, .sow-carousel-previous:before {
    font-size: 12px;
    vertical-align: bottom;
}

/* ================= MASONRY GRID ================== */

.geekmag-column {
    float: left;
}
.size-1of1 {
    width: 100%;
}
.size-1of2 {
    width: 50%;
}
.size-1of2:first-child {
    padding-right: 7.5px;
}
.size-1of2:last-child {
    padding-left: 7.5px;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of3:nth-child(1) {
    padding-right: 10px;
}
.size-1of3:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px;
}
.size-1of3:nth-child(3) {
    padding-left: 10px;
}
.size-1of4 {
    width: 25%;
}
.size-1of4:nth-child(1) {
    padding-right: 7.5px;
}
.size-1of4:nth-child(2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.size-1of4:nth-child(3) {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.size-1of4:nth-child(4) {
    padding-left: 7.5px;
}
.geekmag-masonry-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.geekmag-one-column[data-columns]::before {
    content: '1 .geekmag-column.size-1of1';
}
.geekmag-two-columns[data-columns]::before {
    content: '2 .geekmag-column.size-1of2';
}
.geekmag-three-columns[data-columns]::before {
    content: '3 .geekmag-column.size-1of3';
}
.geekmag-four-columns[data-columns]::before {
    content: '4 .geekmag-column.size-1of4';
}
.geekmag-one-column[data-columns]::before, .geekmag-two-columns[data-columns]::before, .geekmag-three-columns[data-columns]::before, .geekmag-four-columns[data-columns]::before {
    visibility: hidden;
}

/* ================= NO JS ================== */

.no-js #geekmag-nav-menu {
    pointer-events: auto;
}
.no-js #geekmag-loading-overlay {
    display: none;
}

/* ================= MASONRY MEDIA QUERIES ================== */

@media screen and (min-width: 1170px) {
    .geekmag-two-columns[data-columns]::before {
        content: '2 .geekmag-column.size-1of2';
    }
    .geekmag-three-columns[data-columns]::before {
        content: '3 .geekmag-column.size-1of3';
    }
    .geekmag-four-columns[data-columns]::before {
        content: '4 .geekmag-column.size-1of4';
    }
}
@media only screen and (min-width: 701px) and (max-width: 1170px) {
    .geekmag-three-columns[data-columns]::before {
        content: '2 .geekmag-column.size-1of2';
    }
    .geekmag-four-columns[data-columns]::before {
        content: '3 .geekmag-column.size-1of3';
    }
}
@media only screen and (min-width: 480px) and (max-width: 700px) {
    .geekmag-two-columns[data-columns]::before, .geekmag-three-columns[data-columns]::before {
        content: '1 .geekmag-column.size-1of1';
    }
    .geekmag-four-columns[data-columns]::before {
        content: '2 .geekmag-column.size-1of2';
    }
}
@media only screen and (max-width: 480px) {
    .geekmag-two-columns[data-columns]::before, .geekmag-three-columns[data-columns]::before, .geekmag-four-columns[data-columns]::before {
        content: '1 .geekmag-column.size-1of1';
    }
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 1170px) {
    .geekmag-topbar-searchbox input[type="text"].geekmag-topbar-searchtext:focus {
        width: 120px;
    }
    li.geekmag-social-icons-search {
        width: 100%;
        float:none;
        margin-left:0px;
    }
    #geekmag-header-container-inner, #geekmag-header-left, #geekmag-header-right {
        width: 100%;
        display: block;
        text-align: center;
    }
    #geekmag-header-right-v4,#geekmag-header-left-v4 {
        display: block !important;
        text-align: center;
        margin:0px auto;
    }
    #geekmag-header-wrapper.geekmag-header-v4 #geekmag-nav-menu {
        width:100%;
        text-align:left;
    }
    #geekmag-header-wrapper.geekmag-header-v4 #geekmag-nav-container-inner {
        margin:30px 0px 0px 0px;
    }
    #geekmag-header-left-v4 a, #geekmag-header-right-v4 a {
        display: block;
    }
    #geekmag-header-right-v4 .geekmag-nav ul{
        background:transparent;
    }
    .geekmag-header-banner {
        float: none;
    }
    .geekmag-header-banner > * {
        margin-top:20px;
    }
    .geekmag-header-banner .widget_geekmag-iframe-widget {
        width: 100%;
    }
    #geekmag-header-left img {
        height: auto !important;
        max-width: 100%;
    }
    #geekmag-header-left {
        padding-right: 0px;
    }
    #geekmag-nav-container.geekmag-nav-v2 nav {
        text-align: left;
    }
    #geekmag-nav-container.geekmag-nav-v2 .geekmag-nav {
        width:100%;
    }
    .geekmag-toggle-menu {
        display: block !important;
    }
    #geekmag-nav-container.f-nav {
        opacity: 1;
    }
    .geekmag-nav {
        padding: 20px 0px;
        line-height: 50px;
        display: none;
    }
    #geekmag-nav-container-inner {
        padding: 0px;
    }
    .geekmag-nav a {
        padding: 0px 40px;
    }
    .geekmag-nav ul li a {
        padding: 10px 40px;
    }
    .geekmag-nav ul {
        display: block;
        width: 100% !important;
    }
    .geekmag-nav ul li {
        padding: 0px;
    }
    .geekmag-nav li {
        float: none;
        display: block;
        padding: 0px;
    }
    .geekmag-nav li li .parent:after {
        content: '▾';
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        position: absolute;
        top: 5px;
        right: 40px;
    }
    .geekmag-nav > li:before {
        display: none !important;
    }
    .geekmag-nav ul li:first-child {
        margin-top: 0px;
    }
    .geekmag-nav ul li:last-child {
        margin-bottom: 0px;
    }
    .geekmag-nav > li.menu-hover > ul, .geekmag-nav li li.menu-hover ul {
        position: static;
    }
    .geekmag-nav > li.geekmag-nav-arrow {
        padding-right: 0px;
    }
    .geekmag-nav > li.geekmag-nav-arrow > a:after {
        top: 2px;
        right: 40px;
    }
    .geekmag-nav li ul a {
        opacity: 1;
    }
    .geekmag-nav > li > ul > li > ul {
        padding:5px 0px 0px 0px;
        margin-bottom:0px;
    }
    .geekmag-page-left, .geekmag-page-right {
        width: 100%;
        padding: 0px;
    }
    .geekmag-page-left {
        margin-bottom: 40px;
    }
    .geekmag-page-right {
        position: relative;
        display: block;
        width: 100%;
        top: inherit;
        right: inherit;
    }
    .geekmag-article-list-img {
        width: 100px;
    }
    .geekmag-article-list-featured {
        max-width:480px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (max-width: 1024px) {
    .footer-widgets-inner {
        padding: 40px;
    }
    #footer .geekmag-searchbox {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 900px) {
    #geekmag-toggle-sub-menu {
        display: block;
    }
    #geekmag-topbar {
        display: none;
    }
    .geekmag-sub-menu {
        margin: 0px;
    }
    .geekmag-sub-menu li {
        float: none;
        margin: 0px 30px 0px 0px;
    }
    .geekmag-page-title-right {
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }
    .geekmag-page-title-left {
        padding-right: 0px;
        padding-top: 120px;
        text-align: center;
    }
    #geekmag-topbar-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-info-inner {
        padding: 20px 0px;
    }
    .footer-info-inner, .footer-credits {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: bottom;
    }
    .footer-info-inner .geekmag-social-icons {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 30px -10px 0px 0px;
        width:auto;
    }
    .footer-info-inner .geekmag-social-icons li {
        padding:0px 5px 5px 0px;
        display:inline-block;
    }
    .footer-info-inner .geekmag-social-icons li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    #geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li {
        width: 16.6%;
    }
    .geekmag-author-links .geekmag-author-icons {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: -10px;
    }
    #geekmag-topbar-inner {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    #geekmag-topbar-inner, #geekmag-topbar-left, #geekmag-topbar-right {
        display: block;
        text-align: center;
    }
    #geekmag-topbar-left, #geekmag-topbar-right {
        max-width:260px;
        margin:0px auto;
    }
    #geekmag-topbar-inner .geekmag-sub-menu li {
        margin:0px;
    }
    #geekmag-topbar-right {
        margin-top:20px;
        margin-bottom:5px
    }
     .geekmag-social-icons {
         display: table;
         text-align:center;
         width:100%;
         padding: 0px;
    }
    .geekmag-social-icons li {
        display:table-cell;
        width:auto;
        float:none;
        margin: 0px;
    }
    .geekmag-sub-menu li a {
        line-height:2;
    }
    li.geekmag-social-icons-search {
        display:none !important;
    }
    #geekmag-social-icons-mobile-search {
        display: inline-block;
    }
}
@media only screen and (max-width: 700px) {
    .geekmag-general-desc {
        padding-left: 190px;
    }
    .geekmag-general-percent {
        font-size: 20px;
        max-width: 160px;
    }
    .geekmag-general-rating {
        width: 160px;
    }
    .geekmag-general-percent span {
        font-size: 54px;
    }
    .geekmag-general-percent small {
        font-size: 24px;
    }
}
@media only screen and (max-width: 640px) {
    h1, h2, h3, h4, h5, h6, p, .geekmag-page-left, .geekmag-sidebar-box, .widget_mc4wp_form_widget, .geekmag-article-box, .geekmag-searchbox, dl, dd, pre {
        margin-bottom: 20px;
    }
    hr, table {
        margin: 20px 0px;
    }
    blockquote {
        margin: 20px 0px;
        padding: 20px 0px;
    }
    blockquote p {
        line-height: 1.6;
    }
    blockquote:before {
        top: 18px;
    }
    .geekmag-post-content ul, .geekmag-post-content ol {
        margin: 0 0 20px 1.3333em;
    }
    .geekmag-post-content .slick-dots {
        margin: 0px;
    }
    #geekmag-page-content, .geekmag-post-content, .geekmag-article-content, .geekmag-page-title, #geekmag-topbar-inner, #geekmag-header-container-inner, #geekmag-header-container-inner-v2, .geekmag-sidebar-box, .widget_mc4wp_form_widget, .footer-widgets-inner, .widget_nav_menu.so-panel, #geekmag-review-container,#breadcrumbs,#geekmag-facebook-comments {
        padding: 20px !important;
    }
    .geekmag-toggle-menu {
        padding: 25px 20px 25px 20px;
    }
    #geekmag-toggle-sub-menu {
        padding: 10px 20px 10px 10px;
    }
    .geekmag-toggle-menu:after {
        right: 20px;
    }
    .geekmag-header-banner .sow-image-container {
        margin: 0px -20px -20px -20px;
    }
    .geekmag-sub-menu {
        margin: 0px 0px 10px 0px;
    }
    .geekmag-nav {
        padding: 10px 0px;
    }
    .geekmag-nav a {
        padding: 0px 20px;
    }
    .geekmag-nav ul li a {
        padding: 5px 20px;
    }
    .geekmag-nav>li.geekmag-nav-arrow>a:after {
        right: 20px;
    }
    .geekmag-nav li li .parent:after {
        right: 20px;
    }
    .geekmag-xl-article-img a {
        margin: auto;
        text-align: center;
    }
    .geekmag-xl-article-img, .geekmag-xl-article-right {
        float: left;
        width: 100%;
    }
    .geekmag-xl-article-img, .geekmag-xl-article-right.no-img {
        padding: 20px;
    }
    .geekmag-xl-article-img a {
        max-width: 100px;
    }
    .geekmag-xl-article-right {
        padding: 0px 20px 20px 20px;
        text-align: center;
    }
    .geekmag_comments_block .children li {
        padding-left: 0px;
    }
    .geekmag_comments_block .children li:before {
        left: -18px;
        font-size: 18px;
    }
    .geekmag_comments_content {
        padding: 0px !important;
        background:none !important;
    }
    .geekmag_comments_content:before {
        display:none;
    }
    .geekmag_comments .geekmag_meta .avatar {
        margin: 0px;
    }
    .geekmag_comments_block,.geekmag_comment_form {
        padding: 20px 20px 10px 20px;
    }
    .geekmag_meta_right {
        padding-left: 5px;
    }
    .geekmag_meta {
        margin-bottom: 5px;
    }
    .geekmag-page-title-right {
        width: 80px;
    }
    #geekmag-topbar-inner {
        padding: 10px 20px;
    }
    .geekmag-page-title {
        margin-bottom: 20px;
    }
    .geekmag-social-icons {
        float: none;
        padding-right: 5px;
    }
    .geekmag-social-icons-search {
        width: auto;
    }
    .geekmag-article-box .geekmag-post-date {
        margin-bottom: 20px;
    }
    .geekmag-share-buttons {
        padding: 20px 20px 0px 20px;
        margin: 20px -20px 0px -20px;
    }
    .geekmag-share-buttons h5 {
        margin-bottom: 10px;
    }
    .geekmag-post-author img {
        width: 14px;
    }
    .geekmag-author-box {
        margin: 20px 0px 20px 0px;
        padding: 20px;
    }
    .geekmag-author-avatar {
        width: 60px;
    }
    .geekmag-author-meta {
        padding-left: 20px;
    }
    .geekmag-pager.comments-pager,#geekmag-facebook-comments,.geekmag_comments_block,.geekmag-single-post-nav {
        margin-top: 20px;
    }
    input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], input[type="url"], textarea {
        margin: 0px 0px 20px 0px;
        padding: 10px;
    }
    input[type="submit"], .geekmag-button, .geekmag-pager.comments-pager a {
        padding: 7px 15px;
    }
    .geekmag-article-content .geekmag-button {
        padding: 7px 15px;
        margin: 0px 0px 6px 0px;
    }
    .geekmag-format-quote-box:before, .geekmag-page-title.geekmag-page-quote-title:before {
        right: 20px;
        top: 10px;
        font-size: 26px;
    }
    .geekmag-page-left #geekmag-related-posts .geekmag-article-content {
        margin-bottom: 20px;
    }
    .geekmag-format-icon:before {
        border-width: 30px !important;
    }
    .geekmag-format-icon:after {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .geekmag-post-format-img, .geekmag-post-format-video, .geekmag-post-format-audio {
        margin: -20px -20px 0px -20px;
    }
    .geekmag-post-format-img {
        margin-bottom: 20px;
    }
    .geekmag-format-img-content {
        padding: 20px;
    }
    #geekmag-gallery-dots-container .slick-dots.geekmag-gallery-dots li {
        width: 20%;
    }
    .geekmag-xlpost-icon {
        display: none;
    }
    .geekmag-single-post-nav {
        padding: 20px;
    }
    .geekmag-single-post-left a:before, .geekmag-single-post-right a:before {
        width: 16px;
        height: 16px;
        margin-top: -16px;
        font-size: 20px;
    }
    .geekmag-single-post-left a:before {
        left: 20px;
    }
    .geekmag-single-post-right a:before {
        right: 20px;
    }
    .geekmag-footer-banner {
        padding: 0px 20px;
    }
    .geekmag-footer-ad, .geekmag-before-ad {
        margin-bottom: 20px;
    }
    .geekmag-after-ad {
        margin-top: 20px;
    }
    .widget_mc4wp_form_widget.geekmag-sidebar-box:before {
        top: 5px;
        right: 20px;
        font-size: 30px;
    }
    .geekmag-single-post-nav, .geekmag-single-post-row {
        display: block;
    }
    .geekmag-single-post-left, .geekmag-single-post-right {
        display: block;
        width: 100%;
        padding: 0px;
        border: none !important;
    }
    .geekmag-single-post-left a:before, .geekmag-single-post-right a:before {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        margin-top: 0px;
        font-size: 16px;
        padding: 0px 5px 0px 0px;
    }
    .geekmag-single-post-right {
        text-align: left;
        margin-top: 15px;
    }
    .geekmag-404-container h1 {
        margin-top: 10px;
    }
    .geekmag-no-result-form .geekmag-searchbox {
        margin: 20px 0px 10px 0px;
    }
    .geekmag-general-rating {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 40px;
    }
    .geekmag-general-percent {
        display: inline-block;
        max-width: 100%;
    }
    .geekmag-general-desc {
        padding-left: 0px;
    }
    .geekmag-article-review {
        margin: -20px -20px 20px -20px;
    }
}
@media only screen and (max-width: 480px) {
    #wp-calendar tbody td {
        padding: 0px;
        font-size: 14px;
    }
    .footer-info-inner {
        padding: 10px 0px;
    }
    .footer-info-inner .geekmag-social-icons {
        margin-top: 20px;
    }
}