/*
Theme Name: WPCloudy
Theme URI: http://wpcloudy.com/
Author: Benjamin DENIS
Author URI: http://wpcloudy.com/
Description: Default theme for WP Cloudy
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, flexible-width
Text Domain: wpcloudy
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, applet, object, iframe {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: square outside none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	max-width:100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/* remove border around all input elements */
input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

/* remove border around all elements */
:focus {
    outline: none;
}

/* =WooCommerce
-------------------------------------------------------------- */

#page .woocommerce-message:before, #page .woocommerce-error:before, #page .woocommerce-info:before {
	padding-top: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1278FF;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #487bd9;
    color: #fff;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
.widget-title {
	clear: none;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
input[disabled] {
    cursor: default;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
img.header-image,
.author-avatar img {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Open sans, Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	padding-top: 70px;
}
a {
	outline: none !important;
	color: #1278FF;
}
a:hover {
	color: #487bd9;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 0;
}
.site-content.showcase {
	float: none;
}
.widget-area {
	margin: 0;
}
.widget-area .widget_nav_menu ul {
	padding: 0;
}

/* Header */
.site-header {
    padding: 0;
    position: relative;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	font-family: Merriweather sans;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	text-align: right;
}
.main-navigation li {
	font-size: 13px;
	line-height: 70px;
}
.main-navigation a {
	color: #5e5e5e;
	transition: all 300ms linear;
}
.main-navigation a:hover {
	color: #1278FF;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	width: 100%;
}
.main-navigation .cta-join a {
    background: #1278FF;
    color: #fff;
    border-radius: 50px;
    padding: 0 15px;
    font-weight: 400;
    transition: all 300ms linear;
}
.main-navigation .cta-join a:hover {
	color: #fff;
	background: #487bd9;
}
#masthead.navbar {
    position: fixed;
    min-height: 70px;
    top: 0;
    z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
#masthead .navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    font-size: 12px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}
footer[role="contentinfo"] ul {
    list-style: none;
}
footer[role="contentinfo"] .logo {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}
footer[role="contentinfo"] .logo img {
	height: 40px;
    width: auto;
}
footer[role="contentinfo"] a {
	color: #ffffff;
}
footer[role="contentinfo"] a:hover {
	color: #47A3DA;
}
footer[role="contentinfo"] li {
	list-style: none;
}
footer[role="contentinfo"] .site-info {
    font-size: 14px;
}
footer[role="contentinfo"] .site-info p {
	margin: 0;
	line-height: 20px;
}
footer[role="contentinfo"] #flags_language_selector img {
	margin: 0 5px 0 0;
}
footer[role="contentinfo"] .social a,
footer[role="contentinfo"] .social .dashicons {
    color: #333;
    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
    transition: all 300ms linear;
}
footer[role="contentinfo"] .social a:hover, 
footer[role="contentinfo"] .social .dashicons:hover {
    text-decoration: none;
    color: #1278FF;
}
footer[role="contentinfo"] .site-info .biarritz {
	margin: 0;
	text-align: right;
	font-size: 12px;
}
footer[role="contentinfo"] .site-info .biarritz .dashicons {
	vertical-align: middle;
}
#tertiary.wpc-newsletter {
	background: #fff;
	color:#1278FF;	
	padding: 60px 0;
	border-top:1px solid #ccc;
}
#tertiary.wpc-newsletter input[type="submit"], #tertiary.wpc-newsletter input[type="button"], #tertiary.wpc-newsletter input[type="reset"], #tertiary.wpc-newsletter article.post-password-required input[type="submit"], #tertiary.wpc-newsletter li.bypostauthor cite span {
    color: #fff;
    background: #fff;
    border-radius: 25px;
    color: #1278FF;
    border: 2px solid #1278FF;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 300ms linear;
    box-shadow: none;
}
#tertiary.wpc-newsletter input[type="submit"]:hover, 
#tertiary.wpc-newsletter input[type="button"]:hover, 
#tertiary.wpc-newsletter input[type="reset"]:hover, 
#tertiary.wpc-newsletter article.post-password-required input[type="submit"]:hover, 
#tertiary.wpc-newsletter li.bypostauthor cite span:hover {
	color: #fff;
	background-color: #1278FF;
	border-color: #1278FF;
	border-radius: 0;
}
#tertiary.wpc-newsletter .highlight {
	color: #1278FF;
}
#tertiary.wpc-newsletter .dashicons {
    font-size: 50px;
    height: 50px;
    width: 100%;
}
#tertiary.wpc-newsletter .gform_body {
	float: left;
	width: 70%;
}
#tertiary.wpc-newsletter .gform_footer {
    float: right;
    width: 30%;
    clear: none;
    margin: 0;
    padding: 10px;
}
#tertiary.wpc-newsletter .gform_wrapper {
    margin: 0;
}
#tertiary.wpc-newsletter .gform_wrapper input[type="email"] {
	border: 2px solid #ccc;
}
#tertiary.wpc-newsletter h3 {
    color: #333;
    margin: 5px 0;
    font-size: 20px;
    font-family: Montserrat;
	font-weight: normal;
	line-height: 25px;
}
#tertiary.wpc-newsletter p {
	color: rgb(170, 170, 170);
	font-style: italic;
	font-size: 12px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	font-weight: bold;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 0px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .jumbotron {
    background: url("macbook-twitter-wordpress-cloudy.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
    color: #FFFFFF;
    line-height: 24px;
	height: calc(100vh - 70px);
    padding: 100px 0 0;
    min-height: 500px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    margin: 0;
    overflow: hidden;
}
.template-front-page .jumbotron:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.template-front-page .jumbotron video {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	overflow: hidden;
}
.template-front-page .jumbotron .container {
	z-index: 200;
}
.template-front-page .jumbotron h1 {
	color: #fff;
	font-size: 40px;
}
.template-front-page .jumbotron hr {
    width: 70px;
    padding: 0;
    margin: 40px 0;
    background: #1278FF;
    height: 6px;
}
.template-front-page .jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
}
.template-front-page .jumbotron a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out 0s;
}
.template-front-page .jumbotron a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
#wpc .masthead .jumbotron a.small {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.template-front-page .jumbotron .notice {
	font-size: 11px;
	display: block;
	padding: 10px 0 0 60px;
}
.template-front-page .wrap-counters {
    background: #1278FF;
    box-shadow: 0 0 30px #717171;
}
.template-front-page .wrap-counters .wpcloudy-counter {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-family: Montserrat;
}
.template-front-page .wrap-counters .wpcloudy-counter .number {
    font-family: Merriweather;
    font-size: 40px;
    display: inline-block;
    letter-spacing: 5px;
    border: 3px solid #fff;
    padding: 0px 5px 0px 10px;
    text-align: center;
    margin-right: 10px;
}
.template-front-page .wrap-counters .wpcloudy-counter .installs {
	font-weight: normal;
	text-decoration: underline;
}
.template-front-page .wrap-features-list {
	border-bottom: 1px solid #dedede;
	padding-top: 80px;
	padding-bottom: 80px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
.template-front-page .detail-weather h2,
.template-front-page .features h2,
.template-front-page .testimonials h2,
.twitter h2,
.page-template-page-templatesfeatures-php .twitter h2,
.template-front-page .slider h2,
.page-template-page-templatesfeatures-php h2,
.page-template-page-templatesgeolocation-php h2,
.page-template-page-templatesskins-php h2,
.page-template-pro h2 {
    font-family: Playfair Display,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    margin: 40px 0 80px;
}
.template-front-page .features h2,
.template-front-page .testimonials h2,
.page-template-page-templatesfeatures-php h2,
.page-template-page-templatesgeolocation-php .whitehero h2,
.page-template-page-templatesskins-php .whitehero h2,
.page-template-pro .whitehero h2 {
	color: #333;
}
.page-template-pro .whitehero h2 {
	margin: 30px 0;	
}
.template-front-page .detail-weather h3,
.page-template-page-templatesfeatures-php .whitehero h3, 
.template-faq h3, 
.page-template-page-templatesskins-php h3, 
.page-template-page-templatesgeolocation-php h3, 
.page-template-showcase #content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #333;
}
.template-front-page .detail-weather h3 {
	color: #fff;
}
.template-front-page .detail-weather h4 {
	font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}
.template-front-page .highlight {
	color: #1278FF;
	font-weight: bold;
}
.template-front-page .wrap-detail-weather {
    background: url('wpcloudy-detail.jpg') no-repeat center center / cover;
    position: relative;
}
.template-front-page .wrap-detail-weather:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}
.template-front-page .detail-weather,
.template-front-page .features,
.template-front-page .testimonials,
.twitter {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.template-front-page .detail-weather p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
}
.template-front-page .detail-weather .align {
	margin-top: 100px;
}
.template-front-page .detail-weather .dashicons, 
.template-front-page .detail-weather .dashicons-before:before,
.page-template-page-templatesfeatures-php #current-weather .dashicons, 
.page-template-page-templatesfeatures-php #current-weather .dashicons-before::before {
    color: #1278FF;
    font-size: 30px;
    font-weight: 400;
    height: 30px;
    margin-left: -30px;
    text-align: center;
    width: 30px;
}
.template-front-page .detail-weather .access-features-list {
	margin-top: 20px;
}
.template-front-page .feature-list span {
    color: #34BE04;
    margin-right: 10px;
}
.template-front-page .feature-list p {
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.template-front-page .feature-list .dashicons, .template-front-page .feature-list .dashicons-before:before {
    font-size: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.template-front-page .features h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}
.template-front-page .features h3::after {
    content: '';
    width: 70px;
    height: 3px;
    display: block;
    background: #1278FF;
    position: absolute;
    bottom: -7px;
}
.template-front-page .features p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 12px 0 0 0;
    display: inline-block;
}
.template-front-page .features .feature {
    background-position: center center;
    background-size: 271px 150px;
    display: block;
    height: 150px;
    width: 271px;
    margin: 0 auto;
    box-shadow: 0px 4px 8px #ccc;
}
.template-front-page .feature.post-types {
	background-image:url(feature-post-types.png);
}
.template-front-page .feature.shortcode {
	background-image:url(feature-shortcode.png);
}
.template-front-page .feature.cache {
	background-image:url(feature-cache.png);
}
.template-front-page .feature.export {
	background-image:url(feature-export-import-wpcloudy.png);
}
.template-front-page .wrap-slider {
    background: url("wpcloudy-slider.jpg") repeat fixed center center / cover;
    padding-bottom: 120px;
    padding-top: 80px;
    position: relative;
}
.template-front-page .wrap-slider:before {
	content:'';
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.template-front-page .slider .add-on {
    border: 3px solid #fff;
    padding: 30px;
    min-height: 350px;
    width: 100%;
    transition: all 300ms linear;
    display: inline-block;
}
.template-front-page .slider .add-on:hover {
    background: RGBA(18, 120, 255, 0.5);
    cursor: pointer;
    border: 3px solid #1278FF;
}
.template-front-page .slider h3 {
    color: #FFFFFF;
    font-family: Montserrat;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.template-front-page .slider p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}
.template-front-page .slider .dashicons, .template-front-page .slider .dashicons-before:before {
    height: 60px;
    width: 60px;
    font-size: 60px;
	color: #fff;
}
.template-front-page .twitter .dashicons, .template-front-page .twitter .dashicons-before:before {
    height: 60px;
    width: 60px;
    font-size: 60px;
	color: #47A3DA;
}
.template-front-page .testimonials .quote img {
    border-radius: 50%;
    width: 100px;
}
.template-front-page .testimonials .quote .highlight {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.template-front-page .testimonials .quote p {
    font-family: Montserrat;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}
.wrap-twitter {
	position: relative;
	background: url(wpcloudy-twitter.jpg) no-repeat fixed 50% 50% / cover;
}
.wrap-twitter:before {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	content:"";
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

/* =Plugins
----------------------------------------------- */

/*Return to top*/
#return-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 35px;
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 99999;
}
#return-to-top .dashicons {
    color: #FFFFFF;
    font-size: 50px;
    left: -2px;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
}
#return-to-top:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: pointer;
}
#return-to-top:hover span {
    color: #FFFFFF;
    top: 5px;
}
/* Geolocation */
#wpc.page-template-page-templatesgeolocation-php .jumbotron {
		background: url("wpcloudy-geolocation.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
		color: #ffffff;
		height: calc(100vh - 72px);
		line-height: 24px;
		min-height: 500px;
		padding: 130px 0 0;
		position: relative;
		text-align: center;
}
#wpc.page-template-page-templatesgeolocation-php #weather-data h2 {
    color: #FFFFFF;
    margin-bottom: 30px;
}
#wpc.page-template-page-templatesgeolocation-php .membership .dashicons, #wpc.page-template-page-templatesgeolocation-php .membership .dashicons-before:before {
    background: none repeat scroll 0 0 #1278FF;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 10px;
    text-align: center;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero {
	background: none repeat scroll 0 0 #212A33;
    padding: 60px 0;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero h2 {
	color: #fff;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel {
	background: none;
	box-shadow: none;
    color: #FFFFFF;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-title,
#wpc.page-template-page-templatesgeolocation-php .darkhero p {
    color: #FFFFFF;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-default {
	border-color: #1278FF;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-default > .panel-heading {
    background-color: #1278FF;
    border-color: #1278FF;
    color: #FFFFFF;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-title {
	color: #1278FF;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-title > a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion .panel-title > a:hover {
    color: #212A33;
    text-decoration: none;
}
#wpc.page-template-page-templatesgeolocation-php .darkhero #accordion a:focus {
	outline: none;
	text-decoration: none;
}
#wpc.page-template-page-templatesgeolocation-php .highlight {
    color: #1278FF;
    font-weight: bold;
}
/* Skins */
#wpc.page-template-page-templatesskins-php .jumbotron {
	background: url("wpcloudy-skins.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
	color: #ffffff;
	height: calc(100vh - 72px);
	line-height: 24px;
	min-height: 500px;
	padding: 130px 0 0;
	position: relative;
	text-align: center;
}
#wpc.page-template-page-templatesskins-php .jumbotron:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;	
}
#wpc.page-template-page-templatesskins-php .jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
}
#wpc.page-template-page-templatesskins-php .btn-primary:hover {
    box-shadow: none;
}
#wpc.page-template-page-templatesskins-php #skin-4 {
	padding: 60px 0;
}
#wpc.page-template-page-templatesskins-php .blackhero {
	padding: 30px 0;
}
.page-template-page-templatesskins-php .ac-device a {
    display: inline-block;
    height: 440px;
    margin: 85px 0 0 20px;
    width: 249px;
}
.page-template-page-templatesskins-php .ac-device h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    top: 60%;
    width: 100%;
}
#wpc.page-template-page-templatesskins-php #skin-1 h2 {
    color: #FFFFFF;
    font-family: helvetica,arial;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}
#wpc.page-template-page-templatesskins-php #skin-2 h2 {
	text-align: center;
}
#wpc.page-template-page-templatesskins-php #skin-3 h2,
#wpc.page-template-page-templatesgeolocation-php #geolocation-3 h2 {
    margin: 0 0 60px;
    text-align: center;
}
#wpc.page-template-page-templatesskins-php #skin-3,
#wpc.page-template-page-templatesgeolocation-php #geolocation-3 {
	min-height: 460px;
	padding-top: 60px;
}
#wpc.page-template-page-templatesskins-php .scroll {
	text-align: center;
	padding-top: 15px;
}
#wpc.page-template-page-templatesskins-php .membership, #wpc.page-template-page-templatesgeolocation-php .membership {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    margin: 30px 0;
    padding: 0;
}
#wpc.page-template-page-templatesskins-php .membership .thead, #wpc.page-template-page-templatesgeolocation-php .membership .thead {
    background: none repeat scroll 0 0 #1278FF;
    border: 1px solid #1278FF;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    margin-left: -1px;
    text-transform: uppercase;
    width: 100.5%;
    text-align: center;
}
#wpc.page-template-page-templatesskins-php .membership ul,
#wpc.page-template-page-templatesgeolocation-php .membership ul {
    padding: 0;
    text-align: left;
}
#wpc.page-template-page-templatesskins-php .membership ul li, #wpc.page-template-page-templatesgeolocation-php .membership ul li {
    border-bottom: 1px solid #F2F2F2;
    font-family: Montserrat;
    padding: 15px 20px;
    list-style: none;
}
#wpc.page-template-page-templatesskins-php .membership ul li:last-child,
#wpc.page-template-page-templatesgeolocation-php .membership ul li:last-child {
	border: none;
}
#wpc.page-template-page-templatesskins-php .membership .dashicons,
#wpc.page-template-page-templatesskins-php .membership .dashicons-before:before {
	background: #1278FF;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
#wpc.page-template-page-templatesskins-php .google {
    color: #63666A;
    font-family: arial,sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.375;
    text-decoration: none;
    margin: 45px 0 0 0;
}
#wpc.page-template-page-templatesskins-php .darkhero {
	background: none repeat scroll 0 0 #212A33;
    padding: 60px 0;
}
#wpc.page-template-page-templatesskins-php .darkhero h2 {
	color: #fff;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel {
	background: none;
	box-shadow: none;
    color: #FFFFFF;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-title {
    color: #FFFFFF;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-default {
	border-color: #1278FF;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-default > .panel-heading {
    background-color: #1278FF;
    border-color: #1278FF;
    color: #FFFFFF;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-title {
	color: #1278FF;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-title > a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion .panel-title > a:hover {
    color: #212A33;
    text-decoration: none;
}
#wpc.page-template-page-templatesskins-php .darkhero #accordion a:focus {
	outline: none;
	text-decoration: none;
}
/* PRO */
#wpc.page-template-pro .jumbotron {
	background: url("monika-thorpe-2x.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
	color: #ffffff;
	height: calc(100vh - 72px);
	line-height: 24px;
	min-height: 500px;
	padding: 130px 0 0;
	position: relative;
	text-align: center;
}
#wpc.page-template-pro .jumbotron:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;	
}
#wpc.page-template-pro .darkhero #accordion .panel {
	background: none;
	box-shadow: none;
    color: #FFFFFF;
}
#wpc.page-template-pro .darkhero #accordion .panel-title {
    color: #FFFFFF;
}
#wpc.page-template-pro .darkhero #accordion .panel-default {
	border-color: #1278FF;
}
#wpc.page-template-pro .darkhero #accordion .panel-default > .panel-heading {
    background-color: #1278FF;
    border-color: #1278FF;
    color: #FFFFFF;
}
#wpc.page-template-pro .darkhero #accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
#wpc.page-template-pro .darkhero #accordion .panel-title {
	color: #1278FF;
}
#wpc.page-template-pro .darkhero #accordion .panel-title > a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
}
#wpc.page-template-pro .darkhero #accordion .panel-title > a:hover {
    color: #212A33;
    text-decoration: none;
}
#wpc.page-template-pro .darkhero #accordion a:focus {
	outline: none;
	text-decoration: none;
}
#wpc.page-template-pro .darkhero {
	background: none repeat scroll 0 0 #212A33;
    padding: 60px 0;
}
#wpc.page-template-pro .darkhero h2 {
    color: #fff;
}
.wrap-wpui {
    background: #a38a6d;
    color: #fff;
    text-align: center;
    z-index: 5000;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.2);
}
.wrap-wpui a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-family: Montserrat;
    font-size: 14px;
}
.wrap-wpui a:hover {
	text-decoration: underline;
}

/* =Media queries
-------------------------------------------------------------- */
/* Max width of 767 pixels. */
@media screen and (max-width: 767px) {
	.menu-footer-menu-container {
		display: none;
	}
	footer[role="contentinfo"] {
		padding: 0;
	}
	.wpcloudy-brand {
		text-align: center;
	}
	#primary #intro-knowledge-base, .page-template-page-templatessupport-php .masthead #knowledge-base {
		margin: 0;
	}
	#primary #intro-knowledge-base h2, #primary #intro-knowledge-base p {
		text-align: left;
	}
	.template-front-page .jumbotron {
		height: auto;
	}
	.template-front-page .jumbotron video {
		display: none;
	}
	.template-front-page .wrap-counters .wpcloudy-counter .installs {
	    display: block;
	    margin: 10px 0;
	}
	#wpc .masthead .jumbotron .btn-primary {
		display: block;
		margin: 0;
	}
	#wpc .masthead .jumbotron a.small {
		display: inline-block;
	    width: 100%;
	    margin: 10px 0;
	    text-align: center;
	}
	.main-navigation ul {
		padding:0;
	}
	.main-navigation li {
	    font-size: 13px;
	    line-height: 50px;
	    list-style: none;
	    text-align: center;
	    font-weight: bold;
	}
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content,
	body.bbpress .site-content,
	body.support .site-content,
	body.template-features .site-content,
	body.page-template-page-templatesskins-php .site-content,
	body.template-faq .site-content,
	body.guides .site-content,
	body.page-template-page-templatesgeolocation-php .site-content {
		width: 100%;
	}
	body.page-template-default .site-content {
		width: 65.1042%;
		float: left;
	}
	.widget-area {
		float: right;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
	    color: #6a6a6a;
	    line-height: 40px;
	    white-space: nowrap;
	    font-weight: 600;
	}
	.main-navigation li {
		margin: 0 25px 0 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin: 0;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.main-navigation .cta-join.current-menu-item > a, 
	.main-navigation .cta-join.current-menu-ancestor > a, 
	.main-navigation .cta-join.current_page_item > a, 
	.main-navigation .cta-join.current_page_ancestor > a {
		color: #fff;
	}
	.menu-toggle {
		display: none;
	}
	footer[role="contentinfo"] .footer-nav {
		padding: 0;
	}
	footer[role="contentinfo"] .footer-nav .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	footer[role="contentinfo"] .footer-nav li {
	    float: left;
	    text-align: left;
	    width: 30%;
	}
	footer[role="contentinfo"] .footer-nav li a {
	    color: #1278FF;
	    font-family: Montserrat;
	    font-size: 13px;
	}
	footer[role="contentinfo"] .footer-nav li a:hover {
		color:#487bd9;
		text-decoration: underline;
	}
	footer[role="contentinfo"] .footer-nav .sub-menu li {
		clear: both;
		display: inline-block;
		width: 100%;
	}
	footer[role="contentinfo"] .footer-nav .sub-menu a {
	    font-family: "helvetica neue", helvetica, arial;
	    font-weight: normal;
	}
	footer[role="contentinfo"] .footer-nav .sub-menu a:hover {
		
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/****************************************************************************************************/
#wpc #page {
    background: none repeat scroll 0 0 #FFFFFF;
}
#wpc .jumbotron {
	background-color: #487bd9;
}
#wpc.page-template-page-templatesskins-php #page {
	height: 100%;
}
#wpc .sub-header {
    background: none repeat scroll 0 0 #487bd9;
    color: #FFFFFF;
    padding: 40px 0;
    position: relative;
    margin-bottom: 30px;
}
#wpc .sub-header .entry-header {
	margin: 0;
}
#wpc .sub-header h1 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
}
#wpc .sub-title a {
    color: #B1E0EC;
    font-size: 16px;
    font-weight: bold;
}
/* WP Cloudy Homepage */
#wpc .masthead .buy {
    position: absolute;
    right: -270px;
    top: 460px;
}
#wpc .masthead .buy a {
    border: 3px solid #3498DB;
    color: #777777;
    height: auto;
    margin: auto;
    padding: 10px;
    width: auto;
    font-weight: bold;
}
#wpc .masthead .buy a:hover {
    background: none repeat scroll 0 0 #3498DB;
    color: #FFFFFF;
    text-decoration: none;
}
#wpc .whitehero {
	padding:70px 0;
	border-bottom: 1px solid #dedede;
}
#wpc .greyhero {
	padding: 70px 0;
	background: #F8F8F8;
}
#wpc .showcase .whitehero {
	border-bottom: none;
}
.page-template-showcase .jumbotron {
    background: url("showcase-wpcloudy.jpg") no-repeat scroll 50% 10% / cover rgba(0, 0, 0, 0);
}
.page-template-showcase .wrap-browser::before {
	content: "";
	display: block;
	position: relative;
	height: 30px;
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	background-color: #DDD;
}
.page-template-showcase .wrap-browser .device-details, .page-template-showcase .wrap-browser .device-details::after, .page-template-showcase .wrap-browser .device-details::before {
    z-index: 10;
    display: block;
    position: absolute;
    left: 25px;
    top: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #3C4E5A;
}
.page-template-showcase .wrap-browser .device-details::after, .page-template-showcase .wrap-browser .device-details::before {
    content: "";
    left: 20px;
    top: 0px;
    background-color: #47A3DA;
}
.page-template-showcase .wrap-browser .device-details::before {
    left: 40px;
    background-color: #fff;
}

#wpc.woocommerce-page #masthead.navbar a,
.page-template-page-templatesguides-php #masthead.navbar a,
#wpc.bbpress #masthead.navbar a,
.page-template-page-templatesfaq-php #masthead.navbar a,
.page-template-default #masthead.navbar a {
	text-shadow: none;
}
#wpc #masthead .site-title {
	margin: 0;
	padding: 0;
	clear:none;
}
#wpc #masthead .logo.navbar-brand img {
    height: auto;
    width: 180px;
}
#wpc .navbar .download a {
    background: none repeat scroll 0 0 #47a3da;
    color: #fff;
    text-transform: uppercase;
    transition: background 400ms linear 0s;
}
#wpc .navbar .download:hover a {
    background: none repeat scroll 0 0 #fff;
    color: #47a3da;
}
#wpc .masthead {
    position: relative;
}
#wpc .masthead .jumbotron .climacon.cloud,
#wpc .masthead .jumbotron .dashicons {
	font-size: 80px;
	height: 80px;
	width: 80px;
}
#wpc .masthead .jumbotron h1 {
    font-size: 50px;
    line-height: 1;
    font-family: Montserrat;
	font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
#wpc .masthead .jumbotron h2 {
    font-family: Helvetica neue,helvetica,arial;
    font-weight: 200;
    line-height: 1.25;
    margin-top: 30px;
    text-shadow: 0 1px 10px #000000;
}
#wpc .masthead .jumbotron .btn-primary {
	margin-right: 20px;
}
#wpc .masthead p.download {
	margin-top:40px;
}
#wpc .btn-primary {
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 60px;
    padding: 14px 25px;
    font-weight: 400;
    transition: all 300ms linear;
    background: none;
    font-size: 16px;
	text-transform: uppercase;
}
#wpc .btn-primary:hover {
    background: none repeat scroll 0 0 #1278FF;
    border: 1px solid #1278FF;
    color: #FFFFFF;
}
#wpc .main-features h2 {
    font-family: "Helvetica neue", helvetica, arial;
    font-size: 22px;
    font-weight: 600;
}
.btn-info {
    color: #fff;
    background-color: #fff;
    border-radius: 25px;
    color: #1278FF;
    border: 2px solid #fff;
    font-weight: bold;
    padding: 15px;
    transition: all 300ms linear;
}
.btn-info:hover {
    color: #fff;
    background-color: #1278FF;
    border-color: #1278FF;
    border-radius: 0;
}
#wpc .btn.btn-info:hover, .btn.btn-info:focus {
	transition: all 0.25s ease 0s;
}
.btn-info.btn-dark {
	border: 2px solid #1278FF;
}
.masthead .btn:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.25);
}
.masthead .btn:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
.jumbotron .container {
    position: relative;
    z-index: 2;
}
.masthead-links {
    list-style: none outside none;
    margin: 0;
}
.masthead-links li {
    color: rgba(255, 255, 255, 0.25);
    display: inline;
    padding: 0 10px;
}
.bs-docs-social {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    padding: 15px 0;
    position: relative;
    text-align: center;
    top: 71px;
}
.bs-docs-social-buttons {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.bs-docs-social-buttons li {
    display: inline-block;
    line-height: 1;
    padding: 5px 8px;
}

/* WP Cloudy Features */
.page-template-page-templatesfeatures-php .jumbotron {
    background: url("wpcloudy-features.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
    color: #ffffff;
    height: calc(100vh - 72px);
    line-height: 24px;
    min-height: 500px;
    padding: 130px 0 0;
    position: relative;
    text-align: center;
}
.page-template-page-templatesfeatures-php .jumbotron:after,
.page-template-page-templatesgeolocation-php .jumbotron:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.page-template-page-templatesfeatures-php .jumbotron p,
.page-template-page-templatesgeolocation-php .jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
}
.page-template-page-templatesfeatures-php .jumbotron a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out 0s;
}
.page-template-page-templatesfeatures-php .jumbotron a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.page-template-page-templatesfeatures-php #weather-data {
	background: #212A33;
	padding: 60px 0;
}
.page-template-page-templatesfeatures-php #weather-data h2 {
	color: #fff;
	margin-bottom: 30px;
}
.page-template-page-templatesfeatures-php #weather-data .dashicons,
.page-template-page-templatesfeatures-php #weather-data .dashicons-before:before,
.page-template-page-templatesfeatures-php #weather-data .dashicons.hi-icon,
.page-template-page-templatesfeatures-php #weather-data .dashicons.hi-icon:before {
	font-size: 40px !important;
}
.page-template-page-templatesfeatures-php #weather-data .tab-content {
	margin-top: 30px;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs {
    border: 1px solid #1278FF;
    border-radius: 7px;
    color: #FFFFFF;
    display: inline-block;
    padding:0;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li {
	color: #fff;
	margin: 0;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li.first a {
	border-radius: 5px 0px 0px 5px !important;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li.last a {
	border-radius: 0px 5px 5px 0px !important;
	border-right: none;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li.last a:hover {
	padding-left: 16px;
    padding-right: 14px;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li a {
    border-radius: 0;
    border-right: 1px solid #1278FF;
    color: #FFFFFF;
    transition: background 300ms linear;
    margin: 0;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs li a:hover {
    background: none repeat scroll 0 0 #1278FF;
    border-color: none #47A3DA none none;
    border-radius: 0;
    border-right: 1px solid #1278FF;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 16px;
    padding-right: 15px;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.active > a, .page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.active > a:hover, .page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.active > a:focus {
    background: none repeat scroll 0 0 #1278FF;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    line-height: 42px;
    margin: 0;
    padding-top: 0;
	padding-bottom: 0;
    padding-left: 16px;
    padding-right: 15px;
    border-right: 1px solid #1278FF;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
}
.page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.last.active > a, .page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.last.active > a:hover, .page-template-page-templatesfeatures-php #weather-data .nav-tabs > li.last.active > a:focus {
	padding: 0 14px 0 16px;
}
.page-template-page-templatesfeatures-php #weather-data h3 {
    color: #FFFFFF;
    font-size: 16px;
}
.page-template-page-templatesfeatures-php #wordpress-weather-plugin .dashicons, .page-template-page-templatesfeatures-php #wordpress-weather-plugin .dashicons-before:before {
    background: none repeat scroll 0 0 #1278FF;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    width: 50px;
}
.page-template-page-templatesfeatures-php #wordpress-weather-plugin .dashicons {
	margin-top: 20px;
}
.page-template-page-templatesfeatures-php #options-panel .dashicons,
.page-template-page-templatesfeatures-php #options-panel .dashicons-before:before {
	font-size: 60px !important;
}
.page-template-page-templatesfeatures-php #options-panel #carousel-wpcloudy {
	margin-top: 30px;
}
.page-template-page-templatesfeatures-php #weather-map h2,
.page-template-page-templatesfeatures-php #wpcloudy-skins h2,
.page-template-page-templatesfeatures-php #wpcloudy-multilingual h2,
.page-template-page-templatesfeatures-php #options-panel h2 {
	margin-bottom: 30px;
}
.page-template-page-templatesfeatures-php .btn-primary:hover {
	box-shadow: none;
}
.page-template-page-templatesskins-php .btn-primary:hover {
	box-shadow: none;
}
.page-template-page-templatesfeatures-php .whitehero, 
.page-template-page-templatesskins-php .whitehero, 
.page-template-page-templatesfeatures-php .blackhero,
.page-template-page-templatesgeolocation-php .whitehero,
.page-template-page-templatesgeolocation-php .blackhero {
	padding-bottom: 60px;
	padding-top: 60px;
}
.page-template-page-templatesfeatures-php .whitehero span.climacon:before,
.page-template-page-templatesskins-php .whitehero span.climacon:before,
.page-template-page-templatesgeolocation-php .whitehero span.climacon:before {
    display: block;
    font-size: 80px;
	color: #1278FF;
}
.page-template-page-templatesfeatures-php .whitehero span.climacon.large:before,
.page-template-page-templatesskins-php .whitehero span.climacon.large:before,
.page-template-page-templatesgeolocation-php .whitehero span.climacon.large:before {
	font-size: 120px;
	margin: -15px 0;
}
.page-template-page-templatesfeatures-php .whitehero .description,
.page-template-page-templatesskins-php .whitehero .description,
.page-template-page-templatesgeolocation-php .whitehero .description {
	margin:0 0 30px 0;
}
.page-template-page-templatesfeatures-php .whitehero span.elegant:before,
.page-template-page-templatesfeatures-php #options-panel .dashicons,
.page-template-page-templatesfeatures-php #options-panel .dashicons-before:before,
.page-template-page-templatesskins-php .whitehero span.elegant:before,
.page-template-page-templatesgeolocation-php .whitehero span.elegant:before {
    display: inline;
    font-size: 40px;
	color: #1278FF;
}
.page-template-page-templatesfeatures-php .whitehero p,
.page-template-page-templatesgeolocation-php .whitehero p,
.page-template-showcase .whitehero p,
.page-template-showcase .greyhero p,
.page-template-page-templatesgeolocation-php .whitehero p,
.page-template-page-templatesskins-php .whitehero p,
.page-template-pro .whitehero p,
.page-template-page-templatesfeatures-php .whitehero li,
.page-template-page-templatesgeolocation-php .whitehero li,
.page-template-showcase .whitehero li,
.page-template-showcase .greyhero li,
.page-template-page-templatesgeolocation-php .whitehero li,
.page-template-page-templatesskins-php .whitehero li,
.page-template-pro .whitehero li {
    font-size: 16px;
    line-height: 24px;
}
.page-template-page-templatesfeatures-php #wpcloudy-download img,
.page-template-page-templatesskins-php #wpcloudy-download img,
.page-template-page-templatesgeolocation-php #wpcloudy-download img {
    display: block;
    margin: 30px auto 40px;
    text-align: center;
}
/* WP Cloudy Carousel */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}
#carousel-wpcloudy-geolocation {
	margin-top: 80px;
}
#carousel-wpcloudy .carousel-indicators,
#carousel-wpcloudy-skins .carousel-indicators,
#carousel-wpcloudy-geolocation .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li,
#carousel-wpcloudy-skins li,
#carousel-wpcloudy-geolocation li {
    background-color:#949494;
    border: 1px solid #FFFFFF;
}
#carousel-wpcloudy .carousel-indicators li:hover,
#carousel-wpcloudy-skins .carousel-indicators li:hover,
#carousel-wpcloudy-geolocation .carousel-indicators li:hover {
	background:#666;
}
#carousel-wpcloudy .carousel-indicators .active,
#carousel-wpcloudy-skins .carousel-indicators .active,
#carousel-wpcloudy-geolocation .carousel-indicators .active {
    background-color: #FFFFFF;
    border: 1px solid #0088CC;
}
#carousel-wpcloudy .carousel-indicators li.active:hover,
#carousel-wpcloudy-skins .carousel-indicators li.active:hover,
#carousel-wpcloudy-geolocation .carousel-indicators li.active:hover {
	background:#fff;
}
#carousel-wpcloudy .carousel-control.left,
#carousel-wpcloudy .carousel-control.right,
#carousel-wpcloudy-skins .carousel-control.left,
#carousel-wpcloudy-skins .carousel-control.right,
#carousel-wpcloudy-geolocation .carousel-control.left,
#carousel-wpcloudy-geolocation .carousel-control.right {
	background:none;
} 
#carousel-wpcloudy .carousel-control .icon-prev, 
#carousel-wpcloudy .carousel-control .glyphicon-chevron-left {
	left: 0%;
}
#carousel-wpcloudy .carousel-control .icon-next, 
#carousel-wpcloudy .carousel-control .glyphicon-chevron-right {
	right: 0%;
}
#carousel-wpcloudy .carousel-control.left {
	left: -10%;
}
#carousel-wpcloudy .carousel-control.right {
	right: -10%;
}
#carousel-wpcloudy .carousel-font,
#carousel-wpcloudy-skins .carousel-font,
#carousel-wpcloudy-geolocation .carousel-font {
    color: #666666;
    font-size: 60px;
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #47A3DA, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/* WP Cloudy Support */
.page-template-page-templatessupport-php .jumbotron {
    background: url("support-wpcloudy.jpg") no-repeat scroll 50% 10% / cover rgba(0, 0, 0, 0);
    color: #ffffff;
    height: 300px !important;
    line-height: 24px;
    margin: -90px 0 20px;
    padding: 50px 0 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 3px #000000, 0 0 30px rgba(0, 0, 0, 0.075);
}
.page-template-page-templatessupport-php .jumbotron .entry-header {
    margin-top: 100px;
}
#wpc .masthead .jumbotron h1,
#wpc .masthead .jumbotron p {
    color: #FFFFFF;
}
.page-template-page-templatessupport-php .dashicons,
.page-template-page-templatessupport-php .dashicons-before:before {
	font-size: 50px;
	width: 50px;
	height: 50px;
}
.page-template-page-templatessupport-php .btn .dashicons,
.page-template-page-templatessupport-php .btn .dashicons-before:before {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.page-template-page-templatessupport-php .masthead p {
    color: #95A5A6;
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.page-template-page-templatessupport-php .masthead h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
}
.page-template-page-templatessupport-php .masthead #knowledge-base {
	margin: 60px 0;
}
.page-template-page-templatessupport-php .masthead #knowledge-base .col-md-3 {
	border-right: 1px solid #F5F5F5;
	padding: 10px;
}
.page-template-page-templatessupport-php .masthead #knowledge-base .col-md-3:hover {
	background: #F5F5F5;
	transition: all 300ms linear;
}
.page-template-page-templatessupport-php .masthead #knowledge-base .col-md-3.last {
	border-right: none;
}
.support section {
	margin:20px 0;
}
.page-template-page-templatesguides-php .jumbotron {
    background: none repeat scroll 0 0 #47A3DA;
    height: 150px !important;
    min-height: 0 !important;
    padding: 0;
}
.listing-guides {
	margin:10px 0;
}
.listing-guides section ul {
    margin: 0;
    padding: 0;
}
.listing-guides section ul li {
	margin:10px 0;
	display:block;
}
.listing-guides section ul li h2{
	font-size:16px;
}
.listing-guides section ul li p{
	font-size:12px;
}
#wpc-weather #wpc-map-container {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 8px #CCCCCC;
    padding: 5px;
    width: 100%;
}
#wpc .ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
#wpc .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
#wpc .ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
#wpc .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
#wpc .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#wpc .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#wpc .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
#wpc .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#wpc .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
#wpc .ui-tabs-vertical { width: 55em; }
#wpc .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
#wpc .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
#wpc .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
#wpc .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
#wpc .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

/*************Flat UI************************/
.bbpress .fui-search {
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
}
/*************Elegant Themes Font************************/
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_chat_alt:before {
	content: "\77";
}
.social_wordpress:before {
	content: "\e099";
}
.icon_check:before {
	content: "\4e";
}
.icon_map_alt:before {
	content: "\e01f";
}
/*******************Appshowcase****************/
.ac-wrapper {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 25%;
	-moz-perspective-origin: 50% 25%;
	perspective-origin: 50% 25%;
}

.ac-wrapper h2 {
	top: 20%;
	width: 50%;
	position: absolute;
	font-weight: 300;
	font-size: 4em;
	text-align: right;
	padding: 0 180px 0 50px;
	pointer-events: none;
}

.ac-wrapper h2 span {
	display: block;
	font-size: 60%;
	color: #c0c0c0;
}

.ac-device {
	background: url(iPhone.png) no-repeat;
	width: 288px;
	height: 611px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ac-device a {
    display: inline-block;
    height: 440px;
    margin: 85px 0 0 20px;
    width: 249px;
}

.ac-device a img {
	display: block;
}

.ac-device h3 {
	position: absolute;
	font-size: 2.5em;
	left: 100%;
	width: 100%;
	top: 60%;
	margin-left: 30px;
	font-weight: 300;
	color: #888;
}

.ac-grid {
	position: absolute;
	width: 100%;
	padding-top: 3.6em;
	z-index: 1000;
	top: 0;
	left: 0;
	text-align: center;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ac-grid a {
	width: 220px;
	display: inline-block;
	position: relative;
	margin: 10px 5px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.ac-grid a:first-child {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
}

.ac-grid a:last-child {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

.ac-grid a img {
	display: block;
	width: 100%;
}

.ac-grid a span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-transform: uppercase;
	padding: 4em 1em 0;
	z-index: 100;
	color: #ddd;
	background: rgba(0,0,0,0.4);
	font-weight: 700;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ac-grid a:hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.ac-wrapper.ac-gridview .ac-device {
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
	opacity: .6;
}

.ac-wrapper.ac-gridview .ac-grid {
	pointer-events: auto;
}

.ac-wrapper.ac-gridview .ac-grid a {
	opacity: 1;
	pointer-events: auto;
}

.ac-wrapper.ac-gridview .ac-grid a:first-child {
	-webkit-transform: rotateY(-20deg) translateZ(0px);
	-moz-transform: rotateY(-20deg) translateZ(0px);
	transform: rotateY(-20deg) translateZ(0px);
}

.ac-wrapper.ac-gridview .ac-grid a:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	transition-delay: 50ms;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}

.ac-wrapper.ac-gridview .ac-grid a:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.ac-wrapper.ac-gridview .ac-grid a:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	transition-delay: 150ms;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.ac-wrapper.ac-gridview .ac-grid a:last-child {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
	-webkit-transform: rotateY(20deg) translateZ(0px);
	-moz-transform: rotateY(20deg) translateZ(0px);
	transform: rotateY(20deg) translateZ(0px);
}

@media screen and (max-width: 63.875em) {
	.ac-wrapper { 
		font-size: 60%; 
		width: 100%; 
		padding: 0 20px;
	}

	.ac-device {
		margin: 0;
		width: 100%;
	}

	.ac-device h3 { 
		width: 50%;
		left: 290px;
	}

	.ac-wrapper h2 { 
		left: 308px; 
		padding: 0; 
		text-align: left; 
		margin-left: 30px;
	}
}

@media screen and (max-width: 58em) {
	.ac-grid {
		width: 90%;
		left: 5%;
		margin-left: 0;
		padding-top: 8em;
	}

	.ac-grid a {
		width: 22%;
	}
}


@media screen and (max-width: 35.6875em) {
	.ac-wrapper {
		padding: 0 20px 100px;
	}

	.ac-wrapper h2 { 
		width: 100%;
		text-align: center;
		margin: 0 0 1em;
		top: 0;
		left: auto;
		position: relative;
	}

	.ac-device {
		margin: 0 auto;
		width: 288px;
	}

	.ac-device h3 {
		position: relative;
		margin: 0;
		left: auto;
		width: 100%;
		top: 100px;
		display: block;
		text-align: center;
	}

	.ac-grid a {
		width: 40%;
	}

	.ac-wrapper.ac-gridview .ac-grid a {
		-webkit-transform: translateZ(0px) !important;
		-moz-transform: translateZ(0px) !important;
		transform: translateZ(0px) !important;
	}
}
