@charset "utf-8";
/*::marker {
  content: "";
}*/
body:not(.home) p, #bottom-cta-1 p {
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.77) !important;
  line-height: 1.75em;
}
body:not(.home) .entry-content a {
  color: #023d9f;
}
.entry-content h2 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}
.entry-content h1, .header-wrap .entry-title {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .tagline, #top-area h1, .et-description h2, .et-home-testimonial blockquote p, .description h2, .alt-description h2, blockquote p, #comments, #reply-title, #footer-logo, #et-logo {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}
/*main bg image*/
#top-area, #pre-footer {
  background: linear-gradient(0deg, rgb(37 37 37 / 48%), rgb(56 56 56 / 57%)), url(../img/header-vertex-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.et_full_width_page #header-wrap, .single-post #header-wrap /* modify sub-page (and posts) bg images*/ {
  background-position: center center !important;
}
#header-wrap {
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 1em 1em 1em 1em;
  background: #d3d3d3 !important;
  background: url(https://robertsirrigation.com/wp-content/uploads/background-tile.png), linear-gradient(319deg, #d3d3d3 0%, #585858 100%) !important;
}
#header-wrap .entry-header-text {
  /* background: rgb(5 5 5 / 16%); */
  padding: 1em 1em 0 1em;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
#header-wrap .entry-title {
  color: #000000ba;
  font-size: 4em;
  font-family: 'Roboto Condensed' !important;
  text-transform: uppercase;
  font-weight: 400;
}
#header-wrap .header_cta {
  padding: 0em 1em 0em 0em;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  /* display: none; */
}
#header-wrap .header_cta img {
  width: 200px;
}
#header-wrap .header_cta a:hover {
  left: auto;
  margin-left: .3em;
  opacity: 1;
  background-color: #ffffff;
}
#header-wrap h3 {
  display: none;
}


/*---------------------------
NAV
-----------------------------*/
.et_secondary_nav_enabled #page-container #top-header {
  background: linear-gradient(to top, #a9a9a9, #e4e4e4, #a9a9a9) !important;
}
#et-info {
  background: #003ea5;
  padding: 10px 15px 4px 15px;
  position: relative;
  top: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
a.menu-accolades {
  font-weight: 600 !important;
  color: #dddddd !important;
}

/* sidebar */
.wc-block-product-categories-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-block-product-categories-list-item a {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
}

.wc-block-product-categories-list-item a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
    margin-right: 8px;
    color: #333;
    flex-shrink: 0;
}

.wc-block-product-categories-list-item a .wc-block-product-categories-list-item__name {
    display: inline-block;
}

.wc-block-product-categories-list-item-count {
    flex-shrink: 0;
    margin-left: 10px;
}





#main-area {
  width: auto;
}
.error404 #left-area {
  min-height: 31em;
}
.error404 #sidebar {
  display: none;
}

.wc-block-product-categories__button {

    margin-left: .4em !important;
}
/*---------------------------------------------
					GLOBAL
---------------------------------------------*/
/*toggles*/
.eplus_styles .ep_ti_open .ep_toggle_item_title, .eplus_styles .ep_toggle_item_title:hover {
  background-image: linear-gradient(#19459d, #0b2f78) !important;
}
.eplus_styles .ep_toggle_item_title:hover {}
.img-sty-01 img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border: 12px solid #17479b;
  border-radius: 5px;

}
/*bullets*/
.entry-content .bullet-style-01 li, .list-col-2 li {
  display: flex;
}
.entry-content .bullet-style-01 {
  font-size: 1.2em;
}
.entry-content .bullet-style-01 li strong, .entry-content .number-style-01 li strong {
  display: contents;
}
.entry-content .bullet-style-01 li::before, .list-col-2 li::before {
  padding: 0 8px 0 0;
  content: "";
  background-image: url('../img/icon-slash-dual-1.webp') !important;
  background-repeat: no-repeat;
  background-size: contain;
  color: #003ea5;
  position: relative !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  left: -8px !important;
  top: 7px !important;
  width: 14px;
  height: 14px;
}



.entry-content .number-style-01 li::before {
  padding: 0 8px 0 0;
  content: "";
  background-image: url('../img/icon-slash-dual-1.webp') !important;
  background-repeat: no-repeat;
  background-size: contain;
  color: #003ea5;
  position: relative !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  /* display: inline-block; */
  left: -8px !important;
  top: 7px !important;
  width: 14px;
  height: 14px;
}
.entry-content .ep_toggle_item_content ul li::before {
  padding: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #143d90;
  border-radius: 0;
  border-style: none;
  border-width: 3px;
  left: 3px;
  position: relative;
  top: 1px;
  font-size: 1.2em;
}
.wp-block-cover .wp-block-cover__inner-container p {
  color: white !important;
}
.full-page-width-spacing-s {
  padding: 2em 2em;
}
.full-page-width-spacing-m {
  padding: 3em 2em;
}
.full-page-width-spacing-l {
  padding: 4em 2em;
}
.full-page-width-spacing-xl {
  padding: 5em 2em;
}
/* full width page*/
.page-template-page-full-width #main-content .container {
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important
}
.page-template-page-full-width .full-page-container-col {
  max-width: 1250px;
  width: 85%;
  margin: 0 auto;
}
.page-template-page-full-width .padding-top-zero {
  padding-top: 0%;
}
.full-page-col-indent { /*add this css to inner col that contains the content*/
  padding: 4.5% 2% 4.5% 2%;
  max-width: 1100px;
  margin: 0 auto;
}
.full-page-col-indent-m {
  padding: 1.2% 2% 1.2% 2%;
  max-width: 1100px;
  margin: 0 auto;
}
.full-page-col-no-indent {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
}
/*by default, disable all other footer CTA sections*/
.bottom-cta-2 {
  display: none;
}
.btn-default a {
  position: relative;
  display: inline-block !important;
  padding: 10px 20px !important;
  border: none;
  font-size: 16px !important;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
}

/*testing button hover*/
body #page-container #main-content .entry-content a.btn-cust1, body #page-container #main-content .entry-content .btn-cust1 a, #bottom-cta-1 a.btn-cust1, .foot-contact a.btn-cust1,
.woocommerce-mini-cart__buttons a{
  position: relative;
  display: inline-block !important;
  padding: 10px 20px !important;
  border: none;
  background-color: #003ea5;
  color: #ffffff !important;
  font-size: 16px !important;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  transition: padding-right 0.3s;
	min-width: 192px;
}

body #page-container #main-content .entry-content a.btn-cust1:hover,
body #page-container #main-content .entry-content .btn-cust1 a:hover,
#bottom-cta-1 a.btn-cust1:hover,
.foot-contact a.btn-cust1:hover,
.woocommerce-mini-cart__buttons a:hover {
  padding-right: 40px; /* Adjusts space for the icon */
}

body #page-container #main-content .entry-content a.btn-cust1::after,
body #page-container #main-content .entry-content .btn-cust1 a::after,
#bottom-cta-1 a.btn-cust1::after,
.foot-contact a.btn-cust1::after,
.woocommerce-mini-cart__buttons a::after {
  content: '\f054'; /* Font Awesome icon for an arrow (right arrow) */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* Ensures the icon uses the solid style */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
}

body #page-container #main-content .entry-content a.btn-cust1:hover::after,
body #page-container #main-content .entry-content .btn-cust1 a:hover::after,
#bottom-cta-1 a.btn-cust1:hover::after,
.foot-contact a.btn-cust1:hover::after,
.woocommerce-mini-cart__buttons a::after{
  opacity: 1;
  right: 20px; /* Moves the icon to the left to create a slide effect */
}






body #page-container #main-content .entry-content .btn-cust1 {
  margin-left: 5%;
  margin-top: 3%;
}
body #page-container #main-content .entry-content a.btn-cust2, body #page-container #main-content .entry-content .btn-cust2 a,
footer a.btn-cust2{
  background-color: transparent !important;
  color: #ffffff !important;
  border: 3px solid white !important;
}
footer .foot-contact a.btn-cust1 {min-width: 182px;}
.vertical-center-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* full width page (need to validate)*/
.page-template-page-full-width #main-content .container {
  width: 100%;
  max-width: 100%;
}
.page-template-page-full-width #main-content p.eplus-wrapper, .page-template-page-full-width #main-content h2.eplus-wrapper, .page-template-page-full-width #main-content h3.eplus-wrapper, .page-template-page-full-width #main-content h4.eplus-wrapper, .page-template-page-full-width #main-content ul {
  padding-left: 5%;
  padding-right: 5%;
}
.page-template-page-full-width #main-content ul {
  padding-left: 7%;
  padding-right: 5%;
}
.full-width-light-gray-background  {
  background: #cdcecd;
  margin-top: 2em !important;
}
.page-template-page-full-width .padding-top-zero {
  padding-top: 0%;
}
.full-page-col-indent { 
  padding: 3% 2% 2% 2%;
  max-width: 1100px;
  margin: 0 auto;
}
/*---------------------------------------------
					HOME
---------------------------------------------*/
#row-home-solutions .et_pb_button {
  text-transform: uppercase;
  font-size: 1em;
}
.wp-block-cover, .wp-block-cover-image {
  border-radius: 10px;
}
#section-home-specialty-services #list-specialty-services-text li:not(:last-child) {
  margin-bottom: 12px;
}
#section-home-specialty-services #list-specialty-services-text h3 {
  line-height: 1em !important;
  display: flex;
}
#section-home-specialty-services #list-specialty-services-text h3::before {
  padding: 0 34px 0px 0px;
  content: "";
  background-image: url('../img/icon-slash-dual-1-white.webp') !important;
  background-repeat: no-repeat;
  background-size: cover;
  /* color: #003ea5; */
  position: relative !important;
  /* border-radius: 0 !important; */
  /* border-style: none !important; */
  /* border-width: 0 !important; */
  /* display: inline-flex; */
  left: -7px !important;
  top: 5px !important;
  width: 18px;
  height: 20px;
  min-width: 20px;
}
/*---------------------------------------------
					COMPANY
---------------------------------------------*/
h3.wp-block-heading {
  font-weight: 600;
  line-height: 1.2em;
}
#section-company-accolades {
  background: #585858;
}
#section-company-accolades i {
  color: white;
  font-size: 4em;
  line-height: 1.5em;
}
#section-company-accolades h2 {
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 12px;
}
#section-company-accolades h4 {
  color: #ffffffb3;
  line-height: 1.2em;
}
#section-company-accolades .wp-block-column {
  padding: 0 1.5em
}
.wp-block-cover, .wp-block-cover-image {
  border-radius: 10px;
  box-shadow: 5px 5px 3px #747171;
}

#section-team-welcome li {}
#section-team-welcome li::before {
  padding: 0px 22px 0 4px;
  content: "";
  background-image: url('../img/icon-slash-dual-1.webp') !important;
  background-repeat: no-repeat;
  background-size: contain;
  color: #003ea5;
  position: relative !important;
  left: -12px !important;
  top: 2px !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
}
.section-divider {
  width: 95%;
  margin: 0 auto;
  border-bottom: 5px solid #19459d;
  padding-bottom: 1%;
}
#col-wi-map .wp-block-image img {
  /*    max-width: 136%;*/
}
#section-sales-team #ag-sales-team-names figure, #section-sales-team #cranberry-sales-team-names figure {
  width: 150px;
  height: 150px;
  border: 3px solid #e4e3e3;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 6px;
  position: relative;
  left: -49px;
  margin-bottom: 2em;
}
#section-sales-team #ag-sales-team-names img, #section-sales-team #cranberry-sales-team-names img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center top;
}

#section-sales-team p.eplus-wrapper {
  line-height: 1.4em;
}
#ag-sales-team-names p strong span, #cranberry-sales-team-names p strong span {
  font-size: 1.5em;
  position: relative;
  top: 3px;
  left: -5px;
  margin-left: -39px;
  color: #0040a5;
}
#cranberry-sales-team-names p strong span {
  color: #298814;
}
#section-team-other-sales-team #parts-service-info .wp-block-group {
  background: #073c92;
  border-radius: 10px;
  padding: 2em 9px;
  box-shadow: 5px 5px 3px #747171;
}
#section-team-other-sales-team #parts-service-info .wp-block-group:first-child {
  margin-bottom: 10%;
}
#section-team-other-sales-team #parts-service-info .wp-block-group p, #section-team-other-sales-team #parts-service-info .wp-block-group h3 {
  color: white !important;
  line-height: 1em;
  text-align: center;
}
/*---------------------------------------------
					OUR IMPACT
---------------------------------------------*/
.img-president img {
  border-radius: 50%;
  border: 10px solid #19469d;
}
#section-our-impact-edu-grow i {
  font-size: 4em;
}
.page-id-798 #section-company-accolades img {
  max-width: 77%;
  border-radius: 10px;
  border: 9px solid white;
}
.page-id-798 #section-company-accolades .vertical-center-col:last-child, .page-id-798 #section-company-accolades .vertical-center-col:first-child {
  flex-basis: 31% !important;
  padding: 0;
}
/* Fix gallery block*/
body .entry-content .wp-block-gallery {
  display: flex !important;
}
/*---------------------------------------------
					SERVICES
---------------------------------------------*/
#section-services-01 {
  background: #d3d3d3;
}
#section-services-01 ul {
  padding-top: 5%;
}
#section-services-01 .list-col-2 li {
  font-size: 1.2em;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.77) !important;
}
#section-services-01 .list-col-2 li::before, #section-services-complete-water-solutions li::before {
  padding: 0 8px 0 0;
  left: -11px !important;
  top: 8px !important;
  width: 21px;
  height: 21px;
  min-width: 21px;
}
#section-services-01 .list-col-2 {
  -moz-column-count: 2;
  -moz-column-gap: 25px;
  -webkit-column-count: 2;
  -webkit-column-gap: 25px;
  column-count: 2;
  column-gap: 25px;
}
#section-services-sales-support-service .btn-cust2 {
  margin-top: 4%;
}
#section-vendor-slider .slick-track {
  padding-top: 2em;
  padding-bottom: 3em;
}
#section-services-complete-water-solutions {}
/*---------------------------------------------
					CAREERS
---------------------------------------------*/
#section-application-form .wp-block-image img {
  max-width: 80% !important;
}
/*---------------------------------------------
					EVENTS CALENDAR
---------------------------------------------*/
#col-promotions-signup h4 {
  margin-top: 1em;
}
#col-promotions-signup div.wpforms-container-full {
  margin: 0 auto !important;
}
#col-promotions-signup div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 1px 0 0 5%;
}
#col-promotions-signup .wpforms-field-container {
  padding-left: 5%;
}
.em.pixelbones a {
  color: #023d9f !important;
}
.event-template-default #sidebar {
  display: none;
}
.event-template-default #left-area {
  width: 100% !important;
}
.event-template-default .em-event-content {white-space: normal;
    word-wrap: break-word;}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
  background-color: #19459d;
  border: 1px solid #929490;
}
.em-view-container {
  position: relative;
  padding-bottom: 4em;
  margin-bottom: 3em;
}
.mc-events-template-default #sidebar, .et_right_sidebar #main-content .container:before, p.post-meta, .single-mc-events .sharing {
  display: none;
}
.mc-events-template-default #left-area {
  width: 100%;
  padding-bottom: 23px;
}
.mc-events-template-default .longdesc ul li::before, .event-template-default .entry-content ul li::before {
  padding: 0 20px 0 0;
  content: "";
  background-image: url(../img/icon-slash-dual-1.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  color: #003ea5;
  position: relative !important;
  left: -12px !important;
  top: 2px !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  /* display: inline-block; */
  width: 21px;
  height: 21px;
}
.map a, .map span, .mc-events-template-default .mc-location-upcoming a, .view-full a {
  color: #023c9c !important;
}
.mc-location-hcard .vcard {
  padding: 1em;
  background: rgba(0, 0, 0, .04);
  line-height: 1.5;
  font-size: 1.2em;
}
.mc-events-template-default .mc-location-upcoming h2 {
  padding-top: 1.5em;
}
/*popup after click on calendar */
#js-modal-content .sharing a {
  color: #444444;
}
.sub-address .mc-events-link {
  display: none;
}
.my-calendar-modal .time-block .mc-icon:before, .mc-main .time-block .mc-icon:before {
  font-size: 2.3em;
}
#js-modal-content .has-image img {
  max-width: 300px;
  border-radius: 10px;
  margin-top: 1em;
}
/*---------------------------------------------
 	CONTACT PAGE & FORM
--------------------------------------------*/
div.wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 26px;
  margin: 0 0 10px 0;
  color: #2f2f2f;
}
.entry-content .form-background-style {
  padding: 2em 2em 2em 2em;
  margin: 0 0 3em 0 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(187 187 187), rgb(225 225 225), rgb(180 180 180)) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
  color: #2e2e2e;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #003ea5;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  border-radius: 7px;
  padding: 9px 35px;
  text-transform: uppercase;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #03378e;
}
/*---------------------------------------------
 				STORE
--------------------------------------------*/
/*clearance page*/
.page-id-10514 mark {padding-left:8px; padding-right:8px;}
.page-id-10514 li::marker {content:"";}
.page-id-10514 .woocommerce-Price-amount bdi {font-size:1.6em !important;}
.page-id-10514 .wp-block-button {display:none !important;}


.woocommerce .custom-store-notification {
  margin: 0 auto;
  text-align: center;
  background: #00ff4133;
  padding: 4px;
  font-size: 1.2em;
  color: #003ea5;
}
.woocommerce-page .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-page #sidebar .wp-block-search {
  border: 4px solid #003ea5;
  border-radius: 5px;
}
.woocommerce-page #sidebar h4.widgettitle, .woocommerce-page #sidebar h3.wp-block-heading {
  font-weight: 600;
  line-height: 23px;
  font-size: 1.6em;
  color: #003ea5;
}
.woocommerce-page #sidebar .foot-contact li, .woocommerce-page #sidebar #menu-store_quick_links li {
  font-size: 1.4em;
}
.woocommerce-page #sidebar .foot-contact li {
  margin-bottom: 1.3em;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  color: #666 !important;
  font-size: 21px;
  margin: 0 !important;
}
.et_no_sidebar #sidebar {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
body ul.wc-block-product-template__responsive li.type-product h2
{
  padding: .5em 0;
  margin: 0;
  font-size: 1.1em !important;
  line-height: 1.5em !important;
  color: #003ea5;
}
.woocommerce-page #sidebar .menu-store_quick_links-container ul li::before {
  padding: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  font-weight: 900;
  color: #143d90;
  border-radius: 0;
  border-style: none;
  border-width: 3px;
  left: 1px;
  position: relative;
  top: 2px;
  font-size: 1.2em;
}
#sidebar #block-18 {
  margin-bottom: 0;
}
#sidebar #block-19 .fa-phone:before {
  content: "\f095";
  color: #003ea5;
  position: relative;
  top: 2px;
  left: -3px;
}
/*---------------------------------------------
 					FOOTER
--------------------------------------------*/
/* apply proper custom footer CTA default */
#page-footer-cta-1, #page-footer-cta-2, #page-footer-cta-3 {
  display: none;
}
.home #page-footer-cta-1, .page-id-289 #page-footer-cta-1, .page-id-566 /*resource*/ #page-footer-cta-1, .page-id-798 /*our impact*/ #page-footer-cta-1, .page-id-359 /*services*/ #page-footer-cta-1 {
  display: block; /*enable cta 1*/
}
.page-id-114 #page-footer-cta-2 {
  display: block; /*enable cta 2*/
}
.page-id-331 #page-footer-cta-3, .page-id-486 #page-footer-cta-3 {
  display: block; /*enable cta 3*/
}
#main-footer {
  padding: 2% 2% 7px 2%;
}
#about-section-services ul {
  padding-left: 2em;
}
#about-section-services .list-col-2 li::before {
  left: -8px !important;
  top: 7px !important;
  width: 14px;
  height: 14px;
}
#footer-widgets i {
  color: #19459d;
}
#footer-info, #footer-info a {
  color: #f4f4f4 !important;
  font-weight: 100;
}
#media_image-2 img {
  max-width: 286px !important;
}
#main-footer h3 {
  color: white !important;
  text-transform: uppercase;
}
.fwidget, #footer-widgets {
  margin-bottom: 18px;
  float: none;
  margin-top: 0;
  padding-top: 1em;
}
.footer-widget li, .widget li {
  padding: 2px 0 4px 14px;
  font-size: 15px;
  position: relative;
}
.footer-widget #footerservices a.more {
  background: transparent;
  border: 2px solid white;
  margin-top: 14px;
}
#footer-widgets i {
  padding-right: 10px;
  position: relative;
  top: 3px;
  font-size: 1.4em;
}
#footer-widgets .footer-widget a { /*keeps address in line*/
  display: inline-flex;
  font-size: 1.1em;
}
#footer-widgets .footer-widget #block-4 li::before, #footer-widgets .footer-widget #block-8 li::before /* hides bullets so fontawesome can be used*/ {
  display: none;
}
.footer-widget #block-6 p {
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #ffffff !important;
  line-height: 1.75em;
}
#footer-info p {
  color: #ffffff !important;
}
#bottom-cta-1 {
  padding: 8em 3em;
  text-align: right;
  background: url(https://robertsirrigation.com/wp-content/uploads/bg-vehicle-1920-02.webp), linear-gradient(269deg, #003ea5 0%, #032865e8 83%) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#bottom-cta-1 span {
  position: relative;
  top: -7px;
  left: 20px;
}
#bottom-cta-1 a:hover {
  /*background-color: rgba(0, 0, 0, 0.19);*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
#bottom-cta-1 .row-1 {
  display: inline-block;
  width: 70%;
  padding: 3em 3em;
  background: #e2e2e2;
  border-radius: 7px;
}
#bottom-cta-1 h2 {
  font-size: 3em;
  margin: 0;
  line-height: 1.3em;
  text-align: center;
}
#bottom-cta-1 p {
  text-align: center;
  font-size: 1.4em;
}
/*------------------------------------------------------------------------------
MEDIA QUERIES 
-------------------------------------------------------------------------------*/
@media only screen and (min-width: 1600px) {
  #list-specialty-services-text {
    margin-right: -165px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 81%;
    max-width: 1150px;
  }
  .et-description {
    float: right;
    width: 40%;
    padding-top: 2%;
  }
  .et-main-image {
    float: left;
    margin-right: 29px;
  }
  .footer-widget {
    float: left;
    width: 27%;
    color: #fff;
  }
  /*-----------------------------------------------*/
}
@media only screen and (min-width: 981px) {
  #section-sales-team p.eplus-wrapper {
    line-height: 1.3em;
    white-space: nowrap;
  }
  .et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
    -webkit-animation: fadeLeft .4s ease-in-out;
    animation: fadeLeft .4s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
  }
  .nav li ul {
    position: absolute;
    padding: 2px 0;
  }
  #et-secondary-menu .et-cart-info {
    display: none !important;
  }
  a.menu-accolades {
    font-size: 17px;
    font-weight: 600 !important;
  }
  #et-secondary-menu {
    position: relative;
    top: 2px;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 33px;
    font-weight: 500;
  }
  #top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: -1px;
  }
  /*calendar*/
  .mc-events-template-default .et_post_meta_wrapper img {
    height: auto;
    max-width: 550px;
    border-radius: 10px;
    float: left;
    margin-right: 2em;
    margin-bottom: 3em;
  }
  .mc-events-template-default .entry-content .event-short-date {
    margin-bottom: 4em;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 2%;
  }
  .et_pb_gutters3 .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 4.5%;
  }
  #footer-widgets .footer-widget:nth-child(1) {
    width: 25%;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    width: 40%;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    width: 24%;
  }
  #bottom-cta-1 .row-1 {
    width: 70%;
    padding: 3em 9em;
  }
  #main-footer .footer-widget .list-col-2 li::before {
    padding: 0 11px 0 0;
    left: -10px !important;
    top: 3px !important;
  }
  /*-----------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .entry-content #section-sales-team {
    margin-left: 16px;
  }
  .mobile_menu_bar:before {
    color: #d3d3d3;
  }
  #section-home-hero .et_pb_text_inner p {
    font-size: 1.3em;
  }
  #section-home-solutions .et_pb_text_2 {
    width: auto;
    max-width: 100%;
  }
  #section-home-solutions .et_pb_blurb_description, #section-home-features .et_pb_blurb_description {
    font-size: 1.2em;
  }
  #section-home-solutions .et_pb_blurb_container h4, #section-home-features .et_pb_blurb_container h4 {
    font-size: 15px;
    font-weight: 500;
  }
  #bottom-cta-1 .row-1 {
    width: 100%;
    padding: 1em 1em;
  }
  /*-----------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  /*-----------------------------------------------*/
}
@media only screen and (max-width: 479px) {
  .home #section-home-specialty-services .et_pb_text ul {
    padding: 1em 1px 1em 0px;
    margin-right: 2em;
    margin-left: -10px;
  }
  .home #section-home-specialty-services h3 {
    font-size: 18px !important;
  }
  .home #section-home-about .et_pb_row_inner_2.et_pb_row_inner {
    padding-top: 7px !important;
    padding-right: 2em !important;
    padding-bottom: 11px !important;
    padding-left: 2em !important;
  }
  .home #section-home-about .et_pb_button_2 {
    margin: 0px 2em;
  }
  #section-services-01 .list-col-2 {
    -moz-column-count: 1;
    -moz-column-gap: 25px;
    -webkit-column-count: 1;
    -webkit-column-gap: 25px;
    column-count: 1;
    column-gap: 25px;
  }
  #col-wi-map .wp-block-image img {
    max-width: 300px;
  }
  .entry-content .indent-txt {
    padding: 20px 2px;
  }
  .page-id-798 #section-company-accolades img {
    max-width: 100%;
    border-radius: 10px;
    border: 6px solid white;
  }
  #section-company-accolades .wp-block-column {
    padding: 0 .5em;
  }
  #header-wrap {
    padding: 24px 10px 14px 10px;
  }
  #header-wrap .entry-title {
    font-size: 3.5em;
    text-align: center;
  }
  #header-wrap .header_cta {
    padding: 1em 1em;
    text-align: center;
  }
  .et_pb_button_0_wrapper a.et_pb_button { /* padding: 16px 26px !important;*/
  }
  #bottom-cta-1 .row-1 {
    display: inline-block;
    width: auto;
    padding: 1em 1em;
    background: #e2e2e2cc;
    border-radius: 7px;
  }
  #bottom-cta-1 {
    background: url(https://robertsirrigation.com/wp-content/uploads/ri-truck-cows-800.webp), linear-gradient(269deg, #003ea5 0%, #032865e8 83%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  /*-----------------------------------------------*/
}
/*---------------------------------------------
TEMPLATE CSS STYLES
--------------------------------------------*/
/*add pdf icon to links*/
a[href$=".PDF"], a[href$=".pdf"] {
  padding: 10px 44px;
  background: url(../img/icon-pdf.png) left center no-repeat;
  background-size: 26px;
}
/*add doc icon to links*/
a[href$=".DOCX"] {
  padding: 10px 44px;
  background: url(../img/icon-doc.png) left center no-repeat;
}
a[href$=".doc"] {
  padding: 10px 44px;
  background: url(../img/icon-doc.png) left center no-repeat;
}
/*Layout Structure*/
.row {
  margin: 14px 0;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.col {
  padding: 0;
  float: left;
}
.col_1 {
  width: 98%;
}
.col_1_2 {
  width: 48%;
}
.col_1_3 {
  width: 32.7%;
}
.col_2_3 {
  width: 62.7%;
}
.col_1_4 {
  width: 24%;
}
.col_1_75 {
  width: 68%;
}
ul.list-col-2, ol.list-col-2 { /*2 col lists*/
  -moz-column-count: 2;
  -moz-column-gap: 3px;
  -webkit-column-count: 2;
  -webkit-column-gap: 3px;
  column-count: 2;
  column-gap: 3px;
}
ul.list-col-3 { /*3 col lists*/
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
ul.list-col-4 { /*4 col lists*/
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
.block {
  overflow: auto;
  padding: 15px;
}
.bold {
  font-weight: bold;
}
.darkblue {
  color: #41618a;
}
.darkred {
  color: #800000;
}
.darkgreen {
  color: #006633;
}
.yellow {
  color: #ffff00;
}
.dirtywhite {
  color: #ffefce;
}
.indent-txt {
  padding: 20px;
}
.darkblue-block {
  background: #004080;
}
.darkred-block {
  background: #621c17;
}
.border-1-black {
  border: 1px solid black;
}
.bord-top-1-gray {
  border-top: 1px solid gray;
}
.clear {
  clear: both;
}
.pad-top-20 {
  padding-top: 20px !important;
}
.gray-block {
  background-color: #FAF9F9;
  border: 1px solid #D6E0E5;
}
.center {
  text-align: center;
}