/**handles:aptf-bxslider,aptf-front-css,aptf-font-css,essence-front-styles**/
.bx-wrapper{position:relative}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{right:20px;background:url(https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/images/prev.png) no-repeat}.bx-wrapper .bx-next{right:0;background:url(https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/images/next.png) no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0;opacity:1}.bx-wrapper .bx-next:hover{background-position:0 0;opacity:1}.bx-wrapper .bx-controls-direction a{border-bottom:medium none;height:16px;margin-top:-8px;outline:0 none;position:absolute;text-indent:-9999px;top:-10px;width:16px;z-index:9999;opacity:.5}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2015, 2:37:38 PM
    Author     : sagar
    */
    .aptf-single-tweet-wrapper{
    	/*background: #FFF;*/
    	clear: both;
    	float: left;
    	margin-bottom: 20px;
    	width: 100%;
    }
    .aptf-tweet-content a{
    	border-bottom: none !important;
    	color: #00B0ED !important;
        line-height:33px;
    	-webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
    	-moz-transition: all 1s ease;/* Firefox 4-15 */
    	-o-transition: all 1s ease;/* Opera 10.5-12.00 */
    	transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
    }
    .aptf-tweet-date{
    	float: left;
    }
    .aptf-tweet-date p{
    	margin-bottom: 0;
    }
    .aptf-tweet-actions-wrapper{
    	float: right;
    }
    .aptf-tweet-content .aptf-tweet-name{
    	border-bottom: none !important;
    	color: #333;
    	font-weight: bold;
        text-decoration: none !important;
    }
    .aptf-tweet-username{
    	font-size: 80%;
    	color: #999;
    }
    .aptf-tweet-actions {
    	font-family: 'WebSymbols-Regular';
    	color: #333;
    }
    .aptf-tweet-actions a {
    	border-bottom: none !important;
    	color: #999;
    	text-decoration: none !important;
    }
    .aptf-timestamp{
        margin-bottom: 0 !important;
    }
    .aptf-timestamp a{
    	border-bottom: none !important;
        text-decoration: none !important;
    }
    .aptf-template-1 .aptf-tweet-content{
    	background: #EEE; 
    	position: relative;
    	border: 1px solid #CCC;
    	border-radius: 5px;
    	padding: 15px;
    }
    .aptf-template-1 .aptf-tweet-content:after{
    	content: ' ';
    	border-left: 10px solid transparent;
    	border-right: 10px solid transparent;
    	border-top: 10px solid #EEE;
    	bottom: -10px;
    	height: 0; 
    	position: absolute;
    	width: 0;
    }
    .aptf-template-1 .aptf-tweet-content:after, .aptf-template-1 .aptf-tweet-content:before{ 
    	top: 100%; 
    	left: 30px; 
    	border: solid transparent; 
    	content: " "; 
    	height: 0; 
    	width: 0; 
    	position: absolute; 
    	pointer-events: none; 
    }
    .aptf-template-1 .aptf-tweet-content:after{
    	border-color: rgba(238, 238, 238, 0); 
    	border-top-color: #EEE; 
    	border-width: 10px; 
    	margin-left: -10px;
    }
    .aptf-template-1 .aptf-tweet-content:before{ 
    	border-color: rgba(204, 204, 204, 0);
    	border-top-color: #CCC;
    	border-width: 11px;
    	margin-left: -11px;
    }
    .aptf-template-1 .aptf-tweet-actions{
    	background: none repeat scroll 0 0 #fff;
    	border-radius: 20px;
    	display: none;
    	padding: 2px 10px;
    	position: absolute;
    	right: 15px;
    	top: 10px;
    }
    .aptf-template-1 .aptf-tweet-content:hover .aptf-tweet-actions{
    	display: block;
    }
    .aptf-template-1 .aptf-tweet-name, .aptf-slider-template-3 .aptf-tweet-name{
    	border-bottom: medium none !important;
    	display: inline-block;
    	font-weight: bold;
    	padding-top: 10px;
        text-decoration: none;
    }
    .aptf-template-1 .aptf-tweet-date, .aptf-slider-template-3 .aptf-tweet-date{
    	display: inline-block;
    	float: none;
    }

    .aptf-template-3 .aptf-single-tweet-wrapper{
      border: 1px solid #b2dbe9;
      border-radius: 10px;
      clear: both;
      color: #333;
      float: left;
      margin-bottom: 20px;
      padding: 10px;
      width: 100%;

      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#b8b8b8)";/*IE 8*/
      -moz-box-shadow: 0px 0px 4px #b8b8b8;/*FF 3.5+*/
      -webkit-box-shadow: 0px 0px 4px #b8b8b8;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 0px 0px 4px #b8b8b8;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#b8b8b8); /*IE 5.5-7*/
  }

  .aptf-template-3 .aptf-timestamp{
     margin-bottom: 0;
     font-size: 80%;
     color: #999;
     display: inline-block;
 }
 .aptf-template-3 .aptf-tweet-actions-wrapper{
     float: none;
     padding: 10px 0 5px;
     font-size: 80%;
 }
 .aptf-template-3 .aptf-tweet-actions-wrapper a{
     margin-right: 5px;
 }

 .aptf-tweets-slider-wrapper .aptf-timestamp{
    margin-bottom: 0;
    font-size: 80%;
    color: #999;
    display: inline-block;
}
.aptf-tweets-slider-wrapper .aptf-timestamp p{
    margin-bottom: 0;
}
.aptf-slider-template-2 .aptf-single-tweet-slide{
    border: 1px solid #b2dbe9;
    border-radius: 10px;
    color: #333;
    padding: 10px;
}

.aptf-slider-template-3 .aptf-single-tweet-wrapper{
    clear: none;
}

.aptf-slider-template-3 .aptf-tweet-content{
    background: #EEE; 
    position: relative;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
}
.aptf-slider-template-3 .aptf-tweet-content:after{
    content: ' ';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EEE;
    bottom: -10px;
    height: 0; 
    position: absolute;
    width: 0;
}
.aptf-template-3 .aptf-tweet-content:after, .aptf-slider-template-3 .aptf-tweet-content:before { 
    top: 100%; 
    left: 0;
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
}
.aptf-slider-template-3 .aptf-tweet-content:after{
    border-color: rgba(238, 238, 238, 0); 
    border-top-color: #EEE; 
    border-width: 10px; 
    margin-left: -3px;
}
.aptf-slider-template-3 .aptf-tweet-content:before{ 
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #CCC;
    border-width: 11px;
    margin-left: 11px;
}
.aptf-slider-template-3 .aptf-tweet-actions{
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    display: none;
    padding: 2px 10px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.aptf-slider-template-3 .aptf-tweet-content:hover .aptf-tweet-actions{
    display: block;
}
.aptf-slider-template-3 .aptf-tweet-name{
    border-bottom: medium none !important;
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
}
.aptf-slider-template-3 .aptf-tweet-date{
    display: inline-block;
    float: none;
}
.aptf-tweet-box {
    color: #333;
}
.aptf-follow-btn{
    background-color: #eee;
    background-image: linear-gradient(#fff, #dedede);
    border: 1px solid #ccc;
    border-radius: 3px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    color: #333;
    cursor: pointer;
    display: inline-block;
    font: bold 13px/37px "Helvetica Neue",Arial,sans-serif;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    max-width: 100%;
}
a.aptf-follow-link{
    border-bottom: none !important;
    text-decoration: none !important;
}
.aptf-follow-btn i {
    background: url("data:image/png;base64,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") no-repeat scroll 0 0 transparent;
    height: 13px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.aptf-follow-btn .label {
    padding: 0 10px 0 25px;
    white-space: nowrap;
}
.aptf-center-align {
    text-align: center;
}
.aptf-seperator{
    padding: 8px;
}
a.aptf-follow-link:focus{
    outline:none !important;
}
.aptf-each-media.aptf-media-thumb {
    width: auto;
    float: left;
}
.aptf-tweet-media{
    width:100%;
    overflow:hidden;
}
@font-face{font-family:WebSymbols-Regular;src:url("https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/fonts/WebSymbols-Regular.eot?") format("eot"),url("https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/fonts/WebSymbols-Regular.woff") format("woff"),url("https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/fonts/WebSymbols-Regular.ttf") format("truetype"),url("https://aarons.cc/wp-content/plugins/accesspress-twitter-feed/css/fonts/WebSymbols-Regular.svg#WebSymbols-Regular") format("svg");font-weight:400;font-style:normal}
.front-page .site-inner{background-color:transparent;box-shadow:none}.front-page .site-inner::before{display:none}.front-page.full-width-content .content{max-width:none;width:100%}.front-page .content .featured-content .entry{background-color:#fff;box-shadow:0 25px 60px 0 rgba(0,0,0,.05)}.content .featured-content .widget-title{background-color:#fff;padding:2.5%}.content .featured-content .entry~.widget-title{background-color:transparent;padding-bottom:0}.hero-section{background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff;padding:8% 0 0 0;position:relative;text-align:center}.hero-section .button.more-link.text,.hero-section a{color:#fff;border-width:0;text-decoration:underline}.hero-section .button.more-link.text:focus,.hero-section .button.more-link.text:hover,.hero-section a:focus,.hero-section a:hover,.hero-section h2,.hero-section h3,.hero-section h4,.hero-section h5,.hero-section h6{border-width:0;color:#fff;text-decoration:none}.hero-section .entry{box-shadow:none}.hero-section p.entry-meta,.hero-section p.entry-meta a{color:#ccc}.hero-section .featured-content .more-from-category a::after,.hero-section .featured-content .more-from-category a::before{display:none}.hero-title{color:#fff;font-size:64px}.hero-description{margin:0 auto 28px;max-width:600px}.hero-email .enews-widget{box-shadow:0 10px 50px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.12);margin:40px auto;max-width:490px}.hero-email input[type=email]{border:1px solid #fff}.hero-section .widget,.hero-section .widget-title{color:#fff}.front-page-1 .widget:last-of-type{margin-bottom:40px}.front-page-1 .featured-content:last-of-type{margin-bottom:0}.front-page-1 .featured-content .entry,.half-width-entries .front-page-1 .featured-content .entry{background-color:#fff;box-shadow:0 25px 60px 0 rgba(0,0,0,.05);float:left;margin-left:0;text-align:center;width:100%}.front-page-1 .flexible-widgets.widget-full .featured-content .entry,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry{float:left;margin-left:4%;width:48%;padding-bottom:60px}.front-page-1 .flexible-widgets.widget-full .entry:nth-of-type(odd),.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry:nth-of-type(odd){margin-left:0}.front-page-1 .flexible-widgets.widget-full .entry-content,.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves .featuredpage .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{padding:30px 100px 20px 100px}.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{font-size:36px;font-size:3.6rem}.front-page-1 .flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1){clear:none}.front-page-2{margin-bottom:20px}.front-page-2 .featured-content .more-from-category{margin-bottom:0}.front-page-featured{background-color:#f4f4f4;padding:40px 0}.front-page-featured .widget{background-color:transparent;padding:0}.front-page-featured blockquote{font-family:Lora,serif;font-size:36px;font-size:3.6rem;font-style:normal;letter-spacing:-1px;line-height:1.75;padding:0 80px;text-align:center}.front-page-featured blockquote cite{color:#999;display:block;font-family:'Alegreya Sans',sans-serif;font-size:13px;font-size:1.3rem;font-style:normal;font-weight:700;letter-spacing:2px;margin-top:30px;text-transform:uppercase}@media only screen and (max-width:1200px){.front-page-1 .flexible-widgets.widget-full .entry-content,.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{padding:30px 60px 20px 60px}.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{font-size:30px;font-size:3rem}}@media only screen and (max-width:1023px){.front-page-1{margin-bottom:40px}.front-page-1 .flexible-widgets.widget-full .featured-content .entry,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry{margin-left:0;padding-bottom:30px;width:100%}.front-page-1 .featured-content .entry{padding-bottom:30px}.front-page-1 .flexible-widgets .entry:last-of-type{margin-bottom:0}.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{font-size:30px;font-size:3rem;padding:30px 60px 0 60px}.front-page-1 .flexible-widgets.widget-full .entry-content,.front-page-1 .flexible-widgets.widget-halves .featuredpage .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-content{padding:20px 60px 10px 60px}.front-page-featured blockquote{padding:30px 0}.above-footer-featured{margin-bottom:40px}}@media only screen and (max-width:860px){.front-page.page .site-inner,.site-inner{margin-top:-5%;padding:0}.hero-title{font-size:36px;font-size:3.6rem}.front-page-1 .flexible-widgets.widget-full .entry-content,.front-page-1 .flexible-widgets.widget-full .entry-title,.front-page-1 .flexible-widgets.widget-halves .featuredpage .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-content,.front-page-1 .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{padding:20px 30px 0 30px}.content .flexible-widgets.widget-full .entry-title,.content .flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title{font-size:28px;font-size:2.8rem}.front-page-featured{margin-top:40px}.front-page-featured blockquote{font-size:24px;font-size:2.4rem;padding:0}}