/*
Theme Name: Jersey
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
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, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: jersey

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html, body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-size:15px; color:#58595b; font-family: 'Open Sans', sans-serif;
}

*{ box-sizing: border-box;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

input[type="text"], input[type="email"], textarea { width: 100%; height: 50px; border: 0; background: #efeeec; padding: 0 15px; margin-top: 10px; color: #808184; font-size: 15px;}
input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, textarea:hover, textarea:focus{ outline: 0; border: 0; box-shadow: none; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus{background: #f7f7f7;}
textarea { width: 100%; height: 170px; resize: none; padding-top: 10px;}
label { font-size: 15px; display: block; color: #58595b;}
input[type="submit"]{ color: #afa9a0; background: none; border: 1px solid #afa9a0; padding: 10px 22px; border-radius: 4px; font-family: 'Merriweather', serif; font-size: 15px; font-weight: 700; margin-top: 5px;}
input[type="submit"]:hover, input[type="submit"]:focus{ color: #a76d11; border: 1px solid #a76d11;}

select, .sbSelector{ padding: 10px 12px; background: #fff; border: 1px solid #aa731a; border-radius: 5px; width: 220px !important; cursor: pointer; position: relative; }
.sbHolder{position: relative; width: 220px !important;}
.sbToggle{ position: absolute; right: 0; top: 0; width: 16px;height: 100%; background: #a76d11 url(images/select-icon.svg) no-repeat 5px 18px ; z-index: 99; border-radius: 0 5px 5px 0px; cursor: pointer;}
.sbHolder a{ display: block; text-decoration: none;}
.sbHolder a:hover{text-decoration: none;}
.sbOptions{ padding: 0; margin: 0; position: absolute; left: 0; top: 0; z-index: 99;}
.sbOptions li{ list-style: none; display: block; margin: 0; padding: 0; }
.sbOptions li a{ display: block; padding: 10px 12px; border-bottom: 1px solid #aa731a; background: #fff; border-left: 1px solid #aa731a; border-right: 1px solid #aa731a; margin-top: -4px; margin-bottom: 4px;}
.sbOptions li a:hover{ background: #666666; color: #fff; }
.sbOptions li:first-child a{ border-top: 1px solid #aa731a;}
.sbOptions li:last-child a{ border-radius: 0 0 5px 5px;}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}
img{ max-width:100%;}
/* For modern browsers */
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
/*
:nth-child(2){}
:nth-of-type(3n){}
:nth-child(3n+3){}
*/
/* For IE 6/7 (trigger hasLayout) */
a,button,.btn, .accordion-title, input[type="submit"]{ outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms--moz-transition: all 0.5s ease-in-out 0s; -o--moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration:none;}

p{ font-size:15px; line-height:20px; padding-bottom:0px; color:#58595b; font-family: 'Open Sans', sans-serif; }

h1{ font-size:36px; margin-bottom:25px; margin-top: 0; color: #d7934a; line-height: 40px; font-family: 'Merriweather', serif;}
h2{ font-size:21px; margin-bottom:20px; margin-top: 0; font-weight: 400; color: #a76d11; font-family: 'Merriweather', serif;}
h3{ font-size:22px; margin-bottom:20px; margin-top: 0;}
h4{ font-size:20px; margin-bottom:20px; margin-top: 0;}
h5{ font-size:18px; margin-bottom:20px; margin-top: 0;}

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

.btn{ border: 1px solid #afa9a0; padding: 10px 14px; font-size: 15px; color: #afa9a0; font-weight: 700; font-family: 'Merriweather', serif; border-radius: 5px; display: inline-block;}
.btn:hover, .btn:focus{ border-color: #a76d11; color: #a76d11; text-decoration: none;}

ul li, ol li{ font-size: 15px; color: #59595b; line-height: 20px; margin-bottom: 5px;}

/*-----------------------main styles starts here-----------------------------------------------*/
.main{max-width: 1195px; width:100%; margin: 0 auto; }

/*-----------header section styles goes here---------------*/
header{}
.top-header{ background: #efeeec; padding: 11px 0 9px;}
.header-left{ float: left; padding: 3px 0;}
.header-right{ float: right;}
.header-social{ display: inline-block; vertical-align: top;}
.header-social a{ width: 25px; height: 25px; border-radius: 50%; background: #3b5998; color: #fff; font-size: 15px; display: inline-block; vertical-align: top; text-align: center; line-height: 25px; margin-right: 7px;}
.header-social a:hover{ background: #fff; color: #3b5998; }
.phone{ display: inline-block; vertical-align: middle; margin-left: 9px;}
.phone i, .phone strong, .phone a{ display: inline-block; vertical-align: top;}
.phone i{ width:16px; height: 16px; vertical-align: middle; background: url(images/phone-icon.svg) no-repeat; background-size: cover;}
.phone strong{ color: #cba052; font-size: 15px; font-weight: 700;}
.phone a{ color: #afa9a0; font-size: 15px; font-weight: 700;}
.phone a:hover{ color: #cba052; text-decoration:none;}

.top-menu{ float: left;}
.top-menu ul{ margin: 0; padding: 0; display: block; list-style: none;}
.top-menu ul li{ padding: 4px 15px; margin: 0; display: inline-block; vertical-align: middle;}
.top-menu ul li a{ font-size: 15px; color: #afa9a0; font-weight: 600;}
.top-menu ul li a:hover, .top-menu ul li.current-menu-item a{ color: #414042; text-decoration:none;}
.search-bar{ float: right; width: 180px; height: 30px; background: #fff; position: relative; padding: 0 30px 0 10px; margin-left: 23px;}
.search-bar input[type="text"], .search-bar input[type="search"]{ display: inline-block; vertical-align: top;  border: 0; padding: 0; width: 100%; font-size: 15px; color: #414042; height: 30px; background: #fff; margin: 0;}
.search-bar input:focus{ border: 0; box-shadow: none; outline: none;}
.search-bar .search-icon, .search-bar .search-submit{ border: 0; background: none; height: 30px; font-size: 20px; color: #afa9a0; position: absolute; top: -2px; right: 0px; cursor: pointer; display: inline-block; line-height: 30px; }

.search-bar .search-icon:hover, .search-bar .search-submit:hover{ color: #414042; }

.bottom-header{ padding: 37px 0; background: #414042;}
.logo{ float: left; width: 205px;}

.main-nav{ float: right; padding-top: 20px;}
.main-nav ul{padding: 0; margin: 0;}
.main-nav ul li{padding: 0; margin: 0; list-style: none; display: inline-block; vertical-align: top; position: relative;}
.main-nav ul li:last-child a{ margin-right: 0;}
.main-nav ul li a{ margin: 0 20px 20px; padding: 0; font-size: 16px; color: #afa9a0; font-weight: 600; display: inline-block;}
.main-nav ul li a:hover, .main-nav ul li.current-menu-item > a{ color: #fff; text-decoration:none;}

/* Second lavel menu */
.desk .main-nav ul li ul{ display: none; min-width: 266px; background: #4b494c; padding: 0; margin: 0; position: absolute; left: 18px; top: 40px; z-index: 999;}
.desk .main-nav ul li:last-child ul{ right: 0; left: auto;}
.desk .main-nav ul li:hover ul{ display: block;}
.desk .main-nav ul li ul li{ display: block; float: none; }
.desk .main-nav ul li ul li a{ margin: 0; padding: 14px 14px; font-size: 15px; color: #b0a9a0; display: block;}
.desk .main-nav ul li ul li a:hover{ background: #424142; color: #fff;}

/* Mobile Menu */
.menu-icon { display: none; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; /*line-height: 33px; font-size: 22px; padding: 10px 0;*/}
.menu-icon .menu-box {width: 50px;height: 38px;margin-right: 15px;padding: 5px;position: absolute;right: 0; top: 30px;}
.menu-icon .menu-box span { width: 100%;height: 4px;margin-bottom: 6px;background: #fff;display: block;border-radius: 2px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(6px);
}
.main-nav .arrow { position: absolute; right: 10px; top: 5px; width: 30px; height: 30px; background: url(images/plus.png) no-repeat center center; cursor: pointer; z-index: 999;}
.main-nav .arrow.up {background: url(images/minus.png) no-repeat center center;}

/*.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}*/

/*-----------header section styles ends here----------------*/

/*-----------Home Banner styles goes here-----------*/

.banner-image{ background-image: url(images/home-banner.jpg); height: 443px; width: 100%; background-size: cover; display: block; background-repeat: no-repeat; position: relative;}
.banner-image:after{ content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%;

background: -moz-linear-gradient(left,  rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.15) 72%, rgba(0,0,0,0.15) 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.67) 0%,rgba(0,0,0,0.15) 72%,rgba(0,0,0,0.15) 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.67) 0%,rgba(0,0,0,0.15) 72%,rgba(0,0,0,0.15) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */

}
.banner-image .main{ position: relative; z-index: 9;}
.banner-txt{ padding: 104px 0 0 80px;}
.banner-txt h2{ color: #fff; font-size: 36px; line-height: 46px; font-family: 'Merriweather', serif; font-weight: 700; margin-bottom: 5px;}
.banner-txt p{ color: #fff; margin-top: 0; font-size: 21px; font-weight: 600; padding-bottom: 5px;}
.banner-txt .find-out-more-btn{ color: #fff; font-size: 15px; font-weight: 700; padding: 10px 13px; background: #a76d11; text-align: center; display: inline-block; border-radius: 4px; font-family: 'Merriweather', serif; }
.banner-txt .find-out-more-btn:hover{ background: #414042; text-decoration:none;}

/*-----------Home Banner styles ends here-------*/

/*-----------mid section styles goes here-----------*/

.welcome-sec{position: relative; }
.welcome-sec .main{ position: relative;}
.welcome-sec .title{ padding: 10px 24px; width: 100%; z-index: 99; top: -60px; position: relative;
background: rgb(202,159,81); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(202,159,81,1) 0%, rgba(167,109,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(202,159,81,1) 0%,rgba(167,109,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(202,159,81,1) 0%,rgba(167,109,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9f51', endColorstr='#a76d11',GradientType=1 ); /* IE6-9 */
}
.welcome-sec .title h1{ color: #fff; margin: 0; padding: 0; font-size: 24px; color: #fff; font-weight: 700; font-family: 'Merriweather', serif; }
.welcome-sec .image-n-txt{ background: #efeeec; margin-top: -60px;}
.welcome-sec .image-n-txt .image{ width: 48%; float: left; height: 320px; background-size: cover; background-position: center center;}
.welcome-sec .image-n-txt .text{ float: right; width: 50%; padding: 40px 50px 17px 12px;}
.image-n-txt .text h2{ font-size: 21px; font-family: 'Merriweather', serif; font-weight: 400; color: #a76d11; line-height: 27px;}
.image-n-txt .text p{ font-size: 18px; padding-bottom: 5px;}
.image-n-txt .text .btn{ margin-right: 16px;}
.intro{ font-size:18px; line-height:22px; color:#58595b; font-family: 'Open Sans', sans-serif; }

intro{ font-size:18px; line-height:22px; color:#58595b; font-family: 'Open Sans', sans-serif; }

.services-sec{ display: block; padding: 42px 0 2px;}
.inner-contain{ padding: 0 95px;}
.inner-contain .cal-one{ float: left; width: 33.33%; padding: 0 20px;}
.services-sec h2{ color: #a76d11; font-size: 21px; font-family: 'Merriweather', serif; font-weight: 700;}
.services-sec i{ display: block; text-align: center; margin: 30px 0 20px; min-height: 90px;}
.services-sec p{ color: #58595b; font-size: 15px; /*text-align: justify;*/ line-height: 20px; padding-bottom: 7px;}
.services-sec .btn{ margin-bottom: 18px;}

.event-sec .title{ padding: 20px 24px; width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca9f51+0,a76d11+100 */
background: rgb(202,159,81); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(202,159,81,1) 0%, rgba(167,109,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(202,159,81,1) 0%,rgba(167,109,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(202,159,81,1) 0%,rgba(167,109,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9f51', endColorstr='#a76d11',GradientType=1 ); /* IE6-9 */
}
.event-sec .title h2{ color: #fff; margin: 0; padding: 0; font-size: 24px; color: #fff; font-weight: 700; font-family: 'Merriweather', serif; }

.event-sec .inner-contain{ padding: 40px 110px 46px;}
.event-sec .event-left{ width: 47%; float: left;}
.event-sec .event-right{ width: 48.6%; float: right; text-align: center;}
.event-sec .big-img{ width: 100%; height: 240px; background-size: cover; display: block; margin-bottom: 24px;}
.event-sec .title-link{ display: block; color: #a76d11; font-size: 21px; font-family: 'Merriweather', serif; font-weight: 700;}
.event-sec .title-link:hover{color: #58595b; text-decoration:none;}
.event-sec .date{ display: block; color: #a76d11; font-size: 15px; font-family: 'Merriweather', serif; font-weight: 400; margin-bottom: 18px;}
.event-sec p{ line-height: 20px; margin-bottom: 22px; font-size: 15px;}
.event-sec .btn{ padding: 8px 12px;}
.event-sec .list-item{ padding-bottom: 33px; margin-bottom: 38px; border-bottom: 1px solid #d7d4d0; text-align: left;}
.event-sec .small-img{ display: inline-block; margin-right: 4%; width: 40%; height: 162px; background-size: cover; vertical-align: top; background-position: 0 0;}
.event-sec .list-text{ display: inline-block; width: 48%; vertical-align: top; text-align: left;}
.event-sec .list-text p{ margin-bottom: 2px;}
.event-sec .list-text .more-btn{ display: inline-block; font-size: 15px; color: #a76d11; font-weight: 400; line-height: 15px;}
.event-sec .list-text .more-btn:after{content: "\f101"; font-family: FontAwesome; margin-left: 5px;}
.event-sec .list-text .more-btn:hover{ border-bottom: 1px solid #a76d11; text-decoration:none;}
.event-sec .view-more-btn{display: inline-block; font-size: 15px; color: #a76d11; font-weight: 400; line-height: 15px; position: relative; top: -20px;}
.event-sec .view-more-btn:after{content: "\f101"; font-family: FontAwesome; margin-left: 5px;}
.event-sec .view-more-btn:hover{ border-bottom: 1px solid #a76d11; text-decoration:none;}

/*-----------mid section styles ends here-------*/

/*-----------Inner Page style styles start here-------*/
/* Breadcrumb  */
.breadcrumbs{ font-size: 14px; margin-top: -5px; margin-bottom: 10px;}
.breadcrumbs span{ font-size: 14px;}

/* Inner Banner */
.inner-banner-sec{ background-size: cover; position: relative; margin-bottom: 20px; background-image: url( images/animale-sale-banner.jpg); background-position: center center;}
.inner-banner-sec:after{ width: 80%; height: 100%; display: block; position: absolute; left: 0; top: 0; content: "";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.82+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */}
.inner-banner-sec .banner-txt{ width: 100%; height: 312px; display: table; padding: 0 120px; position: relative; z-index: 99;}
.inner-banner-sec .banner-txt .banner-txt-inner{ width: 100%; display: table-cell; vertical-align: middle;}
.inner-banner-sec h1{color: #fff;  font-size: 36px; font-family: 'Merriweather', serif; font-weight: 700; margin: 0;}

.inner-page-content{ padding: 0 160px;}
.inner-page-content-big{ padding: 0 120px;}

/* Contact page */

.contact-info{ float: left; width: 30%; padding-top: 13px;}
.contact-info strong{ color: #414042; font-size: 21px; }
.contact-info a{ font-size: 19px; font-weight: 400; display: inline-block; margin-bottom: 10px; font-family: 'Merriweather', serif;}
.contact-info a:hover{color: #414042; text-decoration: none;}
.contact-form{float: right; width: 65%; padding-top: 10px;}

.map{ width: 100%; height: 310px;}
.contact-map{ margin-top: 20px;}

/* Animal sales page */
.animal-block{ margin-bottom: 53px; margin-top: 30px; background: #efeeec;}
.animal-block .image{ float: left; width: 48%; background-size: cover; background-position: center center; height: 340px;background-position: 0 0;}
.animal-block .text{ float: right; width: 48%; padding: 38px 10px 33px 3px;}
.animal-block .title{ font-size: 20px; font-weight: 700; font-family: 'Merriweather', serif; }
.animal-block .title:hover{ text-decoration: none; color: #58595b;}
.animal-block .date{display: block; color: #a76d11; font-size: 15px; font-family: 'Merriweather', serif; font-weight: 400; margin-bottom: 18px;}
.animal-block p{ font-size: 15px; line-height: 20px;}
.animal-block .btn{ margin-top: 10px;}

.animal-sale-block{ margin-bottom: 112px;}
.animal-listing{ display: inline-block; vertical-align: top; width: 48%; padding-bottom: 45px; margin-bottom: 45px; border-bottom: 1px solid #d7d4d0; min-height: 225px;}
.animal-listing:nth-child(2n+2){ float: right;}
.animal-listing .left-img{ width: 41%; float: left; min-height: 160px; background-size: cover; background-position: center 0; /*background: url( images/no-image.jpg); */}
.animal-listing .right-txt{ width: 55%; float: right;}
.animal-listing .title{ font-size: 20px; font-weight: 700; font-family: 'Merriweather', serif; }
.animal-listing .title:hover{ color: #58595b; text-decoration: none;}
.animal-listing .date{display: block; color: #a76d11; font-size: 15px; font-family: 'Merriweather', serif; font-weight: 400; margin-bottom: 18px;}
.animal-listing p{ font-size: 15px; line-height: 20px; margin-bottom: 10px;}
.animal-listing .more-btn{ display: inline-block; font-size: 15px; color: #a76d11; font-weight: 400; line-height: 15px;}
.animal-listing .more-btn:after{content: "\f101"; font-family: FontAwesome; margin-left: 3px;}
.animal-listing .more-btn:hover{ border-bottom: 1px solid #a76d11; text-decoration: none;}
.animal-sale-block .load-more i{opacity: 0; display: none;}
.animal-sale-block .loading span{ opacity: 0; display: none !important;}
.animal-sale-block .loading i{ opacity: 1; display: block; font-size: 22px;}
.animal-sale-block .load-more{ margin: 0px auto; padding: 10px 24px; background: #a76d11; border-radius: 4px; color: #fff; font-size: 15px; font-family: 'Merriweather', serif; font-weight: 700; text-align: center; display: block; border: 0; width: 130px;}
.animal-sale-block .load-more span{ display: inline-block; color: #fff; font-size: 15px; font-family: 'Merriweather', serif; font-weight: 700;}
.ie-browser .animal-sale-block .load-more{ margin: 0 auto;}
.animal-sale-block .load-more:hover{ background: #afa9a0; text-decoration: none;}
#loadmore br{ display: none;}

/* Membership page */
.membership-contain{ padding: 0 123px;}
.membership-contain .welcome-block{ padding: 0 40px;}
.membership-contain .welcome-block h2{ color: #a66e29; font-size: 21px; }
.membership-contain .welcome-block p{ /*margin: 30px 0 40px 0;*/ }
.membership-gray-bg{ background: #eeedec; padding: 38px 40px 30px 38px; margin-bottom: 50px;}
.membership-gray-bg .image{ height: 252px; width: 100%; background-size: cover; display: block; background-position: center center; margin-bottom: 30px;}
.membership-gray-bg .left-block{ width: 48%; float: left;}
.membership-gray-bg .right-block{ width: 48%; float: right;}
.membership-gray-bg h2{ font-size: 21px; font-weight: 700;}
.membership-gray-bg h3{ font-size: 18px; font-weight: 400; font-family: 'Merriweather', serif; color: #424142; margin-bottom: 5px;}
.membership-gray-bg p{ font-size: 15px; color: #59595b; line-height: 20px;}
.membership-gray-bg ul li{ font-size: 15px; color: #59595b; line-height: 20px; margin-bottom: 5px;}

.pdf-btn{ padding: 10px 15px 9px 39px; border: 1px solid #b0a9a0; font-size: 15px; font-weight: 400; font-family: 'Merriweather', serif; color: #b0a9a0; background: url(images/pdf-icon.svg) no-repeat 12px center; border-radius: 5px; display: inline-block; margin-bottom: 10px; line-height: 22px;}
.pdf-btn:hover{ border: 1px solid #a66e29; color: #a66e29; background: url(images/pdf-icon-hover.svg) no-repeat 12px center; text-decoration: none;}
.membership-gray-bg .pdf-btn:nth-of-type(2n){ margin-bottom: 0px;}

.tbl-list-block{ margin-bottom: 93px; margin-top: -7px;}
table{ width: 100%;}
table td{ margin: 0; width: 25%; font-size: 15px; font-weight: 400; vertical-align: middle;border-right: 2px solid #fff; border-bottom: none; border-left: none; border-top: none;}
table td.title{ background: #e6e4e1; font-weight: 700; /*padding: 14px 11px; height: 50px;*/}
table td{padding: 8px 11px; height: 52px; background: #fafaf8;}
table tr:nth-child(2n+1) td{background: #f2f1ef;}

.tbl-list-block ul{ padding: 0; margin: 0; list-style: none;}
.tbl-list-block ul li{ padding: 0; margin: 0; float: left; width: 25%; border-right: 2px solid #fff; font-size: 15px; font-weight: 400; vertical-align: middle;}
.tbl-list-block ul li .title{ background: #e6e4e1; font-weight: 700; padding: 14px 11px; min-height: 50px;}
.tbl-list-block ul li ul li{ float: none; width: 100%; padding: 5px 11px; min-height: 52px; background: #fafaf8;}
.tbl-list-block ul li ul li:nth-child(2n+1){ background: #f2f1ef;}

/* Event Page */
.event-block{ padding: 0 160px; margin-top: 20px;}
.event-block h1{ padding-bottom: 10px; border-bottom: 1px solid #d7d4d0;}
.event-block h3{ font-size: 18px; font-weight: 400; margin-bottom: 10px; font-family: 'Merriweather', serif;}
.event-block h2{ margin-bottom: 10px;}
.event-block .event-inner{ padding: 0 115px;}
.event-block .big-img{ height: 370px; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px; background-position: center 0;}
.event-block article{font-size: 15px; margin-bottom: 20px;}
.event-block p span{ font-size: 15px;}
.event-block p{ line-height: 25px; font-size: 15px;}
.event-block article p{ font-size: 15px; line-height: 20px; margin: 0 0 20px 0; }
.pdf-btn-block{ border-top: 1px solid #d7d4d0; padding: 30px 0; margin-top: 22px;}
.pdf-btn-block .pdf-btn{ margin-bottom: 20px;}
.pdf-btn-block .pdf-btn:nth-of-type(2n){ margin-bottom: 0px;}

.nav-links{ padding-bottom: 30px;}
.nav-links .nav-previous{ margin-right: 20px;}
.nav-links .nav-previous, .nav-links .nav-next{ display: inline-block;}
.nav-links .nav-previous:hover a, .nav-links .nav-next:hover a{text-decoration: none; color: #58595b;}

/**/
.side-bar{ float: left; width: 30%;}
.side-bar ul{margin: 0; padding: 0; list-style: none; }
.side-bar ul li{ position: relative;}
.side-bar ul li a{ background: #eeedeb; padding: 14px 30px 14px 15px; display: block;  margin-bottom: 1px; color: #58595b; font-size: 15px; line-height: 18px;}
.side-bar ul li a:hover{ text-decoration: none; background: #e7e5e2;}
.side-bar ul li ul li a{ background: #e7e4e1;}
.side-bar ul li ul li a:hover{ background: #dfddd9;}
.side-bar span{display: block;}
.side-bar span.toggle-arrow.active:after{ position: absolute; right: 0; content: "\f107"; font-family: FontAwesome;  z-index: 99; top: 0px; padding: 15px 12px; cursor: pointer; font-size: 18px; color: #58595b;}
span.toggle-arrow:after{ position: absolute; right: 0; content: "\f105" ; font-family: FontAwesome;  z-index: 99; top: 0px; padding: 15px 12px; cursor: pointer; font-size: 18px; color: #58595b;}

.side-bar ul.sub-menu{ display: none;}
.side-bar ul li li a{ padding-left: 33px;}

/**/
.right-bar{ float: right; width: 65%; }
.right-bar .image{ height: 328px; }

#accordion{ margin-bottom: 105px;}
#accordion ul{ margin: 0; padding: 0; list-style: none;}
#accordion ul li{}
#accordion ul li .accordion-title{ background: #dfddd9; margin-bottom: 1px; cursor: pointer; padding: 15px 35px 14px 12px; font-size: 15px; color: #58595b; font-weight: 700; position: relative;}
#accordion ul li .accordion-title:after{ position: absolute; content: "\f067"; font-family: FontAwesome;  right: 0; top: 50%; padding: 0px 13px; font-size: 15px; color: #58595b; margin-top: -11px;}
#accordion ul li .accordion-title.active:after{content: "\f068";}
#accordion ul li .accordion-title:hover{ background: #e7e5e2;}
#accordion ul li .accordion-dic{ padding: 21px 22px; background: #fbfbfa; display: none;}
#accordion ul li:nth-child(1) .accordion-dic{ display: block;}
#accordion ul li .accordion-dic p{ margin-top: 0; margin-bottom: 10px; font-size: 15px; line-height: 20px;}
#accordion ul li .accordion-dic ul{ margin: 0 0 20px 36px;}
#accordion ul li .accordion-dic li{ list-style: disc; font-size: 15px; color: #58595b; line-height: 19px; margin-bottom: 10px;}
.accordion-dic ol li{ list-style: inherit !important;}

/* Form Page */
hr{ margin: 15px 0; border-color: #d7d4d0; border-style: dashed; border-width: 1px}
.membership-contain .welcome-block form{ padding-bottom: 30px; padding-top: 20px;}
.membership-contain .welcome-block form h3{ border-bottom: 1px solid #d7d4d0; margin-bottom: 15px; padding-bottom: 15px;}
.membership-contain .welcome-block form p{ margin: 15px 0; font-size: 14px;}
.membership-contain .welcome-block .radio-264{ margin-top: 10px; display: block;}
.welcome-block label{ padding-top: 10px; font-size: 18px;}
.welcome-block textarea{ height: 100px;}
.welcome-block .regi-animal span.wpcf7-list-item{display: block; margin-bottom: 10px; margin-left: 0;}
.welcome-block .regi-animal .wpcf7-list-item-label{ width: 97%;}
.welcome-block .naming-options span.wpcf7-list-item{display: block; margin-bottom: 10px;}
.welcome-block .naming-options .wpcf7-list-item-label{ width: 97%;}
.welcome-block .other-info span.wpcf7-list-item{display: block; margin-bottom: 10px; width: 97%;}
.welcome-block .other-info .wpcf7-list-item-label{width: 96%;}
.welcome-block .wpcf7-list-item-label{ display: inline-block; vertical-align: top;}

.membership-contain .welcome-block form ul{ padding: 0; margin: 0;}
.membership-contain .welcome-block form ul li{display: inline-block; vertical-align: top; width: 49.9%; margin-right: 0px;}
.membership-contain .welcome-block form ul li:nth-child(2n+2){ margin-right: 0;}

.membership-contain .welcome-block form ul.three-col li{ width: 31.6%;}
.membership-contain .welcome-block form ul.three-col li:nth-child(2n+2){ margin-right: 2%;}
.membership-contain .welcome-block form ul.three-col li:nth-child(3n+3){ margin-right: 0;}

li span input{ width: 100%; height: 50px; border: 0;  background: #efeeec;  padding: 0 15px; margin-top: 10px; color: #808184;    font-size: 15px;}

.fileupload{ position: relative; margin-top: 0px; top: -10px; height: 70px;}
.fileupload .btn{ position: absolute; cursor: pointer; left: 10px; padding: 8px 16px; font-size: 13px; top: 25px;}
.fileupload .UploadResume{ position: absolute; cursor: pointer; width: 100%;}
.fileupload .file{ position: absolute; cursor: pointer; width: 100%; left: 0; padding-top: 12px; text-indent: -110px; }
.fileupload .signature{ position: absolute; width: 100%; height: 82px; overflow: hidden;}
.fileupload .wpcf7-not-valid-tip{ position: absolute; top: 60px; font-size: 15px;}

.Tickthisbox input[type="checkbox"], .Tickthisbox input[type="radio"]{ display: inline-block; vertical-align: middle;}

.membership-contain .welcome-block .wpcf7-number{ width: 110px; margin: 10px 0; height: 50px; border: 0;background: #efeeec;padding: 0 15px;color: #808184;font-size: 15px; }
.membership-contain .welcome-block .wpcf7-number:hover, .membership-contain .welcome-block .wpcf7-number:focus{ box-shadow: none; outline: none; border-color: #a76d11;}

.membership-contain .welcome-block .plus-member{ margin-top: 20px; display: block;}

.number-232 span.wpcf7-not-valid-tip{ display: none !important;}
.verification-error{ color: red; margin-left: 10px;}
div.wpcf7-validation-errors{ margin: 0; padding: 10px 10px; font-size: 17px;}
div.wpcf7-mail-sent-ok{ margin: 0; padding: 10px 10px; font-size: 17px;}

.footer-newsletter div.wpcf7-mail-sent-ok{ color: #fff; margin-top: -10px;}
/*.footer-newsletter .ajax-loader{ display: none;}*/
.footer-newsletter{ position: relative;}
.footer-newsletter .wpcf7-form-control-wrap{ position: static !important;}
.footer-newsletter span.wpcf7-not-valid-tip{  padding: 10px 0; color: #fff;}
.footer-newsletter div.wpcf7 img.ajax-loader{ margin-top: 20px;}

/*-----------Inner Page style styles end here-------*/

/*----------------footer section  styles goes here-----------*/
.preloader{ display:none;}

footer{}
.footer-top{ background: url(images/footer-bg.jpg) no-repeat  0 0; background-size: cover; background-position: center center; padding: 55px 0 24px;}
.footer-top h2{ color: #fff;  font-size: 24px; font-family: 'Merriweather', serif; font-weight: 700; margin-bottom: 30px;}
footer .inner-contain{ padding: 16px 113px;}
footer .footer-newsletter{ width: 42%; float: left;}
footer .jersery-review{ width: 48%; float: right;}
footer .footer-newsletter input[type="email"], footer .footer-newsletter input[type="text"]{ display: inline-block; vertical-align: top;  border: 0; padding: 0 20px; width: 100%; /*width: 65%;*/ font-size: 15px; color: #414042; height: 50px; float: left; color: #58595b; font-size: 15px; margin: 0 0 5px 0;}
footer .footer-newsletter input[type="email"]:focus{ border: 0; box-shadow: none; outline: none;}
footer .footer-newsletter input[type="submit"]{ display: inline-block; vertical-align: top;  border: 0; color: #fff;  font-size: 15px; font-family: 'Merriweather', serif; font-weight: 700; padding: 11px 14px; margin: 10px 0 0 0px; border-radius: 4px; background: #a76d11; }
footer .footer-newsletter input[type="submit"]:hover, footer .footer-newsletter input[type="submit"]:focus{  background: #606163;}
.footer-newsletter p{ font-size: 14px; color: #fff; margin-bottom: 34px; line-height: 18px;}
footer input[type="email"]{ width: 65%;}
/*.ie-browser .footer-newsletter p{ display: inline-block; vertical-align: top; margin: 0 0 32px 0;}
.ie-browser .footer-newsletter p input[type="email"]{ width: 100%; margin-top: 0;}
.ie-browser .footer-newsletter p input[type='submit']{ margin-top: 13px;}*/
.jersery-review p{ font-size: 15px; color: #fff; margin-bottom: 24px; line-height: 19px;}
.jersery-review .text{ float: left; width: 52%;}
.jersery-review .image{ float: right; margin: -10px 27px 0 0;}
.footer-top .read-btn{color: #fff;  font-size: 15px; font-family: 'Merriweather', serif; font-weight: 700; padding: 10px 12px; background: #a76d11; border-radius: 4px; display:inline-block;}
.footer-top .read-btn:hover{ background: #606163; text-decoration: none;}
.mc4wp-response p{ margin: 0;}

.footer-bottom{ padding: 50px 0; background: #4a494b;}
.footer-logo{ width: 205px; float: left;}

.footer-tag-line{ float: left; width: 68%; text-align: center; padding-top: 23px;}
.footer-tag-line ul{ padding: 0; margin: 0; list-style: none;}
.footer-tag-line ul li{ display: inline-block; vertical-align: top; font-size: 14px; color: #afa9a0;margin: 0; padding: 0;}
.footer-tag-line ul li:first-child:before{ display: none;}
.footer-tag-line ul li:before{ content: "|"; padding: 0 5px 0 0px;}
.footer-tag-line ul li a{ font-size: 14px; color: #afa9a0;}
.footer-tag-line ul li a:hover{ color: #fff; text-decoration: underline !important;}
.created-by{ color: #d7934a; font-size: 15px;}
.footer-tag-line p a:hover, .created-by:hover{ color: #fff;}
.footer-tag-line p, .footer-tag-line p a{ color: #d7934a; font-size: 15px; margin: 0;}

.footer-social{ float: right; width: 14%; text-align: right; padding-top: 20px;}
.footer-social a { width: 31px; height: 31px; border-radius: 50%; background: #3b5998; color: #fff; font-size: 18px; display: inline-block; vertical-align: top; text-align: center; line-height: 30px; margin-left: 8px;}
.footer-social a:hover{background: #fff; color: #3b5998;}

div.wpcf7-validation-errors{ display: none !important;}


input:-moz-placeholder {color:#414042; opacity:1;}
input::-webkit-input-placeholder {color:#414042; opacity:1;}
input::-moz-placeholder {color:#414042; opacity:1;}
input:-ms-input-placeholder { color:#414042; opacity:1;}

.search-animal-sale-block{
	margin: 70px 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}


.footer-newsletter .wpcf7-form-control-wrap{
clear: both;
}
.g-recaptcha div {
    height: auto !important;
   
}
.footer-newsletter p:nth-of-type(2n) {
    margin-bottom: 0px;
}
.footer-newsletter p:nth-of-type(3n) {
    margin-top: 0px;
}

.post-null h3 {
    margin-top: 31px;
    margin-left: 37px;
}



/*-- gravity form --*/


.gform_wrapper .gfield_required{display: none;}


body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio{margin-top: 0 !important;}


.site-content{}

.site-content .gform_wrapper ul.gform_fields li.form-col {width: 100%;  margin: 0; display: block; float: left; margin-bottom: 15px;}
.site-content .gform_wrapper ul.gform_fields li{padding: 0 7px;}
.site-content .gform_wrapper ul.gform_fields li.form-col2{width: 50%; clear: none;}
.site-content .gform_wrapper ul.gform_fields li.form-col3{width: 33.333%; clear: none;}
.site-content .gform_wrapper ul.gform_fields li.form-sheet-col{width: 66.666%; clear: none; padding-top: 42px;}
.site-content .gform_wrapper ul.gform_fields {margin: 0 -7px !important;}
.site-content .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{width: 100%;}

.site-content .gform_wrapper label.gfield_label{font-weight: 600; padding-right: 5px;}

.gform_wrapper  hr{    border-color: #cda975;     border-style: solid; width: 100%;}



.site-content .gform_wrapper .gfield_checkbox [type="checkbox"] {    position: absolute;    left: -9999px;    opacity: 0;}

.site-content .gform_wrapper .gfield_checkbox li label{display: inline-block;    vertical-align: top;    cursor: pointer;    margin-left: 0;    color: #cda975;    line-height: 1;    padding-right: 30px;    position: relative; font-weight: 600; font-size: 18px; line-height: 1.2;}
.site-content .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{font-weight: 600;}


.site-content  .gform_wrapper .gfield_checkbox li label:before, .site-content  .gform_wrapper .gfield_checkbox li label:after {    content: "";    position: absolute;    right: 0;
    top: 1px;    margin-top: 0;    width: 18px;    height: 18px;    border-radius: 0;    text-align: center;    color: #cda975;    -webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;    -ms-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    transition: all 0.2s linear;}




.site-content .gform_wrapper .gfield_checkbox li label:before {    border: 1px solid #cda975;}


.site-content .gform_wrapper .gfield_checkbox li label:after {
    content: "\2713";
    font-weight: 700;
    top: 0;
    right: 0;
    color: #cda975;
    opacity: 0;
    transform: scale(0);
}

.site-content .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:after {    opacity: 1;    transform: scale(1);}

.site-content .gfield_checkbox{padding: 0; margin: 0; width: auto;}
.site-content .gfield_checkbox li{width: auto !important; display: block !important; margin: 0 !important; padding: 0 !important;}

.site-content  .form-tour .ginput_container_checkbox{display: inline-block; vertical-align: middle;}


.site-content .gform_wrapper .form-tour  .gfield_description{width: auto; padding: 0; display: inline-block; vertical-align: bottom;  font-weight: 600; padding-left: 10px;}







.site-content .gform_wrapper .form-month label.gfield_label{padding: 0;  color: #cda975; font-weight: 600; font-size: 18px; padding-right: 20px; position: relative; top: 2px;}

.site-content .gform_wrapper .form-month .ginput_container_checkbox{display: inline-block; vertical-align: bottom;}

.site-content .gform_wrapper .form-month  .gfield_checkbox li label{color: #58595b; }




.site-content .gform_wrapper .form-month   .gfield_description{width: auto; padding: 0; display: inline-block; vertical-align: bottom;  font-weight: 600; padding-left: 20px; position: relative; top: 2px;}


.form-heading label{color: #cda975; font-size: 18px; font-weight: 600; padding-top: 25px;}



.form-note span{display: block; font-weight: 600; text-align: center; padding-top: 15px;}


.site-content .gform_wrapper .form-animal-checkbox .gfield_checkbox li {margin-bottom: 10px !important;}

.site-content .gform_wrapper .form-animal-checkbox .gfield_checkbox li label{padding: 4px 0 0 30px;  color: #58595b; font-size: 14px;}
.site-content  .gform_wrapper .form-animal-checkbox .gfield_checkbox li label:before, .site-content  .gform_wrapper  .form-animal-checkbox .gfield_checkbox li label:after{left: 0; right: auto;}

.site-content .gform_wrapper .form-animal-checkbox .gfield_checkbox li label:after{right: auto; left: 0; top: 2px;}



.form-heading.form-table-col label{padding-top: 0;}
.form-table-col table{margin: 20px 0;}


.site-content .gform_wrapper .form-sheet-col .gfield_checkbox li{width: 50% !important; float: left; padding: 0 7px !important;}

.site-content .gform_wrapper .form-sheet-col  .gfield_checkbox li label{color: #58595b; font-size: 14px; padding-top: 3px;}

.site-content .gform_wrapper .form-animal-list label.gfield_label{color: #cda975;}


.form-desc-col h5{font-weight: 600; color: #cda975; margin-bottom: 15px;}


body .gform_wrapper div.gform_body ul.gform_fields li.form-desc-col ol, body .gform_wrapper form div.gform_body ul.gform_fields li.form-desc-col ol{list-style: decimal !important; padding: 0 0 0 20px !important; margin: 0 !important;}


body .gform_wrapper  ul.gform_fields li.form-desc-col ol li{margin: 0; width: 100%; display: list-item;}



.gform_fields:after{clear: both; content: ""; display: table;}


.site-content .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium{width: 100%;}

.gform_confirmation_message{text-align: center; border: 2px solid #358500; padding: 5px; margin: 10px 0; clear: both; display: block; font-weight: 700; font-size: 14px; color: #358500;}



.site-content .gform_wrapper .form-sheet-col .gfield_checkbox li label:after{top: 2px;}

.form-animal-list td.gfield_list_cell input[type="text"]{margin-top: 0;}
   .form-animal-list td.gfield_list_cell{width: auto;}

