/*
Theme Name: Softexia.com
Description: Softexia.com website
Version: 1.2
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
html {
    background-image: linear-gradient(180deg,#437dca 0,#193475 100%);
    scroll-behavior: smooth;
}
body { 
    font-family: Helvetica;
    min-height: 100vh;
    font-size: 14px;
}
a{text-decoration: none;}
h2{font-size: 18px;}

button {
    background-color: #000;
	border:1px solid #000;
    border-radius: 2px;
    color: #fff;
    font-family: Roboto,Ubuntu,sans-serif;
    font-size: 90%;
    height: 30px;
    padding: 5px 20px;
    transition-duration: .2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
	margin-top:10px;
}

#posts h4, #side h4, .category #posts h1, .tag #posts h1{
    padding: 20px 0 20px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
	text-transform:uppercase;
}

#posts .description h4, #posts .description h3, #posts .description h2, #posts .description h1 {
    padding: 10px 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
	text-transform:none;
}

.tag #side{padding-top:63px;}
.container{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
main > .container > .content{display: flex;}
header .menubox{max-height:100px;}
header .menu-top{text-align: right;padding: 10px 0;line-height: 30px;}

header .menu-top li div{cursor:pointer;}

header .menu-top li.sign-up div{
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    height: 20px;
    background: #fff;
    color: #2B549B;
    border: 4px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}
header .menu-top li div:hover{color:#000;}

header ul{display: inline-block;}
header li{display: inline-block;padding-left: 1em;font-size:12px;color:#FFF;}
header li a{color:#FFF;}
header li a:hover{color:#000;}

header .menu-top ul:nth-last-of-type(1) li a {
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #437dca;
    border: 4px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 85%;
}

header .menu-top ul:nth-last-of-type(1) li a svg {
    height: 12px;
    fill: #437DCA;
    vertical-align: text-bottom;
}
.menu-main{text-align: right;}

#menu-main-menu a{
    font-size: 15px;
    font-weight: bold;
}
#menu-main-menu a:hover{color:#FFF;}
#menu-main-menu svg{
    height: 25px;
    fill: #FFF;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#menu-main-menu .sub-menu{}
#menu-main-menu li>ul li a:hover{color:#961a1a;}
#menu-main-menu li>ul li a {
    color: #333;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: none;
    white-space: nowrap;
}
#menu-main-menu li>ul li {
    display: block;
    float: none;
    line-height: 30px;
    text-align: right;
}
#menu-main-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 9
}

#menu-main-menu > li{position: relative;padding: 0 10px;line-height: 52px;}
#menu-main-menu > li:not(.special)::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    transition-duration: .2s;
    transition-property: width;
    transition-timing-function: ease-in-out;
    width: 0;
}

#menu-main-menu > li.menu-btn.discounts a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    background-image: linear-gradient(0deg,#7d1e22 0,#d13039 100%);
    color: #fff;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    line-height: 16px;
    transition: 1s ease-in-out;
    vertical-align: middle;
}
#menu-main-menu > li.menu-btn.discounts a:hover {
    background-image: linear-gradient(90deg,#7d1e22 0,#d13039 100%)
}

#menu-main-menu > li.menu-btn.buy-now a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    background-image: linear-gradient(90deg,#faa829 0,#ed8b1c 100%);
    color: #fff;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    line-height: 16px;
    vertical-align: middle;

    transition: 1s ease-in-out
}
#menu-main-menu > li.menu-btn.buy-now a:hover {
    background-image: linear-gradient(180deg,#faa829 0,#ed8b1c 100%)
}


#menu-main-menu > li.current-menu-item::before, #menu-main-menu > li:hover::before {
    width: 100%
}


.container.search{display:block;}
#search{padding-top: 15px;width: 100%!important;}
#search form {
    position: relative;
}
#search #quick-search-s {
    
    padding: 0px 15px;
    height: 40px;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border: 0!important;
    font-style: normal;
    font-size: 17px!important;
    box-shadow: none;
}

#search form button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 40px;
    margin: 0!important;
    padding: 0!important;
    padding: 0 40px!important;
    border-radius: 5px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-image: linear-gradient(to bottom left,#4581d0,#284e94)!important;
}


footer{
    background: #25252A;
    color: #FFF;
    padding: 25px 0 0 0;
    
}
footer h2{text-transform: uppercase;padding-bottom: 20px;}
footer li {display: block;}
footer ul li span{float:right;}

footer .top-software li{
    position: relative;
    float: left;
    width: 33.333%;
}
footer .top-software li span {
    position: absolute;
    left: 0;
    background-color: #42b1e7;
    color: #090a0a;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
}
footer .top-software li h3{
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    padding-top: 25px;
}

.copyright{background: #090a0a;padding: 15px 0;margin:50px 0 0 0;font-size: 90%;line-height: 30px;}
.copyright li{display:inline-block;padding:0 10px;}
.p25{padding: 25px;}
.column{vertical-align: top;clear: both;}

.w100{width: 100%;display: block;}
.aright{text-align: right;}
main{padding:10px 0;}
#side {
    float: left;
    width: 50%;
	margin-right:20px; 
	align-self: flex-start;
    top: 175px;
    padding-top: 0;
}
#side.sticky{position: sticky;top:207px;}
#side form label {
		display: none;
}
#posts, article.post{
	width:100%;
	display: block;    
}


#posts .description h1{
	/*color: #4681d0;
    font-size: 20px;
    font-weight: 600;
	line-height:42px;*/
}
#posts .description p{
	padding: 10px 0;
	/*font-size: 15px;
    line-height: 26px;
    text-align: justify;*/
}
#posts .description div label {
	display:block;
    padding: 10px 0 5px 0;
	font-size: 15px;
}
#posts .description div label span {
    color: red;
}

.ftitle{color:#333;font-size: 14px;padding: 10px 0;}
article.post .post-top{   
	margin: 0 -10px 10px -10px;
    padding: 15px 20px;
    border-bottom: 1px solid #cdd2d8;
}
article.post .available-for{
	display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}
article.post .available-for svg{
    fill: #666;
    height: 22px;
    vertical-align: inherit;
	margin:0 5px;
}

article.post .report-button{
	float:right;
	margin-right:20px; 
	fill: #666;
    color: #666;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #94a1b4;
    border-radius: 5px 5px 5px 5px;
	font-size: 90%;
    padding: 7px 15px;
    transition-duration: .2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
}
article.post .report-button:hover {
    color: #fff;
    background-color: #94a1b4;
	cursor:pointer;
}
article.post .comments-button{
    height: 30px;
    line-height: 30px;
    background: #f1f2f5;
	color: #014D7E;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #dbdcdf;
    text-align: right;
	float:right;
	cursor:pointer;
}
article.post .comments-button svg{height:14px;fill: #014D7E;vertical-align: initial;}



#side .sidebox{margin-bottom:20px;}
#side .product{min-height:30px;padding-bottom:10px;border-bottom:1px solid #d1d1d1;margin:0px -10px;padding:10px 10px;position:relative;}
#side .product:first-child{padding-top:0;}
#side .product .img{float:left;display:block;margin-right:15px;}
#side .product h3{line-height:30px;color:#000;white-space: nowrap;overflow: hidden;}
#side .product:last-child{border-bottom:0px solid #d1d1d1;padding-bottom:0px;}
#side .a1g2023w{text-align:center;}
#side .a1g2023w a img {display: inline-block;width: 100%;height:auto;}
#side .a1g2023w a:nth-child(2) img {margin-top:10px;}

.page-id-7 #side .a1g2023w:first-child,
.page-id-11 #side .a1g2023w:first-child,
.page-id-13 #side .a1g2023w:first-child,
.page-id-15 #side .a1g2023w:first-child,
.page-id-10176 #side .a1g2023w:first-child,
.category #side .a1g2023w:first-child{margin-top:63px;}

#posts .product{margin-bottom:5px;position:relative;}
#posts .product .img{float:left;display:block;position:relative;}
#posts .product h3{
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}
#posts .product:hover h3{color: #4581d0;}
#posts .product .time{color:#666;font-size:12px;letter-spacing: -0.4px;padding: 3px 0;}
#posts .product .time .rating{display:inline-block;margin-left:0px;height:12px;width:190px;}
#posts .product .time .rating .post-ratings img{width:12px;height:auto;}
.post-ratings {
    pointer-events: none;
}
.post-ratings[data-nonce] {
    pointer-events: initial;
}

#posts .product p{padding-top:5px;color:#666;}
#posts .product .download{
    position: absolute;
	right:20px;
	bottom:20px;
    background: #284e94;
    color: #fff;
    padding: 7px 8px;
    border-radius: 4px;
	font-size:11px;
    font-weight: 700;
    text-transform: uppercase;
}
#posts .description{
    background-color: #fffFFF;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
	font-size: 16px;
	line-height:22px;
	text-align:justify;
}
#posts .product .discount {
    position: absolute;
    background: #ce2f38;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    top: 0;
    right: -10px;
    transform: rotate(10deg);
}




.post-head{padding:0px 10px;}
.post-head h1 {
    font-size: 23px;
    font-weight: 600;
}

.post-head .post-intro{padding:20px 0;}
.post-head .post-intro > div{width:33%;text-align:left;}
.post-head .post-intro > div:first-child{width:120px;}
.post-head .post-intro > .post-info{width:calc(100% - 380px);color:#666;}
.post-head .post-intro > .post-info > div{margin-bottom: 15px;}
.post-head .post-intro > .post-info > div a{display: inline-block;min-width: 30px;text-align:center;line-height:30px;}

.post-head .post-intro > .post-download-buy{width:230px;}
.post-head .post-intro svg{max-width:20px;max-height:20px;}
.post-head .post-intro .post-info svg{fill:#999;}
.post-head .post-intro .post-info .social svg{fill:#4581D0;margin:0 3px;}

.post-head .post-intro > .post-info > div time svg{max-height:13px;position:relative;bottom:-2px;}
.post-head .post-intro > .post-info > div time span {padding-left: 20px;}




.pbg{
	background:#FFF;
	display: block;
	border-radius: 5px;
    padding: 10px;
}

#crumb{padding:10px 0px;}
#crumb ol{list-style: none;}
#crumb ol li{display: inline;}
#crumb .separator {margin: 0 5px;}
#crumb span {color: #000;display: inline-block;font-size: 12px;}

.rank-math-breadcrumb{padding:10px 0px;}
.rank-math-breadcrumb ol{list-style: none;}
.rank-math-breadcrumb ol li{display: inline;}
.rank-math-breadcrumb .separator {margin: 0 5px;}
.rank-math-breadcrumb span {color: #000;display: inline-block;font-size: 12px;}
.rank-math-breadcrumb a {color: #000;display: inline-block;font-size: 12px;}


div.button-green {
    display: inline-block;
    min-width: 100%;
    padding-left: 6rem;
    padding-right: 2rem;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    background-image: linear-gradient(180deg,#59ae6c 0,#448256 100%);
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
	cursor:pointer;
}
div.button-red {
    display: inline-block;
    min-width: 100%;
    padding-left: 6rem;
    padding-right: 2rem;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    background-image: linear-gradient(180deg,#f2b74d 0,#dd8737 100%);
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
	cursor:pointer;
}

div.button-green svg, div.button-red svg{fill: #FFF;margin-right: 10px;}

.wordpress img{height:auto;}

.wordpress p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
    text-align: justify;
}
.wordpress ul {
    margin-bottom: 26px;
}
.wordpress ul ul{margin-left:26px;}
.wordpress ul li {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
ul {
    list-style-position: inside;
}
.wordpress h2 {
    color: #27599B;
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
    padding:2px 0;
    margin-bottom: 17px;
}
.wordpress {
    margin: 0 -10px;
    padding: 0 30px;
    overflow: hidden;
	margin-bottom:2rem;
}
.wordpress h3 {
    color: #27599B;
    font-size: 22px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
    font-weight: normal;
}
.wordpress h4 {
    color: #27599B;
    font-size: 19px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: normal;
}
.wordpress .single-tab:not(:nth-child(2)){display: none;}
.wordpress .single-tab a{text-decoration: underline;}
a {
    color: #27599B;
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: ease-in-out;
}
.must-log-in a {text-decoration:underline;}


.wordpress .tabs {
    display: flex;
    margin: 0 -30px;
    overflow: hidden;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.wordpress .tabs div.button-href {
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
    display: table-cell;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #919fb3;
    text-align: center;
    background: 0 0;
    padding: 13px 5px;
    color: #000;
    height: inherit;
    cursor: pointer;
}

.wordpress .tabs div.button-href.selected {
    background: 0 0;
    border-bottom: 2px solid #4581d0!important;
    color: #27599B;
}


.wfoot{padding:0 10px;}
.wfoot .related h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
    display: block;
    border-bottom: 2px solid #4581d0;
    text-align: left;
    background: 0 0;
    padding: 13px 25px;
    color: #000;
    height: inherit;
}



.wfoot ul.tags li{
    display: inline-block;
    float: left;
    padding: 0 0.5rem 0.5rem 0;
}
.wfoot ul.tags li span {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 70%;
    font-weight: 600;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.wfoot ul.tags li a {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    color: #333;
    display: block;
    font-size: 80%;
    font-weight: 700;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    transition-property: background-color,box-shadow,color;
}

.wfoot ul.tags li a:active {
    background-color: #4db2ec;
    box-shadow: none;
    color: #fff
}

.wfoot ul.tags li a:hover {
    background-color: #4db2ec;
    box-shadow: none;
    color: #fff;
}

.wfoot .social{padding:20px 0;}
.wfoot .social a{
    display: inline-block;
	background-color: #0066b8;
    border-radius: 2px;
    color: #fff;
    transition-property: opacity;
    width: 30px;
	height: 30px;
	padding: 2px 5px 5px 5px;
	margin-right:2px;
	text-align:center;
}
.wfoot .social a svg {
    height: 16px;
    line-height: 30px;
    fill: #FFF;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}


#top-line .a1g2023w{display:flex;margin:10px 0 20px 0;height:222.5px;}
#top-line .a1g2023w a{display:block;width:25%;position:relative;}
#top-line .a1g2023w a img{width: 267px;height: auto;margin: 0 5px;}

.clear{clear: both;}

header .logo button {
    background-color: rgba(0,0,0,0);
    height: 52px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
	border:0;
}
header .logo button+button{
    left: auto;
    right: 70px;
}
header .logo button svg {
    height: 19px;
    line-height: 52px;
    fill: #FFF;
}
.ajaxSearch{margin-top:10px;}
#posts.ajaxSearch .product .time .rating{display:none;}
ins{text-decoration:none;}

header #search ins p.search_nav {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 5px;
	margin-bottom:10px;
	text-align:center;
}
#search ins p a {
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
}
#search ins p a:hover {
    color: #4db2ec;
}
#posts #crumb span {color: #FFF;}
#posts #crumb a::after {color: #FFF;}


.head-discount {
    height: 64px;
    line-height: 64px;
    background-color: transparent;
    background-image: linear-gradient(90deg,#fffFFF00 0,#27acba 100%);
    text-align: right;
    padding-right: 10px;
    margin-top: 0;
    overflow: hidden;
}
.head-discount .perc {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(1850deg,#902626 0,#d04545 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.head-discount .title {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
}
.head-discount .img {
    display: inline-block;
    margin-left: 10px;
	margin-top:10px;
	height: 50px;
}

#posts nav.pages {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
#posts nav.pages span {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
    min-width: 30px;
    padding: 8px 14px;
    text-align: center;
    transition-duration: .2s;
    transition-property: background-color,box-shadow,color;
    transition-timing-function: ease-in-out;
}
#posts nav.pages span.current {
    background-color: #4db2ec;
    box-shadow: none;
    color: #fff;
}
#posts nav.pages a {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
    min-width: 30px;
    padding: 8px 14px;
    text-align: center;
    transition-property: background-color,box-shadow,color;
}
#posts nav.pages div {
    color: #666;
    float: right;
    font-size: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
}
#posts nav.pages a:hover {
    background-color: #333;
    box-shadow: none;
    color: #fff;
}

.post ul.related-posts {
    padding-bottom: 15px;
}
.post ul.related-posts li {
    list-style: none;
    display: block;
    position: relative;
    border-style: solid;
    border-width: 0 0 2px 0;
    padding: 10px 0 10px 0;
    border-color: #f1f2f8;
    line-height: 16px;
}
.related-posts li img {
    float: left;
    margin-right: 20px;
}
.related-posts li .title {
    color: #000;
    font-family: Roboto,Sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    padding: 0;
}
.related-posts li .title a {
    color: #000;
}
.related-posts li .desc {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    color: #333;
}

#menu-main-menu ul.sub-menu {
    background-color: #fff;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,.2);
    left: -15px;
    opacity: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    top: 52px;
    z-index: 100000;
    transition-duration: .2s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
}

@media (min-width: 300px){
	.hphone{display:none;}
    #head {
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        background: #437dca;
        z-index:100;
    }
    
	#posts .product {min-height: 60px;}
    header .desktop-logo{width:auto;max-width: 200px;height: auto;max-height:85px;vertical-align: middle;margin:15px;}
	footer{padding:0;}
	footer .copyright{margin:0;}
    footer .desktop-logo{max-width: 150px;height: auto;}
    footer .top-rated-software img{max-width: 40px;height: auto;}
    footer ul li a{color:#FFF;line-height: 30px;}

    footer .top-software li span {top: 40px;}
    footer .copyright .column{text-align: center;}
	#posts .product .img{margin-right:10px;min-width:40px;min-height:65px;}
	#posts .product .img img{width:40px;height:auto;}
	#posts .product h3{font-size: 14px;}
	
	
	.post-head .post-intro{display:block;}
	.post-head .post-intro > div:first-child {width: 100%;}
	.post-head .post-intro > .post-info {width: 100%;}
	.post-head .post-intro > .post-download-buy {width: 100%;}
	
	#top-line .a1g2023w{height:auto;}
	#top-line .a1g2023w a {width: 50%;}
	#top-line .a1g2023w a img{width: 95%;}
	#menuPhone{
		display: none;
		background-image: linear-gradient(#000,rgba(0,0,0,.5));
		bottom: 0;
		left: 0;
		overflow: auto;
		padding: 25px;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	#menuPhone nav ul {width: 100%;}
	#menuPhone nav > ul {padding-top: 60px;}
	#menuPhone nav ul li {display: block;}
	#menuPhone nav ul li a {
		color: #fff;
		display: block;
		font-family: Ubuntu,sans-serif;
		font-size: 23px;
		font-weight: 500;
		line-height: 46px;
		text-align: center;
	}
	#menuPhone nav ul li a svg {
		position: relative;
		margin-right: 10px;
		top: 10px;
		height: 25px;
		vertical-align: inherit;
		fill: #FFF;
	}
	#menuPhone nav ul ul {display: none;margin-bottom:10px;}
	#menuPhone nav ul ul li a {
		font-size: 18px;
		line-height: 26px;
	}
	#menuPhone div div {text-align: center;padding-top:60px;}
	#menuPhone div div ul li {border-right: 1px solid rgba(255,255,255,.2);display: inline-block;}
	#menuPhone div div ul li div {
		color: #fff;
		display: block;
		font-size: 19px;
		font-weight: 700;
		line-height: 40px;
		padding: 0 20px;
		cursor:pointer;
	}
	
	#menuPhone button.exit {
		background-color: rgba(0,0,0,0);
		background-image: url(/assets/image/sprite.png);
		background-position: 25% 0;
		background-size: 500% 100%;
		height: 20px;
		padding: 0;
		position: absolute;
		top: 25px;
		width: 20px;
		left: auto;
		right: 25px;
		border:0;
	}
	#menuPhone div ul li:nth-last-of-type(1) {border-right: none;}
	#menu-main-menu > li{line-height:30px;}


	#menu-main-menu > li.discounts, #menu-main-menu > li.buy-now{display:none;}
	header .menubox ul {width: 100%;display: flex;flex-wrap: wrap;}
	header .menubox ul li{width: 20%;text-align:center;}
	#menu-main-menu a{line-height:10px;font-size:12px;}
	#menu-main-menu svg {
		display: block;
		position: relative;
		left: 0;
		right: 0;
		margin: 10px auto;
	}
	#search {padding-top: 0px;display:none;}
	.post-head .post-intro .post-ratings img{width:14px;height:auto;}
	.head-discount .title{font-size: 14px;}
	.head-discount .img img {width: 40px;height:auto;}
	.single-page{width:100%;margin-bottom: 20px;}
	
	.container {padding-right: 5px;padding-left: 5px;}
	#posts.discounts .product .download{display:none;}
    .post-ratings img:last-of-type {margin-right: 6px;}
    #posts .product .time time{margin-right: 6px;}
    .post .related.mobile ul.related-posts li {
        line-height: 40px;
        min-height: 60px;
    }
    .post .related.mobile .related-posts li .title {
        line-height: 18px;
    }
    .related.mobile h4 {
        font-weight: 700;
        line-height: 20px;
        display: block;
        border-bottom: 2px solid #4581d0;
        text-align: left;
        background: 0 0;
        padding: 13px 25px;
        color: #000;
        height: inherit;
        margin-bottom: 5px;
    }
    .post .related.mobile ul.related-posts li:last-child{border: 0;}
}

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    .column.col-3,
    .column.col-4,
    .column.col-6{width: 100%;}
}   

@media (max-width: 992px){
    .container{
        max-width: 720px;
    }
	#posts h4, #side h4, .category #posts h1{padding: 0 0 10px 15px;}
	header .desktop-logo {padding: 5px 0 20px 20px;}
	#posts .product .discount {
		font-size: 12px;
		padding: 2px 4px;
		right: -5px;
	}
}


@media (min-width: 992px){
    #head {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        background: #437dca;
        z-index:100;
    }
    .admin-bar #head{top:32px;}
    header #head{padding-bottom:10px;}
	.hphone{display:block;}
	footer{padding: 25px 0 0 0;}
	footer > .container{display:flex;}
	footer > .copyright{margin: 50px 0 0 0;}
	#side{display:block;max-width:360px;}
	#posts .product {min-height: 80px;}
	#posts .product .img img{width:60px;}
    .container{
        max-width: 960px;
        display: flex;
    }
    main .container{display: flex;}
    .single-post main .container{display: block;}
    .column.col-3{width: 25%;}
    .column.col-4{width: 33%;}
    .column.col-6{width: 50%;}
    header .desktop-logo{max-width: 268px;}
    footer .desktop-logo{max-width: 177px;}
    footer .top-rated-software img{max-width: 60px;}

    footer ul li a{line-height: 26px;}
    header .logo{width: 300px;height:100px;vertical-align:middle;}
    header .menubox{width: calc(100% - 300px);}
    footer .top-software li span {top: 63px;}
    footer .copyright .fc1{text-align: left;}
    footer .copyright .fc2{text-align: right;}
	#posts .product h3{font-size: 20px;}
	
	.post-head .post-intro{display:flex;}
	.post-head .post-intro > div:first-child {width: 120px;}
	.post-head .post-intro > .post-info {width: calc(100% - 380px);}
	.post-head .post-intro > .post-download-buy {width: 230px;}
	
	
	#menu-main-menu > li.discounts, #menu-main-menu > li.buy-now{display:inline-block;}

	header .menubox ul {width: auto;display: inline-block;}
	header .menubox ul li{width: auto;text-align:left;}
	#menu-main-menu a{line-height:inherit;font-size:15px;}
	#menu-main-menu svg {
		display: inline-block;
		position: relative;
		margin: 0 10px 0 0;
	}
	#search {padding-top:15px;display:block;}
	#menu-main-menu > li{line-height:52px;}
	.post-head .post-intro .post-ratings img{width:22px;}
	.head-discount .perc {display: inline-block;}
	.head-discount .title{font-size: 17px;}
	.head-discount .img img {width: 50px;}
	#posts .product .img{margin-right:20px;min-width:60px;min-height:60px;}
	.container {padding-right: 15px;padding-left: 15px;}
	#posts.discounts .product .download{
		display:block;
		background-color: transparent;
		background-image: linear-gradient(1850deg,#264b90 0,#4581d0 100%);
		border-radius: 2px 2px 2px 2px;
		padding: 10px 20px 10px 20px;
		transition: .2s ease-in-out;
		font-size:14px;
		font-weight:normal;
	}
	#posts.discounts .product .download:hover{transform: scale(1.1);}
	#posts .product .time .rating {margin-left: 15px;}
	#posts .product .time .rating img:last-child {margin-right: 5px;}
	#posts .product .time .rating{width:200px;}
	
}

@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
	
	#top-line .a1g2023w{height:222.5px;}
	#top-line .a1g2023w a {width: 25%;}
	#top-line .a1g2023w a img{width: 267px;}
}



#commentsfb {
    padding-bottom: 0;
	min-height:220px;
}

@media all and (max-width: 920px) {
    #comments {
        padding-right:0
    }

    .post header .post-top {
        padding: 0 20px 1rem 20px
    }
}

#comments{
	padding: 0 10px;
}
#comments h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 15px;
	font-weight:normal;
}

#comments h3+p {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
    font-size: 90%;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: right;
}

#comments form {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

#comments form figure {
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 25px;
    width: 100px;
}

@media all and (max-width: 920px) {
    #comments form figure {
        display:none;
    }
}

#comments form figure img {
    border-radius: 2px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.2);
    display: inline-block;
}

#comments form div {
    padding-bottom: 20px;
    padding-left: 10px;
	display: inline-block;
    width: calc(100% - 100px);
}

@media all and (max-width: 920px) {
    #comments form div {
        padding-left:0;
    }
}

#comments form div textarea {
    height: 70px;
}

#comments form div ::-webkit-input-placeholder {
    text-transform: none;
}

#comments form div :-ms-input-placeholder {
    text-transform: none;
}

#comments form div ::-moz-placeholder {
    text-transform: none;
}

#comments form div .placeholder {
    text-transform: none;
}

#comments form div button {

    float: right;
    margin-top: 20px;
    width: auto;
	cursor:pointer;
}

#comments form div textarea.focused+button {
    display: inline-block;
}

#comments form div textarea:focus+button {
    display: inline-block;
}

#comments ul ul {
    padding-left: 100px;
}

@media all and (max-width: 920px) {
    #comments ul ul {
        padding-left:20px;
    }
}

#comments ul li>div {
    padding-top: 0;
}

#comments ul li {
    display: block;
    padding-top: 0;
    overflow: hidden;
}

#comments ul li figure {
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 25px;
    width: 100px;
}

@media all and (max-width: 920px) {
    #comments ul li figure {
        display:none;
    }
}

#comments ul ul li figure {
    width: 80px;
}

#comments ul li figure img {
    border-radius: 2px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.2);
    display: inline-block;
}

#comments ul li figure figcaption {
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 10px 10px -8px rgba(0,0,0,.2);
    color: #4db2ec;
    font-size: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#comments ul li div {
    padding-left: 100px;
}

@media all and (max-width: 920px) {
    #comments ul li div {
        padding-left:0
    }
}

#comments ul ul li div {
    padding-left: 80px;
}

@media all and (max-width: 920px) {
    #comments ul ul li div {
        padding-left:0;
    }
}

#comments ul li div p {
    background-color: rgba(0,0,0,.01);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: right;
}

#comments ul li div p::before {
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: 1;
}

#comments ul li div p+p {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
}

#comments ul li div p+p::before {
    bottom: auto;
    top: 0;
}

#comments ul li div p strong {
    color: #4db2ec;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#comments ul li div p a {
    border-radius: 2px;
    color: #999;
    display: inline-block;
    text-align: center;
    transition-property: background-color,color;
    width: 22px;
}

#comments ul li div p a.toggled {
    background-color: #ff4d43;
    color: #fff;
}

#comments ul li div p a:active {
    background-color: #ff4d43;
    color: #fff;
}

#comments ul li div p a:hover {
    background-color: #ff4d43;
    color: #fff;
}

#comments ul li div p a i {
    line-height: 22px;
}

#comments ul li div p span {
    display: none;
}

#comments ul li div p span.toggled {
    display: inline-block;
}

#comments ul li div time {
    background-color: rgba(0,0,0,.01);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #999;
    display: block;
    font-size: 80%;
    padding: 10px 20px;
    text-align: right;
}

#comments ul li div time i {
    line-height: 20px;
}

#comments ul li div time a {
    border-radius: 2px;
    color: #999;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: background-color,color;
}

#comments ul li div time a:active {
    background-color: #ff4d43;
    color: #fff;
}

#comments ul li div time a:hover {
    background-color: #ff4d43;
    color: #fff;
}





#sign-in, #sign-up, #recover{
	display:none;
	background-color: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
	right: 0;
    top: 0;
    overflow: auto;
    padding: 25px;
    position: fixed; 
    width: 100%;
    z-index: 1000;
}
#sign-in .content,
#sign-up .content,
#recover .content {
    background-image: linear-gradient(45deg,rgba(0,69,130,.8),rgba(38,134,146,.8));
    border-radius: 0.2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
    min-height: 500px;
	padding:25px 0;
    position: relative;
    top: 50%;
}
#sign-in h4,
#sign-up h4,
#recover h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

#sign-in p,
#sign-up p,
#recover p {
    color: #fff;
    font-size: 90%;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

#sign-in ins,
#sign-up ins,
#recover ins {
    display: block;
    min-height: 40px;
    text-decoration: none;
}
#sign-in form,
#sign-up form,
#recover form {
	padding: 40px 100px 0 100px;
}

#sign-in button.exit,
#sign-up button.exit,
#recover button.exit{
    background-color: rgba(0,0,0,0);
    background-image: url(/assets/image/sprite.png);
    background-position: 25% 0;
    background-size: 500% 100%;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 20px;
	border:0;
	cursor:pointer;
}
#sign-up button.back,
#recover button.back {
    background-color: rgba(0,0,0,0);
    background-image: url(/assets/image/sprite.png);
    background-position: 0 0;
    background-size: 500% 100%;
    height: 20px;
    left: 25px;
    padding: 0;
    position: absolute;
    top: 25px;
    width: 20px;
	border:0;
}

#sign-in div input,
#sign-up div input,
#recover div input{
	width: 100%;
    background: transparent;
	border:0;
    border-bottom: 1px solid rgba(255,255,255,.4);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    height: 40px;
    padding: 10px 0;
}

#sign-in div input:valid,
#sign-up div input:valid,
#recover div input:valid{background:transparent;}


#sign-in form div label,
#sign-up form div label,
#recover form div label {
    color: #fff;
    left: 0;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 1rem;
    transition-duration: .2s;
    transition-property: color,font-size,top;
    transition-timing-function: ease-in-out;
}



#sign-in form div,
#sign-up form div,
#recover form div{
    padding-bottom: 20px;
    position: relative;
}




#sign-in form div input:focus+label, #sign-in form div input:valid+label,
#sign-up form div input:focus+label, #sign-up form div input:valid+label,
#recover form div input:focus+label, #recover form div input:valid+label{
    color: rgba(255,255,255,.5);
    font-size: 80%;
    top: -15px;
}


#sign-in form button,
#sign-up form button,
#recover form button {
	width:100%;
    background-color: #fff;
    color: #333;
    font-size: 100%;
    font-weight: 500;
    height: 50px;
    text-transform: uppercase;
	border:0;
	cursor:pointer;
}

#sign-in form a,
#sign-up form a,
#recover form a{
    font-size: 90%;
	color:#FFF;
    line-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
	cursor:pointer;
}

#sign-in form span.link,
#sign-up form span.link,
#recover form span.link{
    font-size: 90%;
	color:#FFF;
    line-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
	cursor:pointer;
}

#sign-in form p+p span,
#sign-up form p+p span,
#recover form p+p span {
	text-decoration: none;
	border-radius: 2px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
	padding-top: 15px;
	cursor:pointer;
}
#sign-in form p+p span:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
    
}

#sign-in ins p,
#sign-up ins p,
#recover ins p {
    background-color: rgba(0,0,0,.8);
	color:#FFF;
	text-align:center;
    font-size: 90%;
    line-height: inherit;
    min-height: 40px;
	padding:15px;
    text-transform: uppercase;
}



.post #broken-link-box form {
    background-color: rgba(0,0,0,.05);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 2px solid #ffcd58;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}
.post #broken-link-box form div {
    padding-bottom: 20px;
}
.post #broken-link-box form div {
    padding-bottom: 20px;
}
.post #broken-link-box form div label {
	display:block;
    padding-bottom: 5px;
    margin-top: -5px;
}
.post #broken-link-box form div label span {
    color: red;
}
.post #broken-link-box form div.select {
    padding-bottom: 0;
}
.select {
    position: relative;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 5rem;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 15px 20px;
    text-transform: none;
    width: 100%;
}
select {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    font-size: 90%;
    height: 30px;
    padding: 5px 10px;
}
.select::after {
    right: 10px;
    top: 10px;
}
.select::after {
    border-bottom: 2px solid #333;
    border-top: 6px double #333;
    content: '';
    display: block;
    height: 2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
}
input[type=text] {
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #333;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 50px;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: visible;
    padding: 15px 20px;
    width: 100%;
}
input[type=text] {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    font-size: 90%;
    height: 30px;
    padding: 5px 10px;
}
button {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-family: Roboto,Ubuntu,sans-serif;
    font-size: 90%;
    height: 30px;
    padding: 5px 20px;
    transition-duration: .2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
}

textarea {
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #333;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 50px;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: auto;
    padding: 15px 20px;
    resize: vertical;
    width: 100%;
}
textarea {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    font-size: 90%;
    height: 130px;
    padding: 5px 10px;
}

.product .edit-current-admin{
	display:none;
}
.product:hover .edit-current-admin{
	position: absolute;
    left: 15px;
    top: 15px;
    background: #000;
    color: #FFF;
    font-size: 12px;
	display:block;
	
	
	background: rgba(0,0,0,.6);
    color: #fff;
    padding: 8px 10px;

}
#posts.page .description h3{
	color: #024485;
    font-size: 22px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
	font-weight:inherit;
	padding:0;
	text-transform:inherit;
}
#posts.page .description h4 {
    color: #024485;
    font-size: 19px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 14px;
	font-weight:inherit;
	padding:0;
	text-transform:inherit;
}
#feedback-status {
    width: 100%;
    padding: 8px;
    border: 2px solid;
    margin-top: 10px;
}

#up {
    background-color: #4db2ec;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    bottom: 0;
    color: #fff;
    display: block;
    height: 40px;
    opacity: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    transition-property: bottom,opacity,visibility;
    visibility: hidden;
    width: 40px;
	cursor:pointer;
}
#up svg {
    height: 31px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    fill: #FFF;
    vertical-align: inherit;
    position: relative;
    top: -5px;
}
#up.scrolled {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
	z-index:100;
}
header{height:165px;}


.wordpress p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
}
.offer.pbg{text-align: center;margin-top:10px;}
.offer.pbg > div{display: inline-block;}


@media only screen and (max-width: 1200px) and (min-width: 992px)  {
    header .logo {width: 250px;}
    header .menubox {width: calc(100% - 250px);}
    header .desktop-logo {max-width: 240px;}
    #search {padding-top: 10px;}
    footer .top-software li {min-height: 140px;}
    article.post .report-button {margin-right: 5px;padding: 7px 8px;}
}

.google_ads_here{width: 100%;}
.single-page .google_ads_here{margin-bottom: 10px;}
#crumb a {
    color: #000;
    display: inline-block;
    font-size: 12px;
}


#cookie-consent-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #212121;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: calc(100% - 40px);
    z-index: 100000;
    padding: 20px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

.sftx-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #212121;
}

.sftx-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #212121;
}

.sftx-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.sftx-btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #1863dc;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 120px;
    background-color: #1863dc;
    color: #ffffff;
}

@media (max-width: 600px) {
    #cookie-consent-banner {
        width: calc(100% - 20px);
        padding: 15px;
    }

    .sftx-buttons {
        flex-direction: column;
        align-items: center;
    }

    .sftx-btn {
        width: 80%;
        min-width: unset;
    }
}