/*
Theme Name: Kenlockqhranch
Theme URI: https://www.kenlockqhranch.com/
Author: Subin PS
Author URI: https://www.wpmigrate.net/
Description: Multi-Purpose Responsive Theme
Version: 4.0
Text Domain: kenlockqhranch
*/


/***************
All custom CSS should be added to Kenlock > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.header-nav li a {
    color: 
    #2c5079 !important;
}
.header-nav li a:hover {
    color: 
    #091a33 !important;
}
.wpm-row{
	max-width:1200px !important;
	margin:0 auto !important;
}
.home2 p {
    color: #fff;
    text-align: center;
	min-height: 120px;
}
.home2 h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.home2 .vc_btn3 {
    padding: 10px 36px !important;
}
.home2 .wpm-row .vc_column-inner > .wpb_wrapper {
    background: #2d507a;
	overflow:hidden;
	min-height: 575px !important;
}
.home2 .wpb_text_column {
    margin: 40px 16px;
}
.home2 .vc_btn3-container {
    margin-bottom: 40px;
}
.home3 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
}
.home3 p {
    color: #fff;
    max-width: 610px;
}
.home3 .vc_btn3{
	padding: 10px 36px !important; 
}
.home4 h1 {
    text-align: center;
	color: #fff;
    text-transform: uppercase;
    font-size: 33px;
}
.home4 p {
    color: #fff;
}
.home4 input, .home4 textarea {
    box-shadow: none;
    margin: 0 !important;
    border: none !important;
	background:#0d2242 !important;
	color: #fff !important;
}
.home4 a {
    color: #fff;
}
.home4 a:hover{
	text-decoration:underline;
	color: #fff;
}
.home5 h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
}
.home5 p {
    color: #fff;
}
.home5 input[type="email"] {
    float: left;
    background: transparent !important;
	color:#fff;
	height: 60px;
	border: 1px solid #fff;
}
.home5 input[type="submit"] {
    height: 62px;
}
.home5 {
    background-size: 520px !important;
    background-position: center !important;
}
.is-divider.small {
    display: none;
}
#secondary .widget-title {
    margin-bottom: 20px !important;
    display: block;
    font-size: 20px;
}
#secondary .widget {
    margin-bottom: 40px;
}
#secondary p {
    font-size: 14px;
}
#secondary input[type="email"] {
    box-shadow: none;
    border: 1px solid #0d2242;
	color:#0d2242 !important;
}
.contact-page input {
    margin: 0 !important;
    box-shadow: none;
}
li.current-menu-item a {
    color: #081934 !important;
}
.badge.post-date{
	display:none;
}
td {
    line-height: 20px !important;
    padding: 12px !important;
	border-right: none;
}
table tr {
    border-bottom: 1px solid #666 !important;
}
.entry-category.is-xsmall {
    display: none;
}
.horse-name {
    height: 89px;
    font-weight: bold;
}
.horse-container {
    float: left;
    width: 33%;
    padding: 20px;
    text-align: center;
    height: 320px;
	position:relative
}
.view-details {
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: 94px;
    background: #0d2242;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 15px;
    opacity: 0;
    transition: all 0.3s ease-in;
	margin-top:-25px;
}
.horse-container:hover .view-details{
	opacity:1;
	transition:all 0.3s ease-in;
}
.wpb_single_image.wpb_content_element {
    position: relative;
}
.main-category .wpb_heading.wpb_singleimage_heading {
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    pointer-events: none;
    top: 0;
    bottom: 0;
    line-height: 237px;
	margin:0 !important;
	transition: all 0.3s ease-in;
}
.main-category .wpb_single_image:hover .wpb_heading.wpb_singleimage_heading {
    background: #0d2242;
	transition: all 0.3s ease-in;
}
.gallery-item img {
    width: 100% !important;
    height: auto !important;
}
table, td{
	color:#0d2242 !important;
	font-size:16px;
}
@media(min-width:850px){
	.transparent #logo img {
    	max-height: 190px !important;
	}
	.home5 input[type="email"] {
		 max-width: 80%;
	}
	.home5 input[type="submit"] {
		margin-left:8px !important;
		max-width: 20%;
	}
}