/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /** CSS CHO BEAST LABLE SHORTCODES */
/* rate */
#cta-rate {
    overflow: hidden;
    color: #6b7c92;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
}
#cta-rate img {
    float: left;
    margin-right: 10px;
}
table #cta-rate {
    font-size: 14px;
    line-height: 18px;
}
table #cta-rate img {
  	float: none;
    margin-right: 5px !important;
    height: 15px !important;
}
/* pros */
.one-half {
    overflow: hidden;
}
.one-half .pros_wrapper,
.one-half .cons_wrapper {
    padding: 0 15px;
}
.pros_wrapper ul,
.ta_review_cons ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.ta_review_pros h4, .ta_review_cons h4 {
    font-size: 22px;
    background: #f3f3f3;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 10px;
}
.ta_review_pros p, .ta_review_cons p {
    margin: 0;
    padding: 0;
    height: 0;
}
.pros_wrapper ul,
.ta_review_cons ul {
    line-height: 1.4em;
    margin-bottom: 30px;
}
.pros_wrapper li {
    list-style-image: url(../images/pros_green.png) !important;
    margin-bottom: 10px;
}
.ta_review_cons li {
    list-style-image: url(../images/cons_red.png) !important;
    margin-bottom: 10px;
}

/* beast-label */
.beast-label {
    display: inline;
    margin-right: 0.3em;
    padding: 0.1em 0.3em;
    font-size: 0.8em;
    height: 0.8em;
    line-height: 0.8em;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.beast-label-type-default {
    background: #999;
}
.beast-label-type-success {
    background: #090;
}
.beast-label-type-warning {
    background: #f90;
}
.beast-label-type-important {
    background: #f03;
}
.beast-label-type-black {
    background: #111;
}
.beast-label-type-info {
    background: #09c;
}
/** End css cho beast lable */
/** CSS CHO H2 HEADING TAGS */
.beast-content-list-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px !important;
    font-weight: 500;
    margin-bottom: 30px;
}
.beast-content-list-text {
    margin-top: 1px;
}
.beast-content-list-text i {
    transform: rotate(-45deg);
    color: #c7d0d9;
    margin-left: 5px;
    font-size: 16px;
}
.beast-content-list-number {
    margin-right: .625rem;
    float: left;
}
.beast-content-list-number span {
    display: inline-block;
    background: #f90;
    color: #fff;
    border-radius: 5px 5px 5px 0;
    font-size: 30px;
    font-weight: 500 !important;
    padding: .2em .5em;
    position: relative;
    margin-right: 10px;
}
h3 .beast-content-list-number span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 18px;
    background-color: #000;
    padding: 0;
}
/** End css cho H2 Heading Tags */
/** CALL TO ACTION BUTTONS **/
/* CTA button at the end of short reviews */
.cta_button {
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-block;
    font: normal normal 16px/1 "Calibri",sans-serif;
    text-align: center;
	margin-top:0;
	margin-bottom: 40px;
}
.cta_button_primary {
	background: #ff6619;
    background: linear-gradient(#ff6619,#f05323);
    border: 1px solid #f65605;
    color: #fff;
}
.cta_button_secondary {
	background: #fff;
    border: 1px solid #ff6619;
    color: #ff6619;
}
.cta_button_primary:hover, .cta_button_secondary:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(#ff6619),to(#ff6619));
	background: -moz-linear-gradient(top,#ff6619,#ff6619);
	background: linear-gradient(to bottom,#ff6619,#ff6619);
	color: #ffffff;
	text-decoration: none;
}
.cta_button i {
    transform: rotate(-45deg);
    margin-right: 5px;
}
.cta_button_two {
	background: #f0c14b;
    background: linear-gradient(#f0c14b,#f0c14b);
    border: 1px solid #846a29;
    color: #111112;
}
.cta_button_two:hover {	
	background: -webkit-gradient(linear,left top,left bottom,from(#f4c54e),to(#f4c54e));
	background: -moz-linear-gradient(top,#f4c54e,#f4c54e);
	background: linear-gradient(to bottom,#f4c54e,#f4c54e);
	color: #121212;
	text-decoration: none;
}
/* CTA button at the end of short reviews */
/** End bottom review call to action */
.alert {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
    clear: both;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 13px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.alert2 {
    display: block;
    background-color: #fff;
    position: relative;
    border: 1px solid #F7931E;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 15px 30px;
    margin-bottom: 1em;
}

span.alert2-cttext {
    padding: 15px 0;
    margin: 15px 0;
    position: relative;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
}

.redli li {
    list-style: none!important;
    background: url(../images/list-item-red.jpg) 0 6px no-repeat;
    background-size: 17px;
    padding-left: 38px;
}
.bullets_shortcode ul,
.bullets_shortcode ol {
margin-left: 25px;
}

.bullets_shortcode ul li,
.bullets_shortcode ol li {
    padding: 0 0 0 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.ct_bullets_1 ul li,
.ct_bullets_1 ol li {
    list-style-image: url('../images/ul1_f_green.png') !important;
}
.ct_bullets_2 ul li,
.ct_bullets_2 ol li {
    list-style-image: url('../images/ul3_f_blue.png') !important;
}
.ct_bullets_3 ul li,
.ct_bullets_3 ol li {
    list-style-image: url('../images/ul2_f_red.png') !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px !important;
}
.top_bullets_shortcode ol,
.top_bullets_shortcode ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.4em;
    margin-left: 20px;
    list-style-type: none;
}
.top_bullets_shortcode ol li,
.top_bullets_shortcode ul li {
    margin-bottom: 10px;
    padding: 0;
    padding-left: 15px;
    list-style: none;
}
.top_bullets_shortcode ol li:before,
.top_bullets_shortcode ul li:before {
    content: '\000BB';
    position: absolute;
    left: 0;
}
.top_bullets_shortcode ol li a,
.top_bullets_shortcode ul li a {
    text-decoration: underline;
}
.ct_bullets_shortcode li {
    list-style-image: url('../images/ul1_f_green.png') !important;
    padding: 0 0 0 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.redli li {
    list-style: none!important;
    background: url(../images/list-item-red.jpg) 0 6px no-repeat;
    background-size: 17px;
    padding-left: 38px;
}
/*review_product_shortcode*/
.review_product_shortcode {
    overflow: hidden;
}
.review_product_shortcode .product {
    overflow: hidden;
    padding: 15px;
}
.review_product_shortcode .product-left,
.review_product_shortcode .product-right {
    width: 100%;
    overflow: hidden;
}
.review_product_shortcode .product-left {
    margin-bottom: 15px;
    overflow: hidden;
}
.review_product_shortcode .product-left {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.review_product_shortcode .product-left img {
    display: block;
	max-width: 86%;
    margin: 20px auto;
}
.review_product_shortcode .product-right {
    padding: 15px 0;
}
.review_product_shortcode .product-title,
.review_product_shortcode .product-rating,
.review_product_shortcode .product-text,
.review_product_shortcode .buy-product {
    overflow: hidden;
    margin-bottom: 15px;
}
.review_product_shortcode .product-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.review_product_shortcode .product-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 35px;
    color: #666;
}
.review_product_shortcode .buy-product {
    margin-bottom: 0;
}
.review_product_shortcode .product-pricebox {
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}
.review_product_shortcode .product-pricebox a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    box-shadow: 0 4px 6px rgba(38,51,65,.1), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .15s ease;
    background-color: #fa5738;
    color: #fff;
}
.review_product_shortcode .buy-product > a {
    display: block;
    text-align: center;
}
.review_product_shortcode.review_product_right span.r_icon_bt_box {
    display: none;
}
.review_product_shortcode .read_full_review {
    font-size: 16px;
}
.review_product_shortcode .product-align-right {
    float: right;
    border-left: 1px solid #ccc;
}
/* a2_button_shortcode img products shortcode */
.thrv_wrapper div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
/* ## Box border shortcode
--------------------------------------------- */
.thrv_wrapper.thrv_contentbox_shortcode {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1px;
}
.tve_cb {
    width: auto;
}
.tve_cb_cnt {
    padding: 20px;
}
.tve_cb_cnt p {
    margin-bottom: 5px !important;
    line-height: 1.5em;
}
.check_price_btn {
        width: 200px;
        font-weight: bold;
}
.check_price_btn i{
    transform: rotate(-45deg);
}
.vertical_products {
    font-size: 16px;
}
.vertical_products td.column-1 {
    width: 85px;
    height: auto;
}
.vertical_products td.column-2 {
    font-weight: 500;
}
.vertical_products td.column-1 img {
    max-width: 100%;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .see_more_btn {
        width: 110px;
        font-weight: 500 !important;
        text-decoration: underline;
    }
    .see_more_btn i{
        transform: rotate(-45deg);
    }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .see_more_btn {
        width: 110px;
        font-weight: 500 !important;
        text-decoration: underline;
    }
    .see_more_btn i{
        transform: rotate(-45deg);
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .bullets_shortcode li {
        margin-left: 25px;
    }
    .buy-product {
        text-align: center;
    }
    .tablechart-product .pimage {
        width: 73px;
        margin-right: 1rem;
        display: flex;
        flex: 0 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }
    .tablechart-product .pimage img {
        height: 5.75rem;
    }
    .tablechart-product .pname {
        line-height: 1.5;
    }
    .see_more_btn {
        width: 110px;
        font-weight: 500 !important;
        text-decoration: underline;
    }
    .see_more_btn i{
        transform: rotate(-45deg);
    }
}
/* max-width: 385px; */
@media only screen and (max-width: 385px) {
}
/* max-width: 1300px; */
@media only screen and (max-width: 1300px) {
    /* social-sidebar */
    #cta-social-sidebar {
        display: none !important;
    }
}
/* min-width: 576px; */
@media only screen and (min-width: 576px) {
    /* review_product_shortcode */
    .review_product_shortcode .product-left,
    .review_product_shortcode .product-right {
        width: 50%;
        float: left;
    }
    .review_product_shortcode .product-left {
        margin-bottom: 0;
    }
    .review_product_shortcode .product-title,
    .review_product_shortcode .product-rating,
    .review_product_shortcode .product-text,
    .review_product_shortcode .buy-product {
        padding-left: 15px;
    }
    .review_product_shortcode .product-align-right .product-title,
    .review_product_shortcode .product-align-right .product-rating,
    .review_product_shortcode .product-align-right .product-text,
    .review_product_shortcode .product-align-right .buy-product {
        padding-right: 15px;
    }
    .end_review_aff {
        float: left;
        margin-right: 15px;
    }
    .end_review_int {
        float: left;
    }
}
/* min-width: 992px */
@media only screen and (min-width: 992px) {
    /* author */
    #cta-author {
        text-align: left;
    }
    #cta-author img {
        float: left;
        margin: 0 30px 0 0;
    }
    #cta-author span.author-name {
        display: inline-block;
        margin-right: 15px;
    }
    #cta-author span.author-website,
    #cta-author span.author-email {
        display: inline-block;
    }
    #cta-author span.author-website {
        margin-right: 15px;
    }
    #cta-author span.author-social-label {
        float: left;
        margin: 0 15px 0 0;
    }
}
/* min-width: 1200px */
@media only screen and (min-width: 1200px) {
    /* pros */
    .one-half {
        width: 50%;
        float: left;
    }
    .ta_review_pros,
    .ta_review_cons {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}