/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */

/**page and Wraps**/

#page {
    margin: 1% auto;
}

.header .wrap{
padding: 20px 20px 10px 20px;
}
.primary .wrap {
    padding: 15px 20px 1.5em;
}

.featured {
    background: #73b83b none repeat scroll 0% 0%;
} 


.featured .wrap{
 border-bottom: 4px solid #5F9533;

}  

b, strong {
    font-weight: bold;
    color: #39983C;
}

a {
    color: #80C448;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #999999;
}

h2, h1.page-title, .entry-list h3, .flex-caption h1, .flex-caption h2 {
    font-size: 1.5em;
    line-height: 1.375;
    margin: 0px 0px 0.0em;
}

.primary-nav {

    background-color: #80c448;
    border-bottom: 1px solid #5F9533;
}

.primary-nav li a {
color:#fff;
}

.primary-nav .wrap {
    width: 100%;
    padding: 0px 5px;
}

ul.nav-menu > li {
    margin-right: 0px;
}

/** Homepage **/

.hp-list{
    width: 41.625%;
}

.hp-image{
  
  margin-top: 90px;
}





ul.nav-menu > li.current-menu-item > a, ul.nav-menu > li.current-menu-ancestor > a, ul.nav-menu > li.current_page_item > a, ul.nav-menu > li.current_page_ancestor > a {
    background: #5f9533 none repeat scroll 0% 0%;
    color: #FFF;

}

.primary-nav li:hover > a {
    color: #FFF;
    background-color: #5f9533;
}

/*** Header area ***/

.header {
    z-index: 999;
    border-top: solid 4px #73b83b;
}

.header-widget-area .half{
margin-top:60px;
color: #999999;
}

.header-widget-area .one-third{
 margin-top:48px;
 width: 26.25%;
 border-left:1px solid #e5e5e5;
}

.header-widget-area .one-fifth {
    margin-top: 49px;
    width: 11%;
    font-size: 8px;
    text-align: center;
}

 
 .header-widget-area .column, .header-widget-area .content.full-width .column {
    float: right;
    margin-right: 1.125%;
    margin-bottom: 1.5em;
}


.page_titles h1, .page_titles h2, .page_titles h3 {
    font-size: 2.1666em;
    line-height: 1.38461;
    color: #fff;
    margin-bottom: 0px;
}


/*** Slider ***/

.flex-direction-nav a {

    background: #73b83b none repeat scroll 0% 0%;

}

.flex-control-nav{
display: none;
}


/*** Content ***/
h3, .section-title{
color: #71AA41;
}


.content{
width:73%;
}

.sidebar{
width:23%;
}

ul.list li {
    padding: 5px 0px 5px 2.0em;
    position: relative;
}

ul.list0 li::before {
    color: #73b83b;
}



.secondary {
border-top: 2px solid #74B83B;
    background: #efeeee none repeat scroll 0% 0%;
    color: #666;
}
.footer {
    background: #74B83B none repeat scroll 0% 0%;
}

.footer, .footer a {
    color: #fff;
}


#responsive-menu {
    background: #7cc242 none repeat scroll 0% 0%;
}


.page-id-537 .content .one_fourth, .content .one-fourth {
    width: 15%;
}

.secondary .wrap {
    padding: 50px 30px 12px;
}


/**contact form**/

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    width: 100%;
}

button, .menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"] {
    padding: 0.75em 1em;
    font-size: 1em;
    line-height: 1.5;
    height: 3em;
    font-weight: normal;
    color: #fff;
    border: medium none;
    cursor: pointer;
    vertical-align: middle;
    background: #80c448 none repeat scroll 0% 0%;
}

.header-widget-area .one-third {
    margin-top: 0px;
    width: 26.25%;
    border-left: 1px solid #e5e5e5;
}

.header-widget-area .one-fifth {
    margin-top: 0px;
    width: 11%;
    font-size: 8px;
    text-align: center;
}

.header-widget-area .half {
    margin-top: 12px;
    color: 
    #999999;
}


/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {

.brand, .feat_widget_area {
    float: left;
    margin: 0px 0px 1.5em;
    display: block;
    width: 52% !important;
    max-width: 50%;
}

.header-widget-area .half{
margin-top:0px;
color: #999999;
text-align: center;
display:none;
}
.header-widget-area .one-third{
 border-left:0px solid #e5e5e5;
}

.header-widget-area {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 0em;
}







}



/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {

 .brand, .feat_widget_area {
    float: left;
    margin: 0px 0px 1.5em;
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.header-widget-area .half{
margin-top:0px;
color: #999999;
text-align: center;
display:none;
}

.header-widget-area .one-third{
 margin-top:10px;
 width: 75%;
 text-align: center;
 border-left:0px solid #e5e5e5;
}
.header-widget-area .one-fifth{
 margin-top:0px;
 width: 20%;
 }
 
 .hp-list {
    width: 100%;
}
 
 .hp-image{
  width: 100%;
  margin-top: 00px;
}


.sidebar {
    color: #777;
    text-align: center;
}
	.text-2{
	display:none;
}
	
.widget ul {
    position: relative;
    margin: -0.666em 0 1.5em;
    padding: 0;
    list-style: none;
    float: none;

}

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .widget ul {
    position: relative;
    margin: -0.666em 0 1.5em;
    padding: 0;
    list-style: none;
    float: none;
		  width:100%;
}
	  


}

