/* @override http://www.whatsoniphone.dev/wp-content/themes/woip-theme/style.css */

/* @override http://www.whatsoniphone.dev/wp-content/themes/woip-theme/style.css */

/* @override http://www.whatsoniphone.dev/wp-content/themes/woip-theme/style.css */

/* @override http://www.whatsoniphone.dev/wp-content/themes/woip-theme/style.css */

/* @override http://www.whatsoniphone.dev/wp-content/themes/woip-theme/style.css */

/*
Theme Name: woip-theme
Author: Nicola Usai
Theme URI: https://www.odesk.com/users/~0196ad45cb4b5bf7af
Author URI: https://www.odesk.com/users/~0196ad45cb4b5bf7af
Description: A custom theme optimized for performance and SEO
Version: 2.0
*/

/*
=============================================================================
reset
=============================================================================
*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .widget .author-list, 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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

hr {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

ol, ul, li {
	list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

textarea {
	display: block;
}

/*
=============================================================================
default
=============================================================================
*/

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, q, blockquote {
	clear: both;
}

em, i {
	font-style: italic;
}

a {
	color: rgba(249,214,0,1);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.5);
}

:-moz-placeholder {  
   color: rgba(0,0,0,0.5);
}

/*
=============================================================================
style
=============================================================================
*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	/* background: rgba(0,33,90,1); */
	background-image: url('images/blueprint2.png');
	text-align: center;
}

.wrap {
	display: inline-block;
	width: 1000px;
	margin-top: 24px;
	text-align: left;
}

.header {
	float: left;
	width: 100%;
}

.header .logo {
	float: left;
}

.header .headerAdspace {
	float: right;
	width: auto;
}

.headerAdspace img {
	display: block;
}

.logo a {
	display: block;
	background-image: url('images/logo.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 184px;
	height: 131px;
}

.mainbox {
	/* background: rgba(255,255,255,0.1); */
	background: #1A376A;
	padding: 16px;
	box-shadow: 0px 2px 6px rgba(255,255,255,0.1) inset, 0px -2px 6px rgba(0,0,0,0.3) inset, 0px -1px 1px rgba(255,255,255,0.2), 0px 0px 12px rgba(0,0,0,0.8);
	border-radius: 8px;
	margin-bottom: 24px;
	float: left;
	width: 100%;
}

.mainbox:first-child {
	margin-top: 10px;
}

.menu-top-container {
	float: left;
}

.menu li {
	float: left;
	margin-right: 8px;
}

.menu li:last-child {
	margin-right: 0;
}

.menu li a {
	color: rgba(249,214,0,1);	
	text-transform: capitalize;
	text-shadow: 0px 1px 1px #333;
	border-radius: 4px;
	padding: 5px 12px;
	font-size: 15px;
	display: block;
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 2px 6px rgba(255,255,255,0.1) inset, 0px -2px 6px rgba(0,0,0,0.3) inset, 0px 0px 2px rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.2);
}

.menu li a:hover,
.menu .current_page_item a,
.menu .current-menu-item a {
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3) inset;
	border: 1px solid transparent;
	text-decoration: none;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	cursor: default;
}

#searchform {
	float: right;
}

#searchform #s {
	width: 120px;
	padding: 6px 8px;
	background: rgba(255,255,255,0.3);
	border-radius: 3px;
	color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	margin-top: 2px;
}

.mainbox h2 {
	font-size: 28px;
	color: rgba(249,214,0,1);
	margin-bottom: 8px;
}

.mainbox h3 {
	font-size: 20px;
	color: rgba(249,214,0,1);
	margin-bottom: 8px;
}

.featured .haveYourApp {
	color: white;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 16px;
}

.featured .post-ratings,
.hotApps .post-ratings {
	color: white;
}

.featured ul {
	float: left;
	padding: 0 40px 0 0 ;
	box-shadow: -31px 0px 20px -36px black inset;
}

.hotApps ul {
	float: left;
	width: 100%;
}

.featured ul li {
	position: relative;
	float: left;
	margin-right: 24px;
	width: 200px;
	height: 160px;
}

.hotApps ul li {
	position: relative;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 165px;
	height: 165px;
}

.hotApps ul li:nth-child(3) {
	margin-right: 0;
}

.hotApps ul li:nth-child(4),
.hotApps ul li:nth-child(5),
.hotApps ul li:nth-child(6) {
	margin-bottom: 0;
}

.featured ul li:last-child,
.hotApps ul li:last-child {
	margin-right: 0;
}

.featured .app-icon-featured {
	display: block;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 8px black;
}

.hotApps .app-icon-hot {
	display: block;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 8px black;
}

.get-reviewed {
	float: right;
	width: 215px;
	padding-left: 14px;
}

.get-reviewed .gr-button {
	text-align: center;
}

.get-reviewed .gr-button a {
	display: block;
	background: rgba(249,214,0,1);
	color: rgba(0,0,0,0.9);
	padding: 6px 24px;
}

.get-reviewed .gr-button a:hover {
	text-decoration: none;
}

.f-social {
	float: left;
	margin: 12px auto auto 54px;
}

.f-social a {
	float: left;
	margin-right: 16px;
}

.f-social a:last-child {
	margin-right: 0;
}

.f-social img {
	display: block;
	width: 30px;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.inner {
	background: white;
	border-radius: 6px;
	padding: 10px;
	margin-top: 16px;
	float: left;
	width: 100%;
}

.content {
	position: relative;
	float: left;
	width: 625px;
}

.woip-content p {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 15px;
	text-align: justify;
	
}
.right-sidebar {
	float: right;
	clear: right;
	width: 310px;
}

.inner a {
	color: #2361A1;
}

.inner p,
.inner .post-ratings {
	color: rgba(0,0,0,0.8);
}

.type-blog,
.post {
	padding: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
	border: 1px dashed rgba(0,0,0,0.3);
	background-image: url('images/noise.png');
	float: left;
	width: 100%;
}

.type-blog:last-child,
.post:last-child {
	margin-bottom: 0;
}

.widget {
	box-shadow: 0px 0px 3px 1px black;
	border-radius: 6px;
	margin-bottom: 28px;
	position: relative;
	width: 100%;
}

.header .widget {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	float: right;
	width: 100%;
}

.widget_rss h2 a {
	color: rgba(249,214,0,1);
}

.widget_rss h2 a img {
	display: none;
}

.widget > ul {
	padding: 16px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget h2 {
	color: rgba(249,214,0,1);
	font-size: 22px;
	background-color: #1A376A;
	padding: 8px;
	border-radius: 6px 6px 0 0;
	margin-bottom: 0!important;
	position: relative;
}

.widget h2::before {
	content: '';
	position: absolute;
	top: -14px;
	right: 4px;
	width: 56px;
	height: 60px;
	background-image: url('images/fulono.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.widget li,
.hentry li {
	list-style-type: square;
}

.widget ul,
.hentry ul {
	margin-left: 20px;
}

.post .attachment-medium {
	width: 140px;
	height: 140px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.author-info {
	margin-bottom: 14px;
	float: left;
	width: 100%;
}

.single .author-info {
	width: 40%;
}

.author-info img {
	border-radius: 3px;
	width: 32px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.app-icon {
	float: left;
	margin-right: 16px;
	width: 174px;
	height: 174px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.single .app-icon {
	height: 126px;
	width: auto;
}

.woip-app-summary{
	margin-top: 10px;
	margin-bottom: 10px;
}
.woip-app-summary p{
	margin: 0px;
}

.home .app-details {
	float: left;
	width: 100%;
}

.single .app-details {
	float: left;
	width: 70%;
}

.app-details-inside {
	float: left;
	width: 63%;
}

.app-details p {
	line-height: 20px;
}

.home .post-ratings > p > b,
.archive .post-ratings > p > b,
.search .post-ratings > p > b,
.author .post-ratings > p > b,
.home .app-details-inside > p > b,
.archive .app-details-inside > p > b,
.search .app-details-inside > p > b,
.author .app-details-inside > p > b {
	display: inline-block;
	width: 146px;
}

.single .app-details p {
	line-height: 18px;
}

.app-details-featured {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	padding: 18px;
	border-radius: 8px;
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3) inset;
	font-size: 14px;
}

.app-details-hot {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 26px 16px;
	border-radius: 8px;
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3) inset;
	font-size: 14px;
}

.app-details-hot p {
	line-height: 16px;
}

.app-details-featured p,
.app-details-featured div,
.app-details-hot p,
.app-details-hot .post-ratings {
	color: white;
}

.app-details-featured p {
	line-height: 18px;
	font-size: 12px;
}

.hotApps {
	margin: 0 0 16px 0;
	background: #1A376A;
}

.hotApps p {
	font-size: 12px;
}

.woipLoop {
	width: 625px;
	float: left;
}

.page_nav {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 16px 0 0 0;
}

.page_nav .page-numbers {
	color: white;
	float: left;
	padding: 4px 8px;
	border-radius: 4px;
	margin-right: 4px;
	background: #1A376A;
	box-shadow: 0px 2px 6px rgba(255,255,255,0.1) inset, 0px -2px 6px rgba(0,0,0,0.3) inset, 0px -1px 1px rgba(255,255,255,0.2), 0px 0px 4px rgba(0,0,0,0.9);
}

.page_nav .page-numbers:hover {
	text-decoration: none;
}

.page_nav .page-numbers:hover,
.page_nav .current {
	background: black;
}

.page_nav .current {
	cursor: default;
}

.social-share {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.social-button {
	float: left;
	margin-right: 28px;
}

#disqus_thread {
	float: left;
	width: 100%;
}

.content h1 {
	font-size: 28px;
	text-shadow: 0px 1px 1px white;	
}
.content h1{
	margin-bottom: 10px;
}

.contentBox {
	margin-bottom: 16px;
}

.footer {
	color: white;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
}

.footer-l {
	float: left;
	width: 330px;
}

.footer-r {
	float: right;
	width: 570px;
}

.footer-l img.fulono {
	float: left;
	width: 50px;
	margin-right: 8px;
}

.footer a{
	color: rgba(249,214,0,1);	
}

.single .content .type-post .hentry h1 {
	margin-bottom: 16px;
}

.single .woip-content {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 22px;
}

.app-qr-code {
	float: right;
	box-shadow: 0px 0px 6px black;
	margin-bottom: 8px;
}

.app-qr-code a {
	display: block;
}

.app-qr-code img {
	display: block;
	height: 102px;
	width: auto;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img,
.our-rating {
	height: 14px;
	width: auto;
	margin-bottom: -1px !important;
	margin-right: 2px;
}

.our-rating {
	height: 16px;
}

.app-type-single {
	border-radius: 3px;
	box-shadow: 0px 1px 3px black inset,0px 0px 54px rgba(0,0,0,0.1) inset;
	float: right;
	padding: 7px 14px;
}
.app-type-single p{
	display: inline;
}
.quick-take {
	margin: 10px 0 10px 0;
}

.quick-take h3 {
	padding-top: 4px;
	border-top: 1px solid black;
	color: black;
	float: left;
	width: 163px;
	position: relative;
}

.quick-take h3:before {
	content: "";
	position: absolute;
	top: -6px;
	right: -17px;
	width: 10px;
	height: 26px;
	border-left: 1px solid;
	-webkit-transform: rotate(-36deg) translate3d(0,0,0);
}

.quick-take h3:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -363px;
	width: 348px;
	border-bottom: 1px solid;
}

.quick-take p {
	clear: both;
	border-bottom: 1px solid;
	padding: 4px 0;
}

.quick-take b {
	width: 163px;
	display: inline-block;
}

.woip-tags {
	margin-bottom: 8px;
	float: left;
	width: 100%;
	line-height: 22px;
}

.tag-container {
	float: left;
	padding: 2px 4px;
	box-shadow: 0px 0px 4px black;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	background: rgba(0,0,0,0.1);
}

a.tag-container:hover {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.tag-container img {
	height: 16px;
	width: auto;
	vertical-align: -3px;
}

.article-by {
	padding: 16px;
	margin-bottom: 16px;
	background: rgba(0,0,0,0.1);
	float: left;
	width: 100%;
}

.article-by .avatar {
	float: left;
	margin-right: 14px;
	padding: 4px;
	box-shadow: 0px 0px 4px black;
	width: 96px;
	height: 96px;
}

.article-by h4 {
	clear: none;
	font-size: 18px;
	margin-bottom: 4px;
}

.user-nicename {
	text-transform: capitalize;
}

.has-written {
	margin: 8px 0;
}

.article-by p:last-child {
	margin-bottom: 0;
}

.archive .type-blog .attachment-medium {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 14px;
	margin-bottom: 14px;
}

.archive .type-blog h2 {
	clear: none;
	margin-bottom: 0;
}

.archive .type-blog .author-info {
	width: 100%;
}

.woip-read-more {
	float: left;
	width: 100%;
	text-align: center;
}

.tag .woip-read-more,
.author .woip-read-more,
.home .woip-read-more {

}

.woip-read-more a {
	display: block;
	padding: 8px 16px;
	color: #1A376A;
	margin-top: 16px;
	box-shadow: 0px -8px 36px rgba(0,0,0,0.2) inset,0px 8px 36px rgba(255,255,255,0.5) inset, 0px 1px 3px 0px rgba(0,0,0,0.6);
	border-radius: 8px;
	font-weight: bold;
}

.woip-read-more img {
	height: 16px;
	vertical-align: -3px;
}

body .multiwidget_author_avatars .author-list .user {
	padding: 0;
	display: block;
	vertical-align: top;
	zoom: 1;
}

body .widget-ad {
	border: none !important;
	box-shadow: none !important;
}

body .widget .author-list {
	float: left;
	width: 100%;
	padding: 16px;
}

body .widget .author-list .user {
	float: left;
	width: 82px;
	height: 82px;
	margin: 0 16px 16px 0;
	position: relative;
}

body .widget .author-list .user .name {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 2px;
	font-size: 12px;
	word-break: break-all;
}

body .widget .author-list .user:nth-child(3),
body .widget .author-list .user:nth-child(6),
body .widget .author-list .user:nth-child(9) {
	margin-right: 0;
}

body .widget .author-list .user:nth-child(7),
body .widget .author-list .user:nth-child(8),
body .widget .author-list .user:nth-child(9) {
	margin-bottom: 0;
}

body .multiwidget_author_avatars .author-list .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 6px black;
}

body .multiwidget_author_avatars .author-list .name {
	margin-top: 10px;
}

.view-featured {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 11px;
	background: rgba(249,214,0,1);
	color: black;
	padding: 2px;
}

.view-featured:hover {
	text-decoration: none;
}

.get-in-itunes {
	float: right;
	width: 102px;
	text-align: center;
}

.developer-notes {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.developer-notes > b {
	float: left;
	width: 100%;
	padding: 8px 16px;
	background: #1A376A;
	color: rgba(249,214,0,1);
	cursor: pointer;
}

.developer-notes-inside {
	float: left;
	width: 100%;
	background: #1A376A;
	color: white;
	padding: 0 16px 16px 16px;
	line-height: 22px;
}

body .nrelate {
	margin: 0;
}

body .nr_title {
	color: black;
}

.post-ratings > p {
	font-weight: bold;
}
.app-details .post-ratings{
	display: inline-block;
	width: 100px;
}

.featured .post-ratings {
	float: left;
	width: 100%;
}

a.view-hot {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	background: rgba(249,214,0,1);
	color: black;
	padding: 2px;
}

.view-hot:hover {
	text-decoration: none;
}

.woip-gallery {
	float: left;
	width: 100%;
}

.woip-gallery h3 {
	color: black;
	padding: 0px 12px;
}

.sidebarLatestApp {
	float: left;
	width: 100%;
}

.sidebarLatestApp .latestImg {
	float: left;
	width: 30%;
}

.sidebarLatestApp .latestInfo {
	float: left;
	width: 70%;
}

.sidebarLatestApp a {
	display: block;
}

.sidebarLatestApp img {
	display: block;
	width: 80px;
	height: auto;
}

.widget_simpleimage img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.single-blog .aligncenter {
	margin: 16px 0;
}

.widget_categories .cat-item:nth-child(even) {
	background: rgba(0,0,0,0.1);
}

.widget_categories ul {
	padding: 0;
	margin-left: 0;
	list-style-type: none;
}

.widget_categories li {
	list-style-type: none;
}

.featured .featuredBoxSingle,
.hotApps .hotAppsSingle {
	cursor: pointer;
	position: relative;
}

.type-blog .woip-read-more {
	width: 100%;
}

.nr_related_placeholder {
	float: left;
	width: 100%;
}

.single .social-share {
	box-shadow: 0px 0px 4px black;
	padding: 8px 100px;
	background: rgba(0,0,0,0.1);
	border-radius: 6px;
}

body .app-details-featured .post-ratings b {
	width: auto;
}

.appNameFeatured {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: white;
	font-size: 12px;
	padding: 4px;
}

.widget_categories li a {
	display: block;
	padding: 6px 8px;
}

.widget_categories li a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 4px black;
}

.posts-in-sidebar li {
	list-style-type: none;
	margin-bottom: 16px;
}

.posts-in-sidebar li:last-child {
	margin-bottom: 0;
}

.posts-in-sidebar ul {
	margin-left: 0;
}

.pis-thumbnail-link img {
	float: left;
	margin-right: 8px;
	width: 100px;
	height: 80px;
}

.pis-li {
	float: left;
	width: 100%;
}

.pis-excerpt {
	float: left;
}

.pis-ul {
	float: left;
	width: 100%;
}

.ovfbadge{
	position: absolute;
	top: -33px;
	left: -14px;
}



/* @group SubmitAnApp */

#productChooser{
	margin-top: 20px;
	margin-left: 10px;
}

#productChooser .product{
	vertical-align: top;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #bebebe;
	margin-right: 5px;
	width: 225px;
}

#productChooser .product .btn{
	color: white;
}
#productChooser .product .pdname{
	font-size: 20px;	
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#productChooser .product .pdprice{
	text-align: center;
	font-size: 40px;	
	margin-bottom: 15px;
}
#productChooser .product .pdprice sup{
	font-size: 20px;
	vertical-align: 13px;
	margin-right: 3px;
}

#productChooser .product .pdft{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
#productChooser .product .pdft label{
	display: inline-block;
	width: 70%;
}
#productChooser .selected{
	border-color: rgba(249,214,0,1);
	border-width: 3px;
}
#formAppSubmit{
	margin-top: 30px;
	padding-left: 50px;
}
#formAppSubmit h2,
#productDescription h2{
	color: #444;
	text-shadow: 0px 1px 1px #dedede;
	margin-bottom: 15px;

}	
#productDescription{
	margin-top: 30px;
	padding-left: 50px;
}

#productDescription .pdesc{

}
#productDescription .pdesc p{
	margin-bottom: 3px;
	display: inline-block;
	border-bottom: 1px solid #bbb;

}
/* @end */


.ai1ec-expanded img{
	max-width: 100% !important;
	height: auto;
	
}

