/* TOC:
 - wpz-shortcodes
 - wpzoom-custom
 - wpzoom-custom-media
 - amazon-link-style
 - cpsh-shortcodes
*/

/* Minit: https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/shortcodes.css */
/*-------------------------------------------------------------------------------------------*/
/* Info Boxes */
/*-------------------------------------------------------------------------------------------*/
p.wpz-sc-box, div.wpz-sc-box {margin:1em 0 1.5em 0; padding:9px 10px 9px 50px; border-width:1px 0 1px 0; border-style:solid;color:#555;text-shadow:none;}
.wpz-sc-box.none {border-width:0;}
.wpz-sc-box.full {border-width:1px;}
.wpz-sc-box.medium {padding:18px 20px 18px 50px; font-size:1.1em;}
.wpz-sc-box.large {padding:25px 27px 25px 50px; font-size:1.2em; }
.wpz-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.wpz-sc-box.alert { border-color:#F8C0C0; background:#ffd9c8 url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-alert.png') no-repeat 20px 45%; }
.wpz-sc-box.download { border-color:#d4ebaf; background:#edfcd5 url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-download.png') no-repeat 20px 45%; }
.wpz-sc-box.tick { border-color:#d4ebaf; background:#edfcd5 url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-tick.png') no-repeat 20px 45%; }
.wpz-sc-box.info { border-color:#C0E5F8; background:#eee url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-info.png') no-repeat 20px 45%; }
.wpz-sc-box.note { border-color:#efe3ae; background:#fef6d2 url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-note.png') no-repeat 20px 45%; }
.wpz-sc-box.normal { border-color:#ccc; background:#eee; padding:9px 15px;}


/*-------------------------------------------------------------------------------------------*/
/* Buttons */
/*-------------------------------------------------------------------------------------------*/
a.wpz-sc-button {
    font-family: sans-serif;
    display: inline-block;
    line-height: 1em;
    padding: 6px 13px;
    margin:0 .6em 1.5em 0;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    
    /*Border radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    /*Background*/
    background: #237fd7; /*Fallback*/
    background: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(.2, #52a8e8),
                    color-stop(1, #2e76cf)
                );
    background: -moz-linear-gradient(
                    center top,
                    #52a8e8 20%,
                    #2e76cf 100%
                );
    
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                        inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                        0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                    inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                    0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
                inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
                0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

a.wpz-sc-button.small { padding:2px 10px; font-size:0.9em;}
a.wpz-sc-button.large { padding:7px 16px; font-size:1.4em;}
a.wpz-sc-button.xl { padding:9px 20px; font-size:1.8em;}

a.wpz-sc-button:hover, 
a.wpz-sc-button.hover, 
a.wpz-sc-button.active {
    text-decoration: none !important;
    /*Background*/
    background: #0073d2; /*Fallback*/
    background: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(.2, #3e9ee5),
                    color-stop(1, #1666ca)
                );
    background: -moz-linear-gradient(
                    center top,
                    #3e9ee5 20%,
                    #1666ca 100%
                );
}

a.wpz-sc-button:active,
a.wpz-sc-button.active  {
    border-color: #20559a;
    
    /*Box shadow*/
    -webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
                        0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
    -moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
                    0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
    box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
                0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.wpz-sc-button.dark span { color:#555; text-shadow:0 1px #fff;}
a.wpz-sc-button.custom:hover { opacity:0.85; }

a.wpz-sc-button span { line-height:1.2em; min-height: 16px; }
a.wpz-sc-button span.wpz-info { background:url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/"../images/ico-info.png') no-repeat 0 45%; padding-left:25px; display:block; }
a.wpz-sc-button span.wpz-download { background:url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/"../images/ico-download.png') no-repeat 0 45%; padding-left:25px; display:block; }
a.wpz-sc-button span.wpz-tick { background:url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/"../images/ico-tick.png') no-repeat 0 45%; padding-left:25px; display:block; }
a.wpz-sc-button span.wpz-note { background:url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/"../images/ico-note.png') no-repeat 0 45%; padding-left:25px; display:block; }
a.wpz-sc-button span.wpz-alert { background:url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/"../images/ico-alert.png') no-repeat 0 45%; padding-left:25px; display:block; }

a.wpz-sc-button.red { 
    border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
    background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
}
a.wpz-sc-button.red:hover { 
    background: #d20000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
    background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);
}

a.wpz-sc-button.orange { 
    border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
    background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);
}
a.wpz-sc-button.orange:hover { 
    background: #d25e00;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
    background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);
}

a.wpz-sc-button.green { 
    border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
    background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);
}
a.wpz-sc-button.green:hover { 
    background: #87c000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
    background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);
}

a.wpz-sc-button.aqua { 
    border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
    background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);
}
a.wpz-sc-button.aqua:hover { 
    background: #00d2a8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
    background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);
}

a.wpz-sc-button.teal { 
    border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
    background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);
}
a.wpz-sc-button.teal:hover { 
    background: #009ed2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
    background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
}

a.wpz-sc-button.purple { 
    border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
    background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);
}
a.wpz-sc-button.purple:hover { 
    background: #0036d2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
    background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
}

a.wpz-sc-button.pink { 
    border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
    background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
}
a.wpz-sc-button.pink:hover { 
    background: #bc00d2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
    background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
}

a.wpz-sc-button.silver { 
    color: #444 !important;
    text-shadow:0 1px #fff;
    border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
    background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
}
a.wpz-sc-button.silver:hover { 
    background: #ccc;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
    background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
}


/*-------------------------------------------------------------------------------------------*/
/* Columns */
/*-------------------------------------------------------------------------------------------*/
.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}
.fivecol-one{width:16.8%;}
.fivecol-two{width:37.6%;}
.fivecol-three{width:58.4%;}
.fivecol-four{width:67.2%;}
.sixcol-one{width:13.33%;}
.sixcol-two{width:30.66%;}
.sixcol-three{width:47.99%;}
.sixcol-four{width:65.33%;}
.sixcol-five{width:82.67%;}
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}


/*-------------------------------------------------------------------------------------------*/
/* Twitter */
/*-------------------------------------------------------------------------------------------*/
.wpz-sc-twitter.left { margin:0 1.5em 1.5em 0; float:left; }
.wpz-sc-twitter.none { margin:0 0 1.5em 0;  }
.wpz-sc-twitter.right { margin:0 0 1.5em 1.5em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* Digg */
/*-------------------------------------------------------------------------------------------*/
.wpz-digg.left { margin:0 1.5em 1.5em 0; float:left; }
.wpz-digg.none { margin:0 0 1.5em 0;  }
.wpz-digg.right { margin:0 0 1.5em 1.5em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* Icon Links */
/*-------------------------------------------------------------------------------------------*/
.wpz-sc-ilink { padding:0 0.3em;  }
.wpz-sc-ilink a { padding-left:20px; text-decoration: underline; display: inline-block; }
.wpz-sc-ilink a:hover { text-decoration: none; }
.wpz-sc-ilink .download { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-download.png') no-repeat left 40%; }
.wpz-sc-ilink .tick { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-tick.png') no-repeat left 40%; }
.wpz-sc-ilink .info { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-info.png') no-repeat left 40%; }
.wpz-sc-ilink .note { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-note.png') no-repeat left 40%; }
.wpz-sc-ilink .alert { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/ico-alert.png') no-repeat left 40%; }

/*-------------------------------------------------------------------------------------------*/
/* Facebook */
/*-------------------------------------------------------------------------------------------*/
 
.wpz-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
.wpz-fblike.none { margin:0 0 1.5em 0;  }
.wpz-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }
 
/*-------------------------------------------------------------------------------------------*/
/* List Styles - Unordered List */
/*-------------------------------------------------------------------------------------------*/

.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
   list-style-type: none;
   padding-left:25px;
   background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/') no-repeat scroll left top;
}

.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-tick.png') no-repeat left top; }
.entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-red-x.png') no-repeat left top; }
.entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-bullet.png') no-repeat left top; }
.entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-green-dot.png') no-repeat left top; }
.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-arrow.png') no-repeat left top; }
.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li { background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/../images/shortcode-star.png') no-repeat left top; }

/*-------------------------------------------------------------------------------------------*/
/* List Styles - Ordered List */
/*-------------------------------------------------------------------------------------------*/

.entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
   list-style-type: none;
   margin-left: 25px;
   background: url('https://zipso.net/wp-content/themes/meeta/functions/wpzoom/assets/css/') no-repeat scroll left top;
}

.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }

/*-------------------------------------------------------------------------------------------*/
/* Social Icon */
/*-------------------------------------------------------------------------------------------*/

img.social-icon { border: none; }




/* Minit: https://zipso.net/wp-content/themes/meeta/custom.css */
/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
/*@import url('https://zipso.net/wp-content/themes/meeta//wp-content/plugins/easy-contact/sample/econtact-basic.css');*/

/* Fixed width */
/*.wrap { width: 980px; }*/

ins { background: #fff; color: #000; text-decoration: none; }

/* From http://wordpress.org/support/topic/plugin-disqus-comment-system-css-in-disqus-2012 */
#disqus_thread {
margin-left: 30px;
margin-right: 25px;
margin-top: 10px;
}

.wpzoomSocial li img {margin:0 7px 0 0; float:left; }
/*
.wpzoomSocial li img {margin:0 7px 0 0; float:left; width:40px; height:40px; }
*/

.wpzoom_social ul {margin-top:24px;}
.wpzoom_social li {margin-top:3px;}
.wpzoom_social li a {margin-top:7px; font-size:14px;}
.wpzoom_social li a img {margin-top:-7px; font-size:14px; }
.wpzoom_social {
/*
background-color: #ededed;
border: 2px solid #ededed;
*/
background-color: #e6e6e6;
background-color: #efefef;
border: 2px solid #efefef;
border-radius:3px;
padding:2px 0px 0px 12px !important;
margin-left:30px !important;
width:284px;
box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.35);
overflow:hidden;
}
.wpzoom_social h3 {
/*background-color: #ededed;*/
background-color: #efefef;
}

.clearer {
clear: both;
line-height:0px;
height:0px;
font-size:0px;
}

#text-4 {
padding-bottom: 2px !important;
}

.wide {
position:relative;
margin-top:15px;
margin-top:0px;
border-top:0px;
min-width:699px;
/*width:1060px;*/
    background: #fff;
    border: 0px solid #dadada;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

#footer {
padding-top: 0px;
padding-bottom:40px;
}

/*
.post {
-webkit-font-smoothing: antialiased;
}
*/


/*.post h1.title h2.title {*/
.title {
font-family: 'Open Sans Condensed', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;
/*font-family: 'Open Sans', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;*/
font-style: normal;
font-weight: bold;
color: rgb(57, 67, 76);
margin-left:-1px;
background-color:#fff; /* hack for (older?) Android to display correct width */
}
.post h2.title a, .post h1.title a {
        color: #3f4247;
        font-size: 30px;
        letter-spacing:-1px;
}

.share_btn h4 { margin:1px 5px 0 0; font-size: 13px; font-weight: bold; color:#757778; float:left;}

#sidebar {
        float: right;
        width: 360px;
        overflow:hidden;
    padding-top: 20px;
        border-left: 1px solid #ebebeb;
        margin-left:-1px;
}
#sidebar .widget {
        border-bottom:1px solid #ebebeb;
        margin:0 0 10px;
        padding:0 30px 10px;
}
#sidebar .ai_widget {
        border-bottom:1px solid #ebebeb;
        margin:0 0 20px;
        padding:0 30px 5px;
}


.widget h3.title {
    color: #6f7277;
        margin: 0;
	font-family: 'Open Sans Condensed', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;
        margin:0 0 10px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing:-1px;
}

.menu-item a {
font-family: 'Open Sans Condensed', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;
font-size:15px;
/*color:#BCEAC5;
color:#A9E5B4;*/
color:#bbb;
color:#8CD49A;
color:#85C791;
color:#8BC195;
}

.entry {
color: #000;
color: #333;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
font-size:15px;
line-height:22.7px;
margin-top:5px;
-webkit-font-kerning: auto;
-webkit-font-smoothing: auto;
}
.entry strong {
//font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight:700;
color:#3F4247;
}
.entry-front {
min-width:699px;
}
.entry-text {
float:left; 
border:0px solid #f00; 
width:258px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin-bottom: 12px;
        line-height:1.3;
	font-family: 'Open Sans Condensed', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;
        font-weight:bold;
	color: #3f4247;
/* hack for (older?) Android to display correct width */
/*	background-color:#fff; */
}
.entry h3 {
margin-top:30px;
}
.nomargin {
margin-top:0px !important;
}
.entry p {
/* hack for (older?) Android to display correct width */
/*background-color:#fff; */
}
.entry img { 
margin-bottom:5px; 
border-radius:3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
}

.entry ul { padding-left: 10px; list-style:none; }
.entry li { list-style-position: outside; margin-bottom:8px; }
.entry ul li {list-style-type:none;}
.entry li:before { content: "\00BB \0020"; font-weight:bold; font-size:1.05em; color:#283; 
color:#348; color:#8d8d8d; color:#999; float:left; margin-left:-1em;}

/*.entry .wp-caption-text { text-align:right; color: #9F9999 !important; font:11px/17px Arial, Helvetica, sans-serif; margin:0; padding:7px 0 0;}*/
.entry .wp-caption-text { text-align:right; color: #8F8989 !important; font:11px/17px Arial, Helvetica, sans-serif; margin:0; padding:7px 0 0;}

/* Images align */
.entry .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft, .entry .alignleft { float: left; margin: 5px 15px 5px 0px; }
.alignright, .entry .alignright { float: right; margin: 5px 4px 5px 15px; }

/* Use this style in image posts to prevent the border/drop-shadow appearing */
.noborder {
border: none !important;
box-shadow: none !important;
}
.bigborder {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.top-meta { color: #bcbcbc; font-size: 10px; text-transform: uppercase; }
.top-meta span { float:left; margin:0 5px 8px 0; }

#archives .archives_list li { clear:left; padding-left:24px; font-size: 19px; font-style: normal; list-style: none; margin-bottom: 15px;
	font-family: 'Open Sans Condensed', 'Helvetica Condensed Bold', Helvetica, Arial, sans-serif;
        font-weight: bold;
}
#archives .archives_list .date { color: #808080; width: 90px; font-size:13px;  display: inline-block; vertical-align: baseline; float:left; }
#archives .archives_list .linked { width: 400px; display: inline-block; vertical-align: baseline;}
#archives .archives_list .comments { width: 90px; display: inline-block; vertical-align: baseline;}

#respond { margin: 8px 0px 24px 0px; overflow: hidden; position: relative; }

#header {
/*position:relative;*/
background-color:#eaeaea;
/*background-color:#f8f8f8;*/
background-image:url(https://static1.zipso.net/img/zipso-bannerpic4.jpg);
background-repeat:no-repeat;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
overflow:hidden;
}
/* We don't want to resize the image if less than actual size, just clip it */
#header img { 
max-width:none; 
height:155px; }

#headerbar {
position:absolute;
top:102px;
right:0px;
/*width:400px;*/
/*background: #213446;
background: rgba(33,52,70,.8);*/
background: none;
overflow:hidden;
}
#headerattrib {
position:absolute;
top:80px;
right:0px;
padding-left:5px;
padding-right:10px;
background:rgba(20,20,20,.5);
color:#ccc;
font-style: italic;
text-shadow: 2px 2px 2px #000;
opacity:.9;
}
#headerattrib a {
color:#ddd;
color:#ABC1B5;
/*color:#88EAAE;*/
}
#headerattrib a:hover {
color:#CBE1D5;
text-decoration:none;
}
#navbar {
    margin: 3px 16px 3px 30px;
}

#secondnav {
padding-top:7px;
padding-bottom:3px;
//    background: #fff;
//    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .15);

}
#secondnav-shadow {
width:100%;
height:8px;
background-image:url(https://static1.zipso.net/img/nav-shadow2.png);
background-repeat:repeat-x;
}

.breadcrumbs {
margin-bottom:5px;
}

.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a,
.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a {
    outline:0;
/*    color: #fff;
    color:#BCEAC5;*/
   color:#A9E5B4;
   font-weight:bold;
 }

.dropdown li:hover a {
    color:#fff;
}

#main {
padding-top:15px; /* padding moved to post-content */
padding-top:5px;
min-width:699px;
}
#main .post {
margin-bottom:0px;
}
#main .post-content {
        padding: 12px 10px 0 29px;
        margin:0 0 20px;
        margin:0 0 15px;

}

/* Tablet Landscape */
/* This is too specialised when set to max-width:1060px. We only want to do a special version for less than 768 pixels width instead. */
/* EDIT: too annoying to override media queries, just change these in style.css instead 
@media screen and (max-width: 1060px) {
@media screen and (max-width: 768px) {
*/

/* Read more button */
.readmore-new {
    border:0;
    padding: 2px 0 10px 0px;
    padding: 2px 0 13px 0px;
    float: left;
    margin:0;
}
.readmore-new a {
/*    background: url('https://zipso.net/wp-content/themes/meeta/images/readmore.png') no-repeat left center;*/
    display: block;
    line-height: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size:10px;
    color: #878585;
font-size:12px;
line-height:32px;
width:84px;
padding-left:6px;
padding-right:4px;
border:2px solid #337B49;
border-radius:3px;
background-color:#337B49;
color: #a7a5a5;

border:2px solid #4F8EF5;
background-color:#4F8EF5;
border:1px solid #F7776D;
background-color:#F7776D;
color: #fff;
}
.readmore-new a:hover {
/*    color: #2394E4;*/
/*text-decoration:underline;
border:1px solid #E7675D;*/
border:1px solid #E75F56;
}
#wpzoom-facebook-2 {
padding-left:22px !important; 
height:241px;
/*
background-color:#336;
border-radius:3px;
*/
}

.ad-post-title {
margin:0 0 0 23px;
padding: 10px 0 5px 0;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
}
.ad-post-footer {
margin:0 0 0 18px;
padding: 10px 0 5px 0;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
}

.postbox {
border-radius: 5px;
border:1px solid #E3E3B8;
background-color:#FFFFCF;
margin: 7px 0 22px 0;
padding: 10px 6px 2px 6px;
font-size:12px;
line-height:18px;
clear:both;
}
.postbox2 {
border-radius: 5px;
border:1px solid #E3E3B8;
background-color:#FFFFCF;
margin: 22px 0 5px -5px;
padding: 7px 6px 5px 6px;
font-size:12px;
line-height:18px;
clear:both;
}
.postbox3 {
border-radius: 5px;
border:1px solid #E3E3B8;
background-color:#EBE8FE;
margin: 22px 0 5px -5px;
padding: 7px 6px 5px 6px;
font-size:12px;
line-height:18px;
clear:both;
}
.postbox4 {
border-radius: 5px;
border:1px solid #E3E3B8;
background-color:#FEF6E8;
margin: 22px 0 5px -5px;
padding: 7px 6px 5px 6px;
font-size:12px;
line-height:18px;
clear:both;
}
.codebox {
border-radius: 5px;
border:1px solid #E3E3B8;
background-color:#FFFFCF;
margin: 7px 0 22px 0;
padding: 10px 6px 10px 6px;
font-size:12px;
line-height:18px;
clear:both;
}

.hrlight {
width: 100%;
height:2px;
border-bottom:1px solid #ddd;
margin:5px 0 10px 0;
clear:both;
}

body div.formcontainer form.contact-form fieldset legend {
margin: 0 0 5px 0;
padding-top:5px;
color:#999;
}

body div.formcontainer form.contact-form fieldset div.form-submit input[type=submit] {
margin:10px 0 0 0;
font-size:1.2em;
padding: 7px 14px 8px 14px;
}


/* Mailpress */
.mp-container {

}

.MailPressFormEmail {
float:left;
}
.mp_submit {
float:left;
}

.mp_loading_img {
padding-right:6px; padding-top:1px;
}
.widecolumn {
margin:18px 0 0 31px;
}

.hljs {
font-size:12px;
line-height:16px;
}

.widget_recent_entries_new a {
font-weight: bold;
}
.widget_recent_entries_new ul {
margin-left:0px;
}

.widget_recent_entries_new li {
margin-top:5px;
padding-top:5px;
padding-bottom:8px;
border-top:1px solid #d8d8d8;
/*list-style-type: disc !important;*/
}

.widetable {
/*border:1px solid #f00;*/
/*position:absolute;*/
/*width:992px;*/
width:1002px;
left:27px;
/*padding-right:30px;*/
}
.whitebg {
/*background-color: rgba(255,0,0,0.4); */
background-color: white;
width:1002px;
}

.footnote {
font-size: .82em;
color: #606060;
margin-left:0px;
margin-top:38px;
/*margin-top:8px;*/
}
.footnote strong {
font-size: .95em;
color: #303030;
}

.footnote-mid {
font-size: .82em;
color: #606060;
margin-left:0px;
margin-top:20px;
/*margin-top:8px;*/
}

.footnote-small {
font-size: .82em;
color: #606060;
margin-left:0px;
margin-top:18px;
}
.footnote-small h3 {
font-size: 17px;
margin-bottom: 4px !important;
}
.noshadow {
box-shadow: none !important;
}
.footnote-text {
font-size: .82em;
color: #606060;
margin-left:0px;
margin-top:2px;
}

/* minimal
*******************************************************************************/
button.minimal {
  background: #e3e3e3;
  background: #e8e8e8;
  border: 1px solid #bbb;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  color: #505050;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  font: bold 14px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 7px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 94px;
  margin: 0 0 0 2px; 
}
/*
button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; 
}
button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}
*/
button.minimal:focus {
outline:0;
}

button.minimal2 {
  background: #e3e3e3;
  background: #e8e8e8;
  border: 1px solid #bbb;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  color: #505050;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  font: bold 14px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 7px;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
  width: 87px;
  margin: 0 0 0 0; 
}
/*
button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; 
}
button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}
*/
button.minimal2:focus {
outline:0;
}

.smallbox {
width:10px;
height:10px;
display:block;
float:left;
background:url(https://static1.zipso.net/img/button-lights6.png);
}
.buttonstate {
width:12px;
height:12px;
display:block;
float:left;
background:url(https://static1.zipso.net/img/button-lights2.png);
margin:1px 0 0 7px;
}
.buttonstate2 {
width:12px;
height:12px;
display:block;
float:left;
background:url(https://static1.zipso.net/img/button-lights5a.png);
margin:1px 0 0 7px;
}
.buttontext {
float:left;
margin-left:5px;
}
.buttondesc {
  color: #929292;
  font: bold 12px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  font: bold 14px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  margin-right:2px;
  margin-top:8px;
  float:left;
}
.cpubar {
width:0px;
height:20px;
display:block;
position:absolute;
left:0px;
top:-10px;
/*float:left;*/
background-color:#f44;
}
.cpuscore {
margin-left:5px;
margin-top:4px;
font-size:.85em;
position:absolute;
left:0px;
top:-10px;
/*float:left;*/
color: #555;
}

/* Simplebreaks plugin additions */
.sb-st {
color:#FF8B35;
font-size:12px;
}
.sb-pd {
color:#FFF;
color:rgba(255,255,255,0);
font-size:12px;
}

.calcicon {
float:left;
padding-right:10px;
}
.calcform {
  font: 18px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  float:left;
}
.calcbox {
 font: 18px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
 color:#5137C7;
 color:#564C88;
 text-align:right;
 margin-right:2px;
/* border-radius:2px;*/
 width:36px;
 height:26px;
}
.calcselect {
 font: 18px/1 "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
 color:#C73758;
 text-align:right;
 margin-right:2px;
/* border-radius:2px;*/
 padding:2px;
 width:105px;
 height:36px;
}
.calctext {
 color:#444;
}

.picmargin {
margin-top:20px !important;
margin-bottom:25px !important;
}
.picmargin2 {
margin-top:25px !important;
margin-bottom:0px !important;
}




/* Minit: https://zipso.net/wp-content/themes/meeta/custom-media.css */
/*********************************************************************************************

9. Media Queries

*********************************************************************************************/

/* Tablet Landscape */
@media screen and (max-width: 768px) {

    .wrap { width: 99%; }
    .wide { margin-top:25px; }
    #content { width:100%;}
    #header img { max-width:100%; height:auto; }

    #main { width:67%; }
    #sidebar { width:33%; margin-left:-3%;}

    /* Increase post font size for small screen size */
    .entry {
        font-size:1.3em !important;
    }
    .post h2.title a, .post h1.title a {
        font-size:35px !important;
    }

    .entry img { max-width: 100%; height:auto;}
    .entry-text {
        width:300px !important;
        }
     /* Template: Full-width */
    .full-width #content { width: 100%; }
    .full-width h1.archive_title { width:100%; }
    .full-width .entry img { max-width: 100%; }
    .full-width .entry .wp-caption { max-width:100%;  }

        #footer div.column { margin-right: 2%;  width: 48%; }
        #footer .column .widget {  width:100%; }

}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

    #main { width:100%; }
    #sidebar { width:100%; margin:0; border:none; float:left !important; }

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

    #footer div.column { margin-right: 0;  width: 100%; }
    #footer .column .widget {  width:100%; }
    #sidebar { width:100%; margin:0; border:none; float:left !important; }


}





/* Minit: https://zipso.net/wp-content/plugins/amazon-link/Amazon.css */
#al_popup
{
   position: absolute;
   display: none;
   z-index: 50;
   width: 25px;
   left: 0;
   top: 0;
}

.al_found0
{
   display: none;
}

#al_popup img {
   width:100%;
   float:left;
   border: none;
   padding: 0;
   margin: 1px;
}

.amazon_container {
   min-width: 320px;
   margin-right:10px;
   position: relative;
}

.amazon_prod {
   width:100%;
   height:auto;
   margin: 3px;
   border-bottom: 1px dashed;
}

.amazon_img_container {
   height:100px;
   float:right;
   border:1px dotted;
   margin:3px;
   width:100px;
   overflow:hidden;
}

.amazon_img_container a {
   text-align:center;
}

.amazon_img_container img {
   margin: 0;
   border: none;
   padding: 0;
   margin-left:auto;
   margin-right:auto;
   display: block;
   height:100%;
}

.amazon_text_container {
   width:65%;
   margin-bottom:20px;
}

.amazon_text_container p {
   margin:0;
}

.amazon_details {
   margin-top:15px;
}

.amazon_text_container p:first-child:first-letter {
   line-height: 1em;
   font-size: 1em;
   padding: 0;
}

.al_editorial_source {
   margin-top: 1em;
   font-size: 120%;
}

.al_editorial_content {
   margin-top: 1em;
}

.amazon_price {
   color:red;
}

.amazon_flag {
}



/* Minit: https://zipso.net/wp-content/plugins/column-shortcodes/assets/css/shortcodes.css */
/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
}
.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */

/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width  {
	width: 100%;
}
.one_half  {
	width: 50%;
}
.one_third  {
	width: 33.3%;
}
.two_third  {
	width: 66.6%;
}
.one_fourth  {
	width: 25%;
}
.three_fourth  {
	width: 75%;
}
.one_fifth  {
	width: 20%;
}
.two_fifth  {
	width: 40%;
}
.three_fifth  {
	width: 60%;
}
.four_fifth  {
	width: 80%;
}
.one_sixth  {
	width: 16.6%;
}
.five_sixth  {
	width: 83.4%;
}

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/* =Small Margins Template
-------------------------------------------------------------- */
/*
.full_width  {
	width: 100%;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}
*/