/*

Theme Name: Georges Cherries
Description: Custom Developed For Georges Cherries
Author: Kelowna Website Design
Author URI: http://kelownawebsitedesign.com
Version: 1.1
Tags: kwd, kelowna website design

*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
h3.warning {
    text-align: center;
}
.gfield_label{
	color: #d62f2c
}
.gform_button{
	float: right;
	padding: 6px 31px;
	border: none!important;
	cursor: hand;
	cursor: pointer;
	background-color: #d62f2c;
	color:#fff;
	width:100%;
}
img {
	border: none;
}

.clear{
	clear:both;
}

#main{
	width: 960px;
	overflow:hidden;
	margin: 0 auto;
}

::selection
{
	background-color: #d62f2c;
	color:#fff;
}
::-moz-selection
{
	background-color: #d62f2c;
	color:#fff;
}

img {
	border: none;
}

html
{
	margin: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
}

html, body

{
	background: #fff;
	margin: 0;
	height: 100%;
	
}

body, input, textarea {
	color: #222;    
	font-family: 'Cabin', sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	clear: both;
	padding: 0px 0px;
	color: #d62f2c
}

p {
	margin: 4px 0 12px 0;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover{
	color: #d62f2c;
}


/*** PAGE LAYOUT ***/

div#container{
	margin: 4px 4px 4px 4px;
	overflow:hidden;
}

.entry-content{
	overflow: hidden;
	min-height: 200px;
	padding-top:30px;
}

#content_wide{
	float: left;
	width: 952px;
}

div#content {
	float: left;
	width: 650px;
	padding-right:50px;	
}

/*** HEADER : MENU ***/
#content li{
	margin-left: 23px;
	}
ul, menu, dir{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.menu, .sub-menu{
	padding-left: 0px;
}
.menu{
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:100%;
	/* For IE */
	padding: 0px;
	margin-top: 61px;
}
.menu li{
	float:left;
	position:relative;
	margin: 0;

}
.menu a{
	font-family: 'Cabin', sans-serif;
	display:block;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 21px 53px;
	padding: 0;
}
.menu a:hover{
	border-bottom: 5px solid #d62f2c;
	text-decoration:none!important;
}

/*--- CURRENT MENY ITEM AND SUB ITEMS ---*/


.current-menu-parent a{

}

.current-menu-item a{
	border-bottom: 5px solid #d62f2c;

}

/*--- CURRENT MENY ITEM AND SUB ITEMS ---*/

/*--- DROPDOWN ---*/
.sub-menu{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.menu ul li{
	float:none;
	z-index: 99;
}
.menu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.menu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	text-decoration: none;
}
.menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
.menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#28AFCD;
}


/*** CONTENT : POSTS AND PAGES ***/

.alignright{
	padding: 8px 0 8px 8px;
	float: right;
}

.alignleft{
	padding: 8px 8px 8px 0;
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*** CONTENT : SIDEBAR ***/

div#primary{
	width: 252px;
	float: left;
	min-height: 200px;
	/* Primary Widget Area DIV */
}

div#secondary{
	width: 252px;
	float: left;
	/* Secondary Widget Area DIV */
}

.widget-area{
	/* Class that applies to BOTH widget areas */
}

.xoxo{

	padding-left: 10px;
	list-style: none;



}
.xoxo h1{
	margin-bottom: 30px;
	margin-top: 19px;
}



.xoxo li{

	margin:0px;
	list-style: none;

}

/*** HEADER : OTHER ***/

#header{
	width: 100%;
	height: 150px;
}

#header_middle{
	width: 960px;
	margin: 0 auto;
	height: 150px;
}

/*** FOOTER ***/

#footer_center{
	width: 960px;
	margin: 0 auto;
}

#footer_content{

}

#footer_info{
	padding-top:66px;
}

.push {height: 180px;}/*Must Match Footer Height and Wrapper PUSH amount*/

div#footer{
	float: left;
	clear: both;
	height: 180px;
	width: 100%;
	border-top: 5px solid #d62f2c;
}



/*** YOUR CSS ***/
 
#menu ul li:nth-child(3){
	margin-left:300px;
}

#logo{

	position: absolute;
	z-index: 999;
	width: 300px;
	height:159px;
	margin-left:325px;

}

.red-space{
	color:#d62f2c;
	margin:0px 10px;
}

.red{
	margin:0px 10px;
}

#kwd{
	float:right;
	font-size:11px;
}

#kwd a{
	color:#d62f2c;
}
#kwd a:hover{
	color:#000;
}

#location{
	width: 300px;
	height: 85px;
	float: left;
	background-image: url('images/location.jpg');
	padding-top: 193px;
	font-size: 24px;
	text-align: center;
	margin:40px 0px;

}

#why-pick{
	width:300px;
	height:85px;
	float:left;
	background-image: url('images/why-pick.jpg');
	margin: 40px 26px;
	padding-top: 193px;
	font-size: 24px;
	text-align: center;
}

#hours{
	width:300px;
	height:85px;
	float:left;
	background-image: url('images/hours.jpg');
	padding-top: 193px;
	font-size: 24px;
	text-align: center;
	margin:40px 0px;
}

.big-link a{
	color:#d62f2c;
}
.big-link a:hover{
	color:#000;
}

#slide1{
	background-image: url('https://kelownayoupickcherries.com/wp-content/uploads/2025/05/slide1-new.webp');
	width:960px;
	height:488px;
	padding-top:328px;
}

#slide2{
	background-image: url('images/slide2.jpg');
	width:960px;
	height:488px;
	padding-top:328px;
}

#slide3{
	background-image: url('images/slide3.jpg');
	width:960px;
	height:488px;
	padding-top:328px;
}

#slide4{
	background-image: url('images/slide4.jpg');
	width:960px;
	height:488px;
	padding-top:328px;
}

#slide5{
	background-image: url('images/slide5.jpg');
	width:960px;
	height:488px;
	padding-top:328px;
}

.white-box{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
	color: #d62f2c;
	width: 700px;
	height: 52px;
	opacity: 0.9;
	font-size: 28px;
	padding-top: 14px;

}
.red-box{
	margin-left: auto;
	margin-right: auto;
	background-color: #d62f2c;
	color: #fff;
	width: 383px;
	height: 33px;
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}

.buttons{
	background-image: url('images/button.jpg');	
	height:26px;
	width:64px;
	display:block;
	float: right;
	margin-right: 6px;
}





@media only screen and (min-width:320px) and (max-width: 767px){
#main {
    width: 94%;
    padding: 0 3%;
}
#footer_center {
    width: 100%;
    text-align: center;
}
div#cycloneslider-225-1 {
display: none;
}

#header_middle {
    width: 100%;
}
#logo {
    position: relative;
    z-index: 999;
    width: inherit;
    height: initial;
    margin-left: 0px;
    text-align: center;
}

#menu ul li:nth-child(3) {
    margin-left: 0px;
}
.menu a {
    font-family: 'Cabin', sans-serif;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin: 16px 6px;
    padding: 0;
}
div#location, div#why-pick, div#hours {
    width: 100%;
    clear: both;
    display: block;
    background-size: 100%;
    height: 120px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
#kwd {
    float: none;
    font-size: 11px;
    text-align: center;
}
#content_wide {
    float: left;
    width: 100%;
}
div#content {
    float: left;
    width: 100%;
    padding-right: 0px;
}
div#menu {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.menu {

    margin-top: 10px;
}

}