/*
Theme Name: Cube
Theme URI: http://www.mobilewebs.net/mojoomla/demo/wordpress/cube/
Author: Mojoomla team
Author URI: http://www.mojoomla.com/
Description: The 2014 theme for WordPress takes us back to the ecommerce,forum ,blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: cube
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
blockquote{ padding:0px!important;; border-left:none!important;}
.content_blog th, .comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}
.content_blog td, .comment-content td {
    padding: 8px;
}
ul {
    list-style: disc outside none!important;
}
ol {
    list-style: decimal outside none!important;
}
/* Tag links style */

.content_blog .tags > a{
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.content_blog .tags > a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.content_blog .tags > a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
.comment-content img, .content_blog img, .entry-summary img, #site-header img, .widget img, .wp-caption {
    max-width: 100%;
}
.content_blog figure {
    margin: 0;
}
.right_sidebar .widget_categories ul li , .right_sidebar ul li{
    line-height: 32px;
    list-style: none outside none;
}






.rotatingtweet p.rtw_main{
	font-size:44px;
	color:#FFFFFF;
}
p.rtw_meta, div.rtw_meta{
	font-size:22px;
	color:#FFFFFF;
}

.widget_rotatingtweets_widget {
    margin-top: 16%;
}



.fetch-tweets{
	 margin-top: 15%;
}

.fetch-tweets > .fetch-tweets-item a {
    font-size: 30px;
}

.fetch-tweets-heading > .fetch-tweets-tweet-created-at a{
	font-size:16px;	
}


#about .head, #services .head, #portfolio .head, #blog .head, #priceplans .head, #contact .head, #product-list .head, #product .head{
	padding:80px 0 !important;
}
.wdpu-text {
    text-align: center;
}