/*
Theme Name: webservertalk
Theme URI: http://webservertalk.com
Author: WebServerTalk
Updated: 16th July 2021
*/
.empty {
	padding: 0
}
.search .best-contents {
    display: block;
    float: left;
    margin: inherit;
    padding: 0 60px 97px 24px;
    max-width: inherit;
    width: 100%;
    border-right: none;
    background-color: #fff;
}
.search #home {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    width: 100%;
}
img.alignright { float: right; margin: 1em 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single .best-contents h2, .single .best-contents h3, .page .best-contents h2, .page .best-contents h3 {
    line-height: 1.3;
	
}
.single .best-contents h2{
	font-size: 29px;
}
.single .best-contents h3{
	font-size: 26px;
	margin: 30px 0 25px;
}
.note {
    background-color: 
    #d3ebf9;
    display: block;
    text-align: center;
    padding: 15px 5px;
}
.category h1 {
text-align: center;
font-size: 32px;
margin-bottom: 40px;
font-weight: 700;
line-height: 1.2;
}
.guides-windows a::after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABjklEQVRoge2Xr0/DQBTHvzcIXOYmNoHnP+APwGyZJUGBBZogGjRmwSBQhDDRgQVFgl0Y/w+iV4FY22VLH6LF9Ufau7Y5uI858fqu75v3o6+AwWAwGP4zLMtwbF9Tk4EU8fZwmxprp+lAVLNd9IB1ddNEHJk495Ncu/YZ0F5AYQmpwF8TRAC4fgTXJ4iA4PqEryXh7nBX6m4lApZrghcAIogg/N+TYB/s4PIjxCZK98scgSWQFmB/rhBusiduVvCqkO6BvOCbQPsmlhagoo5l0D4D0k3sjHmufVZgl0VagDUPkdXGszHHxTzM9ZcV2GoJqegf7XvACOi0PEelm3g64vheEUSypImA4CUnEAuMavxYSwvoMKDHGXqcYT/FPh3xWJAfb6BeSMlGGi9+stS+Tm8xYNBlGHTrqTXTxG1TWEJFP9Vto30GtBdQy2gYnpylTv7F67Py92mfAe0FVErp8PT8CEQOgL6iOFwwZi1ent7LOlbLANEj1AUPAP3kztJULaG9in5N32kwGAyGP84PaI1+VHtiLoAAAAAASUVORK5CYII=') no-repeat;
    top: 0px;
    left: -49px;
    position: absolute;
    display: inline-block;
    content: " ";
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	margin: 0 !important;
	color: #333;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1.5em;
}

html {
	margin: 0 !important;
}

article,
section,
header,
nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

img {
	max-width: 100%;
	/*width: auto;  ie8 */
	height: auto;
	border-radius: 5px;
}

embed,
object {
	max-width: 100% \9;
	max-height: 100%;
	width: auto;
}

legend,
input[type="text"],
input[type="search"],
textarea,
optgroup,
select {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

table,
li,
p,
dd {
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

hr {
	margin-top: 35px;
	margin-bottom: 36px;
	height: 0;
	border-style: dashed;
	border-top: 0;
	color: #777;
}

a {
	color: rgb(68, 68, 68);
	text-decoration: none;
}
p a {
	color: #277fe7;
}

a:hover {
	color: #1e1e1e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	margin-right: 0;
	margin-left: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1 {
	margin-top: 1.42em;
	font-size: 30px;
}

h2 {
margin: 45px 0 25px;
font-size: 26px;
font-weight: 600;
}

h3 {
font-size: 24px;
font-weight: 600;
margin: 55px 0 25px;
}

h4 {
	margin-top: 18px;
	font-size: 18px;
}

h5 {
	margin-top: 1.26em;
	font-size: 16px;
}

h6 {
	margin-top: 1.15em;
	font-size: 14px;
}

p {
margin-top: 10px;
margin-bottom: 20px;
line-height: 26px;
display: block;
}

dl {
	margin-top: 1.41em;
	margin-bottom: 19px;
	margin-left: 32px;
	line-height: 21px;
}

dt {
	display: block;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

dd {
	display: block;
	margin: 0 0 20px;
}

ol {
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 53px;
	list-style: decimal;
}

ol li {
	display: list-item;
	margin-top: 8px;
	padding-left: 2px;
}

ul {
	display: block;
	margin-top: 9px;
	margin-bottom: 36px;
	padding-left: 45px;
	list-style: url(images/create_disk.png);
}

ul li {
	margin-top: 6px;
	margin-bottom: 6.5px;
	padding-left: 10px;
}

ul ul,
ol ol,
ol ul,
ul ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.best-witget-right-sidebar ul ul,
.best-witget-right-sidebar ol ol,
.best-witget-right-sidebar ol ul,
.best-witget-right-sidebar ul ol,
.best-witget-footer-sidebar ul ul,
.best-witget-footer-sidebar ol ol,
.best-witget-footer-sidebar ol ul,
.best-witget-footer-sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0;
}

fieldset {
	margin-top: 11px;
	margin-bottom: 41px;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 1.44em;
	max-width: 96.3%;
	border: 1px groove threedface;
}

legend {
	margin-left: -9px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: -1px;
}

form {
	margin-top: -4px;
	max-width: 100%;
}

label {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight:700;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	margin: 3px 0 8px;
	padding: 10px 10px 13px 10px;
	max-width: 221px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ededed;
	color: #696969;
}

textarea {
	overflow: auto;
	margin: 2px 0 0;
	padding: 10px;
	min-width: 100px;
	min-height: 43px;
	max-width: 586px;
	width: 221px;
	height: 93px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ededed;
}

optgroup {
	border: 0;
	font-weight: normal;
}

option {
	font-weight: normal;
}

a,
input[type="submit"],
input[type="button"],
input[type="reset"],
.best-active-opt,
input[type="text"],
input[type="search"],
textarea,
.best-custom-file,
.best-custom-file-content,
.best-custom-file-text,
.best-custom-file-button {
	position: relative;
	zoom: 1;
}

table {
	margin: 22px 0 41px 0;
	max-width: 654px;
	width: 100%;
	border: #ccc 1px solid;
	border-spacing: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

td {
	padding: 14px 10px 16px 19px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: left;
}

td:last-child {
	border-right: none;
}

td:first-child {
	border-right: #ccc 1px solid;
}

tr th {
	background: #fff;
}

tr {
	background: #ededed;
}

tr:hover {
	background: #f8f8f8;
}

th {
	padding: 14px 10px 14px 19px;
	text-align: left;
	letter-spacing: 0.3px;
	font-weight: bold;
}

sup {
	vertical-align: 5px;
	letter-spacing: -0.2px;
	font-size: 9px;
	line-height: 1px;
}

sub {
	vertical-align: -5px;
	letter-spacing: -0.3px;
	font-size: 9px;
	line-height: 1px;
}

pre {
	overflow: auto;
	margin: 31px 0 24px 0;
	padding: 22px 29px 20px 29px;
	border: #ccc 1px solid;
	border-radius: 5px;
	background: #ededed;
	color: #777777;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	letter-spacing: 0.25px;
	font-size: 16px;
	font-family: 'Courier New', Courier, monospace;
	line-height: 24px;;
}

abbr[title] {
	border-bottom: 1px dotted;
}

big {
	font-size: larger;
}

code,
kbd,
pre,
samp {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-size: 14px;
	font-family: monospace, serif;
	-ms-hyphens: none;
	width: 100%;
background: black;
color: #cacaca;
padding: 15px 5px;
margin: 0 auto;
position: relative;
display: inline-block;
}

.best-content {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: italic;
}

/*---------Blockqote-------*/
blockquote {
	margin: 23px 0 10px 2px;
	max-width: 450px;
}

blockquote p {
	display: table-cell;
	padding: 0 0 0 19px;
	border-left: #eb5a3d 5px solid;
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 33px;
}

blockquote:after {
	display: block;
	padding: 1px 0 0 23px;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 31px;
}

img.best-custom-img-header {
	position: absolute;
	top: 0;
	z-index: 0;
	height: 226px;
	border-radius: 0;
}

/*--------End-Blockqote-------*/
.homeauthor .avatar {

    width: 20px;
    border-radius: 50%;
    top: 5px;
    position: relative;
    margin: 0px 5px 0px 0px;

}
.post-data {
	margin-left: 1px;
	color: #aaa;
}

/*------------Logotip----------------*/
.best-logo {
float: none;
width: 100%;
word-wrap: break-word;
text-align: center;
margin: 0 auto;
display: block;
position: absolute;
padding-top: 7px;
}


.best-logo h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 35px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 30px;
	font-weight:700;
}

.best-logo p {
	margin: 2px 0 0 0;
	color: #ccc;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 20px;
}

/*------------End-Logotip----------------*/
/*------------Nav-Menu-Header------------------*/
.best-main-navigation {
z-index: 100;
display: block;
float: none;
text-transform: uppercase;
line-height: 15px;
max-width: 1188px;
margin: 0 auto;
}

.best-assistive-text.skip-link {
	display: none;
}

.best-main-small-navigation .menu {
	/*display: none;*/
	padding: 0px 10px;
}

h1.best-assistive-text,
h1.best-menu-toggle {
	display: none;
	color: rgb(68, 68, 68);
	text-transform: none;
	font-weight: bold;
	cursor: pointer;
}

h1.best-menu-toggle:hover {
	color: #eb5a3d;
}

.best-main-navigation div ul {
	margin: 0;
	padding: 0;
}

.best-main-navigation div li {
	position: relative;
	display: inline-block;
	/*float: left;*/
	margin: 0;
	padding: 12px 48px 14px 48px;
	/*border: 1px solid transparent;*/
}

.best-main-navigation div li a {
	display: block;
	padding: 0;
	width: 100%;
	color: #CCC;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.best-main-navigation div li a:hover {
	color: #444;
}
.menutitle > a {
font-size: 18px !important;
color: white !important;
background-image: -webkit-linear-gradient(bottom,#007effb0 50%,transparent 50%);
background-image: linear-gradient(0deg,#007effb0 50%,transparent 50%);
}
.menulast > a {

    color: #007eff !important;

}
.best-main-navigation div ul ul li {
	padding: 12px 48px 14px 48px;
	/*max-width: 230px;*/
	width: 100%;
}
.sub-menu .guides-linux {

    /* padding: 12px 38px 14px 59px ; */

}

.guides-linux a::after {

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABmJLR0QA/wD/AP+gvaeTAAAGjElEQVR4nO3baUwc5x3H8e8zs7scBoMXDPgAL1cAxwduUmPZju3E8dGqlZpTUfqi6v2uqtRKrapKVdWqb1v1Xc83rSq/SN3IPYgSO07a2jjEdmJLNdeywGJwMLvL4mWXPefpC2IrLmbNsrAz4z6fV2hnHua/82Nm/jPPAIqiKIqiKIqiKIqiKIqiKIqiPOpErgNe/NYP5FoU8qh47Zc/y2mfamtViLI8KgCTqQBM5sj3F3zz2z9ejTps61e/+FFe49URYDIVgMlUACZTAZhMBWCyvLugQgvejnGlx49vIEg6bVDpLmHnE5vY9eRmhMj5xt50tgpg1Bvi1G+ukk4b9z6LRpKkkhn6rk3x0pc70XV7HdS2qvbsXwfv2/kAuq7hcjnw9gW49M6YSZWtnG0CSCUzTE1EFn0en0/hHw4BcOXiOFLa61mhfQJIZUDAvsPb2NJQAYCn1c3LX+lke2cdQhPcCccJ3o6ZXGlubBOAYUi2NW1gU/16njxYD8CJ5zq4E07w1Ilm+PgPfy6SMLHK3NkmAF1b6HDO/W2I4HSMlo5qxrwh3ny9n3AwhsulA6Bp9uqEbNMFFZc4iUYS1NSVcfXiTVKpDGO+GZwuncBUDM2hQQJCgXkamjaYXe6y2eYIEJqgoWkDw4NBYtGF1jOTMqhvrOTD9yfYtHU9AKODQZMrzY1tAgCIxzN0PdWAp8WNp9VNS8dGpm9F2XuwganJCC98aTf+kRkS8bTZpS6bbQKYnZnno4lZDp1sobKqhGQ8TXXtOr7+nX10dm1hx546ul/rI3InQc87o2aXu2y2uAZICW+c7uexx2twuXQ+9/Lji9bpOrKNy//2Iw1Jz9ujtO+ooe7j05KV2eII6Dk/wu1bcxw52bLkOusrimnbVQtAJmPwlz9eJ5nMFKrEFbN8AOMjYc53e9E0iEWTWdfd/enN934OTsc4d2ZgrcvLm6UDkIak+3QfSEnbzlp0R/Zym9qqqNlczoaqEoSAq5cmuDkaLlC1K2PpAD7snSSVSNO+s5ZnP/8YpetcWdcXQnDgGQ/hUJxKdwlSSt7++1CBql0ZywYgpaTn/AgAh040L3tc+85aNF2QTkt0TeD3zTA5NrtWZebNsgF4bwRIpwzK1hexsa5s2eN0h8bGujIis3FKy4sAuHHto7UqM2+WDeCD3gl0h1jRY4XyioUdf/e5kG8otKq1rSbLBjA6GAQB5RXFOY8tcjkoKy9i7s7Ck9FYJHv3ZCbL3ogdPNaEYUgaW6tyHltWUURpmROHS8Pp1Kh0l65BhavDkgF4+6Y5/w8vUko0TdDUVk3dlvKHjpsNz/P7n7/HgaON3L41B8DeQw04nfpal7xilgpgNjSPdyDIuTMD96YW3+32IoTA2zfNgaNNZHvxIRJOEJ1L4u0PcuBoI7quMeoN4ffNcPhkiyXnCiwTwOUL47xxum/R5xlDcu39Ceo9lZz+w3W+8MUdS775cHfC3jcQwDcQuG/Ztd5J9uzbsvqF58kyF+H4fGrJZYGpKM4inYnRMBNZevp0ylhyWfefb3Dp3THLTdpbJoCS0ux3uVcu3OT4c23UN1Y+cPn13kmmJhe/NXGXYUjOnhlgeMBaEzaWOQVF57JPpmcyBm+9PkhjaxVFxQtlp1IZxn1hev/lZ8wX4lNdW5ccr+saXYe30djqXtW682WZAKTx8FPDbHie3n+OcfnCOFLe/3S0ZlMZ4Zn5B47ztLr5zPPbqaqxXjtqmQAOHW9mq6cSv2+G8ZEwk/7ZRW/BwcKNWVNbNcUlDpwuneISB4l4Gt2hEZyK3reu0ARHTraw/5nGrN2TmSwTgNAEze3VNLdXA5BMZhjuDzD0n2mG+wPEYin2P+1h997NdHY9uJsZHQoxPBgkHktRXbuOz7643fJvSFgmgP/lcul07KqlY1ctUkrSSQNnUfYbKk+rm+/+5GlSqYylb74+yTJdUDZCiIfu/E+yy84HmwTwKFMBmEwFYDIVgMny7oLy/U/x/3fqCDCZCsBkKgCTqQBMpgIwmUWfES527NWv5TSV9daffmuL76aOAJOpAEymAjCZCsBkKgCTFbRTOP7KN7rQjJ9KeAKw2lzhjIArGNoP3zz16/cKtdGCBfDsK1/dIzRxEcj9defCiktD7j976ncfFGJjBTsFCV18H+vvfIBiNPG9Qm2scNcAybGCbStPAo4XaluFvAhb7ZyfTcFqVV2QoiiKoiiKoiiKoiiKoiiKoijKGvsvBEcO8qayACQAAAAASUVORK5CYII=') no-repeat;
        background-size: auto;
    top: -12px;
    left: -58px;
    position: absolute;
    display: inline-block;
    content: " ";
    width: 50px;
    height: 50px;
    background-size: 50px 50px;

}

.best-main-navigation div ul li ul ul {
	margin: 5px auto;
}

.best-main-navigation div ul li ul {
	position: absolute;
	/*left: -9999px;*/
	z-index: 100 !important;
	margin-top: 0;
	/*width: 232px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #fff;*/
	list-style-type: none;
	/*opacity: 1;*/
	left: 0;
	margin-top: 15px;
}

.best-main-navigation div ul:hover ul li ul,
.best-main-navigation div ul:hover ul ul li ul,
.best-main-navigation div ul:hover ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul ul ul ul ul li ul,
.best-main-navigation div ul:hover ul ul ul ul ul ul ul ul ul ul li ul {
	left: -9999px;
}
/*
.best-main-navigation div ul li:hover ul {
	top: 40px;
	left: -1px;
	z-index: 101 !important;
	float: left;
	margin: 0 0;
	padding: 10px 0;
	color: black;
	opacity: 1;
}*/

.best-main-navigation div ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul ul ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul ul ul ul ul ul li:hover ul {
	top: -2px;
	left: -233px;
}

.best-main-navigation div ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul ul ul li:hover ul,
.best-main-navigation div ul ul ul ul ul ul ul ul li:hover ul {
	top: 2px;
	left: 229px;
}

.best-main-navigation div li:hover {
	/*border: 1px solid transparent;*/
}

.best-main-navigation div .menu-item-has-children:hover,
.best-main-navigation div .page_item_has_children:hover {
	/*border: 1px solid #CCC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;*/
}

.best-main-navigation div .menu-item-has-children:hover ul li,
.best-main-navigation div .page_item_has_children:hover ul li {
	/*border: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
}

.best-main-navigation div li.menu-item-has-children,
.best-main-navigation div li.page_item_has_children {
	padding-right: 36px;
}

.best-main-navigation div .menu-item-has-children,
.best-main-navigation div .page_item_has_children {
	background: transparent url(images/nav_menu_arrow_bottom.png) no-repeat 84% center;
}

.best-main-navigation div .sub-menu .menu-item-has-children,
.best-main-navigation div .children .page_item_has_children {
	background: transparent url(images/nav_menu_arrow_right.png) no-repeat 92% center;
}

.best-main-navigation div .current_page_item > a,
.best-main-navigation div .current_page_ancestor > a,
.best-main-navigation div .current-menu-item > a,
.best-main-navigation div .current-menu-ancestor > a {
	border-bottom: 3px solid #eb5a3d;
	color: #eb5a3d !important;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
top: 67px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.1s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.menuopen {
	font-size:30px;
	cursor:pointer;
	float:left;
	position: relative;
z-index: 99999;padding-top: 11px;
color: white;
}
.closebtn {
  position: absolute;
top: 16px;
left: 20px;
  font-size: 60px;
  display: none;
  z-index: 99999;
  color:white;
}
.closebtn:hover {
	  color:#1da6df;
}

@media screen and (max-height: 450px) {
	

  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.newssec {

    width: 245px;
    margin: 50px auto 20px;

}
.newsh2 {

    border: 2px black solid;
    border-radius: 13px;
    font-style: italic;
    display: block;
    padding: 9px 0px 9px 7px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 69%, rgb(0, 0, 0) 69%, rgb(0, 0, 0) 69%, rgb(0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(69%, rgba(0,0,0,1)), color-stop(69%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 69%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 69%, rgb(0, 0, 0) 69%, rgb(0, 0, 0) 69%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
z-index: 1;
position: relative;
font-size: 23px;
}
.newstitle {

    padding: 10px 4px 10px 7px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    color: white;
    position: relative;

}
.newssection {
    margin: 30px 0px;
	padding: 0px 65px;
}
.newssec::after {
border-left: 4px solid #1da6dfcf;
border-right: 4px solid #1da6dfcf;
border-top: 4px solid #1da6dfcf;
    content: " ";
    height: 50px;
    left: -16px;
    position: absolute;
    right: -16px;
    top: 20px;
    pointer-events: none;
}

/*------------End-Nav-Menu-Hrader----------------*/
/*-------------Search-Header---------------------*/
.search-form {
	position: relative;
	display: block;
	max-width: 243px;
}

.search-form > button {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 22px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: #fff url("images/search.png") no-repeat scroll center center;
	cursor: pointer;
}

.best-search {
position: relative;
top: 0px;
display: inline;
float: right;
}

.best-search .search-form {
	margin: 0;
}

.best-search .search-form > button {
	z-index: 100;

}

.search-form > button:hover {
	border-color: #f0f0f0 #f0f0f0 #f0f0f0 #fff;
	background-color: #f0f0f0;
}

.search-field {
	position: relative;
	box-sizing: border-box;
	margin: 0px 0;
	padding: 12px 0 13px 73px;
	width: 0;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
}

.best-search .search-field {
	border-left: 1px #404040 solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.best-search .search-field:focus,
.best-search > .search-form:hover > .search-field {
	position: relative;
	z-index: 4;
	padding: 12px 58px 12px 12px;
	width: 243px;
	outline: 0;
	border-left: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
	cursor: text;
}


input.alignright {
	display: none;
}

.best-contents .search-field,
.page-content .search-field,
.best-witget-right-sidebar .search-field,
.best-witget-footer-sidebar .search-field {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 58px 12px 12px;
	max-width: 243px;
	width: 100%;
	outline: 0;
	border-left: 0;
	background-color: #f0f0f0;
	cursor: text;
}
.single .best-sidebar .search-field, .page .best-sidebar .search-field {
    max-width: 100%;
}
.single .best-sidebar .search-form, .page .best-sidebar .search-form  {
    position: relative;
    display: block;
    max-width: 100%;
}
.single .best-sidebar, .page .best-sidebar {	
padding: 0px 25px 97px 38px;
width: 393px;
max-width: initial;
}

.best-search2 .search-form {
	position: relative;
	display: block;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 50px;
}
.guides-linux a::after, .guides-windows a::after {
	display: none
}
.best-search2 {
position: relative;
display: inline;
width: 1188px;
}

.best-search2 .search-form > button {
position: absolute;
z-index: 100;
padding: 22px;
border: none;
background: #7b7b7b url("images/search.png") no-repeat scroll center center;
cursor: pointer;
top: 3px;
border-radius: 0;
right: 3px;
}

.best-search2 .search-form > button:hover {
	border-color: #f0f0f0 #f0f0f0 #f0f0f0 #fff;
	background-color: #7b7b7b;
}

.best-search2 .search-field {
	/*position: relative;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 12px 0 12px 73px;
	width: 0;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;*/
}

.best-search2 .search-field {
	position: relative;
	z-index: 4;
	padding: 12px 58px 12px 12px;
	width: 350px;
	outline: 0;
	border-left: none;
	background-color: #f0f0f0;
	cursor: text;
border-radius: 0px;
box-shadow: 3px 3px 0 rgba(0, 126, 255, 0.24);
border: 2px solid rgb(0, 126, 255);
}

.best-search2 .search-field:focus,
.best-search2 > .search-form:hover > .search-field {
/*	position: relative;
	z-index: 4;
	padding: 12px 58px 12px 12px;
	width: 243px;
	outline: 0;
	border-left: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
	cursor: text;*/
}

.best-search2 input.alignright {
	display: none;
}

.best-contents .best-search2 .search-field,
.page-content .best-search2 .search-field,
.best-witget-right-sidebar .best-search2 .search-field,
.best-witget-footer-sidebar .best-search2 .search-field {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 58px 12px 12px;
	max-width: 243px;
	width: 100%;
	outline: 0;
	border-left: 0;
	background-color: #f0f0f0;
	cursor: text;
}

/*------------End-Search-Header---------------*/

/*------------Breadcrambs---------------------*/
.best-breadcrumbs-patch {
	display: block;
	float: left;
	max-width: 1000px;
	width: 100%;
	word-wrap: break-word;
}

.best-span-breadcrambs h3 {
	margin: 0 0 1px 0;
	letter-spacing: -0.4px;
}

.best-span-breadcrambs {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.best-span-breadcrambs a {
	color: #ccc;
}

.best-breadcrumbs-posts {
	display: block;
	float: right;
	margin: 13px 0;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*-----------End-Breadcrambs----------------*/
.home .best-contents .best-post:first-child .best-content p {
	line-height: 26px !important;
}

.wp-caption,
.mejs-container,
.svg,
.wp-audio-shortcode,
.mejs-audio {
	position: relative;
	margin: 20px auto;
	max-width: 100%;
}

.best-content a {
	color: #277fe7;
	text-decoration: underline;
}

.best-content a:hover {
	text-decoration: none;
}
.best-content-image a {
    display: flex;
	border: 1px solid #efefef;
	border-radius: 7px;
}
.best-content-image,
.attachment {
	position: relative;
	margin-top: 16px;
margin-bottom: 0px;
	float: left;
max-width: 300px;
margin-right: 16px;
width:100%;
}
.best-post:first-child .best-content-image {
    max-width: 100%;
}

.best-content-image img {
	display: block;
	margin: 0 auto 10px;
	height: 100%;
}

.wp-post-image,
.aligncenter,
.size-full,
.alignnone,
.attachment-654x99999 {
	z-index: 1;
	height: auto;
	border-radius: 5px;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	width: auto !important;
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	width: auto !important;
}

.aligncenter {
	margin: 0 auto;
	width: auto;
}

.best-content p + div {
	display: block;
}

.page-links {
	clear: both;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 2.2;
}

.page-links .page-links-title {
	margin-right: 20px;
	padding: 0;
	border: none;
	background: transparent;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	border: 1px solid #ccc;
	background: #ccc;
	color: #fff;
}

.page-links a, .page-links > span {
	padding: 5px 10px;
}

.wp-caption-text {
	position: absolute;
	bottom: 5px;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 10px 10px;
	width: 100%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
	color: #cecdcc;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: normal;
	font-weight: 400;
	font-size: 13px;
}

dd.wp-caption-text.gallery-caption {
	position: relative;
	background: #fff;
}

.best-content-image .wp-caption-text {
	bottom: 0;
}

figcaption.wp-caption-text.gallery-caption {
	bottom: 8px;
	left: 2px;
	width: 97.5%;
}

.read_more {
	padding: 20px 0;
}

.entry_footer {
	display: inline-block;
}

.portfolio_content .read_more a,
.best-nav-previous a,
.best-nav-next a,
a.more-link {
	display: inline;
	padding: 9px 19px 7px 19px;
	border-radius: 5px;
	background-color: #444;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight:700;
}

a.comment-reply-link,
a.comment-edit-link,
.post-edit-link,
.best-edit-link {
	display: inline;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-weight:700;
}

.post-edit-link,
.best-edit-link {
	margin: 0 10px;
	font-size: 14px;
}

.portfolio_content .read_more:hover a,
a.more-link:hover {
	background-color: #eb5a3d;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #eb5a3d;
}

.best-nav-previous,
.best-nav-next {
	float: left;
	margin: 20px 0;
	padding: 0 0 15px;
}

.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	display: table;
	content: "";
}

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	display: block;
	float: left;
	padding: 5px 0;
	max-width: 100%;
	width: 600px;
}

.says {
	display: none;
}

.comments-title,
.comment-list,
.comment-reply-title,
.comment-respond,
.comment-form,
.comment-respond iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 654px;
	width: 100%;
}

.comment-list {
	padding: 0;
	list-style-type: none;
}

.comment-list .children {
	padding: 0 0 0 35px;
	list-style-type: none;
}

.comment-list > li:after,
.comment-list .children > :before {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	background-size: 4px 4px;
	content: "";
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.highlander-comment {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.comment-body {
	position: relative;
	padding: 24px 0;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-metadata {
	margin-bottom: 20px;
}

.entry-description {
	word-wrap: break-word;
}

.gallery-icon img {
	margin: 2px !important;
}

.gallery-item {
	position: relative;
	float: left;
	margin: 0 auto;
}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}

.gllr_image_block,
.gallery-icon {
	margin: 5px;
}

.format-aside h2.best-title,
.format-status h2.best-title {
	display: none;
}

.format-status .best-content p {
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #f7f;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
}

.format-status .content,
.format-status .meta {
	position: relative;
	padding-left: 35px;
}

.best-tags a {
	text-decoration: none;
}

.best-tags a:hover {
	color: #eb5a3d;
}

/*----------Newer-Post--Ower-Post----------*/
.best-image-nav-prev,
.best-image-nav-next,
.best-previous-posts-link,
.best-next-posts-link {
	padding: 0 0 15px;
}

.best-image-nav-prev,
.best-previous-posts-link {
	float: right;
}

.best-image-nav-next,
.best-next-posts-link {
	float: left;
}

.best-nav-next a,
.best-next-posts-link a,
.best-image-nav-next a {
}

.best-nav-previous a,
.best-image-nav-prev a,
.best-previous-posts-link a {
	margin-right: 20px;
}

.best-nav-next a,
.best-nav-previous a,
.best-image-nav-next a,
.best-image-nav-prev a,
.best-next-posts-link a,
.best-previous-posts-link a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	color: #35383b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.best-nav-next a,
.best-image-nav-next a,
.best-next-posts-link a {
	padding: 7px 29px 15px 19px
}

.best-nav-previous a,
.best-image-nav-prev a,
.best-previous-posts-link a {
	padding: 7px 19px 15px 29px;
}

.best-nav-next a:hover,
.best-nav-previous a:hover,
.best-image-nav-next a:hover,
.best-image-nav-prev a:hover,
.best-next-posts-link a:hover,
.best-previous-posts-link a:hover {
	border: 1px solid #55585b;
	background-color: #55585b;
	color: #fff;
}

/*---------End-Newer-Post--Ower-Post----------*/
.best-title {
	margin-top: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-template-default .best-title {
    font-size: 39px;
    text-align: center;
    display: block;
    padding: 20px 20px;
}


.best-title a {
	text-decoration: none;
}
.best-site-title img {

    max-width: 320px;
    margin-top: -5px;

}
.best-p-post-data {
	margin-top: 4px;
	margin-bottom: -6px;
	font-size: 14px;
}
.single .best-p-post-data {
    margin-top: 4px;
    margin-bottom: -6px;
    font-size: 11px;
    border-top: 1px solid #efefef;
    padding: 4px 0;
    border-bottom: 1px solid #efefef;
}
.subtitle-post-tagline {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 0px 15px;
}
.single .best-title {
    margin-bottom: 20px;
	font-weight: 700;
	line-height: 31px;
margin-top: 0px;
}

.best-p-post-data a {
	text-decoration: none;
}

.best-post {
margin-bottom: 0px;
padding-bottom: 18px;
width: 100%;
border-bottom: 1px solid #ececec;
display: inline-block;
}

.best-post:first-child {
	margin-bottom: 20px;
	padding-bottom: 41px;
	border-bottom: 1px solid #ececec;
}
.home .best-post:first-child .best-p-post-data{
	text-align:center;
}
.home .best-post:first-child .best-title {
display: inline-block;
margin-bottom: 0;
text-align: center;
font-size: 29px;
line-height: 1.1;
margin-top: 12px;
}
.postsbycategory.widget_recent_entries a:hover {
    color: #555;
}
.home .best-post:first-child .best-title a:hover {
text-decoration: none;
background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%, #b9d6ea -10%); 
text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}

.best-footer-sidebar-content .best-witget-right-sidebar {
	margin: 32px 10px 51px 0;
	color: #ddd;
}

.best-witget-right-sidebar {
	max-width: 363px;
	width: 100%;
}

.best-sidebar a,
.best-witget-right-sidebar a {
	color: #999;
}

.best-sidebar a:hover,
.best-witget-right-sidebar a:hover {
	color: #333;
}

.recentcomments,
.best-sidebar li,
.best-witget-right-sidebar li {
	list-style: none;
	letter-spacing: -0.6px;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.best-sidebar ul,
.best-witget-right-sidebar ul {
	padding: 4px 0 0 10px;
}

.widgettitle,
.best-widget-title {
	display: inline-block;
	box-sizing: border-box;
	word-wrap: break-word;
	font-size: 18px;
}

.best-widget-title {
display: inline-block;
box-sizing: border-box;
word-wrap: break-word;
font-size: 20px;
background-image: linear-gradient(to bottom,#fdfdfd00 86%,#218acb 0);
text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
text-transform: uppercase;
text-align: center;
width: 100%;
margin-top: 0px;
border-bottom: 3px solid #c1c1c1;
}

.home .widgettitle {
    background-image: -webkit-linear-gradient(bottom,#d2d2d278 50%,transparent 50%);
    background-image: linear-gradient(0deg,#d2d2d278 40%,#fff0 60%);
    border-bottom: 1px solid #d7d7d7;
}
.best-clear {
	clear: both;
}

/*--------------Footer-Sidebar------------------------*/
.best-footer-sidebar-content .best-witget-right-sidebar,
.best-witget-footer-sidebar {
	float: left;
	padding: 30px 1% 15px;
	width: 23%;
	color: #ddd;
}

.best-witget-footer-sidebar a {
	color: #939393;
	/*text-decoration: underline;*/
}

.best-witget-footer-sidebar a:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,
#2183c6 0);
text-shadow: 2px 1px 2px
#000;
color:
white;
}
.disclaimerfooter {
background: black;
display: block;
font-size: 12px;
color: #5e5e5e;
}
.disclaimerfooter span {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 9px 24px;
    max-width: 1188px;
    width: 100%;
}
.best-witget-footer-sidebar li {
	padding: 0;
	color: #999;
	list-style: none;
	letter-spacing: -0.6px;
	font-size:100%
}

.best-witget-footer-sidebar ul {
	padding: 3px 0 0 0;
}

.textwidget {

	color: #999;
	letter-spacing: -0.4px;
	font-size: 15px;
	line-height: 23px;
}

/*--------------Footer-Sidebar------------------------*/
.best-footer-logo-content-home {
	float: left;
	margin: 26px 0 22px 0;
	display:flex;
}
.best-footer-logo-content-home .social {
    margin-right: 15px;
}
.best-footer-logo-content-home a {
	text-transform: uppercase;
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
}

.best-footer-logo-content-by {
	float: right;
	margin: 15px 0 9px 0;
	color: #999;
}

.best-footer-logo-content-by p {
	font-size: 14px;
}

.best-footer-logo-content-by a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

.best-footer-logo-content-by a:hover {
	text-decoration: none;
}

.best-witget-footer-sidebar img,
.best-witget-right-sidebar img {
	max-width: 100%;
}

.best-witget-footer-sidebar table,
.best-witget-footer-sidebar tr,
.best-witget-footer-sidebar td,
.best-witget-footer-sidebar tr th {
	background: #35383b;
	color: #999;
}

/*-----------Select-----------*/
select {
	margin: 4px 0 23px;
	padding: 5px;
	max-width: 243px;
	width: 100%;
	height: 43px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ededed;
}

.best-select {
	position: relative;
	margin: 4px 20px 24px 0;
	max-width: 243px;
	width: 100%;
	border-radius: 4px;
	/*z-index: 1 !important;*/
	background: #fcfcfc;
	cursor: pointer;
}

.best-active-opt {
	height: 43px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	color: #555;
}

.best-active-opt > div:first-child {
	float: left;
	overflow: hidden;
	padding: 8px 26px 11px 10px;
	max-width: 220px;
	height: 36px;
}

.best-select-button {
	position: absolute;
	right: 0;
	width: 32px;
	height: 44px;
	background: no-repeat url(images/arrow_bottom.png) 50% 50%;
}

.best-options {
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
	max-width: 243px;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fff;
}

.best-options .best-optgroup:first-child {
	padding: 9px 5px 14px 10px;
}

.best-optgroup {
	padding: 5px 5px 5px 10px;
	color: #aaa;
}

.best-option {
	padding: 10px 5px 11px 30px;
	color: #555;
	cursor: pointer;
}

.best-options .best-option:last-child {
	padding: 11px 5px 12px 30px;
}

.best-option:hover,
.best-option-selected {

	background-color: #ededed;
	color: #55585b;;
}

/*-----------End-Select-----------*/
/*-----------Radio-----------*/
.best-radio input[type="radio"] {
	position: absolute;
	display: none;
}

.best-radio {
	position: relative;
	top: -6px;
	display: inline-block;
	margin: 19px -92px 1px -3px;
	padding: 0 100px 0 0;
	width: 27px;
	height: 26px;
	background: url(images/radio_button.png) no-repeat;
	vertical-align: -15px;
	cursor: pointer;
}

.best-radio.best-active {
	background-position: 0 -44px;
}

.best-radio.best-hover {
	background-position: 0 -88px;
}

/*-----------End-Radio-----------*/
/*-----------Checkbox-----------*/
.best-check input[type="checkbox"] {
	position: absolute;
	display: none;
}

.best-check {
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 11px -65px 7px 0;
	padding: 0 100px 0 0;
	width: 26px;
	height: 27px;
	background: url(images/checkbox.png) 0 0 no-repeat;
	vertical-align: -13px;
	cursor: pointer;
}

.best-check.best-active {
	background-position: 0 -44px;
}

.best-check.best-hover {
	background-position: 0 -88px;
}

/*-----------End-Checkbox-----------*/
/*-----------Input-File-----------*/
.best-custom-file input[type="file"] {
	clear: both;
	opacity: 0;
}

.best-custom-file {
	margin: 5px 0 19px 0;
	max-width: 445px;
	width: 100%;
	height: 43px;
	border-radius: 5px;
	background: #fcfcfc;
	cursor: pointer;
}

.best-custom-file-content {
	float: left;
	overflow: hidden;
	max-width: 240px;
	width: 100%;
	height: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
}

.best-custom-file-text {
	float: left;
	padding: 9px 0 4px 10px;
	max-width: 179px;
	width: 100%;
	height: 31px;
	border-radius: 5px 0 0 5px;
}

.best-custom-file-button {
	float: right;
	width: 43px;
	height: 100%;
	background: #fcfcfc url(images/arrow_right.png) 50% 54% no-repeat;
}

.best-custom-file-status {
	float: left;
	padding: 10px 0 18px 20px;
	max-width: 178px;
	width: 100%;
	height: 13px;
}

/*-----------End-Input-File-----------*/
input[type="reset"],
input[type="button"],
input[type="submit"] {
	margin-top: 12px;
	margin-right: 8px;
	padding: 12px 43px 14px 43px;
	border: none;
	border-radius: 6px;
	background: #444444;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-weight:700;
	cursor: pointer;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #eb5a3d;
}

caption {
	margin-bottom: 14px;
}

/*-------------Calendar---------------------*/
.comment-body table,
#wp-calendar,
#wp-calendar thead tr th,
#wp-calendar tfoot tr td,
#wp-calendar tbody tr td {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wp-calendar {
	max-width: 250px;
}

/*------------End-Calendar----------------*/
#wrapper {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#best_header {
	display: block;
	width: 100%;
background-color: #000;
border-bottom: 1px solid #eee;
}

.best-head {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
	padding: 10px 24px 10px;
	max-width: 1188px;
	width: 100%;
}

.best-breadcrumbs {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
}

.best-breadcrumbs-content {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 44px 24px 48px;
	max-width: 1188px;
	width: 100%;
}

#home {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 1188px;
	width: 100%;
}
.single #home {
    margin-top: 50px;
}

.best-contents {
display: block;
float: left;
margin: 0px 0 60px 0;
padding: 0px 60px 97px 24px;
max-width: 55%;
width: 100%;
border-right: #ccc 1px solid;
background-color: #fff;
}
.home .best-contents{
	padding:0 50px 97px 50px;
}
.home .best-contents .best-post:not(:first-child) .page-header {
	margin-top: 5%;
}
.home .best-contents .best-post:not(:first-child) .best-title {
    margin-bottom: 10px;
}
.home .best-contents .best-post:not(:first-child) .best-title a {
line-height: 22px;
font-size: 19px;
}
.home .best-contents .best-post:not(:first-child) .best-title a:hover {
    color: 
#444;
text-decoration: none;
background-image: linear-gradient(to bottom,
rgba(255,255,255,0) 70%,
#b9d6ea -10%);
text-shadow: 1px 1px 0
#fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0
    #fff;
}
.page .best-contents, .single .best-contents {
	
	max-width: 767px;
}
.single .best-content p {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 400;
    line-height: 1.7;
}
.home .best-content p, .archive .best-content p, .category .best-content p {
    top: 29px;
    position: relative;
}

.ie .best-contents, .ie8 .best-contents {
	padding: 0;
}

.ie .best-sidebar, .ie8 .best-sidebar {
	max-width: 340px;
}

.best-sidebar {
display: block;
float: left;
margin: 23px 0 60px -1px;
padding: 0 24px 0 15px;
max-width: 447px;
width: 26%;
border-left: 1px solid #ccc;
background-color: #fff;
}

.best-sidebar2 {
    width: 17%;
    float: left;
    left: 0;
}

#best_footer {
	display: block;
	width: 100%;
}
#best_footer .best-widget-title {
font-size: 19px;
font-weight: 500;
color: #e3e3e3;
margin-top: 17px;
background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,#0097ff91 0);
text-shadow: 2px 1px 2px #000;
width: 100%;
text-align: center;
}
#best_footer_sidebar {
	display: block;
	width: 100%;
	background-color: #000000;
}

.best-footer-sidebar-content {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 24px;
	max-width: 1188px;
	width: 100%;
}

.best-footer-logo {
	width: 100%;
	background-color: #2a2d2f;
}

.best-footer-logo-content {
	position: relative;
	margin: 0 auto;
	padding: 0 24px;
	max-width: 1188px;
	width: 100%;
	color: #404244;
}

.sticky {
}

.bypostauthor {
}

.fcbk_like {
	top: -5px;
}

.twttr_button,
.fcbk_share,
.gglplsn_share,
.pdfprnt-top-left,
.pdfprnt-bottom-left,
.pdfprnt-left {
	display: inline-block !important;
	margin: 0 10px 0 auto;
	padding: 0;
	vertical-align: top;
}

.pdfprnt-top-right,
.pdfprnt-bottom-right,
.pdfprnt-right {
	float: right;
	padding: 0;
}

.content-area {
	display: block;
	float: left;
	margin: 23px 0 60px 0;
	padding: 12px 60px 97px 24px;
	max-width: 656px;
	width: 100%;
	border-right: #ccc 1px solid;
	background-color: #fff;
}

.breadcrumbs.home_page_title.entry-header {
	margin-top: 24px;
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.portfolio_content,
.page-template-portfolio-php .portfolio_content.entry-content,
.single-portfolio .portfolio_content.entry-content {
	margin-bottom: 59px;
	padding-bottom: 41px;
	border-bottom: 1px solid #777;
}

.portfolio_content:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.portfolio_content:first-child {
	margin-top: 59px;
	padding-top: 41px;
	border-top: 1px solid #777;
}

.portfolio_thumb img,
.portfolio_images_gallery img {
	padding: 0;
	border: none;

}

#container .breadcrumbs {
	border-bottom: 1px solid #777;
}

.portfolio_terms {
	top: -12px;
	border-bottom: none;
}

.portfolio_short_content {
	max-width: 100%;
}

#content .gallery_box_single .gallery .gllr_image_block p {
	border: none;
}

.gllr_image_block img {
	border-style: none;
}

#content .gallery .gllr_image_block a img {
	border: none;
}

.home_page_title,
.item_title a {
	color: rgb(68, 68, 68);
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 24px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.item_title a:hover {
	color: #eb5a3d;
}

.jbbrd_frontend_table_sendmail tr,
.jbbrd_frontend_table_sendmail td {
	background: none;
}

#jbbrd_frontend_form .jbbrd_frontend_table_div,
#jbbrd_registration_form .jbbrd_frontend_table_div {
	float: none;
}

input.dnt_paypal_button {
	margin: 14px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal; /* Above WP toolbar. */
}

/*----------------@Media--------------------*/
@media (max-width: 1236px) {
.fullscreen-nav-bottom-left{
	width:100% !important;
}
.fullscreen-nav-bottom-left ul{
	display: block !important;
	list-style: none;
}
.fullscreen-nav-bottom-left ul li {
    float: left;
    width: 150px;
    padding: 0px;
    margin: 0px;
}
.fullscreen-nav-bottom li a {
    color: white;
    font-size: 15px !important;
    width: 147px;
}
.fullscreen-nav-bottom img {
    width: 50px !important;
    bottom: 200px !important;
left: 45% !important;
}
	#wrapper {
		padding: 0;
		width: auto;
	}

	.best-head,
	fieldset,
	#best_footer_sidebar {
		margin: 0 auto;
		padding: 0;
		width: auto;
	}

	.best-main-navigation div ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul ul ul ul ul ul li:hover ul {
		top: -2px;
		left: -233px;
	}

	.best-main-navigation div ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul ul ul li:hover ul,
	.best-main-navigation div ul ul ul ul ul ul ul ul ul li:hover ul {
		top: 2px;
		left: 229px;
	}

	.best-breadcrumbs-patch {
		max-width: 85%;
	}

	.best-breadcrumbs-posts {
		max-width: 15%;
	}

	.best-breadcrumbs,
	.best-breadcrumbs-content {
		padding: 0;
		width: auto;
	}

	.content-area,
	.best-contents {
		margin: 0 auto;
		padding: 2%;
		max-width: 70%;
	}

	.best-head,
	.best-breadcrumbs-content {
		padding: 0 2%;
	}

	#home {
		width: auto;
	}
	.single #home {
    margin-top: 0px;
}

	textarea {
		max-width: 90%;
	}

	.best-sidebar {
		margin: 0 0 0 -1px;
		padding: 0 2%;
		max-width: 30%;
	}

	.best-witget-right-sidebar {
		margin: 30px 10px;
	}

	.footer,
	.best-footer-sidebar-content {
		padding: 0;
		width: auto;
	}

	.best-footer-logo-content {
		width: auto;
	}
	.best-head, .best-breadcrumbs-content {
    padding: 3% 2%;
}
.home .best-contents .best-post:not(:first-child) .page-header {
    margin-top: -12px;
}
.home .best-contents .best-post:not(:first-child) .best-content-image {
    width: 150px;
    display: block;
}
.home .best-contents .best-post:not(:first-child) .best-title {
    font-size: 14px;
    font-weight: 700;
}

.best-link {
    display: block;
    margin-top: 20px;
}
}

@media (max-width: 875px) {
	.best-search2 {
		top: 51px;
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	.best-search2 .search-form, .best-search2 .search-field {
		width: 100%;
		max-width: 100%;
	}
	.menu-menu-1-container {
		margin-top: 70px;
	}
	.best-main-navigation div li {
		display: block;
		padding: 0;
	}
	.best-main-navigation div ul li ul {
		position: relative;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.best-main-navigation div li:not(.menu-item-has-children, .sub-menu li) {
		margin: 15px 0;
	}
	/* .sub-menu .guides-linux {
		padding: unset !important;
	} */

	.best-main-navigation div ul ul li {
		padding: 0px 48px 4px 48px !important;
	}
	.best-main-navigation div li.menu-item-has-children, .best-main-navigation div li.page_item_has_children {
		padding-right: 0
	}
	.best-main-navigation div li a {
		padding: 5px 0;
		background-image: none;
	}

}
@media (max-width: 830px) {
	h1{
		font-size: 22px;
	}
	.closebtn:hover {
    color: white;
}
.menuopen{
	padding-top:0;
}
	
	.best-custom-file-status {
		padding: 10px 0 18px 12px;
		max-width: 100%;
	}

	form {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	input[type="text"] {
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width: 820px) {
	.best-logo {
		float: none;

	}

	.best-search {
		position: absolute;
		top: 5px;
		right: 3%;
	}

	h1.best-menu-toggle {
		display: block;
		margin: 10px 0 10px 0;
		font-size: 19px;
	}

	.best-nav {
		position: static;
		display: block;
		float: none;
		margin: -1px auto;
		padding: 0;
	}

	.best-main-small-navigation {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		/*border-top: 1px solid #ccc;*/
		background: rgba(0,0,0, 0.9);
		list-style: none;
	}

	h1.best-menu-toggle {
		display: block;
		margin: 10px 0 10px 0;
		font-size: 19px;
	}

	.best-main-small-navigation div {
		margin: 0;
		padding: 16px 0 0 0;
		/*border-top: 1px solid #ccc;*/
	}

	.best-main-small-navigation div li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
}

@media only screen and (max-width: 768px) {
	
	
	.closebtn {
    left: 5px;  z-index: 99999;color: white;
}
.overlay {
    top: 0px;
    z-index: 99998;
    overflow: scroll;
	
}
.overlay a {

    width: 44%;
    margin: 0 auto;
    font-size: 15px !important;
}
.best-search2 .search-form{
	margin-top:10px;
}
	.overlay {
    top: 0px;
    z-index: 99998;
    overflow: scroll;
	
}
	#best_header {
		width: auto;
	}

	.best-logo {
		float: none;		
		padding: 0;
		width: 100%;
	}

.best-site-title img{
	width: 70%;
	max-width: 100%;
}

	.best-logo p {
		margin: 0 auto;
	}

	.best-head,
	.menu-menu-header {
		margin: 0 auto;
		padding: 0;
	}

	.best-custom-file-status {
		width: auto;
	}

	.best-breadcrumbs-patch {
		position: static;
	}

	.best-breadcrumbs-posts {
		position: static;
	}

	.content-area,
	.best-contents {
		float: none;
		margin: 30px auto;
		padding: 0 3%;
		max-width: 100%;
		border-right: none;
	}

.best-head, .best-breadcrumbs-content {
    padding: 5% 2%;
}

	.best-post {
		/*border-bottom: 1px solid #777;*/
		/*margin-bottom: 42px;*/
		/*padding-bottom: 40px;*/
		max-width: none;
		/*width: 100%;*/
	}

	.best-nav-previous,
	.best-nav-next {
		padding: 0;
	}

	.best-sidebar,.best-sidebar2 {
		float: none;
		margin: 64px auto;
		padding: 0;
		max-width: 740px;
		width: 100% !important;
		border-left: none;
	}

	.best-footer-sidebar-content .best-witget-right-sidebar,
	.best-witget-right-sidebar,
	.best-witget-footer-sidebar,
	.menu-menu-footer {
		float: left;
		margin: 0 auto;
		padding: 0 1.5% !important;
		width: 47%;
	}

	.best-witget-right-sidebar,
	.best-witget-footer-sidebar {
		margin-bottom: 10px !important;
		padding-bottom: 18px !important;
	}

	.best-footer-sidebar-content {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 640px) {
	.best-custom-file-status {
		width: 100%;
	}

	.best-footer-logo-content-home,
	.best-footer-logo-content-by,
	.menu-menu-footer,
	.best-witget-footer-sidebar ul {
		float: none;
	}

	.best-footer-logo-content-home {
		margin-top: 0;
		padding-top: 20px;
	}

	.best-footer-logo-content-by {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.best-logo {
	
width: 100%;
}
.newssection {
    margin: 10px 0px;
    padding: 0px 15px;
}
.jc-left {
    left: -10px;
}
.jc-right {
    right: -14px;
}
.best-search{
display:none;
opacity: 0;
pointer-events: none;
}
.newssec {

    width: 245px;
    margin: 33px auto 20px;

}
.newssec::after {
    left: 5px;
    right: 4px;

}
.best-sidebar, .best-sidebar2 {
padding: 0 10px;

}
.closebtn {

    left: 5px;  z-index: 99999;color: white;
}
.overlay {
    top: 0px;
    z-index: 99998;
    overflow: scroll;
	
}
.overlay a {

    width: 44%;
    margin: 0 auto;
    font-size: 15px !important;
}
.best-search2 .search-form{
	margin-top:10px;
}
}

@media (max-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}

	.best-breadcrumbs-posts {
		position: static;
		margin: 8% auto;
	}

	.best-contents {
		margin: 0 auto;
		padding: 30px 3%;
	}

	.best-link {
		display: inline;
	}

	.best-image-nav-next,
	.best-image-nav-prev {
		margin: 18px 0;
	}

	.best-footer-sidebar-content .best-witget-right-sidebar,
	.best-witget-right-sidebar,
	.best-witget-footer-sidebar {
		max-width: 480px;
		width: 100%;
		border-bottom: 1px dashed #CCC !important;
	}

	.sub-menu {
		width: auto;
	}

	.best-witget-footer-sidebar:nth-last-child(2) {
		border-bottom: none !important;
	}

	input[type="text"] {
		width: 90%;
	}

	#wp-calendar,
	.best-select,
	.best-options,
	.best-active-opt,
	.best-custom-file-text {
		margin: 0 auto;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.comment-list .children {
		padding: 0;
		list-style-type: none;
	}

	td {
		padding: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 415px) 
{ 

}
@media only screen and (max-width: 376px) 
{ 

}

/*-----------------End-@Media-------------------*/



.pro-con-list-wrapper .pro-con-list.pro-list {
    padding-right: 15px;
  }
  
  .pro-con-list-wrapper .pro-con-list.pro-list .pro-con-list-title {
    background-color: #277fe7;
  }

  
  .pro-con-list-wrapper .pro-con-list.pro-list{padding-right:15px}
  .pro-con-list-wrapper .pro-con-list.pro-list .pro-con-list-title{background-color:#277fe7}
  
  .pro-con-list-wrapper .pro-con-list.pro-list li, .pro-con-list-wrapper .pro-con-list.con-list li{    list-style: none;}
  .pro-con-list-wrapper .pro-con-list.pro-list li::before{content: '+';display: inline-block; color: #277fe7; position: relative; font-size: 20px;left: -10px;    top: 2px; }
  /* .pro-con-list-wrapper .pro-con-list.pro-list li:before{content: '';display: block;background-image:url("img/check.png")  !important;background-size:17px auto} */
  .pro-con-list-wrapper .pro-con-list.con-list{padding-left:15px}
  .pro-con-list-wrapper .pro-con-list.con-list .pro-con-list-title{background-color:#b21414}
  .pro-con-list-wrapper .pro-con-list.con-list li::before{content: '-';display: inline-block;  color: #b21414; background-repeat: no-repeat;  position: relative; font-size: 20px;left: -10px; top: -1px;}
  .pp-content-on-bk{background-color:#ececec;border:1px solid #eb6258;margin-bottom:1.5em;padding:20px 20px 40px}
  
  .pro-con-list-wrapper .pro-con-list.pro-list {
    padding-right: 15px;
  }
  .pro-con-list-wrapper {
    width: 100%;
    display: flex !important;
  }
  
  .pro-con-list-wrapper .pro-con-list {
    float: left;
    width: 50%;
  }
  .pro-con-list-wrapper .pro-con-list-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
  }
  .pro-con-list.pro-list ul, .pro-con-list.con-list ul {
    margin-left: 0px !important;
    padding-left: 20px !important;
  }
  @media (max-width: 767px) {
    .pro-con-list-wrapper {
      width: 100%;
      display: block !important;
    }
    .pro-con-list-wrapper .pro-con-list {
      float: none;
      width: 100%;
    }
    .pro-con-list-wrapper .pro-con-list.pro-list {
      padding-right: 0px;
    }
    .pro-con-list-wrapper .pro-con-list.con-list {
      padding-left: 0px !important;
    }
    .pro-con-list.pro-list ul, .pro-con-list.con-list ul {
      margin-left: 0px !important;
    }
    .pro-con-list-wrapper .pro-con-list-title {
      color: #fff;
      font-size: 15px;
    }
  }

/* Author Info section */
.author-info {
    padding: 0 10px 5px 10px;
}
.author-info h2 {
    padding-top: 20px;
    clear: both;
}
.author-bio img {
    margin: 0 10px 0 0;
}
@media only screen and (max-width: 1023px) {
    .author-info {
        padding: 0;
    }
}

/* Authors List Shortcode */
.entry-content .author-list ul li {
    margin-bottom: 0;
}

/* Editors Choice Shortcode */
.single .best-contents .editors-choice-shortcode {
    display: block;
    background: #ebebeb;
    padding: 15px;
    margin-bottom: 15px;
}
.single .best-contents .editors-choice-shortcode h3 {
    color: #000;
	margin: 0 0 10px 0;
}
.single .best-contents .editors-choice-shortcode p {
    margin-bottom: 10px;
}
.single .best-contents .editors-choice-shortcode p:last-of-type {
    margin-bottom: 0;
	padding-bottom: 0;
}

/*--- Simple Button CSS ---*/
a.ctech-dl-button{
    display:inline-block;
    margin:20px;
    padding-left:55px;
    position:relative;
    text-align:center;
    text-decoration:none !important
}
a.ctech-dl-button,a.ctech-dl-button *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
a.ctech-dl-button::before{
    background-image:url("images/dl-button-icon.png");
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:100px auto;
    bottom:0;
    content:"";
    display:block;
    height:49px;
    left:0;
    position:absolute;
    width:45px
}
a.ctech-dl-button .ctech-dl-button-anchor{
    border-bottom:1px solid #003284;
    color:#333;
    display:block;
    font-size:18px;
    line-height:1;
    padding:10px 16px
}
a.ctech-dl-button .ctech-dl-button-tagline{
    color:#337ab7;
    display:block;
    font-size:14px;
    line-height:1;
    padding-top:5px
}
a.ctech-dl-button:active,a.ctech-dl-button:focus,a.ctech-dl-button:hover{
    text-decoration:none
}
a.ctech-dl-button:active::before,a.ctech-dl-button:focus::before,a.ctech-dl-button:hover::before{
    background-position:-55px 0
}
a.ctech-dl-button:active .ctech-dl-button-tagline,a.ctech-dl-button:focus .ctech-dl-button-tagline,a.ctech-dl-button:hover .ctech-dl-button-tagline{
    color:#23527c
}


.ctech-content-on-bk {
    background-color: #9e9e9e1a;
    margin: 20px 0;
    padding: 15px 20px;
}

.ctech-content-on-bk br:first-child,
.ctech-content-on-bk br:last-child,
.ctech-content-on-bk p:empty {
    display: none;
}

.ctech-content-on-bk.w-dark-bk {
    background-color: #f4f6fb;
    border-left: 13px solid #006C9C;
}

.ctech-content-on-bk a {
    color: #006C9C;
    text-decoration: underline;
}

.ctech-content-on-bk.with-ol {
    background-color: transparent;
}


div#ct-popup, div#ct-coupon-popup {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  div#ct-popup .underlay, div#ct-coupon-popup .underlay {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  div#ct-popup .oui-modal, div#ct-coupon-popup .oui-modal {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  div#ct-popup .ct_popup_close, div#ct-coupon-popup .ct_popup_close {
    cursor: pointer;
    position: absolute;
    z-index: 2;
  }
  div#ct-popup .oui-modal-body, div#ct-coupon-popup .oui-modal-body {
    position: relative;
    z-index: 1;
  }
  
  #ct-popup.ct-solar-winds,
  #ct-popup.ct-solar-winds * {
      box-sizing: border-box;
  }
  #ct-popup.ct-solar-winds .modal {
      border-radius: 4px;
      transform: translate(-50%, -50%);
      -webkit-animation: fadein 0.3s;
      animation: fadein 0.3s;
      background-color: #fff;
      left: 50%;
      max-width: 710px;
      padding: 20px;
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 100%;
  }
  @media only screen and (min-width: 860px) {
      #ct-popup.ct-solar-winds .modal {
          max-width: 800px;
      }
  }
  #ct-popup.ct-solar-winds .logo {
      margin: 0 auto 20px;
      max-width: 130px;
  }
  #ct-popup.ct-solar-winds .logo.underdefence {
      max-width: 220px;
  }
  #ct-popup.ct-solar-winds .logo.underdefence img {
      max-width: 100%;
  }
  #ct-popup.ct-solar-winds .logo.serverless {
      max-width: 320px;
  }
  #ct-popup.ct-solar-winds .logo.serverless img {
      max-width: 100%;
  }
  #ct-popup.ct-solar-winds .logo.domotz {
      margin-bottom: 15px;
  }
  #ct-popup.ct-solar-winds .close {
      border-radius: 50%;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
      background-color: #000;
      border: 2px solid #fff;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 21px;
      font-weight: 400;
      height: 27px;
      line-height: 24px;
      opacity: 1;
      position: absolute;
      right: -15px;
      text-align: center;
      text-shadow: none;
      top: -15px;
      width: 27px;
      z-index: 20;
  }
  #ct-popup.ct-solar-winds .close:before {
      content: "×";
  }
  #ct-popup.ct-solar-winds .modal-title {
      font-size: 18px;
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
  }
  #ct-popup.ct-solar-winds .modal-body {
      font-size: 0.9em;
      padding: 30px 0 0;
      zoom: 1;
  }
  #ct-popup.ct-solar-winds .modal-body:after,
  #ct-popup.ct-solar-winds .modal-body:before {
      content: "";
      display: table;
  }
  #ct-popup.ct-solar-winds .modal-body:after {
      clear: both;
  }
  #ct-popup.ct-solar-winds h3 {
      color: #04c9d7;
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      margin: 0.2em 0;
  }
  #ct-popup.ct-solar-winds h3.auvik {
      color: #7f3f97;
  }
  #ct-popup.ct-solar-winds h3.domotz {
      color: #152a49;
      font-size: 30px;
      line-height: 1.2;
  }
  #ct-popup.ct-solar-winds h4 {
      color: #444;
      font-size: 21px;
      font-weight: 400;
      font-size: 18px;
      margin: 0;
      text-align: center;
  }
  #ct-popup.ct-solar-winds h4.domotz {
      font-size: 14px;
  }
  #ct-popup.ct-solar-winds ol,
  #ct-popup.ct-solar-winds ul {
      padding: 0;
      margin: 0;
  }
  #ct-popup.ct-solar-winds .modal-footer {
      border: 0;
      padding: 0;
      text-align: center;
  }
  #ct-popup.ct-solar-winds .green-btn {
      background: #81c23c;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      padding: 15px;
      text-align: center;
      text-decoration: none;
  }
  #ct-popup.ct-solar-winds .green-btn.auvik {
      background: #5db85b;
  }
  #ct-popup.ct-solar-winds .green-btn.domotz {
      background: #0099fe;
  }
  #ct-popup.ct-solar-winds .guarantee {
      color: #444;
      font-size: 12px;
      margin: 15px 0 10px;
      text-align: center;
  }
  #ct-popup.ct-solar-winds .guarantee.domotz {
      color: #152a49;
  }
  @media only screen and (min-width: 860px) {
      #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .modal {
          padding: 20px 35px;
      }
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content {
      float: left;
      width: 50%;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content img {
      max-width: 100%;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ol li,
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ul li {
      color: #444;
      font-size: 13px;
      margin-bottom: 10px;
      list-style-position: inside;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ol li strong,
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ul li strong {
      color: #04c9d7;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ol li strong.auvik,
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ul li strong.auvik {
      color: #201c5c;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ol li strong.domotz,
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ul li strong.domotz {
      color: #152a49;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content ul {
      list-style-type: none;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle .content img {
      border-radius: 5px;
  }
  @media only screen and (min-width: 800px) {
      #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .modal {
          max-width: 730px;
      }
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .content ul li {
      padding-left: 25px;
      position: relative;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .content ul li svg {
      left: 0;
      position: absolute;
      top: -3px;
      width: 21px;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .content.domotz ul li {
      color: #152a49;
      font-size: 12px;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .content.domotz ul li svg {
      width: 25px !important;
  }
  #ct-popup.ct-solar-winds.ct-5-essential-tools-bundle.ct-systems-management-bundle .content.domotz ul li span {
      color: #0099fe;
  }
  @media only screen and (min-width: 860px) {
      #ct-popup.ct-solar-winds.ct-essential-it-tools .modal {
          padding: 20px 25px;
      }
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .modal-body {
      margin: 0 30px;
      padding-bottom: 30px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content {
      border: 1px solid #04c9d7;
      padding: 10px 12px;
      position: relative;
      width: 42.5%;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content.first {
      float: left;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content.second {
      float: right;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content h4 {
      color: #04c9d7;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 7px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content p {
      color: #344a5f;
      line-height: 1.3em;
      margin: 0;
      text-align: center;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ul {
      margin: 13px auto 10px;
      width: 250px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ol {
      margin-left: 34px;
      margin-top: 20px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ol li {
      color: #81c23c;
      font-size: 13px;
      font-weight: 700;
      margin: 0 0 10px;
      padding: 0;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ol li span {
      color: #444;
      font-weight: 400;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ul li {
      color: #444;
      font-size: 13px;
      list-style: none;
      margin: 0 0 4px;
      padding: 0 0 0 21px;
      position: relative;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ul li strong {
      color: #444;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content ul li svg {
      left: -3px;
      position: absolute;
      top: -3px;
      width: 21px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .content .plus {
      color: #f99d1c;
      font-size: 12px;
      font-weight: 700;
      left: 0;
      margin: 0;
      position: absolute;
      right: 0;
      top: -20px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools:not(.ct-performance-optimization-pack) .content {
      min-height: 240px;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .plusIcon {
      color: #424242;
      float: left;
      font-size: 81px;
      font-weight: 700;
      margin-top: 50px;
      text-align: center;
      width: 15%;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .plusIcon:before {
      content: "+";
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools .lightGray {
      background: #f7f7f7;
  }
  #ct-popup.ct-solar-winds.ct-essential-it-tools.ct-performance-optimization-pack .content {
      min-height: 220px;
  }
  @media only screen and (max-width: 767px) {
      #ct-popup.ct-filescom,
      .ct-solar-winds-popup {
          display: none !important;
      }
  }
  #ct-popup.ct-filescom,
  #ct-popup.ct-filescom * {
      box-sizing: border-box;
  }
  #ct-popup.ct-filescom .modal {
      border-radius: 4px;
      transform: translate(-50%, -50%);
      -webkit-animation: fadein 0.3s;
      animation: fadein 0.3s;
      background-color: #fff;
      left: 50%;
      max-width: 730px;
      padding: 20px 20px 30px;
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 100%;
  }
  #ct-popup.ct-filescom .logo {
      margin: 0 auto 15px;
      text-align: center;
  }
  #ct-popup.ct-filescom .close {
      border-radius: 50%;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
      background-color: #000;
      border: 2px solid #fff;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 21px;
      font-weight: 400;
      height: 27px;
      line-height: 24px;
      opacity: 1;
      position: absolute;
      right: -15px;
      text-align: center;
      text-shadow: none;
      top: -15px;
      width: 27px;
      z-index: 20;
  }
  #ct-popup.ct-filescom .close:before {
      content: "×";
  }
  #ct-popup.ct-filescom .modal-body {
      zoom: 1;
  }
  #ct-popup.ct-filescom .modal-body:after,
  #ct-popup.ct-filescom .modal-body:before {
      content: "";
      display: table;
  }
  #ct-popup.ct-filescom .modal-body:after {
      clear: both;
  }
  #ct-popup.ct-filescom h3 {
      color: #ab1a2d;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      margin: 15px auto 25px;
      max-width: 575px;
      text-align: center;
  }
  #ct-popup.ct-filescom ul {
      list-style-type: none;
      padding: 0;
      margin: 10px 0 0;
  }
  #ct-popup.ct-filescom ul li {
      color: #222;
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 20px;
  }
  #ct-popup.ct-filescom ul li svg {
      margin-right: 10px;
  }
  #ct-popup.ct-filescom .popup-image {
      height: auto;
      margin: 0 auto;
      max-width: 340px;
  }
  #ct-popup.ct-filescom .content {
      float: left;
      width: 50%;
  }
  #ct-popup.ct-filescom .modal-footer {
      border: 0;
      margin-top: 30px;
      padding: 0;
      text-align: center;
  }
  #ct-popup.ct-filescom .ct_popup_cta_link {
      background-color: #ee2b38;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      padding: 12px 40px;
      text-decoration: none;
  }
  #ct-popup.ct-filescom .guarantee {
      color: #222;
      font-size: 11px;
      margin: 10px 0 0;
      text-align: center;
  }
  div#ct-coupon-popup,
  div#ct-popup.ct-nordvpn-bf-nov-2020 {
      text-align: center;
  }
  div#ct-coupon-popup .oui-modal,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .oui-modal {
      background-color: #000;
      max-width: 300px;
      padding: 40px 25px 25px;
  }
  div#ct-coupon-popup .ct-popup-subtitle,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-subtitle {
      color: #fff;
      font-size: 18px;
      line-height: 1;
  }
  div#ct-coupon-popup .ct-popup-title,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-title {
      font-family: Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: bolder;
      color: #fff;
      font-size: 30px;
      margin: 15px 0;
  }
  div#ct-coupon-popup .ct-popup-title span,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-title span {
      display: block;
  }
  div#ct-coupon-popup .ct-popup-title span:nth-child(2),
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-title span:nth-child(2) {
      font-size: 28px;
      color: #fee93a;
  }
  div#ct-coupon-popup .ct-popup-subtitle,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-subtitle {
      font-size: 26px;
      display: block;
      text-transform: uppercase;
      font-weight: bolder;
      margin-bottom: 10px;
  }
  div#ct-coupon-popup.perimeter81 .ct-popup-logo,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .ct-popup-logo {
      margin: 0 auto;
      max-width: 250px;
  }
  div#ct-coupon-popup.perimeter81 .ct-popup-title,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .ct-popup-title {
      color: #fff;
      font-size: 34px;
      line-height: 38px;
      margin-bottom: 10px;
      font-weight: 700;
      max-width: 90%;
  }
  div#ct-coupon-popup.perimeter81 .oui-modal,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .oui-modal {
      background-image: url(/wp-content/themes/comparitech-2018/img/perimeter81_assets/background.svg);
      background-size: cover;
  }
  div#ct-coupon-popup.perimeter81 .modal-body,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .modal-body {
      margin-top: 0;
      padding: 10px 0;
      color: #546491;
  }
  div#ct-coupon-popup.perimeter81 .modal-body p,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .modal-body p {
      color: #fff;
      margin: 0 45px 15px;
  }
  div#ct-coupon-popup.perimeter81 .modal-body img,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .modal-body img {
      margin: 20px auto 10px;
      display: block;
      height: 200px;
  }
  div#ct-coupon-popup.perimeter81 .oui_modal_offer_link,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .oui_modal_offer_link {
      background-color: #0a67d6;
      box-shadow: 0 0 15px 0 rgba(88, 80, 255, 0.3);
  }
  div#ct-coupon-popup.perimeter81 .ct-popup-brand-logos,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81 .ct-popup-brand-logos {
      margin: 30px auto 15px;
  }
  div#ct-coupon-popup.perimeter81.green .ct-popup-logo,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .ct-popup-logo {
      margin: 0 auto;
      max-width: 250px;
  }
  div#ct-coupon-popup.perimeter81.green .ct-popup-title,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .ct-popup-title {
      color: #fff;
      font-size: 32px;
      max-width: 95%;
      letter-spacing: -0.75px;
  }
  div#ct-coupon-popup.perimeter81.green .modal-body,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .modal-body {
      margin-top: 0;
      padding: 10px 0;
      color: #fff;
  }
  div#ct-coupon-popup.perimeter81.green .modal-body img,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .modal-body img {
      margin: 20px auto 10px;
      display: block;
      height: 210px;
  }
  div#ct-coupon-popup.perimeter81.green .oui-modal,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .oui-modal {
      background-image: url(/wp-content/themes/comparitech-2018/img/perimeter81_assets/bg-dark.jpg);
      background-size: cover;
  }
  div#ct-coupon-popup.perimeter81.green .oui_modal_offer_link,
  div#ct-popup.ct-nordvpn-bf-nov-2020.perimeter81.green .oui_modal_offer_link {
      background-color: #3cbc9b;
  }
  div#ct-coupon-popup .ct-popup-logo,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-logo {
      display: inline-block;
      margin: 20px 0;
      max-width: 155px;
      padding-bottom: 15px;
      width: 100%;
  }
  div#ct-coupon-popup .ct-popup-logo svg,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-logo svg {
      height: auto;
      width: 100%;
  }
  div#ct-coupon-popup .ct-popup-brand-logos,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos {
      margin: 30px auto 45px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  div#ct-coupon-popup .ct-popup-brand-logos svg,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos svg {
      display: flex;
      max-width: 60px;
      margin: 5px;
  }
  div#ct-coupon-popup .ct-popup-brand-logos svg:first-of-type,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos svg:first-of-type {
      max-width: 300px;
      flex-basis: 100%;
  }
  @media only screen and (min-width: 730px) {
      div#ct-coupon-popup .ct-popup-brand-logos,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos {
          flex-wrap: nowrap;
      }
      div#ct-coupon-popup .ct-popup-brand-logos svg,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos svg {
          max-width: 100px;
          margin: 10px 25px;
      }
      div#ct-coupon-popup .ct-popup-brand-logos svg:first-of-type,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-brand-logos svg:first-of-type {
          max-width: 100px;
          flex-basis: auto;
      }
  }
  div#ct-coupon-popup .oui_modal_offer_link,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .oui_modal_offer_link {
      border-radius: 4px;
      background-color: #f64f64;
      color: #fff;
      display: block;
      font-size: 17px;
      font-weight: 700;
      line-height: 1;
      margin: 0 auto 10px;
      max-width: 230px;
      padding: 15px 0;
      text-decoration: none;
  }
  div#ct-coupon-popup .ct_popup_no_thanks,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct_popup_no_thanks {
      color: #fff;
      display: inline-block;
      font-size: 14px;
      line-height: 1;
  }
  div#ct-coupon-popup .ct_popup_close,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct_popup_close {
      color: #fff;
      display: inline-block;
      font-size: 33px;
      letter-spacing: -3px;
      line-height: 15px;
      right: 20px;
      top: 20px;
  }
  div#ct-coupon-popup .ct_popup_close:before,
  div#ct-popup.ct-nordvpn-bf-nov-2020 .ct_popup_close:before {
      content: "×";
  }
  @media only screen and (min-width: 400px) {
      div#ct-coupon-popup .oui-modal,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .oui-modal {
          max-width: 355px;
      }
      div#ct-coupon-popup .oui_modal_offer_link,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .oui_modal_offer_link {
          font-size: 18px;
          max-width: 275px;
      }
      div#ct-coupon-popup .ct-popup-logo,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-logo {
          margin: 25px 0;
      }
  }
  @media only screen and (min-width: 730px) {
      div#ct-coupon-popup .oui-modal,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .oui-modal {
          max-width: 680px;
          padding: 40px 25px;
      }
      div#ct-coupon-popup .ct-popup-title,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-title {
          font-size: 48px;
          line-height: 3.25rem;
          max-width: 85%;
          margin: 0 auto;
      }
      div#ct-coupon-popup .ct-popup-subtitle,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-subtitle {
          font-size: 24px;
      }
      div#ct-coupon-popup .ct-popup-logo,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-logo {
          max-width: 155px;
      }
  }
  @media only screen and (min-width: 820px) {
      div#ct-coupon-popup .oui-modal,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .oui-modal {
          max-width: 740px;
      }
      div#ct-coupon-popup .ct-popup-logo,
      div#ct-popup.ct-nordvpn-bf-nov-2020 .ct-popup-logo {
          margin: 25px 0;
      }
  }
  div#ct-coupon-popup .oui-modal {
      background-color: #fff !important;
  }
  div#ct-coupon-popup .ct_popup_close {
      color: #000;
  }
  div#ct-coupon-popup .intro_modal,
  div#ct-coupon-popup .nopromo {
      font-family: Arial;
      font-size: 16px;
      font-weight: 700;
      color: #222;
  }
  div#ct-coupon-popup .nopromo {
      font-weight: 400;
      margin: 20px 0;
  }
  div#ct-coupon-popup .title_modal {
      margin: 20px 0;
  }
  div#ct-coupon-popup .discount,
  div#ct-coupon-popup .title_modal {
      font-family: Arial;
      font-size: 30px;
      font-weight: 700;
      color: #222;
  }
  div#ct-coupon-popup .coupon-button {
      color: #fff;
      font-weight: 700;
      border: 1px solid #fff;
      padding: 10px 30px;
      font-size: 17px;
      border-radius: 4px;
      background-color: #006c9b;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      text-align: center;
  }
  div#ct-coupon-popup .coupon-button:after {
      border-bottom: 4px solid transparent;
      border-left: 7px solid #fff;
      border-top: 4px solid transparent;
      content: "";
      display: inline-block;
      height: 0;
      margin-left: 10px;
      vertical-align: middle;
      width: 0;
  }
  div#ct-coupon-popup .coupon-button:hover {
      border: 1px solid #0177a5;
      background-color: #fff;
      color: #0177a5;
  }
  div#ct-coupon-popup .coupon-button:hover:after {
      border-bottom: 4px solid transparent;
      border-left: 7px solid #0177a5;
  }
  div#ct-coupon-popup .icons_confirm {
      display: block;
      width: 330px;
      justify-content: space-between;
      margin: 50px auto 0;
  }
  div#ct-coupon-popup .icons_confirm .working {
      margin-right: 10px;
  }
  div#ct-coupon-popup .icons_confirm:not(.yes, .no) {
      font-weight: 700;
  }
  div#ct-coupon-popup .icons_confirm .no,
  div#ct-coupon-popup .icons_confirm .yes {
      font-weight: 400;
      padding: 7px 25px;
      border-radius: 2px;
      border: 1px solid #222;
      cursor: pointer;
      margin: 0 5px;
  }
  div#ct-coupon-popup .icons_confirm div {
      display: inline;
  }
  div#ct-image-popup {
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
  }
  div#ct-image-popup .underlay {
      -webkit-animation: fadein 0.5s;
      animation: fadein 0.5s;
      background-color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
  }
  div#ct-image-popup .close {
      cursor: pointer;
      position: absolute;
      z-index: 2;
  }
  div#ct-image-popup .close.css {
      border-radius: 50%;
      background-color: #000;
      border: 1px solid #fff;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      height: 22px;
      line-height: 21px;
      opacity: 1;
      text-align: center;
      text-shadow: none;
      width: 22px;
  }
  div#ct-image-popup .close.css:before {
      content: "×";
  }
  @media only screen and (max-width: 500px) {
      div#ct-image-popup .close.css {
          height: 18px;
          font-size: 14px;
          line-height: 17px;
          width: 18px;
      }
  }
  div#ct-image-popup .oui-modal {
      transform: translate(-50%, -50%);
      left: 50%;
      padding: 0 20px;
      position: relative;
      top: 50%;
  }
  div#ct-image-popup .oui-modal-body {
      position: relative;
      z-index: 1;
  }
  div#ct-image-popup .oui-modal-body img {
      height: auto;
      width: 100%;
  }
  div#ct-image-popup .oui_modal_offer_link {
      background-color: transparent;
      color: transparent;
      display: block;
      height: 0;
      opacity: 0;
      position: absolute;
      z-index: 2;
  }
  div#ct-image-popup.ct-icegram-ipvanish .oui-modal {
      max-width: 640px;
  }
  div#ct-image-popup.ct-icegram-ipvanish .close {
      right: 7px;
      top: -11px;
  }
  @media only screen and (max-width: 500px) {
      div#ct-image-popup.ct-icegram-ipvanish .close {
          right: 10px;
          top: -9px;
      }
  }
  div#ct-image-popup.ct-icegram-ipvanish .oui_modal_offer_link {
      bottom: 11%;
      left: 48%;
      padding-top: 8.75%;
      width: 44%;
  }
  div#ct-image-popup.ct-icegram-ipvanish .ct_popup_no_thanks {
      background: none;
      bottom: 3.3%;
      color: transparent;
      display: block;
      height: 0;
      left: 63.5%;
      padding-top: 3%;
      position: absolute;
      right: auto;
      top: auto;
      width: 13%;
      z-index: 2;
  }
  div#ct-image-popup.ct-nordvpn-cyber-deal-nov-2020 .oui-modal {
      max-width: 590px;
  }
  div#ct-image-popup.ct-nordvpn-cyber-deal-nov-2020 .close {
      padding-top: 3.5%;
      right: 6%;
      top: 3.75%;
      width: 3.5%;
  }
  div#ct-image-popup.ct-nordvpn-cyber-deal-nov-2020 .oui_modal_offer_link {
      bottom: 3.5%;
      left: 40%;
      padding-top: 7.5%;
      width: 19.75%;
  }
  div#ct-image-popup.ct-solar-winds-siem-tools .oui-modal {
      max-width: 800px;
  }
  div#ct-image-popup.ct-solar-winds-siem-tools .close {
      right: 7px;
      top: -11px;
  }
  @media only screen and (max-width: 500px) {
      div#ct-image-popup.ct-solar-winds-siem-tools .close {
          right: 10px;
          top: -9px;
      }
  }
  div#ct-image-popup.ct-solar-winds-siem-tools .oui_modal_offer_link {
      bottom: 14.5%;
      left: 62.75%;
      padding-top: 10%;
      width: 31.5%;
  }
  
  
  @media (max-width:767px) {
    div#ct-popup {
      display: none !important;
    }
  }