/*
Theme Name: Reward Pay
Author: Joseph
Author URI: https://wordpress.org/
Description: Arin Online - Custom templating.
Version: 1.3
License: GNU General Public License v2 or later
*/
body {
	color:#707070;
}
p {
    line-height: 25px;
}
p.author {
    padding: 20px 10px;
    border: 2px solid #dbdbdb;
    border-radius: 10px;
}
p.author img {
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    margin-top: 10px;
}
p.author span {
    display: block;
}
p.author span.name {
    font-size: 25px;
}
p.author span.description {
    margin-top: 10px;
}

h3 {
	color:#00AEEF;
}
.title.d1 {
    text-align: center;
    color: #462e2e;
    position: relative;
}
.title.d1:before {
    content: " ";
    border-bottom: 1px solid;
    display: inline-block;
    width: 100px;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
}
.title.d2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.title.d3 {
    font-size: 40px;
    font-weight: bold;
}
label {
    width: 100%;
    text-transform:uppercase;
}
ul li {
    line-height: 30px;
    margin-bottom:20px;
}
a:hover, a:focus,
a:hover > * {
    color: #23527c;
    text-decoration: none;
    opacity:0.8;
}
input[type="email"], input[type="tel"], input[type="search"], 
input[type="text"], input[type="password"], input[type="file"], input[type="submit"],
textarea {
    padding: 10px 20px;
    border: 1px solid #D8D8D8;
    width: 100%;
}
input[type="submit"] {
    background: #00AEEF;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
    width: 150px;
    max-width: 100%;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
form {
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
}
form .input-wrapper {
    margin-bottom: 15px;
}
form .input-wrapper label {
    float: left !important;
    display: block !important;
    width: 25%;
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
    line-height: 50px;
}
form .input-wrapper .wpcf7-form-control-wrap {
    width: 75%;
    float:left;
}
form .input-wrapper .wpcf7-form-control-wrap input,
form .input-wrapper .wpcf7-form-control-wrap textarea {
    padding: 15px;
    border-color: #EEEDED;
}
strong.blue {
    color: #00AEEF;
    font-size: 21px;
}

.container  { }

#header .navbar-nav > li { margin-bottom:0; }
/*NAVIGATION*/
.navbar-nav > li.current_page_item > a {
    background: #232323;
    color: #00aeef !important;
}

/*COLUMN DESIGN 2*/
.design2 { margin-bottom: 20px; }
.design2 .icon {
    font-size: 60px;
    color: #00aeef;
    line-height: 135px;
    display: block;
}
.design2 img { 
    max-width: 100%;
    display: block;
    margin: 30px 0 auto;
}
.design2 h2 {
    color: #00aeef;
    font-size: 30px;
    line-height: 36px !important;
    margin-bottom: 25px;
    font-weight: 100;
}
.design2 p {
    line-height: 25px;
}

.reasons-to-use-reward-pay {}
.reasons-to-use-reward-pay .design4 {
    min-height: 230px;
}
iframe.wistia_embed {
    max-width: 100%;
}
#accordion .panel{
	border-radius:0;
    margin-top: -1px;
}
#accordion .panel .panel-heading {
	padding:20px;
}

#accordion.vertical {
	position:relative;
    overflow: hidden;
    padding-top:50px;
}
#accordion.vertical .panel:after{
	content:'';
	display: block;
	clear:both;
}
#accordion.vertical .panel.panel-default {
    border: none;
    box-shadow: none;
    margin-top: 0px;
}
#accordion.vertical .panel .panel-heading {
	width: 15%;
    float: left;
    padding: 0;
    border-bottom: none;
    background: #fff;
    border-radius: 0;
}
#accordion.vertical .panel .panel-heading h4 a {
    background: #fff;
    
    display: block;
    padding: 20px;
    border-bottom: none;
}
#accordion.vertical .panel .panel-heading h4 a.active,
#accordion.vertical .panel .panel-heading h4 a:focus,
#accordion.vertical .panel .panel-heading h4 a:hover {
    border-bottom: 3px solid #4FB0EF;
    text-decoration: none;
}
#accordion.vertical .panel .panel-collapse {
	width: 75%;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion.vertical .panel .panel-collapse .panel-body {
	border:none;
	padding: 20px 40px;
	/*overflow-y:scroll;*/
}

.dual-bg { position:relative; }
.dual-bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    background: #E1E1E1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.dual-bg .container {
    z-index: 2;
    position: relative;
}

.testimonials > div {
}
.testimonials .inner {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 3px;
    min-height: 700px !important;
}
.testimonials .inner h3 {
    font-size: 34px;
    font-weight: 100;
    margin: 40px 20px 30px;
}
.testimonials .inner .excerpt {
    margin: 0 25px 44px;
    line-height: 30px;
    font-weight: 100;
}
.testimonials .inner .btn {
    width: 240px;
    max-width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonials a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.home-hackreview-section .col-md-2 img { margin: 15px 0 45px -20px;display: block; }
.home-hackreview-section .col-md-8{ padding-left: 40px; }
.home-hackreview-section .col-md-8 h3 {
    margin-top: 0;
}
.home-hackreview-section .col-md-8 p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.case-studies { font-weight: 100; margin: 40px 0; }
.case-studies thead { background: #EEF8FD; }
.case-studies td, .case-studies th {
    padding: 20px !important;
    border: 1px solid #F0F0F0 !important;
}

.file-format li {
    margin-bottom: 0;
}
.file-format td {
    padding: 0 10px;
}
.home #footer,
.page-id-580 #footer {
    margin-top: 0;
}
#footer {
    padding: 40px 0;
    border-top: 1px solid #F0F0F0;
    margin-top: 20vh;
}
#footer .amex {
    position: absolute;
    right: 10%;
    bottom: 20px;
    width: 72px;
}
.banner-area {
    background-attachment: fixed;
}

.calculate-points span.currency {
    position: relative;
    font-weight: bold;
    padding: 2px 20px;
    border: 2px solid #ececec;
    max-width: 100%;
    display: block;
    border-radius: 36px;
}
.calculate-points span.currency:before {
    content: "$";
    position: absolute;
    top: 0;
    left: 21px;
    vertical-align: middle;
    line-height: 52px;
}
.calculate-points span.currency.points:before {
    content: "";
}
.calculate-points label{
    text-transform: capitalize;
}
.calculate-points input.rewards-button {
    background: transparent;
    max-width: 100%;
    border: none;
    text-align: center;
    letter-spacing: 3px;
    font-size: 25px;
    outline: none;
}
#rotator {
    margin: 0 0 10px;
    overflow: hidden;
    z-index: 99;  
}

#rotator span {
    width: 100%;
    text-align: center; 
    padding: .5rem;
    display: inline-block;
    cursor: default;
    -webkit-tap-highlight-color: rgba(255,255,255,0.5);
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    color: white;
    font-weight: 500;
}
#rotator span img{
    transition: all .5s ease 0s;
}
.redeem  {
    margin-bottom: 30px;
}
 .redeem .redeem-button {
    margin-bottom: 30px;
    display: none;
}
.redeem .redeem-button strong {
    border: 2px solid #fff;
    line-height: 35px;
    border-radius: 35px;
    width: 250px;
    display: block;
    margin: auto;
    letter-spacing: 2px;
    max-width: 100%;
    background: #ffffff29;
    padding: 3px;
}
.redeem p {
    width: 250px;
    display: none;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
    text-align: left;
    margin-right: 20px;
}
.redeem p span:nth-child(1) {
    line-height: 48px;
    color: #9a9a9a;
    width: 40px;
    height: 50px;
    display: inline-block;
    background: #fff;
    margin-right: 3px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0px;
}
/*POPUP*
#popmake-532 {
    width: 600px;
    max-width:100%;
}*/
@media (max-width: 992px) {
    .dual-bg:after {
        height: 49%;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .design2 img { margin: auto; }
    .dual-bg.container.column:last-child {
         padding - top: 100px;
    }
    .dual-bg.container.column > div {
        text-align: center
    }

    #accordion.vertical .panel .panel-heading {
	  width: 100%;
	  float: none; 
    }
    #accordion.vertical .panel .panel-collapse {
	  width: 100%;
	  position: relative;
    }
}