.blue-accent-color-text {
    color: #074879 !important;
}
.orange-accent-color-text{
    color:#ff9600;
}
.orange-submit-btn {
    background: #ff9600;
    padding: 11px 20px;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.transparent-blue-btn{
    background-color: transparent;
    border: 1px solid #074879;
    color: #074879;
    padding: 11px 20px;
    font-size: 14px;
}
.transparent-blue-btn:hover{
    border: 1px solid #ff9600;
    color: #ff9600;
}

/*-------------------------------------------------------------------------*/
/*	Default Page Template
/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	Submit Listing Page
/*-------------------------------------------------------------------------*/

.listing-form-section-title {
    font-size: 18px;
}
.listing-form-field-note {
    font-size: 13px;
}
.listing-standout-box {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    background-color: #074879;
    color: #fff;
    padding: 25px 25px 25px 25px;
}
.listing-form-submit-btn {
    background: #ff9600;
    padding: 11px 20px;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/*	Single Listing Template
/*-------------------------------------------------------------------------*/

.single-thumb-wrap {
    position: relative;
    padding: 12px;
    border: 1px solid #cccccc;
}
.single-listing-social-icons li:not(:last-child){
    margin-right: 5px;
}
.single-listing-social-icons li a{
    background-color: #0c6fba;
    padding: 5px 12px;
    color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 22px;
    font-size: 12px;
}


/*-------------------------------------------------------------------------*/
/*	License Check Page
/*-------------------------------------------------------------------------*/
.license-check-notes {
    float: right;
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
}
.license-check-note-item span {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

/*-------------------------------------------------------------------------*/
/*	Login Page
/*-------------------------------------------------------------------------*/

.login-page-content #loginform label {
    width: 100%;
}
.login-page-content #loginform input[type="text"],
.login-page-content #loginform input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
}
.login-page-content #loginform input[type="submit"] {
    background-color: #ff9600;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 11px 20px;
}

/*-------------------------------------------------------------------------*/
/*	My account Page
/*-------------------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    border: 2px solid #084879;
    padding: 5px 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #084879;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #084879;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

/* My account Adverts */

.my-account-advert-box {
    padding: 15px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    margin: 0;
    margin-bottom: 30px;
}
.my-account-advert-box h4 {
    margin-bottom: 15px;
}
.my-account-advert-box p {
    margin-bottom: 0;
}
.my-account-advert-box a {
    margin-top: 20px;
    display: inline-block;
}
.my-account-update-advert-wrapper p {
    margin-bottom: 10px;
}
.my-account-update-advert-wrapper form {
    margin-top: 30px;
}
.update-advert-form-submit-btn {
    background: #ff9600;
    padding: 11px 20px;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/*	Shortcode Styles
/*-------------------------------------------------------------------------*/

/*  Price Tables Shortcode */
.price-tables-shortcode-wrapper .moann {
    display: block;
    list-style: none;
    margin: 0;
    background: #eee;
}

.price-tables-shortcode-wrapper .moann li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ff9600;
    width: 100px;
    cursor: pointer;
    color: #ff9600;
    margin-top: 30px;
    text-align: center;
}

.price-tables-shortcode-wrapper .moann li.act {
    background: #ff9600;
    color: #fff;
}

.price-tables-shortcode-wrapper .pricingTable {
    background: #eee;
    text-align: center;
}

.price-tables-shortcode-wrapper .pricingTable-header h3 {
    margin-bottom: 0;
    padding-top: 15px;
}

.price-tables-shortcode-wrapper .pricingContent {
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.price-tables-shortcode-wrapper .priceTable {
    margin-bottom: 30px;
}

.price-tables-shortcode-wrapper .pricingTable-sign-up {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.price-tables-shortcode-wrapper .priceTable .pricingContent li {
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    width: 85%;
    margin: 0 auto;
    color: #333;
    list-style: none;
}

.price-tables-shortcode-wrapper .priceTable .pricingContent ul {
    list-style: none;
    margin-bottom: 0;
}

.price-tables-shortcode-wrapper .priceTable .pricingContent ul li:first-child {
    border-top: 0px none;
}
.price-tables-shortcode-wrapper .priceTable .pricingContent ul li:last-child {
    border-bottom: 0px;
}

.price-tables-shortcode-wrapper .priceTable .price-value {
    padding: 25px 0px;
    display: block;
    font-size: 20px;
    color: #333;
}

.price-tables-shortcode-wrapper .priceTable .btn.btn-default {
    width: 50%;
    margin: 0 auto;
    border: 0px none;
    background: #3498db;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
}

.price-tables-shortcode-wrapper .priceTable .btn.btn-default:hover {
    background-color: #e74c3c;
    color: #ffffff;
}

.price-tables-shortcode-wrapper .priceTable .pricingTable-sign-up {
    padding: 20px 0;
    background: #151515;
}
.price-tables-shortcode-wrapper .priceTable .pricingTable-header h3 {
    font-size: 20px;
    padding: 25px 0;
    color: #fff;
}

.price-tables-shortcode-wrapper .pricingTable-header {
    background: #ff9600;
}

.price-tables-shortcode-wrapper .price-value {
    background: #eee;
}

.price-tables-shortcode-wrapper .pricing {
    position: relative;
    display: flex;
}

/* Advert shortcode */
.advert-shortcode-content {
    position: relative;
}
.advert-shortcode-content.right-side-banner,
.logged-in-right-side .advert-shortcode-content{
    height: 600px;
}
.advert-shortcode-content.bottom-banner,
.logged-in-footer .advert-shortcode-content,
.loginads .advert-shortcode-content{
    height: 90px;
}
.advert-shortcode-content .advert-shortcode-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.advert-shortcode-content span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.advert-shortcode-content.bottom-banner,
.logged-in-footer .advert-shortcode-content,
.loginads .advert-shortcode-content{
    max-width: 720px;
    margin: 0 auto;
}


/* Faqs shortcode */
.entry-thumb {
    position: relative;
}
.category-meta {
    background-color: rgba(0, 181, 132, 0.6);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    position: absolute;
    left: -12px;
    top: -12px;
    padding: 9px 5px 3px 12px;
    height: 31px;
    width: 30%;
    max-width: 50%;
    text-shadow: 0 0 1px #00b584;
    -moz-text-shadow: 0 0 1px #00b584;
    -webkit-text-shadow: 0 0 1px #00b584;
    -o-text-shadow: 0 0 1px #00b584;
    max-width: 90px;
}
.category-meta-2 {
    background-color: rgba(0, 181, 132, 0.6);
    left: auto;
    right: -12px;
    padding: 3px 12px 3px 5px;
    text-align: right;
}
.category-meta-expert {
    padding-top: 9px !important;
}
.category-meta-expert {
    background-color: rgba(181, 0, 55, 0.6);
    padding: 10px 15px 7px 12px;
    text-shadow: 0 0 1px #b50037;
    -moz-text-shadow: 0 0 1px #b50037;
    -webkit-text-shadow: 0 0 1px #b50037;
    -o-text-shadow: 0 0 1px #b50037;
}
.category-meta:after {
    position: absolute;
    top: 0;
    right: -9px;
    height: 100%;
    width: 9px;
    content: "";
    z-index: 99;
    background: url(images/sprits.png) no-repeat scroll 0 -201px;
    opacity: 0.6;
}
.category-meta-2:after {
    background-position: 0 -235px;
    left: -9px;
    right: auto;
}
.category-meta-expert:after {
    background-position: 0 -269px;
    left: auto;
    left: -9px;
}
.entry-excerpt {
    margin-bottom: 15px;
}

.wpcf7-form label {
    width: 100%;
}

/* Upgrade Subsciption */
/*
.upgrade-sub .woocommerce-product-gallery,
.upgrade-sub,
.upgrade-sub p.price{
    display: none;
}

.upgrade-sub .summary.entry-summary{
    width: 100% !important; 
}

.upgrade-sub .related.products,
.upgrade-sub #sidebar,
.upgrade-sub .wc-stripe-payment-request-wrapper,
.upgrade-sub .product_meta,
.upgrade-sub .quantity,
.upgrade-sub #wc-stripe-payment-request-button-separator,
.upgrade-sub #wc-stripe-payment-request-wrapper,
.upgrade-sub .woocommerce-breadcrumb{
    display:none !important;
}

.upgrade-sub.woocommerce div.product div.summary{
    float:none;
}*/
.upgrade-sub .related.products{
    display: none;
}
.upgrade-sub div.product:after{
    clear: both;
    content:"";
    display: block;
}


.upgrade-sub .single_add_to_cart_button.button.alt{
    background: #ff9600;
    padding: 15px 30px;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    float:right;
}

.upgrade-sub .woocommerce-notices-wrapper{
    margin-top:30px;
}

.woocommerce-account .btn,
.woocommerce-account .button{
    background: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    text-align: center;
    border-radius: 37px;
        -moz-border-radius: 37px;
        -webkit-border-radius: 37px;
        -o-border-radius: 37px;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    display: inline-block;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 24px !important;
    margin: 0 !important;
}
.woocommerce-account .btn:hover,
.woocommerce-account .button:hover{
    background: #999999;
    color: #ffffff;
}

/*listing pricing table*/
.price-tables-shortcode-wrapper .moann li.color-grey {
    border: 1px solid darkgrey;
    color: #4e4646;
    display: inline-block;
}
.pricingTable-header.color-grey {
    background: darkgrey;
}

li.mo.act.color-grey {
    background: darkgrey;
}
.price-tables-shortcode-wrapper .moann li.ann.color-pink{
    color:grey;
}
.price-tables-shortcode-wrapper .moann li.color-expert-listing {
    border: 1px solid #FDEE48;
    color: #4e4646;
    display: inline-block;
}
.pricingTable-header.color-expert-listing {
    background: #FDEE48;
}

li.mo.act.color-expert-listing {
    background: #FDEE48;
}

/** listing pricing tables ends */
/**Ads listing pricing table header*/
.pricingTable-header.color-pink {
    background: #cb5066;
}
.pricingTable-header.color-blue {
    background: #5771F4;
}

.pricingTable-header.color-purple {
    background: #DC6AFE;
}

.pricingTable-header.color-green {
    background: #8FD260;
}

.pricingTable-header.color-red {
    background: #F21501;
}

li.mo.act.color-pink {
    background: #cb5066;
}

.price-tables-shortcode-wrapper .moann li.color-pink {
    border: 1px solid #cb5066;
    color: #ffffff;
    display: inline-block;
}
.price-tables-shortcode-wrapper .moann li.ann.color-pink{
    color:#cb5066;
}
li.mo.act.color-blue {
    background: #5771F4;
}
.price-tables-shortcode-wrapper .moann li.color-blue {
    border: 1px solid #5771F4;
    color: #ffffff;
    display: inline-block;
}
.price-tables-shortcode-wrapper .moann li.ann.color-blue{
    color:#5771F4
}
li.mo.act.color-purple {
    background: #DC6AFE;
}
.price-tables-shortcode-wrapper .moann li.color-purple {
    border: 1px solid #DC6AFE;
    color: #ffffff;
    display: inline-block;
}
.price-tables-shortcode-wrapper .moann li.ann.color-purple{
    color:#DC6AFE
}
li.mo.act.color-green {
    background: #8FD260;
}
.price-tables-shortcode-wrapper .moann li.color-green {
    border: 1px solid #8FD260;
    color: #ffffff;
    display: inline-block;
}
.price-tables-shortcode-wrapper .moann li.ann.color-green{
    color:#8FD260
}
li.mo.act.color-red {
    background: #F21501;
}
.price-tables-shortcode-wrapper .moann li.color-red {
    border: 1px solid #F21501;
    color: #ffffff;
    display: inline-block;
}
.price-tables-shortcode-wrapper .moann li.ann.color-red{
    color:#F21501
}
/**ads pricing table ends**/

/*Blogs*/
.entry-date-box{
    background-color:#4894cd;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    text-align: center;
    color: #ffffff;
    width: 50px;
    margin: 0 20px 10px 0;
    float: left;
}
.entry-date-box span{
    display: block;
    width: 100%;
}
.entry-date-box .month{
    background-color:#074879;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 5px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
}
.entry-date-box .date{
    font-size: 24px;
    line-height: 32px;
    font-family: Roboto-Bold;
}
.entry-date-box .year{
    font-size: 13px;
    line-height: 21px;
}
.post-top{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    padding: 0 15px 15px;
}
.post-bottom{
    padding: 0 15px;
}
.post-bottom .button{
    font-size: 11px;
    line-height: 19px;
    padding: 5px 15px;
}
.meta-bottom-left{
    padding-right: 0;
}
.meta-bottom-right{
    padding-left: 0;
}
.meta-bottom iframe{
    margin: 0 15px 0 0;
}
/*Blogs Ends*/