#page-wrap {background: #efefef url('https://www.reptilesmagazine.com/content/uploads/2020/05/reptile-bg-efefef.png') no-repeat top center !important}








/* Header reset and css grid set */

header .container-fluid{padding-left:0;padding-right:0;}


header {height: auto !important;;padding-top:5px;background: none !important;margin-bottom:10px}
header .container-fluid{display: grid;grid-template-columns:  repeat(12, 1fr) !important;grid-template-rows:  40px 25px 120px 40px 30px;grid-column-gap: 0px;grid-row-gap: 0px;}

header .container-fluid::before{display: none}
header .container-fluid::after{display: none}
header .container-fluid *{position: relative !important;height: auto !important;width: auto !important;top:auto !important;bottom:auto !important;left:auto !important;right:auto !important}

.header .logo-wrapper { grid-area:  3 / 2 / 4 / 6 }
.header .logo-wrapper a#company-logo{background-position: left center;margin-top:0;height: 120px !important}
.header #company-logo{margin-left:0;/*background: url('/content/uploads/2018/10/emerald-city-magazine-white.png') no-repeat !important*/;background-size: 100% !important;margin:10px 12px 5px}
.header .container-fluid:before{content: '';border:0px solid #fff;grid-area: 3 / 1 / 6 / 2 !important;position: relative !important;display: block;
background: url('https://www.reptilesmagazine.com/content/uploads/2020/05/chameleon-shadow-small.png')  no-repeat left top;
z-index: 10;margin-top:40px;margin-left:-60px;margin-right:-10px

}



.header .utility-nav-wrapper { grid-area: 1 / 2 / 2 / 10;top:auto !important;right:auto !important;justify-self: right }


.header .search-form-wrapper { grid-area: 1 / 10 / 2 / 13;align-self:right; }
.header .search-form-wrapper .searchform input {padding: 0px !important}
.header .search-form-wrapper  i {color:#000}
.header #searchform input[type="text"]{width:228px !important;margin-right:5px;
background-color:#fff;
 border:0px solid #ccc;
 
    margin-bottom:0;
 padding:4px 14px !important;
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size:13px;
 font-weight:normal;
 
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 border-radius:20px;height: 36px !important

}
.header #searchform button[type="submit"]{position: relative!important;right:0;

display:inline-block;
 padding:8px 12px;
 margin-bottom:0;
 font-size:14px;
 line-height:20px;
 *line-height:20px;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
 border:1px solid #bbb;
 *border:0;
 border-bottom-color:#a2a2a2;
 *display:inline;
 *zoom:1;
 *background-color:#e6e6e6;
 color:#333;
 text-shadow:0 1px 1px rgba(255,255,255,0.75);
 border-color:#e6e6e6 #e6e6e6 #bfbfbf;
 border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
 background-color:#f5f5f5;
 background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
 background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
 background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
 background-image:-o-linear-gradient(top,#fff,#e6e6e6);
 background-image:linear-gradient(to bottom,#fff,#e6e6e6);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00e5e5e5', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 *margin-left:.3em;
 -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
 -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);


}



.header .secondary-nav-wrapper { grid-area: 5 / 1 / 6 / 13;background: #000; }
nav.secondary .top-nav{display: grid !important;grid-template-columns: repeat(5, auto) !important;max-width: 600px;margin:0 auto }
nav.secondary .top-nav li a{text-align: center}
nav.secondary .top-nav::before{display: none}
nav.secondary .top-nav::after{display: none}
.header .primary-nav-wrapper { grid-area: 4 / 1 / 5 / 13;top:auto !important;right:auto !important;background: #fff} 
nav.primary .top-nav{padding-top:10px;margin:0 auto !important;float: none !important;display: grid;grid-template-columns: repeat(7, auto);max-width: 1000px }
nav.primary .top-nav li a{text-align: center}
nav.primary .top-nav::before{display: none}
nav.primary .top-nav::after{display: none}
.header .mobile-button-wrapper { grid-area: 2 / 2 / 3 / 3; } 

@media (min-width: 992px) and (max-width: 1200px)
{
.header .container-fluid:before {display: none;}
.header .primary-nav-wrapper {font-size: 13px} 
.header .search-form-wrapper { grid-area: 1 / 9 / 2 / 13; } 
.header .logo-wrapper { grid-area:  3 / 1 / 4 / 6 }
 #searchform input[type="text"]{width:188px !important;} 
}

@media (max-width: 992px)
{
.utility-nav-wrapper {display: none}
.primary-nav-wrapper {display: none}
.secondary-nav-wrapper {display: none}
.header .container-fluid:before {display: none;}
header {margin-top:0;border: 0;padding: 0;margin-bottom:15px}
header .container-fluid{display: grid;grid-template-columns: 55px auto !important;grid-template-rows: 100px 50px !important;grid-column-gap: 5px;grid-row-gap: 5px;align-items: center !important;justify-items: center !important;margin-bottom:0}
.header .mobile-button-wrapper { grid-area: 1 / 1 / 2 / 2; }
    .header .mobile-button-wrapper #open-button{color: #fff}    
.header .logo-wrapper { grid-area: 1 / 2 / 2 / 3 !important;justify-self: center !important;margin:0 auto}
.header .logo-wrapper a#company-logo{background-position: center;margin:5px auto 0;max-width: 200px}
.header .search-form-wrapper { grid-area: 2 / 2 / 3 / 3 ;max-width:none;} 
.header #searchform button[type="submit"]{right:0 !important;max-width: none}
.header #searchform input[type="text"]{width:188px !important}
}

#content {margin-top:0}


/*--- Primary Nav ---*/

nav.primary .nav li {
    padding: 2px 5px;border-right:2px solid #000
}

nav.primary .nav li:last-of-type {
    border-right: none;
}

nav.primary .nav li a {
    color: #000;
    font-family: 'Magra', sans-serif;
    font-weight: 700;
    
    text-transform: uppercase;
    font-size:17px;
    line-height: 19px;padding: 0
}

nav.primary .nav li a:hover {

color:#D52727;
}
nav.primary .current-menu-item a:focus {
    text-decoration: none !important;
}

nav.primary .current-menu-item>a {
    color: #D52727;
}

nav.primary .current-menu-item {
    background-color: none;
}



/*--- Seconday Nav ---*/

header.header nav.secondary .nav li a {
    font-size: 14px;
    color: #cfcfcf;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight:400;
    font-family:'Magra', sans-serif;
}

header.header nav.secondary .nav li a:hover {
    background: none;
    opacity:.9;
    
}
.header .secondary-nav-wrapper {
    left:40px;
}
header.header nav.secondary .nav li a:hover {
    opacity:1 !important;
}

/* Utility Nav */
.header .utility-nav-wrapper a{background: #fff;border-radius:25px;min-width: 38px;text-align: center}
.header .utility-nav-wrapper a .fa {
    color:#000;
    font-size:26px;margin:5px
}
.header .utility-nav-wrapper a {
    padding:0;
}
.header .utility-nav-wrapper li {
    margin-right:5px;
}

.header .utility-nav-wrapper li:nth-child(5) a,
.header .utility-nav-wrapper li:nth-child(6) a,
.header .utility-nav-wrapper li:nth-child(7) a,
.header .utility-nav-wrapper li:nth-child(8) a,
.header .utility-nav-wrapper li:nth-child(9) a
{font-size:16px;font-weight: 700;padding-left:10px;padding-right:10px;line-height: 35px;font-size: 14px;color:#C4161C;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}

.header .utility-nav-wrapper a:hover{background: #fff;opacity: .9;color:#C4161C !important} 




/* -- right rail--*/

.right-rail.wpb_column {
    box-shadow:3px 3px 14px #ccc;
    padding-top:30px;
}
.right-rail .vc_wp_custommenu .widget{margin-top:0}

.right-rail .vc_wp_custommenu .widget ul{color: #000;list-style: square;padding-left: 15px;font-family: 'Magra',sans-serif;
font-weight: 700;}

.vc_column_container.vc_col-sm-4 .gform_body, .vc_column_container.vc_col-sm-4 .gform_heading, .vc_column_container.vc_col-sm-4 .gform_button, .right-rail .gpoll_container, .vc_column_container.vc_col-sm-4 .gform_confirmation_message {color: #000}

/*Top Stories*/
.top-stories-row {
    background:#000;
    padding-top:20px;margin: 0 auto;width:auto !important;position: relative;
    left: 0 !important;clear: both;border:0px solid #E2E53F
}
.top-stories-row h3.entry-title a {
    color:#fff;
}
.top-stories-row h3.entry-title a:hover {
    text-decoration: underline
}
.top-stories-row .entry-content {
    color:#fff;
}



.top-stories-row h3.entry-title a{line-height: normal}
.top-stories-row h3.entry-title a:hover{color: #fff}
.tsr-left .grid-item {
    border:none;
}

.tsr-left .entry-content-wrap {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #0000009e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
}
.tsr-left  h3.entry-title a{
	font-family: 'Magra',sans-serif !important;font-weight: 700 !important;font-size:36px;line-height:normal
}

.tsr-left article{padding: 0 !important}
.tsr-right  h3.entry-title a{
	font-family: 'Magra',sans-serif !important;font-weight: 700 !important;line-height: 135%
}
.tsr-right .categories-list:before {
	content:'';
}
.tsr-right .categories-list {
	font-family:'Magra', sans-serif;
	margin-bottom:10px;
	font-weight:600;
}
.tsr-right .categories-list a {
	background-color: #E2E53F;
	color:#000;
	padding:1px 6px;
	border-radius:3px;margin-top:4px !important;display: inline-block
}
.tsr-right .categories-list a:hover{opacity: .9}
.tsr-right .loop-wrapper .hentry {
	border-bottom:solid 1px rgba(255,255,255,.3);
}
/* Promo Row*/




.front-tiles .col-sm-4{border:0px solid #E2E53F}

.front-tiles .col-sm-4:nth-child(2){margin-left:10px;margin-right:10px;}
.front-tiles.second-row-tile .col-sm-4:nth-child(2){border: 0}
.front-tiles .wpb_wrapper .wpb_content_element{margin-bottom:0 !important}
.front-tiles article{border: 0 !important;padding-left:0 !important;padding-right:0 !important;padding-top:15px !important}
.front-tiles .h3.entry-title a{color: #000;font-family: 'Magra',sans-serif;font-weight: 700;line-height: normal;display: inline-block;margin-top:10px}

.big-front-title{margin-bottom: 0;margin-top:30px;border-bottom:1px solid #ccc}
.big-front-title h2 {font-family: 'Pathway Gothic One',sans-serif;color: #fed832;;text-transform: uppercase;font-size: 50px;padding: 0 !important;margin:0 }

.wpb_single_image.wpb_content_element.vc_align_center{margin-bottom:0}
.vc_row .vc_row.row.wpb_row.vc_row{margin-bottom: 0}

.vc_column_container.vc_col-sm-8{border:0px solid #E2E53F;background: #fff;padding:20px 5px}

.vc_column_container.vc_col-sm-8 h3.entry-title a{color: #000;font-family: 'Magra', sans-serif;font-weight: normal;font-size: 21px;line-height: normal}
.vc_column_container.vc_col-sm-8 h3.entry-title a:hover{text-decoration:underline}

.vc_column_container.vc_col-sm-8 h2 {font-family: 'Pathway Gothic One',sans-serif;color: #d1222a;text-transform: uppercase;font-size: 50px;padding: 0 !important;margin:0 0 15px 0;
border-bottom:1px solid #ccc;}
.vc_column_container.vc_col-sm-8 h2 a{color: #d1222a;}


.vc_column_container.vc_col-sm-8 article{border: 0;padding: 0}
.vc_column_container.vc_col-sm-8 .entry-content-wrap{margin-top:15px}

.right-rail.wpb_column{box-shadow: none;padding:0}

.vc_column_container.vc_col-sm-4 {color: #fff}

.big-front-title{margin-bottom: 0;margin-top:30px;border-bottom:1px solid #ccc}
.vc_column_container.vc_col-sm-4 h2 {font-family: 'Pathway Gothic One',sans-serif;color: #fed832;;text-transform: uppercase;font-size: 35px;padding: 0 !important;margin:0 0 10px 0;
border-bottom:1px solid #fff !important}



.vc_column_container.vc_col-sm-4 h3.entry-title a{color: #000;font-family: 'Magra', sans-serif;font-weight: normal;font-size: 21px;line-height: normal}
.vc_column_container.vc_col-sm-4 h3.entry-title a:hover{text-decoration:underline}

h1.archive-title {font-family: 'Pathway Gothic One',sans-serif;color: #d1222a;text-transform: uppercase;font-size: 50px;padding: 0 !important;margin:0 0 15px 0;
border-bottom:1px solid #ccc;}

.promo-row h2, .care-sheets h2 {font-family: 'Pathway Gothic One',sans-serif;color: #d1222a;text-transform: uppercase;font-size: 50px;padding: 0 !important;margin:0 0 15px 0;
border-bottom:1px solid #ccc;}
.promo-row h2 a{color: #d1222a;}
.promo-row .promo-row{border:0px solid #E2E53F;background: #fff;}
.promo-row .promo-row article{border: 0;padding: 0}

.promo-row h3.entry-title a{color: #000 !important;font-family: 'Magra', sans-serif;font-weight: normal;font-size: 21px;line-height: normal}
.promo-row h3.entry-title a:hover{text-decoration: underline !important}


footer{background: #599F4B !important}
footer .col-sm-3{width:100%;text-align: center;}
footer .col-sm-3 .widget{margin:5px auto;padding:5px}
footer .col-sm-3 ul li{display: inline-block;padding:2px 10px;border-right:1px solid #fff;}
footer .col-sm-3 ul li a, footer .col-sm-3 ul li a:visited{font-size: 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;color: #fff}
footer .col-sm-3 ul li a:hover{color: #000}
footer .col-sm-3 ul li:last-child{border:0}

footer .menu-connect-with-us-container ul li {border: 0;padding: 0;margin-top:10px}
footer .menu-connect-with-us-container ul li a{background: #000;padding:10px;border-radius: 21px;line-height: 32px;font-weight: bold}
footer .menu-connect-with-us-container ul li a:hover{color: #fff;opacity: .7}

footer .menu-connect-with-us-container ul li:nth-child(1) a{font-size: 21px;padding:7px 9px}
footer .menu-connect-with-us-container ul li:nth-child(2) a{font-size: 21px;padding:7px 9px}
footer .menu-connect-with-us-container ul li:nth-child(3) a{font-size: 21px;padding:7px 9px}
footer .menu-connect-with-us-container ul li:nth-child(4) a{font-size: 21px;padding:7px 9px}

.footer4{background: #000;border-radius: 25px;max-width: 1000px;margin:0 auto !important;float: none;clear: both}
.footer4 li {border: 0 !important}
.footer4 .widgettitle{border-bottom:0;margin-bottom:15px !important}
.footer4 li a:hover {color:#fff !important;opacity: .8}
footer .source-org{text-align: center;color: #000}
footer .legal-links{text-align: center;margin-bottom:10px}

.wpb_row{}

.vc_column_container.vc_col-sm-4 .vc_column_container > .vc_column-inner .vc_column-inner{ padding:0}
.magazine-module {width:100%}
.magazine-module .mag-cover .issues .issue{padding-left: 0 !important}
.magazine-module .mag-links a{display: block;padding: 0;color: #fff;font-family: 'Magra',sans-serif;font-weight: 700;line-height: 32px;}
.magazine-module .mag-links br{display: none}
.vc_column_container.vc_col-sm-4 a{color: #fff}
.vc_column_container.vc_col-sm-4 a:hover{text-decoration: underline}

.vc_column_container.vc_col-sm-8 a{color: #000}
#sidebar1 .wrapper-right-rail{padding-left:10px}


#sidebar1 .wrapper-right-rail{background: none !important;}

//#sidebar1 .wrapper-right-rail {color: #fff}


#sidebar1 .wrapper-right-rail h2 {font-family: 'Pathway Gothic One',sans-serif;color: #fed832;;text-transform: uppercase;font-size: 35px;padding: 0 !important;margin:0 0 10px 0;
border-bottom:1px solid #fff !important}



#sidebar1 .wrapper-right-rail h3.entry-title a, .care-sheets h3.entry-title a{color: #000;font-family: 'Magra', sans-serif;font-weight: normal;font-size: 21px;line-height: normal;}
#sidebar1 .wrapper-right-rail h3.entry-title a:hover, .care-sheets h3.entry-title a:hover{color: #000; text-decoration:underline}

#sidebar1 .wrapper-right-rail .vc_column_container > .vc_column-inner .vc_column-inner{ padding:0}

#sidebar1 .wrapper-right-rail a{color: #fff}
#sidebar1 .wrapper-right-rail a:hover{text-decoration: underline}


#main.col-md-8{border:0px solid #E2E53F;background: #fff;padding:20px}

#main.col-md-8 h3.entry-title a{color: #000;font-family: 'Magra', sans-serif;font-weight: normal;font-size: 21px;line-height: normal}
#main.col-md-8 h3.entry-title a:hover{text-decoration:underline}

#main.col-md-8 h2 {font-family: 'Pathway Gothic One',sans-serif;color: #000;text-transform: uppercase;font-size: 32px;padding: 0 !important;margin:0 0 15px 0;
border-bottom:0px solid #ccc;}
#main.col-md-8 h2 a{color: #000;}
#main.col-md-8 article{border: 0;padding: 0}
#main.col-md-8 h1.entry-title{font-weight: 700 !important;font-size: 40px;color: #000}
#main.col-md-8 a{color: #000}
#main.col-md-8 .rivista-caption .photo-credit{background: #EFEFEF;margin: 0;padding:10px}

.wpb_raw_code iframe{background: #fff;border: 0px solid #E2E53F}
.ssbp-btn{color: #fff !important}


/* Care Sheets Row */
.care-sheets .loop-wrapper .grid-item {
  border:none;
}
.care-sheets a.gtx-cl-archive-link {font-family: 'Pathway Gothic One',sans-serif;color: #d1222a; font-size:1.6em;}

.content-list-wrapper.care-sheets.square.blurred-bg .thumb-wrap.crop .inner-thumb-wrap figure {border-radius:360px; border:0px solid #E2E53F;}
.content-list-wrapper.care-sheets.square.blurred-bg .thumb-wrap.crop .inner-thumb-wrap figure:hover {border:10px solid #D07A11}

.care-sheets .thumb-wrap.thumb-float-none + .entry-content-wrap {margin-top:auto;}
/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:700;
  line-height:1;
}
.geobase-list .geobase-field.office .label{
  display:none;
}
.geobase-list .geobase-field.office {
  text-transform:uppercase;
  font-weight:700;
}
.geobase-list p.geobase-field {
  margin:0;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone {
  margin-bottom:10px;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone .label {
  display:none;
}
 .geobase-list .geobase-field.category, {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .label, .geobase-list .geobase-field.captive_lifespan .label, .geobase-list .geobase-field.care_level .label, span.label.family-label, span.label.range-label, span.label.habitat-label, span.label.captive_lifespan-label, span.label.dangerous-label, span.label.care_level-label {
    font-style:normal;
    text-transform:uppercase;
    font-size:.9em;
  }
  h1.geo-title, .directory-page-title h1 {
    color:#D1222A;
    text-transform:uppercase;
    font-family:'Pathway Gothic One', sans-serif;
    margin:0;
    font-weight:700;
  }

  h1.geo-title{
    border-bottom:1px solid #ccc;

  }
  span.scientific_name-value, span.gtxcel_fixedfield_description-label {
    font-size:1.7em;
    font-family:'Pathway Gothic One', sans-serif;

  }
span.scientific_name-value {
      font-style:italic;
}

span.gtxcel_fixedfield_description-value p {
  padding-bottom:10px;
}

.care_sheet_link-value a {
  background-color:#73C22E;
  color:#fff!important;
  padding:10px;
  font-size:1.2em;
  border-radius:5px;
}
.care_sheet_link-value a:hover{
  text-decoration:underline;
}

.filter-bar.wpb_row {
  border:solid 1px #eaeaea;
}
.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2, .geobase-filter h2{
   font-size:35px!important;
   font-weight: 700;
   color:#FCD832!important;
 }
 article.geobase-post .geobase-content-wrapper {
    width:78%;
	float:left;
    display:inline-block
}
 article.geobase-post .thumb-wrap {
    width:20%;
}

.geobase-images-wrapper .geobase-image-row.single .geobase-image {
  max-width:100%;
}

/* Page Numbers */
.pagination a:hover{
    background:#599F4B;
    color:#fff;
}

/* Magazine Page */
.magazine-page-left .issues .issue {
  padding:0;
  float:right;
  width:100%;
}

.save-today p b{
  color:#D12229;
  font-weight:700;
}

.subscribe a {
    padding: 12px 0;
    margin-top: 10px;
    width: 36%;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF!important;
    background-image: linear-gradient(to bottom, #EB8A13, #D07B11);
    font-weight:700;
}
.subscribe a:hover{
    background-image: linear-gradient(to bottom, #EB8A13, #BA6E0F);
}

/* --- Author Bios Styles --- */
  
.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 300px!important;
    margin: 0 0 15px 15px;
}
  
.author-bio-field.author-bio-field-author_email {
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #606060;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.author-bio-field a {
 color: #73c22e;
}
  
.author-bio-field.author-bio-field-author_email a {
    color: #73c22e;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
.author-bio-field.author-bio-field-author_email a:hover {
	color:white;
}
  
.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}
  
.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}
  
.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
    margin-top:0;
}
  
.author_bios.hentry .entry-meta-wrapper {
    margin:0;
}
  
.author_bios a .fa {
    color:#73c22e;
}
  
.author_bios a .fa:hover {
    color:#000;
}

.author-bio-list {
    clear: right;
}




.tsr-right .categories-list {display: none}

.top-stories-row {border:0px solid rgba(149,99,2,1)}

.front-tiles .col-sm-4 {border:0px solid #ccc;padding: 0 !important}
.front-tiles .col-sm-4 .vc_column-inner{padding-left: 0;padding-right:0}

.vc_column_container.vc_col-sm-4 h3.entry-title a {color:#000;font-weight: 600}
.vc_column_container.vc_col-sm-4 h3.entry-title a:hover{color: #000}

.promo-row .promo-row {border: 0}
.vc_column_container.vc_col-sm-8 {border: 0}

.promo-row h3.entry-title a {color:#000 !important;font-weight: 600}
.promo-row h3.entry-title a:hover {color:#000 !important}
.vc_column_container.vc_col-sm-8 h3.entry-title a {color: #000;font-weight: 600}

.vc_column_container.vc_col-sm-4 h2 {color: #d1222a}
.front-wide-fix .vc_column-inner{padding-left: 0 !important;padding-right:0 !important}


#sidebar1 .wrapper-right-rail h3.entry-title a, .care-sheets h3.entry-title a {color: #000;font-weight: 600}
.vc_column_container.vc_col-sm-4 a {color: #000}
.wpb_raw_code iframe {border: 0}

.big-front-title h2{color: #d1222a}
footer {background: #ccc !important}
footer .footer1 a{color: #000 !important}
footer .footer2 a{color: #000 !important}
footer .footer1 a:hover{color: #d1222a !important }
footer .footer2 a:hover{color: #d1222a !important}


#extra-footer a{color:#000;font-weight: normal}

.inner-thumb-wrap{margin-bottom: 10px}

.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2, .geobase-filter h2{color: #d1222a !important;font-weight: normal}
.vc_column_container.vc_col-sm-8 a {color: #d1222a}

#sidebar1 .wrapper-right-rail h2 {color: #d1222a}
#sidebar1 .wrapper-right-rail a{color: #000}
#main.col-md-8 {border:0}
#main.col-md-8 a {color: #d1222a}
#main.col-md-8 h3.entry-title a {color:#000;font-weight: 600}

#post-109257 > div > div > figure.gtxfimage{
	float: none !important;
}