/*
Theme Name: Azure Basic 
Theme URI: http://silverglass.net/2012/01/02/azure-basic-free-wordpress-blog-theme/
Author: C. A. Brown
Author URI: http://cabrown.net/
Description: A lightweight, two-column layout blog theme, with 6 widget areas and customizable header image. Valid HTML5 and CSS3 that can be modified. Compatiable with Wordpress 3.2 and above. Compatable IE7+, Opera 10+, Safari 5+, Firefox 3.5+.   
Tags: blue, white, two-columns, custom-menu, custom-background, custom-header, right-sidebar

Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { height: 100%; 
       font-family: "Roboto", sans-serif; 
	   background: none; }

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }

body article { 
    font-size: 16px;
}

/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 700px; }

#content { width: 680px; }

#sidebar { overflow: hidden;
           float: right;
           width: 220px; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 30px 0; }

#main {     padding: 0; }

#footer-bottom { padding: 0 0 10px 0; }

.entry-header { margin: 0 0 25px 0; }

article { padding: 0 0 30px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access { padding: 15px 10px 5px 18px; 
          z-index: 500; }

nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { height: 2em; clear: both; display: inline-block; }
nav[role="navigation"] ul li a { padding: 4px 8px; }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full { padding: 0; width:100%; float:left; display:block; }

#top-header {
    background: none;
    box-shadow: none;
} 
#wrap {
    float: left;
    display: block;
    width: 100%;
}
/* Top Navigation */

#access { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }
		  
#access a { color: #fff; 
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#access a:hover { color: #01152a; }

#access ul li:hover ul  { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }


/* Header Title Section */

#top-header-section { width: 100%; }

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */

#main { background: none repeat scroll 0 0 #fff; 
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }

.featured-thumb { margin-bottom: 10px; }
 
article { margin-bottom: 25px;
	      padding-top: 10px;
	      padding-left: 25px; }
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { background: none repeat scroll 0 0 #6da0d3; }

.column { float: left;
          margin: 0 80px 0 0;
          width: 170px; }

.column.last { margin: 0; }

#footer-content { padding-top: 25px; 
                  padding-left: 25px; 
				  padding-right: 10px; }

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { border-top: 1px solid #eaf8ff; 
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; }

#top-header {
    background: none;
    box-shadow: none;
    float: left;
    display: block;
    width: 100%;
    padding: 0;
}
.logo {
    float: left;
    display: block;
    width: auto;
}
.logo img {
    width: 210px;
    margin-left: 8%;
    margin-top: 30px;
}
.righthead {
    float: right;
    display: block;
    width: auto;
    margin-top: 30px;
    margin-right: 3%;
}
.inspectdiv a {
    float: right;
    color: #D9CB10;
    border: 2px solid #D9CB10;
    padding: 5px 16px;
    font-size: 16px;
    margin-bottom: 10px;
}
#access {
    background: none;
    float: right;
    display: block;
    width: 100%;
    text-align: right;
}
#access a {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
nav[role="navigation"] ul li {
    height: auto;
    clear: both;
    display: inline-block;
}
#access a:hover, #access li.current-menu-item a  {
    color: #fff;
}
#access li.contact a:hover {
    border-bottom: 3px solid #CA282B;
}
#btm-header-sidebar-section { 
    float: right;
    display: block;
    width: auto;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
}
.yellowtxt {
    color: #FFFF18;
    font-weight: bold;
}
#btm-header-sidebar-section a {
    color: #fff;
    font-weight: bold;
}
#btm-header-sidebar-section a.sue-icon i { 
    border: 2px solid #fff;
}
#access {
    background: none;
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 0;
    margin-right: -9px;
}
#btm-header-sidebar-section {
    float: right;
    display: block;
    width: auto;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    text-align: right;
}
.socdivs {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
#header-image {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    min-height: 600px;
}
.headslide1 {
    padding-top: 200px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 800px;
    margin: 0 auto;
    display: block;
}
.headslide1 h1 { 
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.headslide1 p {  
    width: 80%;
    display: block;
    margin: 0 auto;
}
.lightyellowtxt {
    color: #F8DC5D;
}
#main {
    background: none;
    box-shadow: none;
}
#primary {
    float: left;
    overflow: hidden;
    width: 100%;
}
#content {
    width: 100%;
}
article {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding: 0;
}
#sectionone, #sectiontwo, #sectionthree, #sectionfour { 
    float: left;
    display: block;
    width: 100%;
}
#sectionone {
    background: #000;
}
.content {
    padding: 80px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
#sectionone p {
    font-size: 19px;
    color: #fff;
    width: 700px;
    margin: 0 auto;
}
.orangetxt {
    color: #FF8718;
}
#sectiontwo {
    background: rgba(177,46,41,0.90);
}
#sectiontwo .content {
    padding: 0; 
}
.fullprodserv {
    float: left;
    display: block;
    width: 100%;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    padding: 80px 0;
  position:relative;
}
.fullprodicon {
    position: absolute;
    top: 30%;
    left: 0;
    display: block;
    width: 100%;
    z-index: 0;
}
.hovicon {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    margin-top: 18px;
}
.leftprolist {
        float: left;
    display: block;
    width: 50%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.rightprolist {
    float: left;
    display: block;
    width: 50%;
    text-align: left;
   position: relative;
    z-index: 1;
}
.listtitle {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Oswald';
    color: #fff;
    padding-left: 5%;
     margin-bottom: 10px;
      display: block;
}

.fullprodserv ul {
       float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.fullprodserv ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.leftprolist ul li {
    float: left;
    display: block;
    width: 80%;
    padding: 15px 0 15px 5%;
    border-top: 5px solid #fff;
}
.rightprolist ul li {
    float: right;
    display: block;
    width: 80%;
    padding: 15px 5% 15px 0;
    border-top: 5px solid #fff;
}
.rightprolist ul li {
    float: right;
    display: block;
    width: 80%;
    padding: 15px 5% 15px 0;
    border-top: 5px solid #fff;
    text-align: right;
}
.rightprolist .listtitle {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #fff;
    padding-right: 5%;
    float: right;
    padding-left: 0;
    margin-bottom: 10px;
}
.fullprodicon {
    position: absolute;
    top: 20%;
    left: 0;
    display: block;
    width: 100%;
    z-index: 0;
}
.fullprodicon img {
    border: 73px solid #fff;
    border-radius: 256px;
}
#sectionthree {
    float: left;
    display: block;
    width: 100%;
background:#414142;
}
#sectionthree .content {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#sectionthree img.wp-image-85 {
    max-width: 100%;
    height: auto;
    width: 100%;
}
#sectionthree .su-column-size-3-5 {
    width: 48%;
    margin-left: 10%;
    border-left: 5px solid #fff;
    padding-top: 80px;
}
#sectionthree h3 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #fff;
    padding-left: 5%;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 95%;
    text-align: left;
}
#sectionthree .su-row .su-column-size-2-5 {
    margin: 0;
}
#sectionthree .su-column-size-2-5 {
    width: 42%;
}
#sectionthree .su-posts-default-loop {
    float: left;
    width: 100%;
    text-align: left;
    display: block;
}
#sectionthree .su-posts-default-loop .su-post {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    float: left;
    display: block;
    width: 95%;
    border-top: 5px solid #fff;
    padding-top: 15px;
    padding-left: 5%;
    padding-bottom: 15px;
    background: url('http://avenfire.com/wp-content/uploads/2016/03/sidearrow.png') 95% center no-repeat;
}
#sectionthree .su-posts-default-loop .su-post-excerpt { 
    display: none;
}
#sectionthree .su-posts-default-loop .su-post-comments-link { 
    display: none;
}
#sectionthree .su-post-title a {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}
#sectionthree .su-posts-default-loop .su-post-meta {
    margin-bottom: 0;
    font-size: 0.8em;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FF7E17;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
a.seemobut {
    float: left;
    display: block;
    width: auto;
    margin: 0 0 0 5%;
    color: #FFE816;
    font-size: 17px;
    font-weight: bold;
    margin-top: 22px;
}
a.seemobut:hover {
    color:#fff;
}
#sectionthree .su-post-title a:hover {
  opacity:.7;
}
#sectionthree  .su-row { 
    margin-bottom: -5px;
}
#sectionthree .su-column-size-3-5 {
    width: 43%;
    margin-left: 15%;
    border-left: 5px solid #fff;
    padding-top: 80px;
    padding-bottom: 46px;
}
#sectionthree .su-post-title a {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
}
#sectionthree .su-posts-default-loop .su-post:last-child {
border-bottom:5px solid #fff;
}
#bottompage {
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    padding: 80px 0;
} 
#bottompage .amazingcarousel-list-container { 
    width: 100% !important;
}
#bottompage #wonderplugincarousel-1 .amazingcarousel-image img { 
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#footer-bottom {
    background: none;
    float: left;
    display: block;
    width: 100%;
    background: url('http://avenfire.com/wp-content/uploads/2016/03/footbg.png') left top no-repeat;
    background-size: 100% auto;
}
#footer-content {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    display: block;
}
#footer-content {
    width: 80%;
    height: auto;
    display: block;
}
#footer-content img.wp-image-103 {
    width: 85px;
    height: auto;
}
#footer-content .column h4 {
    color: #EEB242;
    font-size: 20px;
    border-bottom: none;
    margin-bottom: 10px;
}
#footer-content .column:first-child {
    float: left;
    margin: 0 0px 0 0;
    width: 170px;
}
#footer-content .column ul li a {
    color: #fff;
    font-size: 16px;
}
#footer-content .column ul li a:hover {
    color: #EEB242;
}
#footer-content .column {
    font-size: 16px;
}
#footer-content .column a {
  color:#fff;
}
#footer-content {
    width: 90%;
    height: auto;
    display: block;
}
#footer-content img.wp-image-103 {
    width: 50%;
    height: auto;
}
#footer-content .socdivs a.sue-icon i { 
    border: 2px solid #fff;
}
#footer-content .socdivs {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 10px;
}
#footer-content  { 
    line-height: 1.2;
}
#footer-content .column.last {
    width: 400px;
    margin-top: 37px;
}
#site-credits {
    border-top: 0;
    padding: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 16%;
}
#site-credits a {
  color:#fff;
}
#site-credits a:hover {
  color:#fff;
  opacity:.7;
}
video#vidbg_fullscreen {
  bottom: -200px !important;
}
span.changeimg {
    border: 26px solid #fff;
    border-radius: 270px;
    width: 317px;
    height: 317px;
    display: block;
    background-image: url('http://avenfire.com/wp-content/uploads/2016/05/Extinguishers.png');
    background-size: 104% auto;
    background-repeat: no-repeat;
    background-position: center center;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    /* box-shadow: 0 0 0 23px #fff inset; */
}
.leftprolist ul li:hover {
    background-color: rgba(255,255,255,.3);
}
.rightprolist ul li:hover {
    background-color: rgba(255,255,255,.3);
}
.rightprolist ul li.hlink9 { 
    border-bottom: 5px solid #fff; 
	  }
h1.blog-entry-title a {
    color: #000;
}
.single .entry-meta {
    font-size: 15px;
    color: #dd3333;
    text-align: center;
    border: 1px solid #dd3333;
    width: 300px;
    margin: 0 auto;
    padding: 5px 8px 8px 8px;
}
.single .entry-meta a {
  color: #dd3333;
}
.single .entry-content {
    padding-top: 15px;
}
.single  #main {
    /* background: #fff; */
    box-shadow: none;
    width: 50%;
    margin: 0 auto;
    padding: 80px 0;
    max-width: 900px;
}
		.single #nav-single, .single p.nocomments { 
    display: none;
}
#wonderplugincarousel-1 .amazingcarousel-item-container { 
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
 #access ul li:hover ul {
    background: rgba(150,10,50,.8);
    padding: 20px;
}
#access ul li ul li a:hover {
    color: #EEDE15;
    border-bottom:none;
}
#access ul li ul li.current-menu-item a {
    color: #FFF;
    border-bottom:none;
}
#footer-bottom { 
    background: #000; 
}
nav[role="navigation"] ul li ul li { 
    text-align: left;
}
.leftprolist ul li.hlink4 { 
    border-bottom: 5px solid #fff;
}
.rightprolist ul li.hlink7 { 
    width: 75%;
}
.leftprolist ul li.hlink3  {
	     width: 75%;
	}
#sectionthree img.wp-image-85 { 
    height: auto;
    width: 100% !Important;
}
.rightprolist .listtitle { 
    font-weight: 300;
}
#sectionthree { 
    background: #000;
  
}
#sectionthree .su-post-title a:hover {
    opacity: 1;
}
#sectionthree .su-post:hover {
    opacity: .7;
}
article li { 
    font-size: 16px;
}
.hovicon {
    background: url('http://avenfire.com/wp-content/uploads/2016/05/Extinguishers.png') top center no-repeat;
    background-size: 367px auto;
}
.blog .entry-meta {
    font-size: 15px;
    color: #dd3333;
    text-align: left;
    border: 1px solid #dd3333;
    width: 300px;
    margin: 0;
    width: 95%;
    padding: 5px 2% 8px 2%;
}
header.blog-entry-header {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #000;
}
article h1 {
    text-align: left;
    font-size: 40px;
}
.single .entry-meta {
    font-size: 15px;
    color: #dd3333;
    text-align: left;
    border: 1px solid #dd3333;
    width: 300px;
    margin: 0;
    width: 95%;
    padding: 5px 2% 8px 2%;
}
#sectionthree .su-posts-default-loop .su-post { 
    background: url('http://avenfire.com/wp-content/uploads/2016/05/YellowArrow-01.png') 95% center no-repeat;
    background-size: 36px auto;
}
.fullprodserv { 
    color: #fff;
}