/* ================= BUTTONS ================== */

.geekmag-button.large,.geekmag-button.medium,.geekmag-button.small {
    margin-bottom:10px;
}

.geekmag-button.large {
    padding: 15px 30px;
}
.geekmag-button.small {
    padding: 10px 20px;
    font-size:14px;
}

/* ================= WIDGET TITLE AND SUBTITLE ================== */

.geekmag-widget-title {
    position: relative;
    display: block;
    margin: 0px 0px 15px 0px;
    padding:20px 25px;
}

.geekmag-widget-title h1,
.geekmag-widget-title h2,
.geekmag-widget-title h3,
.geekmag-widget-title h4,
.geekmag-widget-title h5,
.geekmag-widget-title h6 {
    margin: 0px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.geekmag-sidebar-box .geekmag-widget-title h3 {
    text-transform: none;
}

.geekmag-widget-title p {
    opacity:0.5;
    letter-spacing: 0.03em;
}

/* ================= WIDGET VIEW MORE ================== */

.geekmag-view-more {
    position:relative;
    display:block;
    padding: 15px 40px;
    margin:0px;
    text-align:center;
}

/* ================= POST SLIDER ================== */

.geekmag-post-slider-container {
    position: relative;
    display: block;
    margin: 0px;
}

.geekmag-post-slider {
    position: relative;
    margin-bottom: 0px !important;
}

.geekmag-post-slider .geekmag-format-icon {
    top: 30px;
    right: 30px;
}

.geekmag-post-slider .slick-slide {
    position:relative;
}

.geekmag-post-slider .slick-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.geekmag-post-slider .slick-slide > a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}

.geekmag-post-slider-thumbnails {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
}

.geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-dots {
    text-align: left;
    position: relative;
    bottom: inherit;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100.1%;
    vertical-align: bottom;
}

.geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-dots li a {
    display: block;
    vertical-align: bottom;
    overflow: hidden;
    z-index: 2;
    margin-top:-1px;
}

.geekmag-post-slider-desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    display: block;
}

.geekmag-post-slider-inner {
    position: relative;
    padding: 30px;
    display: block;
}

.geekmag-post-slider-desc h1,.geekmag-post-slider-desc h2,.geekmag-post-slider-desc h3,.geekmag-post-slider-desc h4,.geekmag-post-slider-desc h5,.geekmag-post-slider-desc h3 {
    margin-bottom: 0px;
}

.geekmag-post-slider-desc p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.geekmag-post-slider-date .fa {
    font-size:12px
}

.geekmag-post-slider-tags {
    margin: 0px 85px 0px 0px;
    position:absolute;
    top:30px;
    left:30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index:3;
}

.geekmag-post-slider-tags span {
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    margin: 0px 5px 5px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.geekmag-post-slider-tags span.geekmag-post-slider-date {
    margin-right:0px;
    text-transform:uppercase;
}

.geekmag-post-slider.slick-dotted.slick-slider {
    padding-bottom: 0px;
}

.geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-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-post-slider-thumbnails .slick-dots.geekmag-slider-dots li {
    position: relative;
    width: 10%;
    height: auto;
    vertical-align: bottom;
    margin: 0px;
    float: left;
}

.geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-dots li.slick-active a img,
.geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-dots a:hover img {
    opacity: 1;
}

.geekmag-post-slider-desc .geekmag-article-review {
    margin:0px;
}

/* ================= CAROUSEL V2 ================== */

.geekmag-carousel-v2 .slick-slide {
    position: relative;
}

.geekmag-carousel-v2 .geekmag-format-icon {
    top: 30px;
    right: 30px;
}

.geekmag-carousel-v2.slick-dotted.slick-slider {
    padding-bottom: 0px;
}

.geekmag-carousel-v2 .slick-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: ew-resize;
}

.geekmag-carousel-v2 .slick-slide:hover img {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.3;
}

.geekmag-carousel-v2-desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:100%;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px;
}

.geekmag-carousel-v2-desc h3 {
    margin-bottom: 0px;
}

.geekmag-carousel-v2-desc p {
    margin-bottom: 0px;
    margin-top: 10px;
    opacity: 0.7;
}

.geekmag-carousel-v2-desc .geekmag-article-review {
    margin:20px 0px 0px 0px;
}

.geekmag-carousel-v2 .slick-prev,
.geekmag-carousel-v2 .slick-next {
    width: 60px;
    height: 60px;
}
.geekmag-carousel-v2 .slick-prev:before,
.geekmag-carousel-v2 .slick-next:before {
    font-size: 30px;
}

.featured-slider {
    margin-top:-40px;
}
.featured-slider > div > div {
    padding:40px;
}

/* ================= FULLWIDTH SLIDER ================== */

.geekmag-fullwidth-slider {
    position: relative;
    margin: 0px !important;
    cursor: ew-resize;
}

.geekmag-fullwidth-slider .slick-slide {
    position:relative;
    opacity:0.7;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    pointer-events: none;
}

.geekmag-fullwidth-slider .slick-slide.slick-center {
    opacity:1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    pointer-events: auto;
}

.geekmag-fullwidth-slider.slick-dotted.slick-slider {
    padding-bottom: 0px;
}

.geekmag-fullwidth-slider .slick-slide > a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}

.geekmag-fullwidth-slider .slick-slide,.geekmag-fullwidth-slider {
    margin: 0px;
}

.geekmag-fullwidth-slider .slick-slide img {
    width: auto;
    height:600px;
    vertical-align: bottom;
}

.geekmag-fullwidth-slider .slick-prev,
.geekmag-fullwidth-slider .slick-next {
    width: 60px;
    height: 60px;
}
.geekmag-fullwidth-slider .slick-prev:before,
.geekmag-fullwidth-slider .slick-next:before {
    font-size: 30px;
}

/* ================= CAROUSELS ================== */

.geekmag-carousel {
    overflow: hidden;
    margin: 0px;
    cursor: ew-resize;
}

.geekmag-carousel .geekmag-article-content {
    text-align: center;
}

.geekmag-carousel .slick-arrow {
    margin-top:-15px;
}

.geekmag-carousel .geekmag-article-content h5 {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slick-slide .post {
    vertical-align:bottom;
}

.geekmag-carousel .slick-slide img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.geekmag-carousel .slick-slide {
    margin: 0 7.5px;
}

.geekmag-carousel .slick-list {
    margin: 0 -7.5px;
}

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

.geekmag-author-card {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.geekmag-author-thumb {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: bottom;
}

.geekmag-author-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 120px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    vertical-align: bottom;
}

.geekmag-author-content {
    padding: 90px 40px 35px 40px;
    margin-top: -60px;
}

.geekmag-author-content h3 {
    margin-bottom: 5px;
}

.geekmag-author-content p {
    margin:0px 0px 25px 0px;
}

.geekmag-author-button {
    display: block;
    width: 100%;
    padding: 15px 40px;
    font-size: 15px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    letter-spacing:0.1em;
    text-align: center;
}

/* ================= ACCORDION ================== */

.geekmag-accordion-container,.geekmag-tabs {
    margin: 40px 0px;
}

.geekmag-accordion-header {
    position: relative;
	overflow: hidden;
	margin: 0px 0px 1px 0px;
	padding: 20px;
	cursor: pointer;
    -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;
}

.geekmag-accordion-header:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    content: "\f078";
	position: absolute;
    top:19px;
    right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    z-index: 1;
    display: inline-block;
    margin: 0px;
}

.geekmag-accordion-header.geekmag-active-header:after {
    content:"\f077";
}

.geekmag-accordion-content {
	display: none;
	padding: 20px;
	width: 100%;
    margin-bottom:1px;
}

.geekmag-accordion-content img {
    vertical-align:bottom;
}

.geekmag-accordion-content ul,.geekmag-accordion-content ol {
    padding-left:20px;
}

/* ================= TABS ================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
ul.resp-tabs-list {
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.resp-tabs-list li {
    display: inline-block;
    padding: 20px !important;
    margin: 0px !important;
    list-style: none;
    cursor: pointer;
    float: left;
    -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;
    border-top:3px solid transparent;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
    overflow: hidden;
}
.resp-tab-content img{
    max-width: 100%;
    height: auto;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    display: none;
    border: none;
    padding: 40px;
}

.tab-with-posts .resp-tab-content,.geekmag-sidebar-box .tab-with-posts .resp-tab-content {
    padding: 10px;
}

.geekmag-sidebar-box .resp-tab-content {
    padding: 20px;
}

.resp-tab-content img {
    vertical-align:bottom;
}

.resp-tab-content ul,.resp-tab-content ol {
    padding-left:20px;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border-top: none !important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 70%;
    clear: none;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 20px !important;
    border-top: none !important;
}
h6.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 20px !important;
}
h6.resp-tab-active span.resp-arrow {
    border: none;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}
/*-----------Accordion styles-----------*/
h6.resp-accordion {
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 20px;
}
.resp-easy-accordion h6.resp-accordion {
    display: block;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
/*-----------Post Tabs-----------*/
.resp-tabs-container .geekmag-article-list-row {
    background:none !important;
}
.resp-tabs-container .geekmag-article-list {
    margin-bottom: 0px;
}
.resp-tabs-container .geekmag-article-list-img {
    width:100px;
}

.panel-grid-cell {
    min-height:0px !important;
}

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

@media only screen and (min-width: 701px) {
    .geekmag-post-slider-desc {
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 1400px) {
    .geekmag-fullwidth-slider .slick-slide img { 
        height:500px; 
    }
}

@media only screen and (max-width: 1024px) {
    .geekmag-fullwidth-slider .slick-slide {
        opacity:1;
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .geekmag-fullwidth-slider .slick-slide img {
        width: 100%;
    }
    .geekmag-fullwidth-slider .slick-slide img,.geekmag-fullwidth-slider-container { 
        height:auto; 
    }
    .geekmag-fullwidth-slider .slick-prev,.geekmag-fullwidth-slider .slick-next,.geekmag-carousel-v2 .slick-prev,.geekmag-carousel-v2 .slick-next {
        width: 40px;
        height: 40px;
    }
    .geekmag-fullwidth-slider .slick-prev:before,.geekmag-fullwidth-slider .slick-next:before,.geekmag-carousel-v2 .slick-prev:before,.geekmag-carousel-v2 .slick-next:before {
        font-size: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .geekmag-post-slider-desc {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
    }
    .geekmag-post-slider-tags {
        margin: 0px 65px 0px 0px;
        top:20px;
        left:20px;
}
    .geekmag-carousel-v2-desc,.geekmag-post-slider-inner {
        padding: 20px;
    }
    .geekmag-post-slider .geekmag-format-icon,.geekmag-carousel-v2 .geekmag-format-icon {
        top: 20px;
        right: 20px;
    }
    .geekmag-widget-title {
        padding:20px;
    }
    .geekmag-post-slider-inner {
        background-color:transparent !important;
    }
}

@media only screen and (max-width:640px) {
    ul.resp-tabs-list {
        display: none;
    }
    h6.resp-accordion {
        display: block;
        padding-left: 20px !important;
    }
    .resp-tab-content {
        padding: 20px;
    }
    .tab-with-posts .resp-tab-content,.geekmag-sidebar-box .tab-with-posts .resp-tab-content {
        padding: 10px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-tab-active {
        border: none !important;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tabs-container > div {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .geekmag-accordion-container,.geekmag-tabs {
        margin: 30px 0px;
    }
    .featured-slider {
        margin-top:-20px;
    }
    .featured-slider > div > div {
        padding:20px;
    }
}

@media only screen and (max-width: 480px) {
    .geekmag-post-slider-thumbnails .slick-dots.geekmag-slider-dots li {
        width: 20%;
    }
    .geekmag-author-thumb img {
        max-width: 100px !important;
    }
    .geekmag-author-content {
        padding: 65px 20px 20px 20px;
        margin-top: -50px;
    }
}