/*
Theme Name: AgenWebsite
Theme URI: http://www.agenwebsite.com
Description: Designed and Developed by Fairuz Fatin
Version: 1.0.4
Author: Fairuz Fatin
Author URI: http://www.itsmefurzy.com/
*/

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

Primary color : #ef6c00
Primary hover : #e65100

Secondary color : #c62828
Secondary hover : #b71c1c
=========================================
-----------------------------------------*/
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    line-height: 28px;
    margin: auto !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #ef6c00;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover,a:active,a:focus {
    color: #e65100;
    text-decoration: none;
}

label {
    cursor: pointer;
}

.full-size {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-brand {
    padding: 7px 15px;
}

.btn-lg, .btn-group-lg > .btn{
    border-radius: 4px;
}

.btn, .btn:hover, .btn:active, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn-default {
    color: #333!important;
}

.btn-orange {
    background: #ef6c00;
}

.btn-orange:hover{
    background: #FF7300;
}

.btn-orange:active {
    background: #e65100;
}

.btn-red {
    background: #c62828;
}

.btn-red:active {
    background: #b71c1c;
}

.btn-green {
    background: #1b5e20;
}

.btn-green:active {
    background: #1b5e20;
}

.button.cancel {
    background: #C62828;
    margin: 0 5px;
    display: none;
}

.button.pay {
    background: #C62828;
    margin: 0 5px 0 0;
}

.clearheight {
    height: 51px;
}

.well {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tooltip.top {
    padding: inherit;
}

.tooltip-inner {
    font-size: 14px;
    max-width: 300px;
    padding: 9px 15px;
    background: rgba(0, 0, 0, .9);
}

.bg-orange {
    background: #ef6c00;
    color: #fff;
}

.bg-black {
    background: #333;
    color: #fff;
}

.bg-grey {
    background: #f9f9f9;
}

.cursor {
    cursor: pointer;
}


/* --------------------------------------
=========================================
Featured Content
=========================================
-----------------------------------------*/
.text-right {
    text-align: right;
}

.full-size .content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
}

.full-size .content .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.full-size:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
}

.full-size .js-height-full {
    height: 659px;
}

.full-size .content .text .text-left {
    width: 650px;
}

/* --------------------------------------
=========================================
Homepage First Impression
=========================================
-----------------------------------------*/
#homefeatured {
    background-image: url(images/whatsapp-background.png);
    color: #fff;
	margin-top: 50px;
}

#homefeatured .content .text .tagline {
    margin: 0 0 15px;
    font-size: 25px;
}

#homefeatured .content .text .title {
    margin: 0;
    font-size: 53px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
}

#homefeatured .content .text .product {
    font-size: 14px;
    margin: 10px 0 25px;
    line-height: 24px;
}

#homefeatured .content .text .product a {
    color: #fff;
}

#homefeatured .content .text .product a:hover {
    text-decoration: underline;
}

#homefeatured .content .text .button-area a i {
    font-size: 21px;
    padding-right: 5px;
}


/* --------------------------------------
=========================================
Primary Navigation
=========================================
-----------------------------------------*/
#primarynav a.navbar-brand:hover > img {
    opacity: 0.8;
}

#primarynav {
    border-color: #222;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    z-index: 99999;
}

#primarynav .navbar-button {
    margin-top: 7px;
    margin-left: 0;
    position: relative;
}

#primarynav .navbar-button i{
    padding-right: 5px;
    font-size: 20px;
}

#primarynav .nav li a,
#primarynav .nav li.current-menu-item a {
    color: #fff;
}

#primarynav .nav li a:hover {
    color: #ef6c00;
}

#primarynav .btn-myaccount i, #primarynav .navbar-button .hover i {
    font-size: 14px;
}

#primarynav .btn-cart {
    position: relative;
    margin-right: 5px;
}

#primarynav .btn-myaccount {
    color: #fff;
    opacity: 0.7;
    display: inline-block;
    margin-left: 5px;
}

#primarynav .btn-myaccount .avatar {
    border-radius: 17px;
}

#primarynav .btn-myaccount:hover {
    opacity: 1;
    color: #fff;
}

/* --------------------------------------
=========================================
Primary Navigation
=========================================
-----------------------------------------*/
#supported {
    background: #e5e5e5;
    padding: 30px 0;
    text-align: center;
}

#supported img {
    height: 60px;
    width: auto;
    margin: 0 10px;
    display: inline-block;
}

/* --------------------------------------
=========================================
Featured Product
=========================================
-----------------------------------------*/
#featuredproduct {
    padding: 50px 0;
}

#featuredproduct .title {
    margin: 0;
    font-weight: bold;
}

#featuredproduct .col-description {
    margin-top: 40px;
}


/* --------------------------------------
=========================================
Home Product
=========================================
-----------------------------------------*/
#homeproduct {
    background: #333;
    padding: 50px 0 20px;
    color: #fff;
}

#homeproduct h2.title {
    display: inline-block;
    margin: 0 0 25px;
    border-bottom: 3px solid #ef6c00;
    padding-bottom: 10px;
}

#homeproduct .cards {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    border-radius: 2px;
}

#homeproduct .product-carousel .owl-dots {
    padding-top: 15px;
}

#homeproduct .product-carousel .card{
    position:relative;
}

#homeproduct .product-carousel .card .product-title{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:5px 10px;
    background:rgba(0, 0, 0, 0.8);
    color:#fff;
}

/* --------------------------------------
=========================================
Featured Contact
=========================================
-----------------------------------------*/

#featuredcontact {
    background: #e5e5e5;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

#featuredcontact .highlight {
    font-weight: 600;
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-template-contact .grecaptcha-badge {
    display: block !important;
}


/* --------------------------------------
=========================================
Showcase
=========================================
-----------------------------------------*/
#showcase {
    padding: 25px 0 50px;
}

#showcase h2.tagline {
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-align: center;
}

#showcase .filters {
    padding: 0 0 25px;
    text-align: center;
}

#showcase .filters a {
    display: inline-block;
    opacity: 0.6;
    border-top: 3px solid transparent;
    padding: 10px 25px;
    color: #000;
}

#showcase .filters a.active, #showcase .filters a:hover {
    opacity: 1;
    border-top-color: #ef6c00;
    color: #ef6c00;
}

#showcase .showcase-isotope .item {
    width: 33.33333%;
}

#showcase .showcase-isotope .item .front {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#showcase .showcase-isotope .item:hover > .front {
    opacity: 1;
}

#showcase .showcase-isotope .item .content {
    display: table;
    width: 100%;
    height: 100%;
}

#showcase .showcase-isotope .item .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#showcase .showcase-isotope .item h3.title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 25px 0 0;
    font-weight: 400;
}

#showcase .showcase-isotope .item .icon a {
    font-size: 20px;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.75);
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    padding: 3px 0;
}

/* --------------------------------------
=========================================
Testimonial
=========================================
-----------------------------------------*/
#testimonial {
    background: #333 url(images/footer_lodyas.png) repeat-x;
    padding: 70px 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

#testimonial .title {
    margin: 0;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 29px;
}

#testimonial .author {
    margin-bottom: 0;
    font-size: 18px;
}

#testimonial a {
    color: #fff;
}

#testimonial a:hover {
    text-decoration: none;
}

#testimonial .owl-theme .owl-dots .owl-dot.active span, #testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background:#333;
}

#testimonial .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, #testimonial .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF;
}

#testimonial .tt_quote_info-below, #testimonial .tt_quote_info-above {
    margin-bottom: 25px;
}

#testimonial .ttshowcase_slider .bx-wrapper img {
    width: 100px;
}

#testimonial .ttshowcase_rl_aditional_info {
    margin-top: 15px;
}

#testimonial #ttshowcase_0 {
    margin-bottom: 40px;
}

button.tt_form_button {
    background: #FF7300;
    color: #FFF;
    text-align: center;
    display: block!important;
    margin: 20px auto 0!important;
}

.tt_style_1 fieldset:hover {
    background: none!important;
}

.tt_style_1 label {
    vertical-align: top!important;
}

.tt_style_1 textarea {
    height: 120px;
}

#tt-slider-prev a,
#tt-slider-next a {
	color: #FFF!important;
	opacity: 0.6;
}

#tt-slider-prev a:hover,
#tt-slider-next a:hover {
	color: #FFF!important;
	opacity: 1;
}

/* --------------------------------------
=========================================
Latest News
=========================================
-----------------------------------------*/
#latestnews {
    padding: 25px 0 10px;
}

#latestnews .tagline {
    margin: 0 0 15px;
    font-size: 25px;
    display: inline-block;
    border-bottom: 3px solid #ef6c00;
    padding-bottom: 10px;
}

#latestnews .post {
    margin-bottom: 15px;
}

#latestnews .text .title {
    font-size: 23px;
    line-height: 29px;
}

#latestnews .post .thumbnails img {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#latestnews .post .thumbnails img:hover {
    opacity: 0.7;
}


/* --------------------------------------
=========================================
Footer
=========================================
-----------------------------------------*/
#footer {
    padding: 50px 0 0;
    background: #272727;
    color: #fff;
    font-size: 14px;
}

#footer .widget ul {
    padding: 0;
    list-style: none;
}

#footer .widget a {
    color: #fff;
    display: block;
}

#footer .widget a:hover {
    text-decoration: underline;
}

#footer .widget .title {
    margin: 0 0 15px;
}

#footer .widget .contact-highlight {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 55px;
    margin: 0 0 10px;
}

#footer .widget {
    margin-bottom: 15px;
}

#footer .saran a:hover {
    text-decoration: none;
}

#footer .widget .saran {
    background: rgba(0, 0, 0, 0.34);
    padding: 20px;
    border: 1px solid #1a1a1a;
    font-size: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    line-height: 20px;
    border-radius: 4px;
}

#footer .widget .saran:hover {
    background: rgba(0, 0, 0, 0.98);
}

#footer .widget .saran h3 {
    margin: 0 0 8px;
}

#footer .widget .saran p {
    margin: 0;
}

#footer .widget .saran i {
    font-size: 55px;
    width: 75px;
    text-align: center;
}

#copyright {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    /* margin-top: 50px; */
}

#copyright p {
    margin: 0;
}


/* --------------------------------------
=========================================
Pagebar
plugins.html
=========================================
-----------------------------------------*/
.clearheight {
    height: 51px;
}

#pagebar {
    background: #ef6c00;
    color: #fff;
    padding: 50px 0;
}

#pagebar .title {
    margin: -0 0 10px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -1px;
}

#pagebar .tagline {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
}

#pagebar .signup {
    margin-top: 18px;
}

/* --------------------------------------
=========================================
Plugins
plugins.html
=========================================
-----------------------------------------*/
#plugins {
    padding: 0;
}

#plugins .tagline {
    margin: 30px 0 0;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
}

#plugins .loop {
    padding: 50px 0 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

#plugins .content {
    margin: 20px 0 0;
}

#plugins .images-carousel {
    border-left: 15px solid #dedede;
    border-top: 15px solid #dedede;
    border-right: 15px solid #dedede;
    height: 271px;
    overflow: hidden;
    width: 444px;
    margin: 0 auto;
}

#plugins .images-carousel .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

#plugins .price-meta {
    font-size: 14px;
    color: #4d4d4d;
    margin: 0 0 5px;
}

/* --------------------------------------
=========================================
Cat Plugins
=========================================
-----------------------------------------*/
#catplugins .title {
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
}

#catplugins .filters {
    padding: 25px 0 0;
    text-align: center;
}

#catplugins .filters a {
    display: inline-block;
    opacity: 0.6;
    border-top: 3px solid transparent;
    padding: 10px 25px;
    color: #000;
}

#catplugins .filters a.active, #catplugins .filters a:hover {
    opacity: 1;
    border-top-color: #ef6c00;
    color: #ef6c00;
}

#catplugins .filters a i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

/* --------------------------------------
=========================================
Pagecover
page.html
=========================================
-----------------------------------------*/
#pagecover {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(images/background.jpg);
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

#pagecover:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

#pagecover.text-left {
    text-align: left;
}

#pagecover .container {
    position: relative;
}

#pagecover .title {
    margin: 0 0 15px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: -1px;
}

#pagecover .tagline {
    margin: 0;
    font-size: 25px;
}

#pagecover.with-mockup .tagline, #pagecover.text-left .tagline {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
}


/* --------------------------------------
=========================================
Content
page.html
=========================================
-----------------------------------------*/

#content {
    padding: 50px 0;
}

#content .title {
    margin: 0 0 20px;
}


/* --------------------------------------
=========================================
Sidebar
page.html
=========================================
-----------------------------------------*/
#content .widget .title {
    border-bottom: 3px solid #ef6c00;
    padding-bottom: 20px;
    display: inline-block;
}

#content .widget {
    margin: 0 0 20px;
}

/* --------------------------------------
=========================================
About
about.html
=========================================
-----------------------------------------*/
#about {
    padding: 50px 0;
}
#about .top .number {
    margin: 0;
    font-size: 50px;
    color: #ef6c00;
    letter-spacing: -4px;
    font-weight: 600;
}

#about .top {
    text-align: center;
    font-weight: 600;
    padding-bottom: 25px;
}

#about .content p {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}


/* --------------------------------------
=========================================
Timeline
about.html
=========================================
-----------------------------------------*/
.cd-timeline-content p {
    color: #333;
    font-size: 14px!important;
}

/* --------------------------------------
=========================================
Team
about.html
=========================================
-----------------------------------------*/
#team {
    border-top: 1px solid #e5e5e5;
    padding: 50px 0;
    text-align: center;
}

#team .title {
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid #ef6c00;
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
}

#team .image img {
    width: 100%;
    border-radius: 131px;
}

#team .members .name {
    margin: 15px 0 5px;
    font-size: 20px;
}

#team .members .text .position {
    font-size: 14px;
    line-height: 21px;
}


/* --------------------------------------
=========================================
Timeline
about.html
=========================================
-----------------------------------------*/
#timeline {
    background: #333;
    color: #fff;
    padding: 50px 0;
}

#timeline .title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 37px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}


/* --------------------------------------
=========================================
Contact
contact.html
=========================================
-----------------------------------------*/
#contact {
    padding: 50px 0 35px;
    position: relative;
}

#contact .address {
    margin: 0 0 10px;
    font-size: 26px;
}

#contact .officehour {
    padding: 0 5px 0 0;
    list-style: none;
}

#contact .text {
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
    z-index: -3;
}

#contact .map #map-canvas {
    width: 100%;
    height: 100%;
}

/* --------------------------------------
=========================================
Contact Form
contact.html
=========================================
-----------------------------------------*/
#contactform {
    padding: 25px 0 15px;
}

#contactform .title {
    margin: 0 0 20px;
    text-align: center;
}

#contactform .column {
    margin: 0 0 15px 0;
}


/* --------------------------------------
=========================================
Login
=========================================
-----------------------------------------*/
#login {
    background-image: url(images/homefeatured.jpg);
    color: #fff;
}

#login:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

#login .content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#login .content .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#login .image {
    margin-bottom: 15px;
}

#login .links {
    color: #ef6c00;
}

#login .formlogin {
    width: 30%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.42);
    padding: 25px;
}

#login .formlogin .column {
    margin: 0 0 10px;
}


/* --------------------------------------
=========================================
FAQ Category
faq.php
=========================================
-----------------------------------------*/
#faqcategory {
    padding: 30px 0 10px;
}

#faqcategory .wrapper {
    margin: 0 0 20px;
}

#faqcategory .tagline {
    margin: 0 0 15px;
    border-bottom: 3px solid #ef6c00;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 15px;
}


/* --------------------------------------
=========================================
Box
faq.php
=========================================
-----------------------------------------*/
#faqcategory .box a {
    color: #000;
}

#faqcategory .box a {
    color: #000;
    font-size: 50px;
    padding: 20px;
    border: 1px solid #bdbdbd;
    margin: 10px 0;
    text-align: center;
    display: block;
}

#faqcategory .box a:hover, #faqcategory .box a.active {
    border: 1px solid #e65100;
    color: #e65100;
}

#faqcategory .box .image {
    margin: 0 0 20px;
}

#faqcategory .box .title {
    margin: 0;
    font-size: 16px;
}

/* --------------------------------------
=========================================
Box Questions
faq.php
=========================================
-----------------------------------------*/
#faqcategory .box-question {
    padding: 20px;
    background: #333;
    margin: 0 15px;
    color: #fff;
    display: none;
}

#faqcategory .box-question .subtitle {
    margin: 0 0 10px;
}

#faqcategory .box-question .list {
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
}

#faqcategory .box-question .list a {
    color: #fff;
}

#faqcategory .box-question .list a:hover {
    text-decoration: underline;
}

/* --------------------------------------
=========================================
FAQ Single
faq-single.php
=========================================
-----------------------------------------*/

#faqsingle {
    padding: 50px 0;
}

#faqsingle .sidebar .widget {
    margin: 0 0 15px;
}

#faqsingle .widget .title {
    margin: 0 0 10px;
    font-size: 20px;
}

#faqsingle .widget .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#faqsingle .widget a:hover {
    text-decoration: underline;
}

#faqsingle .content .title {
    margin: 0 0 10px;
}

/* --------------------------------------
=========================================
FAQ Rating
faq-single.php
=========================================
-----------------------------------------*/
#faqsingle .rating {
    padding: 10px 25px;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
}

#faqsingle .rating .rate a {
    font-size: 16px;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
    border-radius: 4px;
}

#faqsingle .rating .rate a i {
    color: #ef6c00;
}

#faqsingle .rating .rate a {
    color: #4d4d4d;
}

#faqsingle .rating .rate a:hover {
    border: 1px solid #4d4d4d;
}

#faqsingle .rating .goodrating, .rating .badrating , .rating .feedback {
    display: none;
}

.rating .badrating textarea {
    margin: 0 0 10px;
}

/* --------------------------------------
=========================================
FAQ Archive
faq-archive.php
=========================================
-----------------------------------------*/
#faqsingle .loop {
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px;
}

#faqsingle .loop:last-child {
    border-bottom: 0px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

#faqsingle .loop .excerpt {
    margin: 0 0 10px;
}

/* --------------------------------------
=========================================
Documentation
documentation.php
=========================================
-----------------------------------------*/
#documentation {
    padding: 30px 0 10px;
}

#documentation .wrapper {
    margin: 0 0 20px;
}

#documentation .tagline {
    margin: 0 0 15px;
    border-bottom: 3px solid #ef6c00;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 15px;
}

/* --------------------------------------
=========================================
Documentation
documentation.php
=========================================
-----------------------------------------*/
#documentation .box a {
    color: #000;
}

#documentation .box a {
    color: #000;
    font-size: 50px;
    padding: 20px;
    border: 1px solid #bdbdbd;
    margin: 10px 0;
    text-align: center;
    display: block;
}

#documentation .box a:hover {
    border: 1px solid #e65100;
    color: #e65100;
}

#documentation .box .image {
    margin: 0 0 20px;
}

#documentation .box .title {
    margin: 0;
    font-size: 16px;
}


/* --------------------------------------
=========================================
Coupon Code
promotion.php
=========================================
-----------------------------------------*/
#coupon {
    text-align: center;
    padding: 50px 0;
}

#coupon .title {
    font-size: 46px;
    margin: 0 0 20px;
    font-weight: 600;   letter-spacing: -1px;
    display: inline-block;
    border-bottom: 3px solid #ef6c00;
    padding: 0 0 10px;
}

#coupon .tagline {
    font-size: 25px;
    margin: 0 0 20px;
}

#coupon .tagline em {
    color: #ef6c00;
    font-weight: 600;
}

#coupon .coupon-code .code {
    display: inline-block;
    border: 1px solid #bdbdbd;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    border-radius: 4px;
    margin:0;
}

#coupon .coupon-code .howto {
    margin: 20px 0 0;
}

#coupon .image {
    margin: 0 0 15px;
}

/* --------------------------------------
=========================================
Coupon Archive
promotion.php
=========================================
-----------------------------------------*/

#couponarchive {
    padding: 50px 0 20px;
    background: #1abc9c;
    color: #fff;
    text-align: center;
}

#couponarchive .tagline {
    display: inline-block;
    margin: 0 0 45px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
}

#couponarchive .loop {
    margin: 0 0 20px;
    padding: 25px;
    border: 1px solid #bdbdbd;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
}

#couponarchive .coupon-code p {
    margin: 0;
}

#couponarchive .image {
    margin: -25px -25px 20px;
}

#couponarchive .title {
    font-size: 24px;
}

#couponarchive .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

#couponarchive .coupon-code {
    text-align: center;
}

#couponarchive .code {
    margin: 0;
    border: 1px solid #bdbdbd;
    padding: 5px 15px;
    text-align: center;
    font-weight: 600;
    color: #ef6c00;
    border-radius: 4px;
}


/* --------------------------------------
=========================================
Konfirmasi
konfirmasi.php
=========================================
-----------------------------------------*/

#konfirmasi {
    padding: 50px 0;
}

.peringatan .text {
    margin: 0;
    padding: 25px;
    background: #ffeb3b;
    color: #000;
    text-align: left;
    border: 1px solid #fdd835;
}

.icon {
    font-size: 44px;
    padding: 30px 25px;
}

.peringatan p {
    margin: 0;
}

.peringatan {
    margin: 0 0 25px;
}


/* --------------------------------------
=========================================
Ticket
ticket.php
=========================================
-----------------------------------------*/
#ticket {
    padding: 50px 0;
}

#ticket .title {
    margin: 0 0 25px 0;
}

#ticket .button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #ef6c00;
    color: #fff;
    text-decoration: none;
}

#ticket .button:active,#ticket .button:focus {
    background: #e65100;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#ticket .wpas-ticket-responses .ticket_profile img {
    border-radius: 50%;
}

#ticket .wpas-ticket-responses .ticket_profile {
    font-size: 12px;
}

#ticket .wpas_administrator {
    color: #c62828;
}

#ticket .content .inner {
    padding: 0 15px;
}

#ticket .orange {
    background: #ef6c00;
    color: #fff;
    padding: 15px 0;
}

#ticket .green {
    background: #1b5e20;
    color: #fff;
    padding: 15px 0;
}

#ticket .contact {
    margin: 0;
    font-size: 24px;
    text-align: center;
}


/* --------------------------------------
=========================================
Support
support.php
=========================================
-----------------------------------------*/

#support {
    padding: 50px 0;
}

#support .box a {
    border: 1px solid #bdbdbd;
    display: block;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

#support .box .text h3 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 21px;
}

#support .box .image {
    font-size: 65px;
}

#support .box .text p {
    margin: 0;
}

#support .box a:hover {
    border-color: #ef6c00;
}


/* --------------------------------------
=========================================
Terms & Conditions
terms.php
=========================================
-----------------------------------------*/
#terms {
    padding: 50px 0;
}

/* --------------------------------------
=========================================
My Account
tickets.php, my-account.php
=========================================
-----------------------------------------*/
#myaccount {
    padding: 50px 0;
}

/* --------------------------------------
=========================================
Sidebar
tickets.php, my-account.php
=========================================
-----------------------------------------*/
#sidebar, .sidebar {
    padding: 10px 10px 0;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0;
    box-shadow: 1px 1px 1px 1px #f0f0f0;
    border-radius: 5px;
}

#sidebar .user .name {
    padding-top: 5px;
}

#sidebar .user .image {
    border-radius: 50%;
    border: 4px solid #e65100;
    padding: 4px;
    margin-right: 10px;
    position: relative;
}

#sidebar .user .image img {
    border-radius: 50%;
}

#sidebar .user .image .spin {
    position: absolute;
    top: 0px;
    padding: 25px 26px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
    left: 0;
    display: none;
}

/* --------------------------------------
=========================================
Navigation My Account
tickets.php, my-account.php
=========================================
-----------------------------------------*/

#sidebar .nav {
    margin: 15px -10px 0;
    border-top: 1px solid #dedede;
}
#sidebar .nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#sidebar .nav ul li {
    border-bottom: 1px solid #dedede;
}

#sidebar .nav ul li:last-child {
    border-bottom: 0px;

}

#sidebar .nav ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
}

#sidebar .nav ul li i {
    padding: 0 10px 0 0;
    width: 30px;
}

#sidebar .nav ul li a:hover, #myaccount #sidebar .nav ul li a.active, #partners #sidebar .nav ul li a.active {
    color: #ef6c00;
}

/* --------------------------------------
=========================================
Merchant
dashboard.php
=========================================
-----------------------------------------*/
.earnings-widget{
  font-size:13px;
  text-align:center;
  line-height:18px;
  background:#222;
  color:#fff;
  border-color:#111;
  box-shadow:1px 1px 1px 1px #f0f0f0;
}

.earnings-widget__amount{
  display:block;
  padding:30px 0 20px;
  font-size:25px;
}

/* --------------------------------------
=========================================
POPUP
index.php
=========================================
-----------------------------------------*/
#popup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
}

#popup .close {
    font-size: 50px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 999;
}

#popup .close a {
    color: #000;
}

#popup .content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#popup .content .text {
    display: table-cell;
    vertical-align: middle;
}

#popup .content .text .wrap {
    width: 1080px;
    margin: 50px auto;
    background: #fff;
    padding: 25px;
    position: relative;
}

#popup .content .text .title {
    margin: 0 0 10px;
}

#popup .content .text .form {
    width: 33%;
    margin: 20px auto;
    display: none;
}

#popup .content .text .form .btn {
    float: right;
    margin-top: 10px;
}

#popup .content .text .button a {
    margin: 0 3px;
}

#popup .content .text .thankyou {
    display: none;
    width: 50%;
    margin: 0 auto;
}

/* --------------------------------------
=========================================
Single Meta
single-product.php
=========================================
-----------------------------------------*/
#singlemeta {
    background: #fff;
}

#singlemeta.padding {
    padding: 100px 0 50px;
}

#singlemeta.normal-top {
    padding: 50px 0 50px;
}

#singlemeta .tagline {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 55px;
}


/* --------------------------------------
=========================================
Single Pricing
single-product.php
=========================================
-----------------------------------------*/

#pricing .col-md-4, #pricing .col-md-6 {
    padding: 0;
}

#singlemeta #pricing .col-md-12 .description ul li {
    width: 49%;
    display: inline-block;
}

#singlemeta #pricing .pricing-box {
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}

#singlemeta #pricing .pricing-box .title {
    margin: 0;
    color: #fff;
    text-align: center;
    background-color: #ef6c00;
    padding: 20px;
}

#singlemeta #pricing .highlight {
    margin-top: -25px;
    padding-bottom: 30px;
}

#singlemeta #pricing .highlight .title {
    padding: 33px 0;
}

#singlemeta #pricing .pricing-box.free .title, #singlemeta .pricing-box.free .button .btn {
    background: #1565c0;
}

#singlemeta #pricing .pricing-box.full .title, #singlemeta .pricing-box.full .button .btn {
    background: #c62828;
}

#singlemeta #pricing .pricing-box .price {
    margin: 10px 0;
    text-align: center;
    font-size: 30px;
}

#singlemeta #pricing .meta {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-align: center;
}

#singlemeta #pricing .meta em {
    font-size: 14px;
}

#singlemeta #pricing .description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#singlemeta #pricing .description {
    padding: 0 15px;
}

#singlemeta #pricing .description ul li {
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -15px;
}

#singlemeta #pricing .description ul li span {
    cursor: pointer;
    display: block;
}

#singlemeta #pricing .description ul li i {
    width: 28px;
    font-size: 20px;
    float: left;
}

#singlemeta #pricing .button {
    padding: 15px;
}

#singlemeta #pricing .button .btn {
    display: block;
    width: 100%;
}

/* --------------------------------------
=========================================
Single Pricing
single-product.php
=========================================
-----------------------------------------*/
#singlemeta .box {
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #F4F4F4;
    margin: 0 0 20px;
}

#singlemeta .box .button {
    padding: 25px 20px;
    text-align: center;
}

#singlemeta .box .button a {
    width: 49%;
}

#singlemeta .box .meta .table {
    margin: 0;
}

#singlemeta .box .meta {
    padding: 0 20px;
}

#singlemeta .box .meta .text {
    padding: 20px 0;
}

#singlemeta .box .meta .big-text {
    font-size: 24px;
}

#singlemeta .box .meta .text .image img {
    margin: 0 5px;
}

/* --------------------------------------
=========================================
Single Feature
single-product.php
=========================================
-----------------------------------------*/
#singlefeature {
    padding: 50px 0 35px;
}

#singlefeature.no-bottom {
    padding-bottom: 0px;
}


#singlefeature .tagline {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 29px;
}

#singlefeature .feature {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #000;
    margin: 0 0 30px;
    min-height: 350px;
}

#singlefeature .feature .text {
    padding: 20px;
}

#singlefeature .feature .text .title {
    margin: 0 0 10px;
}

#singlefeature .feature .image img {
    display: block;
    margin: 0 auto;
}

#singlefeature .feature .image {
    border-bottom: 1px solid #e5e5e5;
}

/* --------------------------------------
=========================================
Single Mockup
single-product.php
=========================================
-----------------------------------------*/
#pagecover.with-mockup .mockup {
    background: url(images/mockup.png) top center no-repeat;
    width: 600px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -35px;
    height: 500px;
}

#pagecover.with-mockup .text {
    width: 54%;
}

#pagecover.with-mockup .image {
    width: 600px;
    padding: 20px 78px 0;
    height: 295px;
    overflow: hidden;
}

#pagecover.with-mockup .image img {
    width: 100%;
    height: 100%;
}

#pagecover.with-mockup .images-carousel .owl-controls {
    position: absolute;
    top: 0;
    right: 10px;
}


/* --------------------------------------
=========================================
Cart
cart.php
=========================================
-----------------------------------------*/
.woocommerce-message {
    background: #ef6c00;
    color: #fff;
    margin: 0 0 25px;
}

form#cart-form {
    width: 68%;
    float: left;
}

.cart-collaterals {
    float: right;
    width: 30%;
}

.cart-collaterals h2 {
    margin: 0 0 22px;
    font-size: 27px;
    display: none;
}

.cart-collaterals .btn {
    display: block;
}

.coupon label {
    display: none;
}

.coupon .form-control {
    width: 54%;
    display: inline-block;
}

/* --------------------------------------
=========================================
Single Product 2
single-product-konfirmasi.php
=========================================
-----------------------------------------*/
#pagecover.bigbutton .button {
   margin: 15px 0 0;
}

#pagecover.bigbutton .button a {
   width: 30%;
   margin: 0 5px;
}

/* --------------------------------------
=========================================
Small Feature
single-product-konfirmasi.php
=========================================
-----------------------------------------*/
#smallfeature {
    padding: 50px 0;
    text-align: center;
}

#smallfeature .text .title {
    margin: 30px 0 0px;
    font-size: 28px;
}

#smallfeature .image {
    font-size: 72px;
    margin: 0;
}

/* --------------------------------------
=========================================
Small Feature
single-product-konfirmasi.php
=========================================
-----------------------------------------*/

#singlefeature .meta .tagline {
    margin: 0 0 10px;
}

#singlefeature .meta {
    margin: 0 0 50px;
    text-align: center;
}

#singlefeature .vertical-loop {
    margin: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}

#singlefeature .vertical-loop .image img {
    display: block;
    margin: 0 auto;
}


/* --------------------------------------
=========================================
Small Feature
single-product-konfirmasi.php
=========================================
-----------------------------------------*/

#pagecover .button .btn {
    margin-top: 30px;
}

.single-plugin #pagecover.text-left {
    min-height: 275px;
}

/* --------------------------------------
=========================================
Change input style
=========================================
-----------------------------------------*/
select, input[type=text], input[type=email], input[type=password], input[type=number], textarea, input[type=number],input[type=tel]{
    display: block;   width: 100%;   height: 34px;   padding: 6px 12px;   font-size: 14px;   line-height: 1.42857143;   color: #555;   background-color: #fff;   background-image: none;   border: 1px solid #ccc;   border-radius: 4px;   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    min-height: 180px;
}

select[multiple] {
    min-height: 150px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #ef6c00;
    color: #fff;
    border: 0;
    font-weight: normal;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #e65100;
    color: #fff;
}

/* --------------------------------------
=========================================
Loader in My Account
=========================================
-----------------------------------------*/
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

/* --------------------------------------
=========================================
Dropdown My Account
=========================================
-----------------------------------------*/
.hover {
    position: absolute;
    top: 44px;
    background: #fff;
    width: 185px;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    box-shadow: 0px 7px 12px -4px rgba(0,0,0,0.43);
    background-color: #222;
    display: none;
    z-index: 99;
}

ul.smallnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.smallnav li a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
}

ul.smallnav li a:hover {
    color: #ef6c00;
}

ul.smallnav li a i {
    padding-right: 8px;
}

.btn-cart .badge {
    background-color: #fff;
    color: #333;
    position: absolute;
    top: -5px;
    right: -5px;
}

/* --------------------------------------
=========================================
Checkout
=========================================
-----------------------------------------*/
.woocommerce-checkout #payment div.payment_box {
    /* display: none!important; */
}

.woocommerce-checkout #payment ul.payment_methods li {
    /* display: inline-block; */
    /* margin-right: 15px!important; */
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0!important;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align:left!important;
}

.woocommerce #payment #place_order {
    float: none;
    display: block;
    width: 100%;
    margin: 15px 0 0;
}

.woocommerce #payment #terms {
    float: left;
    margin-top: 8px;
    padding: 0;
}


/* --------------------------------------
=========================================
Sidebar Ticket
=========================================
-----------------------------------------*/
#sidebar .widget .title {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0;
}

#sidebar .widget {
    margin: 0 -10px;
}

#sidebar .widget .table {
    margin: 0;
}

#sidebar .widget .content .available {
    text-align: center;
    padding-right: 0;
}

#sidebar .widget .content .available .green {
    color: #76ff03;
}

#sidebar .widget .content .available .red {
    color: #d50000;
}

#sidebar .widget .button-area span {
    display: block;
    border-radius: 0;
}

table.variations { width: 100%; margin-bottom: 15px; }
.product-title {
    background: #fff;
    padding: 15px;
    min-height: 85px;
}

/* --------------------------------------
=========================================
POPUP Upsell
=========================================
-----------------------------------------*/
#popup #singlemeta {
    padding: 15px 0;
}

#popup .description {
    margin: 0;
}

#popup #singlemeta #pricing .col-md-12 .description ul li {
    width: 33%;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}


/* --------------------------------------
=========================================
WP Affiliates
=========================================
-----------------------------------------*/

#wpap_style2_view_body .navbar {
    display: none;
}

div#wp_aff_inside h3 {
    margin: 0 0 15px;
}

#wpap_style2_view_body a.dp-choose-date {
    position: absolute;
    top: 5px;
    right: 10px;
}

#sidebar .nav ul li > ul {
    background: #F2F2F2;
    border-top: 1px solid #dedede;
    font-size: 14px;
    display: none;
}

#sidebar .nav ul li > ul.display {
    display: block;
}


/* --------------------------------------
=========================================
Landing Page Partners
=========================================
-----------------------------------------*/
#partners {
    padding: 50px 0;
}

#partners .top .tagline {
    margin: 0 0 25px;
    border-bottom: 3px solid #ef6c00;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 15px;
    font-size: 40px;
}

#partners .login {
    padding: 25px 0;
    border: 1px solid #bdbdbd;
    margin: 25px 0;
}

#partners .login .tagline {
    margin: 0 0 15px;
    font-size: 36px;
}

#partners .login .smalldesc {
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

#partners .box {
    text-align: left;
}

#partners .boxclear {
    height: 25px;
    clear: both;
}

#partners .box h3.title {
    margin: 0 0 15px;
    border-bottom: 3px solid #ef6c00;
    display: inline-block;
    padding-bottom: 10px;
}

#partners .box .image {
    margin: 0 0 20px 0;
}

#partners .bigbox {
    text-align: left;
    padding: 25px;
    background: #fafafa;
    border: 1px solid #bdbdbd;
    margin: 15px 0 0;
}

#partners .bigbox .title {
    text-align: left;
    margin: 0 0 15px;
}

#partners button#wpAffDoLogin,#partners button#doLogin3, #partners button.btn, #partners #dateform button.btn {
    background: #ef6c00;
}

#partners select {
    min-height: 130px!important;
}

#partners select[name=clientcountry], #partners select[name=clienttitle] {
    min-height: auto!important;
}

#partners .container .col-xs-12 .content > .title {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
}

#partners .container .col-xs-12 .content > .tagline {
    font-size: 19px;
    text-align: center;
    margin: 10px 0 50px;
}

#partners table .title {
    margin: 10px 0;
    font-weight: 600;
}

/* --------------------------------------
=========================================
Partners Before Login
=========================================
-----------------------------------------*/
#partnersfeatured {
    background-image: url(images/partnership.jpg);
     color: #fff;
}

#partnersfeatured .content .text .tagline {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 32px;
}

#partnersfeatured .content .text .title {
    margin: 0;
    font-size: 53px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
}

#partnersfeatured .content .text .tos {
    margin: 10px 0 0;
}

#partners #logForm input[type=text],#logForm input[type=password] {
    width: 350px;
    display: block;
}

#partners #logForm label {
    display: block;
}

#partners .wp_aff_title {
    text-align: center;
}

/* --------------------------------------
=========================================
POPUP Coupon
=========================================
-----------------------------------------*/
#popup-coupon {
    display: none;
}

#popup-coupon .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#popup-coupon .overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#popup-coupon .content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#popup-coupon .content .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#popup-coupon .content .text .container {
    background: #fff;
    padding: 25px;
    position: relative;
    width: 800px;
    border-radius: 15px;
}

#popup-coupon .content .text .container .image {
    width: 250px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

#popup-coupon .content .text .container .promo {
    width: 535px;
    float: right;
    text-align: left;
}

#popup-coupon .content .text .container .promo h3 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: -1px;
}

#popup-coupon .content .text .container .promo .coupon {
    padding: 10px;
    border: 1px dashed #333;
    display: inline-block;
    color: #DE3000;
}

#popup-coupon .content .text .container .close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 35px;
    background: rgba(222, 48, 0, 0.8);
    opacity: 1!important;
    color: #FFF!important;
    border-radius: 5px;
    padding: 5px;
}


/* --------------------------------------
=========================================
17 Agustus
=========================================
-----------------------------------------*/
.merdeka {
    position: absolute;
    top: 75px;
    right: 15px;
    opacity: 0.8;
}

.merdeka:hover {
    opacity: 1;
}

#pagecover .merdeka {
    top: -25px;
}

#pagecover .merdeka img {
    height: 150px;
    width: auto;
}


/* --------------------------------------
=========================================
Tarik Komisi
=========================================
-----------------------------------------*/
#komisi {
    padding: 50px 0;
}

#komisi .title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin: 20px 0 25px;
}

#komisi .tagline {
    margin: 0 0 15px;
}

#komisi .tagline .badge {
    font-size: 24px;
    padding: 10px 15px;
    background: #444;
}

#komisi .box {
    border: 1px solid #dcdcdc;
}

#komisi .box .description {
    margin: 0;
    background: #444;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}

#komisi .box .content {
    padding: 15px 50px;
}

#komisi .form-control {
    display: inline-block;
    width: 85%;
    float: right;
}

#komisi .content label {
    cursor: pointer;
    line-height: 33px;
}

#komisi .payment-method .content label {
    margin-right: 15px;
}

#komisi .payment-method .box .content {
    padding: 15px 25px;
}

#komisi .payment-detail {
    margin: 25px 0;
}

#komisi .title span {
    font-size: 18px;
    line-height: 40px;
}

#komisi .banklainnya {
    display: none;
}

#komisi .content em {
    font-size: 13px;
    text-align: center;
    display: block;
}

#komisi .content em.red {
    color: #c62828;
    font-weight: bold;
}

/* --------------------------------------
=========================================
My Account License
=========================================
-----------------------------------------*/
.my_account_licenses {
    font-size: 14px;
}

.my_account_licenses thead tr th {
    vertical-align: middle;
}

#myaccount #copy {
    width: 50px;
    text-align: center;
}

#myaccount .table {
    font-size: 14px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.bottom.right.get-coupon-button {
    right: 255px!important;
}

.coupon-content h3.text-title, .coupon-content h3.text-titled {
    font-size: 17px!important;
    line-height: 50px!important;
}

#myaccount .order-actions #copy {
    width: auto;
    display: block;
    margin: 5px 0;
}

/* --------------------------------------
=========================================
Server Status
=========================================
-----------------------------------------*/
#serverstatus {
    padding: 40px 0;
}

#serverstatus .statusok {
    color: #27ae60;
}

#serverstatus .statusbad {
    color: #c62828;
}

/* --------------------------------------
=========================================
Client
=========================================
-----------------------------------------*/
#client {
    background: #e5e5e5;
    text-align: center;
    color: #000000;
    padding: 40px 0;
}

#client .title {
    margin: 0;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 29px;
}

input#tt_hp_email_mandatory {
    display: none;
}

/* --------------------------------------
=========================================
Bottom Description
=========================================
-----------------------------------------*/
#bottom-description {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 20px;
}

#bottom-description h1, #bottom-description h2, #bottom-description h3, #bottom-description h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

#bottom-description .load-more {
    display: block;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

#bottom-description .load-more.open-full {
    height: 100%;
    display: block;
}