/*
Theme Name: Kunco
Theme URI: http://gaviasthemes.com/kunco/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: kunco

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
}
.gallery-caption{
   font-weight: 600;
}
.bypostauthor{
   text-align: left;
}
.epicsearch{
    top: 50%;
    position: absolute !important;
    display: inline-block;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}
@media(max-width:990px){
    .header-mobile .main-search,.header-v3 .main-search{
        right: 30px !important;
        }
    }
span.meta-nav.next {
    float: right;
    font-weight: 600;
    border: 2px solid rgba(0,0,0,.1);
	border-radius:10px;
	padding: 10px 20px;
	margin-top:30px;
	margin-bottom:30px;
	transition-duration:.5s;
	
}
span.meta-nav.prev{
		position: absolute;
    font-weight: 600;
    border: 2px solid rgba(0,0,0,.1);
	border-radius:10px;
	padding: 10px 20px;
	margin-top:30px;
	margin-bottom:30px;
	transition-duration:.5s;
}
span.meta-nav.next:hover,
span.meta-nav.prev:hover{
    background: #fcc91b !important;
	color: #fff;
	transition-duration:.5s;
}
.gva-search .control-search{
    line-height: 30px;
}
.content-page .nav-links{
      position: relative;
    overflow: hidden;
    min-height: 100px;
}
/*second header*/

@media (min-width: 768px){
    .navbar-nav {
        float: right !important;
        margin: 0;
    }
}
.header-v2 .header-bottom .header-bottom-inner {
    padding-right: 30px !important;
    }
    
.header-v2 {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.header-v3 .gv-sticky-menu.stuck {
    background: #ffffff !important;
}    
.header-v3 .gv-sticky-menu.stuck ul.navbar-nav.gva-nav-menu > li.current-menu-item > a {
    color: #333333 !important;
}

.header-v3 .gv-sticky-menu.stuck ul.navbar-nav.gva-nav-menu > li > a {
    color: #333333 !important;
}

