body, button, input, select, textarea {
    color: #555;
    font-size: 16px;
    line-height: 1.625;
}



hr{
    clear: both;
    background-color: #eee;
}

article ul ul, article ul ol, article ol ol, article ol ul{
    margin: 1.5em 0 1.5em 1em;
}

/***************************/
.site-title a{
    color: #999 !important;
}
article ul{
    margin-left:0;
}

article ul li{
    margin-top: 20px;
    list-style: circle;
}

/*******************************/
article ul.airly li,article ol.airly li{
    margin-bottom: 1em;
    padding-left: 10px;
    color: #777;
}

article h2.yellow{
    color: #b98f23;
    margin-bottom: 15px;
}

/***************************/
.home .widget-area {
    padding: 25px 0 40px 2%;
}

.widget-area{
    font-size: 14px;
}

.widget-area .widget ul li{
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.widget-area .widget blockquote{
    background-color: #f1f1f1;
    width: 100%;
    padding: 15px;
    margin: 0;
}

.cool-checklist ol,
.cool-box ol{
    margin: 20px 0;
    font-size: 23px;
}

.entry-footer > span{
    display: block;
}

.dashicons,
.dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Alerts/Notifications/Flags */

.dashicons-yes:before {
    content: "\f147";
}

.dashicons-no:before {
    content: "\f158";
}

.dashicons-no-alt:before {
    content: "\f335";
} 

.dashicons-plus:before {
    content: "\f132";
}

.dashicons-plus-alt:before {
    content: "\f502";
}

.dashicons-plus-alt2:before {
    content: "\f543";
}

.dashicons-minus:before {
    content: "\f460";
}

.dashicons-dismiss:before {
    content: "\f153";
}

.dashicons-marker:before {
    content: "\f159";
}

.dashicons-star-filled:before {
    content: "\f155";
}

.dashicons-star-half:before {
    content: "\f459";
}

.dashicons-star-empty:before {
    content: "\f154";
}

.dashicons-flag:before {
    content: "\f227";
}

.dashicons-info:before {
    content: "\f348";
}

.dashicons-warning:before {
    content: "\f534";
}

.plugin.standard{
    padding: 20px;
    position: relative;
}

.plugin.standard .plugin_image{
    float: left;
    height: 140px;
    margin-right: 20px;
    margin-top: 10px;
}

.plugin.standard .plugin_image img{
    max-width: 140px;
}
.plugin.standard .wporg-ratings{
    line-height: 20px;
    color: #ffb900;
    margin-bottom: 14px;
    position: absolute;
    right: 6%;
    top: 100px;
}

.plugin.standard ul{
    list-style: none;
}

.plugin.standard ul li{
    list-style: none;
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: bold;;

}

.plugin.standard ul li span{
    font-weight: normal;
    color: gray !important;
}

.plugin.standard ul li.support.excellent {
    color: #4bcb27;
}

.plugin.standard ul li.support.medium{
    color: #52c8ff;
}

.plugin.standard ul li.support.bad{
    color: red;
}

.plugin.standard ul li.plugin_price{
    position: absolute;
    top: 60px;
    right: 5%;
    color: darkcyan;
    font-size: 24px;
}

.plugin.standard ul li.plugin_title{
    font-size: 24px;
}

.plugin.standard .plugin_visit{
    position: absolute;
    right: 6%;
    top: 126px;
}
.plugin.standard .plugin_visit a.external_icon{
    background: none;
}
.plugin.standard .plugin_visit button{
    padding: 2px 30px;
    margin-top: 9px;
    text-transform: none;
    background: transparent;
    border: 1px solid #ddd;
}
/*******************************/

.plugin.item{
    padding: 20px;
    position: relative;
    width: 48%;
    margin-left: 7px;
    min-height: 370px;
    float: left;
    margin-bottom: 5px;
}

@media only screen and (max-width: 782px){
    .plugin.item{
        width: 100%;
    }
}

.plugin.item .plugin_image{
    float: left;
    height: 120px;
    width: 120px;
    margin-right: 20px;
    margin-top: 0px;

    overflow: hidden;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}


.plugin.item .wporg-ratings{
    line-height: 20px;
    color: #ffb900;
    margin-bottom: 10px;
    margin-top: 5px;
}

.plugin.item ul{
    list-style: none;
    padding-left: 0;
}

.plugin.item ul li{
    list-style: none;
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: bold;;

}

.plugin.item ul li span{
    font-weight: normal;
    color: gray !important;
}

.plugin.item ul li.support.excellent {
    color: #4bcb27;
}

.plugin.item ul li.support.medium{
    color: #52c8ff;
}

.plugin.item ul li.support.bad{
    color: red;
}

.plugin.item .plugin_price{
    color: darkcyan;
    font-size: 24px;
}

.plugin.item ul li.plugin_title{
    font-size: 110%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 55px;
}

.plugin.item .plugin_visit{
    margin: 0 auto 5px auto;
}
.plugin.item .plugin_visit a.external_icon{
    background: none;
}
.plugin.item .plugin_visit button{
    padding: 4px;
    font-size: 80%;
    margin-top: 9px;
    text-transform: none;
    background: transparent;
    border: 1px solid #ddd;
    width: 100%;
}


.entry-content .wri-thumbnails-group .wri-thumbnail a img{
    max-height: 230px;
}

.entry-content .wri-thumbnails-group .wri-thumbnail {
    margin: 0 1.9% 2.992em 0;
    padding: 11px;
    position: relative;
    width: 30.8%;
    min-height: 300px;
    margin-left: 0;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
    border-radius: 6px;
}

/*************************************************/
article ul li {
    margin-top: 20px;
    list-style: circle;
    list-style-type: circle;
    list-style-position: initial;
    list-style-image: initial;
}


.product-footer ul {
    margin-bottom: 2.3em;
}

.comment-meta  {display:none;}
.comment-meta a {display:none;}
.comment-meta span a {display: inline;}

.payment_method_twocheckout .form-row{
width: 100%;
}

.payment_method_twocheckout img{
margin-left: 5px;
}

.wc-item-downloads a{
color:red;
}


.single-product span.onsale{
	background: none !important;
}


article blockquote p {
    font-size: 20px;
    font-family: initial;
    line-height: 1.3em;
    margin-bottom: 10px;
}

article blockquote p:before,
article blockquote p:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-family: 'FontAwesome';
    font-size: 15px;
}

article blockquote p:first-of-type:before {
    margin-right: 5px;
    content: "\f10e";
}

article blockquote p:last-of-type:after {
    margin-left: 5px;
    content: "\f10e";
}


article .sqcta.lite,
article .sqcta.blockquote {
    display: block;
    border-style: solid;
    border-width: 0 0 0 3px;
    padding: 0 20px;
    font-style: italic;
    font-weight: 100;
    opacity: 0.8;
    max-width: 100%;
}

article .sqcta.lite p{
    margin: 10px 0;
}

article .sqcta.blockquote .quote_author a{
    font-size: 100%;
    color: gray;
}

article .sqcta.blockquote .quote_author {
    text-align: right;
    margin-top: 1em;
    display: block;
    font-size: 80%;
    line-height: 1.4;
    opacity: .7;
}

article .sqcta.blockquote .quote_author:before {
    content: '\2014 \00A0';
}

article .sqcta.back_transparent {
    border-color: transparent;
}

article .sqcta.back_gray {
    border-color: darkgray;
}

article .sqcta.back_yellow {
    border-color: #FFC83F;
}

article .sqcta.back_blue {
    border-color: darkcyan;
}

article .sqcta.back_green {
    border-color: darkgreen;
}

article .sqcta.header {
    text-align: center;
    max-width: 90%;
    margin: 20px auto;
    line-height: 36px;
    z-index: 0;
}

article .sqcta.header.back_gray {
    color: darkgray;
}

article .sqcta.header.back_yellow {
    color: #FFC83F;
}

article .sqcta.header.back_blue {
    color: darkcyan;
}

article .sqcta.header.back_green {
    color: darkgreen;
}

article .sqcta.bullet {
    position: relative;
    width: 90%;
    margin-left: 55px;
}

article .sqcta.bullet h4 {
    font-size: 28px;
    color: #566276;
    font-weight: 400;
    display: block;
    letter-spacing: -.02em;
    text-transform: none;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: .25em;
    padding-bottom: .25em;
    margin-top: 2pc !important;
    margin-top: 2rem !important;
}

article .sqcta.bullet span {
    position: absolute;
    top: -4px;
    left: -60px;
    left: -3.75rem;
    box-sizing: border-box;
    width: 52px;
    width: 3.25rem;
    height: 52px;
    height: 3.25rem;
    line-height: 1.45;
    background: none;
    border-width: 3px;
    border-style: solid;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}

article .sqcta.back_gray span {
    color: darkgray !important;
    border-color: darkgray !important;
}

article .sqcta.back_gray h4 {
    border-color: darkgray !important;
}

article .sqcta.back_yellow span {
    color: #FFC83F !important;
    border-color: #FFC83F !important;
}

article .sqcta.back_yellow h4 {
    border-color: #FFC83F !important;
}

article .sqcta.back_blue span {
    color: darkcyan !important;
    border-color: darkcyan !important;
}

article .sqcta.back_blue h4 {
    border-color: darkcyan !important;
}

article .sqcta.back_green span {
    color: darkgreen !important;
    border-color: darkgreen !important;
}

article .sqcta.back_green h4 {
    border-color: darkgreen !important;
}

article .sqcta.litelist ul {
    margin: 0;
    padding: 0 20px;
}

article .sqcta.litelist ul li {
    list-style: none;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0 30px 0;
    margin: 0;
}

article .sqcta.litelist.back_gray {
    color: #444;
}

article .sqcta.litelist.back_yellow {
    color: #FFC83F;
}

article .sqcta.litelist.back_blue {
    color: darkcyan;
}

article .sqcta.litelist.back_green {
    color: darkgreen;
}

article .sqcta.button.back_blue {
    border-color: darkcyan;
    background-color: darkcyan;
}

article .sqcta.button.back_yellow {
    border-color: #FFC83F;
    background-color: #FFC83F;
}

article .sqcta.button.back_blue a,
article .sqcta.button.back_yellow a{
   color: white;
   text-decoration: none;
   text-shadow: 1px 1px #555;
}

article img.aligncenter{
    margin: 40px auto;
}

