/*
Theme Name: Virtue – Premium Child
Theme URI: http: http://www.krisbunda.com/blog/wp-content/themes/virtue_premium
Description: This is a custom child theme for Virtue Premium theme by Kadence Themes.
Author: Kris Bunda
Author URI: http://krisbunda.com/blog
Template: virtue_premium
Version: 4.6
Text Domain: virtue_premium-child
*/
/*Change how post pagination looks so it's not so small & easily overlooked, and for touch*/
/*

searchform ID for Google CSE script-created box

#searchform {
		display: inline-block;
		float: right;
		width: 100%;
		height: 32px;
		margin: 0;
		border: none;
	}*/
/*
searchform ID for Google CSE script-created box

#topbar-search form {
	margin: 4px 0;
	float: right;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
	}
#topbar-search input[type=text] {
    background: url(../img/20white.png);
    background: rgba(255, 255, 255, .2);
    border: none;
    color: #fff;
    height: 25px;
    line-height: normal;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none:
}
#topbar-search #searchsubmit {
    color: #fff;
    height: 25px
}
#topbar-search::-webkit-input-placeholder {
    color: #fff
}
#topbar-search:-moz-placeholder {
    color: #fff
}
#topbar-search::-moz-placeholder {
    color: #fff;
    opacity: 1
}
#topbar-search:-ms-input-placeholder {
    color: #fff
}*/
/*
larger navigation numbers on latest posts home page
*/
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding: 34px 20px 34px 20px;
    font-size: 50px;
    font-weight: 700;
    margin: 5px 5px 20px 5px;
    display: inline-block;
    border: solid 4px #eee;
    border-color: rgba(0, 0, 0, .05);
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.wp-pagenavi a:hover {
    border-color: #c72c00;
    background: url(../img/20black.png);
    background: rgba(0, 0, 0, .05)
}
.wp-pagenavi .current {
    background: url(../img/20black.png);
    background: rgba(0, 0, 0, .05)
}
/*
larger navigation numbers on WooCommerce pagination
*/
nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
	padding: 10px 10px 20px 10px;
	font-size: 50px;
	line-height: 50px;
	margin: 5px 5px 20px 5px;
    display: inline-block;
	}
ul .page-numbers {
    text-align: center;
	}
/*
larger navigation numbers on paginated blog posts
*/
 nav.pagination.kt-pagination {
    text-align: center;
    padding: 10, 5, 10, 5;
}
 .kt-pagination span {
    padding: 30px 20px 30px 20px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin: 10px;
    display: inline-block;
    border: solid 4px #eee;
    border-color: rgba(0, 0, 0, .05);
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
 .kt-pagination a {
    background-color: white;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

 .kt-pagination a:hover {
	color: white;
    background-color: #dd3333;
}
/*
larger image caption text
*/
.caption.wp-caption-text, 
.gallery-caption {
    font-size: 18px;
    line-height: 36px;
}
/*
larger larger font for tags at bottom of posts or summary
*/
.posttags,
.posttags a {
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.posttags a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}