Sindbad~EG File Manager
/*
Theme Name: Flatbase Child
Theme URI: NiceThemes <hello@nicethemes.com>
Description: A child theme of Flatbase Theme
Author: NiceThemes
Author URI: http://nicethemes.com/
Template: flatbase
*/
body, html {
height: 100%;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin: 0;
padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Floating & Alignment */
.fl, .alignleft {
float: left;
}
.fr, .alignright {
float: right;
}
.ac {
text-align: center;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
}
.ar {
text-align: right;
}
/* Clear Floats */
.col-full:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.fix {
clear: both;
height: 1px;
overflow: hidden;
margin: -1px 0 0;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
list-style: none;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
margin: 0;
padding: 0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
display: block;
}
/* End hide from IE Mac */
.none {
display: none;
}
/* End Clearfix */
::selection {
background: #5bc4be;
/* WebKit/Blink Browsers */
color: #fff;
}
::-moz-selection {
background: #5bc4be;
/* Gecko Browsers */
color: #fff;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/**
* Apply a natural box layout model to all elements.
*
* {@link http://www.paulirish.com/2012/box-sizing-border-box-ftw/}
*/
*, *:before, *:after {
box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
/* Tables still need 'cellspacing="0"' in the markup. */
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: "";
}
a img {
border: 0;
}
a img[data-original] {
display: inline-block;
opacity: 0 !important;
transition: opacity 0.2s ease-in-out 0s;
}
a img[data-original].loaded {
opacity: 1 !important;
}
a:hover, a:active, a:focus {
outline: none;
}
a:visited:hover {
color: unset;
}
article {
overflow: visible;
}
/* Floating & Alignment */
.fl {
float: left;
}
.fr {
float: right;
}
.ac {
text-align: center;
}
.ar {
text-align: right;
}
/* clearfix */
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
content: ' ';
display: table;
}
.clearfix:after {
clear: both;
}
/* Display */
.block {
display: block;
}
.inline {
display: inline;
}
.inline-block {
display: inline-block;
}
/* Hidden elements. */
.hidden {
display: none;
}
/* Visible elements. */
.visible {
display: inherit;
}
/*-----------------------------------------------------------------------------------*/
/* 2. Document Setup
/*-----------------------------------------------------------------------------------*/
* {
box-sizing: border-box;
}
body {
font: 15px/20px "Lato", Arial, sans-serif;
background: #fff;
color: #8b989e;
}
body,
button,
input,
select,
textarea {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#wrapper {
background: #fff;
}
#container {
margin: 25px auto 0;
max-width: 1080px;
padding: 30px 0;
}
#content {
width: 61.583%;
float: left;
overflow: hidden;
}
#sidebar {
float: right;
width: 31.25%;
overflow: hidden;
}
input,
textarea {
font: 12px/20px "Lato", Arial, sans-serif;
background: #fff;
color: #999;
border: 1px solid #fff;
}
.hidden {
display: none;
}
.clear {
clear: both;
display: block;
font-size: 0;
height: 0;
line-height: 0;
width: 100%;
}
hr {
background-color: #e3e3e3;
border: 0 none;
height: 1px;
margin-bottom: 20px;
}
ol, ul {
list-style: none outside none;
}
a {
text-decoration: none;
color: #5bc4be;
transition: all 0.1s linear;
}
a:hover {
color: #5bc4be;
}
a:visited {
color: #5bc4be;
}
a img {
border: none;
}
a > img {
vertical-align: bottom;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio {
margin-bottom: 20px;
}
.hentry,
.navigation-links,
.hfeed,
.pinglist {
margin-bottom: 40px;
}
.widget .children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul {
margin-bottom: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Nunito", Arial, sans-serif;
font-weight: normal;
padding: 0;
color: #4b4d4b;
clear: both;
line-height: 1.25em;
word-wrap: break-word;
}
h1 a, h1 a:hover, .h1 a, .h1 a:hover,
h2 a,
h2 a:hover, .h2 a, .h2 a:hover,
h3 a,
h3 a:hover, .h3 a, .h3 a:hover,
h4 a,
h4 a:hover, .h4 a, .h4 a:hover,
h5 a,
h5 a:hover, .h5 a, .h5 a:hover,
h6 a,
h6 a:hover, .h6 a, .h6 a:hover {
border: none;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
margin-bottom: 15px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
body.single .fontsize-12,
body.page .fontsize-12 {
font-size: 12px;
}
body.single .fontsize-25,
body.page .fontsize-25 {
font-size: 25px;
}
body.single .fontsize-40,
body.page .fontsize-40 {
font-size: 40px;
}
body.single .fontsize-50,
body.page .fontsize-50 {
font-size: 50px;
}
body.single .fontsize-75,
body.page .fontsize-75 {
font-size: 75px;
}
body.single .fontsize-100,
body.page .fontsize-100 {
font-size: 100px;
}
body.single .fontsize-125,
body.page .fontsize-125 {
font-size: 125px;
}
body.single .fontsize-150,
body.page .fontsize-150 {
font-size: 150px;
}
.full-width {
width: 100% !important;
}
.col-full {
margin: 0 auto;
max-width: 1080px;
}
body.sidebar-left #content {
float: right;
width: 65.583%;
}
body.sidebar-left #sidebar {
float: left;
}
/*-----------------------------------------------------------------------------------*/
/* 2. Header */
/*-----------------------------------------------------------------------------------*/
#header {
min-height: 120px;
background: #35a49e;
}
#header.has-border #top {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header #top {
position: relative;
min-height: 120px;
}
#header #top #logo {
padding-top: 30px;
}
#header #top #logo a .text-logo {
color: #fff;
display: inline-block;
font-size: 30px;
vertical-align: middle;
}
#header #top #logo img, #header #top #logo svg {
vertical-align: middle;
}
#header #top #logo #retina-logo {
display: none;
}
#header a {
border: none;
}
@media all and (max-width: 1024px) {
#header {
height: auto !important;
}
}
@media all and (min-width: 1024px) {
body.page-template-template-home #header {
overflow: hidden;
}
}
/* Retina logo */
@media only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
#header #top #logo #retina-logo {
display: block;
height: 65px;
}
#header #top #logo #default-logo {
display: none;
}
}
/*-----------------------------------------------------------------------------------*/
/* 3. Navigation */
/*-----------------------------------------------------------------------------------*/
.backtotop {
bottom: -41px;
border: none;
color: #ccc;
display: block;
font-size: 35px;
height: 40px;
min-width: 29px;
position: fixed;
right: 25px;
text-align: center;
transition: all 0.1s linear;
z-index: 999;
}
.backtotop:hover {
color: #8a8a8a;
border: none;
}
.backtotop i.icon-angle-up {
display: inline-block;
margin: 5px 1px 0 0;
}
#header #top #toggle-nav {
display: none;
height: 45px;
position: absolute;
right: 20px;
text-align: center;
top: 34px;
width: 45px;
background: #eff2f3;
background-clip: padding-box;
border-radius: 2px;
color: #4b4d4b;
font-size: 24px;
line-height: 45px;
}
#header #top #toggle-nav:before, #header #top #toggle-nav:after {
content: '';
left: 7px;
position: absolute;
}
#navigation {
font-size: 12px;
float: right;
}
.nav {
z-index: 99;
margin: 0;
padding: 0;
list-style: none;
line-height: 1;
}
#top #navigation .nav > li a {
position: relative;
text-transform: uppercase;
display: block;
z-index: 100;
line-height: 120px;
padding: 0;
text-decoration: none;
margin-right: 25px;
font-size: 14px;
}
.header-light #top #navigation > ul.nav > li > a {
color: #555;
}
.header-light #top #navigation > ul.nav > li > a:hover {
color: #505050;
}
.header-dark #top #navigation > ul.nav > li > a {
color: #eff2f3;
}
.header-dark #top #navigation > ul.nav > li > a:hover {
color: #fff;
}
.nav-default #top #navigation > ul.nav > li > a {
text-transform: initial;
}
.nav-uppercase #top #navigation > ul.nav > li > a {
text-transform: uppercase;
}
.nav-lowercase #top #navigation > ul.nav > li > a {
text-transform: lowercase;
}
.nav-capitalize #top #navigation > ul.nav > li > a {
text-transform: capitalize;
}
#navigation .nav li ul li a {
line-height: 26px !important;
}
#navigation .nav li:last-child > a {
margin-right: 0;
}
#navigation .nav li {
float: left;
width: auto;
}
#navigation .nav li:hover a,
#navigation .nav li.current_page_item a,
#navigation .nav li.current_page_parent a,
#navigation .nav li.current-menu-ancestor a,
#navigation .nav li.current-menu-item a, #navigation .nav li.sfHover {
color: #eee;
}
#navigation .nav li a.sf-with-ul:after {
font-family: 'FontAwesome';
content: '\f107';
display: inline-block;
text-decoration: inherit;
margin-left: 5px;
}
#navigation .nav li ul li a.sf-with-ul:after {
margin-right: 5px;
content: '\f105';
float: right;
}
#navigation ul li a .bar,
#navigation ul li a .bar:before,
#navigation ul li a .bar:after {
background: #5bc4be;
}
#navigation ul ul li .bar {
display: none;
}
#navigation ul li a .bar {
background: #5bc4be;
height: 6px;
left: 0;
opacity: 0;
position: absolute;
top: -10px;
transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
width: 100%;
}
#navigation ul a:hover .bar,
#navigation ul li.sfHover .bar,
#navigation ul li.current-cat .bar,
#navigation ul li.current_page_item .bar,
#navigation ul li.current-menu-item .bar,
#navigation ul li.current-page-ancestor .bar,
#navigation ul li.current-menu-ancestor .bar {
opacity: 1;
top: 0;
}
.nav li ul {
background: #384047;
line-height: 16px;
position: absolute;
left: -999em;
width: 200px;
z-index: 999;
margin: 0;
}
.submenu-light .nav li ul {
background: #ddd;
}
.nav li ul li {
border-bottom: 1px solid #4f4f4f;
border: none;
padding: 0 10px;
display: block;
background-image: none;
box-shadow: 0 0 0;
}
.nav li ul li:hover a {
background-image: none;
box-shadow: 0 0 0;
}
.submenu-light .nav li ul li {
border-bottom-color: #d5d5d5;
}
.submenu-light .nav li ul li a:hover {
color: #3c3b3b !important;
}
#top #navigation .nav li ul li a {
background: none;
background-clip: padding-box;
border-radius: 0;
padding: 8px 10px;
width: 180px;
color: #fff;
font-size: 12px;
border-bottom: 1px solid #4f4f4f;
text-shadow: none !important;
box-shadow: 0 0 0;
line-height: 26px;
}
.submenu-light #top #navigation .nav li ul li a {
border-bottom-color: #d5d5d5;
color: #555;
}
.subnav-default #top #navigation .nav li ul li a {
text-transform: initial;
}
.subnav-uppercase #top #navigation .nav li ul li a {
text-transform: uppercase;
}
.subnav-lowercase #top #navigation .nav li ul li a {
text-transform: lowercase;
}
.subnav-capitalize #top #navigation .nav li ul li a {
text-transform: capitalize;
}
#top #navigation .nav li ul li:last-child a {
border: none;
}
.nav li ul li a.sf-with-ul {
padding: 5px 10px;
}
#top #navigation .nav li ul li a:hover,
.nav li ul li.current_page_item a,
.nav li ul li.current-menu-item a {
color: #fff;
}
.nav li ul ul {
margin: -42px 0 0 190px;
}
.nav li:hover, .nav li.hover {
position: static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {
left: auto;
}
#footer-navigation {
float: right;
}
#footer-navigation ul li {
float: left;
}
#footer-navigation ul li:first-child .separator {
display: none;
}
#footer-navigation ul li a {
margin: 0 15px;
color: #888;
display: inline-block;
padding: 3px 0;
border-bottom: none;
}
#footer-navigation ul li:last-child a {
margin-right: 0;
}
#footer-navigation ul li ul {
display: none;
}
/*-----------------------------------------------------------------------------------*/
/* 4. Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* Headings */
body.single .main-content h1, body.single .main-content .h1,
body.page .main-content h1,
body.page .main-content .h1 {
font-size: 32px;
}
body.single .main-content h2, body.single .main-content .h2,
body.page .main-content h2,
body.page .main-content .h2 {
font-size: 28px;
}
body.single .main-content h3, body.single .main-content .h3,
body.page .main-content h3,
body.page .main-content .h3 {
font-size: 24px;
}
body.single .main-content h4, body.single .main-content .h4,
body.page .main-content h4,
body.page .main-content .h4 {
font-size: 20px;
}
body.single .main-content h5, body.single .main-content .h5,
body.page .main-content h5,
body.page .main-content .h5 {
font-size: 16px;
}
body.single .main-content h6, body.single .main-content .h6,
body.page .main-content h6,
body.page .main-content .h6 {
font-size: 12px;
}
body.single .main-content .fontsize-12,
body.page .main-content .fontsize-12 {
font-size: 12px;
}
body.single .main-content .fontsize-25,
body.page .main-content .fontsize-25 {
font-size: 25px;
}
body.single .main-content .fontsize-40,
body.page .main-content .fontsize-40 {
font-size: 40px;
}
body.single .main-content .fontsize-50,
body.page .main-content .fontsize-50 {
font-size: 50px;
}
body.single .main-content .fontsize-75,
body.page .main-content .fontsize-75 {
font-size: 75px;
}
body.single .main-content .fontsize-100,
body.page .main-content .fontsize-100 {
font-size: 100px;
}
body.single .main-content .fontsize-125,
body.page .main-content .fontsize-125 {
font-size: 125px;
}
body.single .main-content .fontsize-150,
body.page .main-content .fontsize-150 {
font-size: 150px;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
max-width: 100%;
}
/**
* Make sure images with WordPress-added height and width attributes are
* scaled correctly.
*/
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
}
address {
font-style: italic;
}
abbr[title],
acronym[title],
dfn[title] {
cursor: help;
border-bottom: 1px dotted #666;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
blockquote {
min-height: 40px;
font-style: italic;
margin-left: 15px;
padding: 0 40px;
color: #999;
}
em,
dfn,
cite {
font-style: italic;
}
strong,
dfn {
font-weight: bold;
}
sup,
sub,
small {
font-size: 11px;
}
sup {
vertical-align: top;
}
sub {
vertical-align: bottom;
}
del {
text-decoration: line-through;
}
ins {
text-decoration: underline;
}
code,
pre {
line-height: 18px;
}
var,
kbd,
samp,
code,
pre {
font: 14px/18px Monaco, Courier, "Courier New", monospace;
}
kbd {
font-weight: bold;
}
samp,
var {
font-style: italic;
}
pre {
white-space: pre-wrap;
overflow: auto;
word-break: break-all;
word-wrap: break-word;
padding: 15px;
border: 1px solid #e8e8e8;
clear: both;
line-height: 1.5;
background: #eff2f3;
}
pre, pre code {
white-space: pre-line;
word-wrap: break-word;
}
pre code {
font-size: 14px;
}
.text-left,
.text-align-left {
text-align: left;
}
.text-center,
.text-align-center {
text-align: center;
}
.text-right,
.text-align-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-no-transform {
text-transform: none;
}
.uppercase,
.text-uppercase {
text-transform: uppercase;
}
.lowercase,
.text-lowercase {
text-transform: lowercase;
}
.capitalize,
.text-capitalize {
text-transform: capitalize;
}
.font-weight-100,
.font-weight-100 *:not(strong):not(b) {
font-weight: 100;
}
.font-weight-200,
.font-weight-200 *:not(strong):not(b) {
font-weight: 200;
}
.font-weight-300,
.font-weight-300 *:not(strong):not(b) {
font-weight: 300;
}
.font-weight-400,
.font-weight-400 *:not(strong):not(b) {
font-weight: 400;
}
.font-weight-500,
.font-weight-500 *:not(strong):not(b) {
font-weight: 500;
}
.font-weight-600,
.font-weight-600 *:not(strong):not(b) {
font-weight: 600;
}
.font-weight-700,
.font-weight-700 *:not(strong):not(b) {
font-weight: 700;
}
.font-weight-800,
.font-weight-800 *:not(strong):not(b) {
font-weight: 800;
}
.font-weight-900,
.font-weight-900 *:not(strong):not(b) {
font-weight: 900;
}
ul,
ol,
dl {
margin-left: 30px;
}
table {
border: 1px solid #ccc;
border-width: 1px;
line-height: 18px;
margin: 0 0 22px 0;
text-align: left;
padding: 0 5px;
}
table .even {
background: #F4F4F4;
}
caption {
text-align: left;
}
tr {
border-bottom: 1px solid #ccc;
}
th,
td {
padding: 5px;
vertical-align: middle;
text-align: center;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
.comments-area {
margin: 40px auto;
}
.comment-reply-title,
.comments-title {
font: 16px/1.5;
margin: 0;
}
.comment-list {
list-style: none;
margin: 0 0 48px 0;
}
.comment-author {
font-size: 14px;
line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
font-size: 12px;
line-height: 2;
text-transform: uppercase;
}
.comment-list .reply {
margin-top: 24px;
}
.comment-list .reply a,
.comment-list .edit-link a {
color: #ccc;
}
.comment-author .fn {
font-weight: 900;
}
.comment-author a {
color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
color: #777;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #f9f9f9;
margin-bottom: 24px;
padding-top: 24px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
border-top: 0;
}
.comment-author {
position: relative;
}
.comment-author .avatar {
border: 1px solid rgba(0, 0, 0, 0.1);
height: 50px;
padding: 2px;
position: absolute;
top: 0;
left: 0;
width: 50px;
background-clip: padding-box;
border-radius: 100%;
}
.says {
display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
padding-left: 70px;
}
.comment-edit-link {
margin-left: 10px;
}
.comment-edit-link:before {
font-family: 'FontAwesome';
content: '\f040';
margin-right: 3px;
}
.comment-reply-link:before,
.comment-reply-login:before {
font-family: 'FontAwesome';
content: "\f064";
margin-right: 2px;
}
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-content > :last-child {
margin-bottom: 0;
}
.comment-list .children {
list-style: none;
margin-left: 15px;
}
.comment-respond {
margin-bottom: 24px;
padding: 0;
}
.comment .comment-respond {
margin-top: 24px;
}
.comment-respond h3 {
margin-top: 0;
margin-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
font-size: 14px;
line-height: 1.7142857142;
}
.no-comments {
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin-top: 24px;
text-transform: uppercase;
}
.comment-form p {
width: 100%;
}
.comment-form label {
display: block;
}
.comment-form .comment-form-comment label {
display: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 94%;
color: #666;
max-width: 240px;
margin: 0 5px 10px 0;
padding: 5px 7px;
}
.comment-form textarea, #respond textarea {
color: #666666;
padding: 5px 7px;
width: 94%;
}
.form-allowed-tags,
.form-allowed-tags code {
font-size: 12px;
line-height: 1.5;
}
span.required {
color: #c0392b;
}
.comment-reply-title small a {
color: #2b2b2b;
float: right;
height: 26px;
overflow: hidden;
width: 14px;
}
.comment-reply-title small a:hover {
color: #41a62a;
}
.comment-reply-title small a:before {
font-family: 'FontAwesome';
content: "\f00d";
font-size: 18px;
}
.comment-navigation {
font-size: 12px;
line-height: 2;
margin-bottom: 48px;
text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
display: inline-block;
}
.comment-navigation .nav-previous a {
margin-right: 10px;
}
#comment-nav-above {
margin-top: 36px;
margin-bottom: 0;
}
/*
Page loaders
*/
.pace {
pointer-events: none;
}
body[data-page-loader="full-page"] .pace {
display: none;
}
.pace-progress {
background: #5bc4be;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 3px;
}
body.admin-bar .pace-progress {
top: 32px;
}
.pace-inactive {
display: none;
}
body[data-page-loader="full-page"]:not(.pace-done) #wrapper {
max-height: 100vh;
overflow: hidden;
}
body[data-page-loader="full-page"]:not(.pace-done).admin-bar #wrapper {
max-height: calc(100vh - 32px);
}
body[data-page-loader="full-page"] .nice-page-loader-full {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
background-color: #333;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 1;
z-index: 1000000000;
transition: opacity 2s ease-out 0s, z-index 0s ease-out 0s;
}
body[data-page-loader="full-page"] .nice-page-loader-full .spinner {
animation: nice-page-loader-full-rotate 2s linear infinite;
width: 65px;
height: 65px;
transform-origin: center center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
body[data-page-loader="full-page"] .nice-page-loader-full .path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke: white;
animation: nice-page-loader-full-dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
stroke-linecap: round;
}
body[data-page-loader="full-page"] .nice-page-loader-full.nice-page-loader-hidden {
opacity: 0;
z-index: -1;
transition: opacity 2s ease-out 0s, z-index 0s ease-out 2s;
}
body[data-page-loader="full-page"] .nice-page-loader-full .loader {
position: absolute;
top: 50%;
left: 50%;
height: 15px;
width: 15px;
background-color: #fff;
border-radius: 50%;
z-index: 1;
animation: full-page-overlay-loader-beat 0.8s infinite 0s;
opacity: 0.5;
}
@keyframes full-page-overlay-loader-beat {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes nice-page-loader-full-fade {
0% {
opacity: 1;
}
100% {
opacity: 0;
z-index: -1;
}
}
@keyframes nice-page-loader-full-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes nice-page-loader-full-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
/*-------------------------------------------------------------------------------------------*/
/* 6. Grid Styles */
/*-------------------------------------------------------------------------------------------*/
.grid {
overflow: hidden;
margin-left: -3%;
/* same as your gutter */
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding: 20px 0 20px 20px;
}
.grid-pad > [class*='col-']:last-of-type {
padding-right: 20px;
}
.row {
padding-bottom: 3%;
}
.row:after {
content: "";
display: table;
clear: both;
}
[class*='columns-'] {
float: left;
padding-left: 3%;
}
[class*='columns-']:last-of-type {
padding-right: 0;
}
[class*='columns-'] img {
max-width: 100%;
height: auto;
}
.col-2-3 {
width: 66.66%;
}
.columns-1 {
width: 100%;
}
.columns-2 {
width: 50%;
}
.columns-3 {
width: 33.33%;
}
.columns-4 {
width: 25%;
}
.columns-5 {
width: 20%;
}
.columns-6 {
width: 16.66%;
}
.columns-7 {
width: 14.28%;
}
.columns-8 {
width: 12.5%;
}
.columns-9 {
width: 11.11%;
}
.columns-10 {
width: 10%;
}
.columns-11 {
width: 9.09%;
}
.columns-12 {
width: 8.33%;
}
/*-------------------------------------------------------------------------------------------*/
/* 7. Post */
/*-------------------------------------------------------------------------------------------*/
.post {
display: block;
margin: 0 0 30px;
padding-bottom: 15px;
}
.entry a {
padding-bottom: 1px;
border-bottom: 1px solid transparent;
}
.has-video {
margin-top: 20px;
}
.featured-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
.featured-video embed, .featured-video object, .featured-video iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.entry a:hover {
border-bottom: 1px solid #efefef;
}
.post-meta {
margin: 0 0 20px;
}
.post .post-content {
display: block;
}
.has-video {
margin-top: 20px;
}
.post h2 a {
color: #4b4d4b;
}
.archive h2 {
margin-bottom: 20px;
}
body.home .post h2,
body.page-template-template-blog-php .post h2 {
font-size: 28px;
margin-bottom: 10px;
}
body.page-template-template-blog-php .featured-image,
body.home .featured-image {
float: left;
margin-right: 3%;
width: 45%;
}
.single .featured-image,
.post .featured-image {
margin: 0 0 30px;
}
.single .featured-image a,
.post .featured-image a {
background: #5bc4be;
display: inline-block;
position: relative;
border: none;
padding: 0;
}
.single .featured-image img,
.post .featured-image img {
max-width: 665px;
margin: 0;
padding: 0;
display: block;
}
body.page-template-template-blog-php .featured-image img,
body.home .featured-image img {
width: 100% !important;
}
a[href$=".jpg"], a[href$=".jpg"]:hover {
border-bottom: none !important;
}
/*
Entry title
*/
.page-title {
margin: 0 0 40px;
text-transform: capitalize;
font-size: 32px;
}
.page-title.breadcrumbs-after {
margin: 0 0 20px;
}
body.single-article .page-title.breadcrumbs-after {
margin: 0 0 10px;
}
body.single-post .page-title {
margin: 0;
}
.entry ul {
margin-bottom: 1.5em;
padding: 0;
}
.entry ul ul {
margin: 0 15px;
}
.entry ul ul li {
list-style-type: circle;
}
.entry ul li {
list-style-type: disc;
}
.entry ol {
margin-bottom: 1.5em;
padding: 0;
}
.entry ol ol {
margin: 0 15px;
}
.entry ol li {
list-style-type: decimal;
}
.entry ol li ol li {
list-style-type: lower-latin;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
line-height: 1.5em;
margin: 0 0 0.5em;
}
.entry blockquote {
border-left: 3px solid #5bc4be;
color: #999;
margin: 0 20px;
padding: 0 20px;
}
.post-content a {
padding-bottom: 1px;
border-bottom: 1px solid #eee;
}
.post-content a:hover {
border-bottom-color: #ccc;
}
.post-content a img {
padding: 0;
border: none;
}
.wp-caption-text {
padding-bottom: 5px;
}
.wp-caption {
text-align: center;
font-style: italic;
color: #999;
font-size: 11px;
max-width: 500px;
background: #f2f2f2;
}
.wp-caption.alignleft {
margin: 0 20px 20px 0;
}
.wp-caption.alignright {
margin: 0 0 20px 20px;
}
.wp-caption img {
padding: 5px 5px 0;
margin-bottom: 0;
}
.wp-caption img.size-large {
margin: 10px 0 0 -180px;
}
.wp-caption img,
.wp-caption img a {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
text-align: center;
font-weight: normal;
margin: 0;
padding: 0 5px 5px;
}
.entry-content img {
max-width: 680px;
}
img.alignleft {
float: left;
margin: 10px 25px 20px 0;
}
img.alignright {
display: block;
margin: 10px 0 25px 20px;
}
img.size-large {
margin: 10px 0 20px -180px;
}
img.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
margin-top: 5px;
}
.wp-smiley {
max-height: 13px;
margin: 0 !important;
}
.gallery {
margin: auto;
}
.gallery-image {
border: 2px solid #efefef;
margin-left: 0;
}
.gallery-caption {
margin-left: 0;
}
.gallery-item {
float: left;
text-align: center;
margin-left: 0;
}
.gallery-columns-2 dl {
width: 50%;
}
.gallery-columns-3 dl {
width: 33%;
}
.gallery-columns-4 dl {
width: 25%;
}
.gallery-columns-5 dl {
width: 20%;
}
.gallery-columns-6 dl {
width: 16%;
}
.gallery-columns-7 dl {
width: 14%;
}
.gallery-columns-8 dl {
width: 12%;
}
.gallery-columns-9 dl {
width: 11%;
}
.post-meta {
color: #b9baba;
font-size: 13px;
}
.post-meta i {
margin-right: 4px;
font-size: 15px;
}
.post-meta a {
color: #b9baba;
border: none;
}
.post-meta a:hover {
color: #757575;
border: none;
}
.post-meta span {
margin-right: 7px;
}
body.single .post-meta {
font-size: 15px;
padding: 3px 0 8px;
margin: 0 0 20px;
}
body.single-post .entry-title {
margin-bottom: 10px;
}
/* 3.4 Post Author */
.bypostauthor {
font-weight: normal;
}
#post-author {
padding: 0 15px 15px 0;
clear: both;
margin-bottom: 30px;
display: table;
}
#post-author h4 {
margin-bottom: 5px;
}
#post-author .profile-image {
float: left;
margin: 0 15px 5px 0;
background-clip: padding-box;
border-radius: 100%;
}
#post-author .profile-image img {
display: block;
margin: 0;
padding: 0;
background-clip: padding-box;
border-radius: 100%;
}
#post-author .profile-content {
margin-left: 100px;
display: inherit;
}
#post-author .profile-link {
margin-top: 15px;
}
#post-author .profile-link a {
color: #ccc;
font-size: 13px;
}
/*-----------------------------------------------------------------------------------*/
/* 9. Navigation
/*-----------------------------------------------------------------------------------*/
.wp-pagenavi {
clear: both;
padding-bottom: 20px;
}
.wp-pagenavi span.pages {
background: none;
border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 0 10px !important;
border: none !important;
height: 26px;
line-height: 24px;
display: inline-block;
background: #eff2f3;
padding: 10px;
background-clip: padding-box;
border-radius: 4px;
margin-right: 5px;
color: #717F86;
color: #bbb;
font-size: 13px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
background: #f0f0f0 !important;
}
.wp-pagenavi span.current {
font-weight: normal !important;
color: #5bc4be;
}
.post-entries {
padding: 0 0 20px;
float: right;
width: 40px;
}
.post-entries a {
background-clip: padding-box;
border-radius: 3px;
background: #eff2f3;
background-repeat: no-repeat;
background-position: 5px center;
display: block;
height: 0;
overflow: hidden;
padding-top: 18px;
width: 18px;
text-indent: -999;
}
.post-entries a:hover {
background-color: #e5e5e5;
}
.post-entries .nav-prev a {
float: left;
background-image: url(images/left-arrow.png);
}
.post-entries .nav-next a {
float: right;
background-image: url(images/right-arrow.png);
}
.nav-entries .nav-prev,
.nav-entries .nav-next {
min-height: 40px;
}
.nav-entries a {
background: #eff2f3;
padding: 10px;
background-clip: padding-box;
border-radius: 4px;
margin-right: 5px;
color: #717F86;
color: #bbb;
font-size: 13px;
}
/*
Skins
*/
.text-accent-color {
color: #5bc4be;
}
.text-complementary-color {
color: #50dfc2;
}
.text-black-color {
color: #222;
}
.text-dark-color-1 {
color: #333;
}
.text-dark-color-2 {
color: #454545;
}
.text-dark-color-3 {
color: #686868;
}
.text-white-color {
color: #fff;
}
.text-light-color-1 {
color: #eee;
}
.text-light-color-2 {
color: #ddd;
}
.text-light-color-3 {
color: #bbb;
}
.background-accent-color {
background-color: #5bc4be;
}
.background-complementary-color {
background-color: #fa6900;
}
.background-black-color {
background-color: #222;
}
.background-dark-color-1 {
background-color: #333;
}
.background-dark-color-2 {
background-color: #454545;
}
.background-dark-color-3 {
background-color: #686868;
}
.background-white-color {
background-color: #fff;
}
.background-light-color-1 {
background-color: #eee;
}
.background-light-color-2 {
background-color: #ddd;
}
.background-light-color-3 {
background-color: #bbb;
}
.light {
color: #707070;
}
.light h1, .light .h1, .light h2, .light .h2, .light h3, .light .h3, .light h4, .light .h4, .light h5, .light .h5, .light h6, .light .h6, .light .entry-title {
color: #3b3d3b;
}
.light .btn-default, .light .button:not(.fancybox-button), .light
input[type="submit"], .light
input[type="button"], .light
.cta-button {
background: #c6ccd2;
border-color: rgba(0, 0, 0, 0.1);
color: #fff !important;
}
.light .btn-default.btn-outline, .light .btn-outline.button:not(.fancybox-button), .light
input.btn-outline[type="submit"], .light
input.btn-outline[type="button"], .light
.btn-outline.cta-button {
background-color: transparent !important;
border-color: #c6ccd2 !important;
color: #c6ccd2 !important;
}
.light .btn-default.btn-outline:not(.btn-disable-hover):hover, .light .btn-outline.button:not(.btn-disable-hover):hover:not(.fancybox-button), .light
input.btn-outline[type="submit"]:not(.btn-disable-hover):hover, .light
input.btn-outline[type="button"]:not(.btn-disable-hover):hover, .light
.btn-outline.cta-button:not(.btn-disable-hover):hover {
background-color: rgba(0, 0, 0, 0.1) !important;
color: #fff !important;
}
.light.btn-default, .light.button:not(.fancybox-button),
input.light[type="submit"],
input.light[type="button"],
.light.cta-button {
background: #fff;
border-color: #fff;
color: #111 !important;
}
.light.btn-default:not(.btn-disable-hover):hover, .light.button:not(.btn-disable-hover):hover:not(.fancybox-button),
input.light[type="submit"]:not(.btn-disable-hover):hover,
input.light[type="button"]:not(.btn-disable-hover):hover,
.light.cta-button:not(.btn-disable-hover):hover {
background: transparent;
color: #fff !important;
}
.light.btn-default.btn-outline, .light.btn-outline.button:not(.fancybox-button),
input.light.btn-outline[type="submit"],
input.light.btn-outline[type="button"],
.light.btn-outline.cta-button {
background-color: transparent !important;
border-color: #fff !important;
color: #fff !important;
}
.light.btn-default.btn-outline:not(.btn-disable-hover):hover, .light.btn-outline.button:not(.btn-disable-hover):hover:not(.fancybox-button),
input.light.btn-outline[type="submit"]:not(.btn-disable-hover):hover,
input.light.btn-outline[type="button"]:not(.btn-disable-hover):hover,
.light.btn-outline.cta-button:not(.btn-disable-hover):hover {
background-color: #fff !important;
color: #111 !important;
}
#header.header-light .text-logo {
color: #333;
}
#header.header-light .tagline {
color: #898989;
}
@media only all and (min-width: 1024px) {
#header.transparent-light:not(.shrunk):not(.scrolled) .text-logo {
color: #333;
}
#header.transparent-light:not(.shrunk):not(.scrolled) .tagline {
color: #898989;
}
}
@media only all and (min-width: 1024px) {
#header.submenu-light #main-nav.default > .menu-item .sub-menu {
background: #fbfbfb;
}
#header.submenu-light #main-nav.default > .menu-item.megamenu .sub-menu .sub-menu {
background-color: transparent;
}
#header.submenu-light #main-nav.default > .menu-item .sub-menu .menu-item a {
color: #eff2f3;
}
#header.submenu-light #main-nav.default > .menu-item .sub-menu .menu-item a:hover,
#header.submenu-light #main-nav.default > .menu-item .sub-menu .menu-item.current-menu-item a,
#header.submenu-light #main-nav.default > .menu-item .sub-menu .menu-item.current_page_item a {
color: #fff;
}
}
@media only all and (min-width: 1024px) and (min-width: 1024px) {
#header.submenu-light #main-nav.default:not(.no-separators) > .menu-item.megamenu > .sub-menu > .menu-item {
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
html[dir="rtl"] #header.submenu-light #main-nav.default:not(.no-separators) > .menu-item.megamenu > .sub-menu > .menu-item {
border-right: none;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
}
@media only all and (min-width: 1024px) {
#header.submenu-light #main-nav.default:not(.no-separators) > .menu-item.megamenu > .sub-menu > .menu-item.background-image {
border: none;
}
}
#heading.light .page-title,
#heading.light .page-subtitle {
color: #3b3d3b;
}
#heading.light .heading-content .post-meta {
color: rgba(0, 0, 0, 0.8);
}
#heading.light .heading-content .post-meta a {
color: rgba(0, 0, 0, 0.8);
}
#heading.light .heading-content .post-meta a:hover {
color: #3b3d3b;
}
#heading.light #heading-scrolldown a {
color: #3b3d3b;
}
.light .pills.pills-default-color a {
color: rgba(0, 0, 0, 0.7);
}
.light .pills.pills-outline a {
border-color: rgba(0, 0, 0, 0.7);
}
body.dark {
color: #bababa;
}
.dark {
color: #f7f7f7;
}
.dark #wrapper {
background: #191818;
color: #bababa;
}
.dark #modal-content {
background: #191818;
color: #bababa;
}
.dark #modal-close:before,
.dark #modal-close:after {
background-color: #fff;
}
.dark #container a,
#container .dark a {
color: #fff;
}
.dark #container a:hover,
#container .dark a:hover {
color: #f7f7f7;
}
.dark form label {
color: #fff;
}
.dark ins {
color: #191818;
}
.dark pre,
.dark code {
background: #111111;
border-color: rgba(17, 17, 17, 0.2);
}
.dark input[type="text"],
.dark input[type="email"],
.dark input[type="url"],
.dark input[type="password"],
.dark input[type="search"],
.dark input[type="tel"],
.dark textarea,
.dark select,
.dark .select2-choice {
color: #e6e5e5;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
background-color: rgba(25, 24, 24, 0.4);
box-shadow: none;
}
.dark #container .widget h4 {
border-bottom-color: rgba(255, 255, 255, 0.25);
}
.dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark .h3, .dark h4, .dark .h4, .dark h5, .dark .h5, .dark h6, .dark .h6, .dark .entry-title {
color: #fff;
}
.dark .nice-knowledgebase h3,
.dark .nice-knowledgebase h3 a {
color: #fff;
}
.dark .home-block,
.dark #related-posts li,
.dark article.faq,
.dark ul.faq-questions li {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark tr {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark table,
.dark .blog-masonry .post {
border-color: rgba(255, 255, 255, 0.2);
}
.dark .blog-masonry .no-more-posts span {
background: rgba(255, 255, 255, 0.2);
}
.dark article.format-quote .quote,
.dark article.format-quote .quote-author {
color: #fff;
}
.dark .entry-meta .nice-views,
.dark .entry-meta .nice-reading-time,
.dark .entry-meta .nice-like,
.dark .entry-meta .edit-link,
.dark .entry-meta .tag-links a,
.dark .entry-meta .category-links a {
background: rgba(255, 255, 255, 0.2);
}
.dark #sidebar .widget h4 {
color: #fff;
}
.dark #sidebar .widget ul li {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark .btn-default, .dark .button:not(.fancybox-button), .dark
input[type="submit"], .dark
input[type="button"], .dark
.cta-button {
background: #fff;
border-color: #fff;
color: #111 !important;
}
.dark .btn-default:not(.btn-disable-hover):hover, .dark .button:not(.btn-disable-hover):hover:not(.fancybox-button), .dark
input[type="submit"]:not(.btn-disable-hover):hover, .dark
input[type="button"]:not(.btn-disable-hover):hover, .dark
.cta-button:not(.btn-disable-hover):hover {
background: transparent;
color: #fff !important;
}
.dark .btn-default.btn-outline, .dark .btn-outline.button:not(.fancybox-button), .dark
input.btn-outline[type="submit"], .dark
input.btn-outline[type="button"], .dark
.btn-outline.cta-button {
background-color: transparent !important;
border-color: #fff !important;
color: #fff !important;
}
.dark .btn-default.btn-outline:not(.btn-disable-hover):hover, .dark .btn-outline.button:not(.btn-disable-hover):hover:not(.fancybox-button), .dark
input.btn-outline[type="submit"]:not(.btn-disable-hover):hover, .dark
input.btn-outline[type="button"]:not(.btn-disable-hover):hover, .dark
.btn-outline.cta-button:not(.btn-disable-hover):hover {
background-color: #fff !important;
color: #111 !important;
}
.dark.btn-default, .dark.button:not(.fancybox-button),
input.dark[type="submit"],
input.dark[type="button"],
.dark.cta-button {
background: #c6ccd2;
border-color: rgba(0, 0, 0, 0.1);
color: #fff !important;
}
.dark.btn-default:not(.btn-disable-hover):hover, .dark.button:not(.btn-disable-hover):hover:not(.fancybox-button),
input.dark[type="submit"]:not(.btn-disable-hover):hover,
input.dark[type="button"]:not(.btn-disable-hover):hover,
.dark.cta-button:not(.btn-disable-hover):hover {
background: transparent;
color: #c6ccd2 !important;
}
.dark.btn-default.btn-outline, .dark.btn-outline.button:not(.fancybox-button),
input.dark.btn-outline[type="submit"],
input.dark.btn-outline[type="button"],
.dark.btn-outline.cta-button {
background-color: transparent !important;
border-color: #c6ccd2 !important;
color: #c6ccd2 !important;
}
.dark.btn-default.btn-outline:not(.btn-disable-hover):hover, .dark.btn-outline.button:not(.btn-disable-hover):hover:not(.fancybox-button),
input.dark.btn-outline[type="submit"]:not(.btn-disable-hover):hover,
input.dark.btn-outline[type="button"]:not(.btn-disable-hover):hover,
.dark.btn-outline.cta-button:not(.btn-disable-hover):hover {
background-color: rgba(0, 0, 0, 0.1) !important;
color: #fff !important;
}
.dark .pre-footer-navigation, .dark.pre-footer-navigation {
background: #292727;
outline-color: none;
}
.dark .pre-footer-navigation a, .dark.pre-footer-navigation a {
color: #fff !important;
}
@media only all and (min-width: 1024px) {
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a {
color: #fff;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a svg, #header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a svg path {
transition: fill 0.2s linear;
fill: #fff;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a:hover {
color: #fff;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a:hover svg, #header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner a:hover svg path {
fill: #fff;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner .text-logo {
color: #eee;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner .tagline {
color: #eee;
}
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner #toggle-nav-container a.toggle-nav:before,
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner #toggle-nav-container a.toggle-nav:after,
#header.transparent-dark:not(.shrunk):not(.scrolled) #header-inner #toggle-nav-container a.toggle-nav i.toggle-bar {
background-color: #fff;
}
}
#header.header-dark {
background-color: #35a49e;
}
#header.header-dark:not(.transparent) #header-inner a, #header.header-dark.transparent.shrunk #header-inner a, #header.header-dark.transparent.scrolled #header-inner a {
color: #fff;
}
#header.header-dark:not(.transparent) #header-inner a svg, #header.header-dark:not(.transparent) #header-inner a svg path, #header.header-dark.transparent.shrunk #header-inner a svg, #header.header-dark.transparent.shrunk #header-inner a svg path, #header.header-dark.transparent.scrolled #header-inner a svg, #header.header-dark.transparent.scrolled #header-inner a svg path {
transition: fill 0.2s linear;
fill: #fff;
}
#header.header-dark:not(.transparent) #header-inner a:hover, #header.header-dark.transparent.shrunk #header-inner a:hover, #header.header-dark.transparent.scrolled #header-inner a:hover {
color: #fff;
}
#header.header-dark:not(.transparent) #header-inner a:hover svg, #header.header-dark:not(.transparent) #header-inner a:hover svg path, #header.header-dark.transparent.shrunk #header-inner a:hover svg, #header.header-dark.transparent.shrunk #header-inner a:hover svg path, #header.header-dark.transparent.scrolled #header-inner a:hover svg, #header.header-dark.transparent.scrolled #header-inner a:hover svg path {
fill: #fff;
}
#header.header-dark:not(.transparent) #header-inner .text-logo, #header.header-dark.transparent.shrunk #header-inner .text-logo, #header.header-dark.transparent.scrolled #header-inner .text-logo {
color: #eee;
}
#header.header-dark:not(.transparent) #header-inner .tagline, #header.header-dark.transparent.shrunk #header-inner .tagline, #header.header-dark.transparent.scrolled #header-inner .tagline {
color: #eee;
}
@media only all and (max-width: 1023px) {
#header.header-dark:not(.transparent) #header-inner a, #header.header-dark.transparent #header-inner a {
color: #fff;
}
#header.header-dark:not(.transparent) #header-inner a svg, #header.header-dark:not(.transparent) #header-inner a svg path, #header.header-dark.transparent #header-inner a svg, #header.header-dark.transparent #header-inner a svg path {
transition: fill 0.2s linear;
fill: #fff;
}
#header.header-dark:not(.transparent) #header-inner a:hover, #header.header-dark.transparent #header-inner a:hover {
color: #fff;
}
#header.header-dark:not(.transparent) #header-inner a:hover svg, #header.header-dark:not(.transparent) #header-inner a:hover svg path, #header.header-dark.transparent #header-inner a:hover svg, #header.header-dark.transparent #header-inner a:hover svg path {
fill: #fff;
}
#header.header-dark:not(.transparent) #header-inner .text-logo, #header.header-dark.transparent #header-inner .text-logo {
color: #eee;
}
#header.header-dark:not(.transparent) #header-inner .tagline, #header.header-dark.transparent #header-inner .tagline {
color: #eee;
}
}
#header.header-dark #toggle-nav-container a.toggle-nav {
color: #fff;
}
#header.header-dark #toggle-nav-container a.toggle-nav:before, #header.header-dark #toggle-nav-container a.toggle-nav:after,
#header.header-dark #toggle-nav-container a.toggle-nav i.toggle-bar {
background-color: #fff;
}
@media only all and (min-width: 1024px) {
#header.header-dark.vertical #navigation-extras {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
/*-----------------------------------------------------------------------------------*/
/* 10. Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
clear: both;
margin: 0 auto;
}
#footer a {
color: #fff;
transition: all 0.2s linear;
}
#footer a:hover {
color: #ccc;
}
#footer h4 {
font-size: 18px;
padding: 15px 0;
}
#extended-footer {
color: #757575;
padding: 25px 0;
font-size: 13px;
}
.site-footer.dark #extended-footer {
color: #bbb;
}
.site-footer.light #extended-footer {
color: #757575;
}
#extended-footer .inner {
margin: 0 auto;
max-width: 1080px;
display: block;
}
#extended-footer p {
margin: 0px;
float: left;
}
#extended-footer a:hover {
color: #5bc4be;
}
.site-footer.dark #extended-footer a {
color: #aaa;
}
.site-footer.light #extended-footer a {
color: #777;
}
.site-footer.dark {
background: #384047;
color: #fff;
}
.site-footer.dark a {
color: #fff;
}
.site-footer.dark a:hover {
color: #ccc;
}
.site-footer.dark h4 {
color: #fefefe;
border-bottom: 1px solid #555555;
text-shadow: 1px 1px black;
}
.site-footer.dark #footer-widgets {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-footer.dark #footer-widgets .widget {
color: #c9c9c9;
}
.site-footer.dark #footer-widgets .widget a {
color: #ffffff;
}
.site-footer.dark #footer-widgets .widget li a {
color: #c9c9c9;
}
.site-footer.dark #footer-widgets .widget li a:hover {
color: #fff;
}
.site-footer.dark #footer-widgets .widget ul li {
border-bottom: 1px solid #3c3c3c;
}
.site-footer.dark #footer-widgets h3 {
color: #fff;
}
.site-footer.light {
background: #ddd;
color: #777;
}
.site-footer.light a {
color: #fff;
}
.site-footer.light a:hover {
color: #ccc;
}
.site-footer.light h4 {
color: #777;
border-bottom: 1px solid #bbb;
}
.site-footer.light #footer-widgets {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-footer.light #footer-widgets .widget {
color: #777;
}
.site-footer.light #footer-widgets .widget a {
color: #555;
}
.site-footer.light #footer-widgets .widget li a {
color: #777;
}
.site-footer.light #footer-widgets .widget li a:hover {
color: #555;
}
.site-footer.light #footer-widgets .widget ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.site-footer.light #footer-widgets h3 {
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* 11. Page Templates & special styles
/*-----------------------------------------------------------------------------------*/
/*
Home
*/
.home-block {
border-bottom: 1px solid #eff2f3;
padding: 40px 0;
}
/*
Home Videos
*/
#home-videos {
background: #eff2f3;
padding: 50px 0;
}
#home-videos .video-content {
float: left;
width: 52%;
}
#home-videos .video-list {
float: right;
width: 38%;
padding-top: 50px;
}
#home-videos .video-list h2 {
margin-bottom: 30px;
font-size: 30px;
}
#home-videos .video-list ul {
margin: 0;
padding: 0;
}
#home-videos .video-list ul li {
padding: 10px 0;
}
#home-videos .video-list ul li a {
font-size: 18px;
color: #888;
}
#home-videos .video-list ul li i {
font-size: 20px;
margin-right: 10px;
}
#home-videos.dark .video-list ul li a {
color: #ddd;
}
/* Blog - masonry template */
#masonry-grid {
width: 100%;
}
.blog-masonry {
position: relative;
}
.blog-masonry .masonry-item {
padding-bottom: 3%;
}
.blog-masonry .masonry-item .view {
float: left;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.blog-masonry .post {
border: 1px solid #eff2f3;
padding: 15px 20px;
margin: 0;
}
.blog-masonry .post .featured-image {
margin-bottom: 10px;
}
.blog-masonry .post .featured-image img {
width: 100%;
}
.blog-masonry .post .entry {
font-size: 14px;
padding-bottom: 5px;
}
.blog-masonry .post-title {
margin-bottom: 20px;
margin-top: 10px;
display: inline-block;
}
.blog-masonry .post-title a {
color: #565656;
font-size: 24px;
}
.blog-masonry .post-meta {
color: #d9dada;
font-size: 13px;
}
.blog-masonry .post-meta i {
margin-right: 4px;
font-size: 15px;
}
.blog-masonry .post-meta a {
color: #d9dada;
}
.blog-masonry .post-meta span {
margin-right: 7px;
}
.blog-masonry .post-footer-meta {
display: inline-block;
margin-top: 10px;
width: 100%;
}
.blog-masonry .post-footer-meta i {
font-size: 18px;
}
.blog-masonry .post-footer-meta .comment-count i {
font-size: 15px;
margin-right: 5px;
}
.blog-masonry article.format-quote h2 {
font-size: 22px;
line-height: 28px;
margin-left: 0;
padding-top: 0;
}
.blog-masonry article.format-quote h2:before {
display: none;
}
.blog-masonry article.format-quote .quote-author {
font-size: 13px;
margin: 0;
}
.blog-masonry .post-content a {
border-bottom: 0 none;
color: #d9dAdA;
font-size: 14px;
}
.blog-masonry .post-content .read-more-link {
border-bottom: 0 none;
display: block;
font-size: 13px;
margin-top: 20px;
}
.blog-masonry #posts-ajax-loader {
background: url(images/loader.gif) no-repeat center center;
bottom: 0;
top: -20px;
display: none;
height: 40px;
left: 49%;
position: relative;
width: 40px;
clear: both;
}
.blog-masonry #posts-ajax-loader-button {
display: block !important;
font-size: 16px;
height: 50px;
line-height: 50px;
text-align: center;
width: 200px;
margin: 50px auto 0;
}
.blog-masonry #posts-ajax-loader-button:hover {
background-color: #5bc4be;
}
.blog-masonry .no-more-posts {
margin-top: 50px;
text-align: center;
min-height: 50px;
}
.blog-masonry .no-more-posts span {
background: #eff2f3;
padding: 10px 15px;
background-clip: padding-box;
border-radius: 4px;
}
/* Welcome Message & Live Search */
#live-search.align-center .welcome-message {
text-align: center;
}
#live-search.align-left .welcome-message {
text-align: left;
}
#live-search.align-left .welcome-message .col-full {
margin: 0;
}
#live-search.align-left #searchform {
margin: 0;
}
.welcome-message {
color: #fff;
text-align: center;
text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.welcome-message .col-full {
max-width: 930px;
}
.welcome-message h2 {
margin-bottom: 10px;
font-size: 32px;
line-height: 1.2;
}
#live-search.dark .welcome-message h2 {
color: #fff;
}
#live-search.light .welcome-message h2 {
color: #444;
}
.welcome-message p {
font-size: 16px;
color: #ddd;
margin-bottom: 25px;
}
#live-search.dark .welcome-message p {
color: #fff;
}
#live-search.dark .welcome-message p a {
color: #ddd;
border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#live-search.light .welcome-message p {
color: #585858;
}
#live-search.light .welcome-message p a {
color: #585858;
border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
/* Call to action */
#call-to-action {
background-color: #eff2f3;
padding: 60px 0;
text-align: center;
font-family: 'Nunito';
}
#call-to-action .cta-wrapper {
display: table;
width: 100%;
}
.cta-text {
color: #44463F;
display: table-cell;
font-size: 20px;
text-align: left;
vertical-align: middle;
line-height: 1.3;
}
.dark .cta-text {
color: #fff;
}
.has-cta-button .cta-text {
min-width: 80%;
padding-right: 5.6%;
}
.cta-button-wrapper {
display: table-cell;
vertical-align: middle;
}
.cta-button {
border: 2px solid;
background-clip: padding-box;
border-radius: 20px;
color: #3A3B3C;
display: inline-block;
font-size: 17px;
font-weight: 500;
min-height: 45px;
min-width: 240px;
padding: 10px 45px;
vertical-align: middle;
}
/* FAQ */
.faq-title {
font-size: 20px;
padding: 15px 0;
display: block;
cursor: pointer;
}
.faq-title a {
color: #292929;
border: none;
}
.faq-title a:hover {
text-decoration: none;
color: #01a28c
}
ul.faq-questions {
list-style: none;
margin: 0 0 40px;
padding: 0;
}
ul.faq-questions li {
border-bottom: 1px solid #efefef;
list-style: none;
}
ul.faq-questions li a {
font-size: 16px;
padding: 15px 15px 15px 0;
color: #777;
border: none;
display: block;
}
ul.faq-questions li a:hover, ul.faq-questions li a:visited {
text-decoration: none;
border: none;
}
.faq-entry {
margin-bottom: 50px;
}
.faq-entry h3 {
margin-bottom: 20px;
}
.faq-entry h3 a {
font-size: 22px;
color: #4b4d4b;
}
/*
Related Posts
*/
#related-posts ul {
margin: 0;
padding: 0;
}
#related-posts ul li i {
margin-right: 10px;
display: inline-block;
margin-left: 2px;
color: #dfdfdf;
font-size: 18px;
}
body.single-article .entry-header h1 {
font-size: 38px;
}
body.single-article #sidebar {
width: 25%;
}
footer.entry-meta {
margin-top: 40px;
}
.entry-meta {
margin-bottom: 40px;
/* Tags */
}
.entry-meta .nice-views,
.entry-meta .nice-reading-time,
.entry-meta .nice-like,
.entry-meta .edit-link {
background: #eff2f3;
padding: 10px;
background-clip: padding-box;
border-radius: 4px;
margin-right: 5px;
color: #717F86;
color: #bbb;
font-size: 13px;
}
.entry-meta .nice-views i,
.entry-meta .nice-reading-time i,
.entry-meta .nice-like i,
.entry-meta .edit-link i {
font-size: 15px;
margin-right: 4px;
}
.entry-meta .edit-link a {
color: #bbb;
border: none;
text-decoration: none;
}
.entry-meta .tag-links,
.entry-meta .category-links {
display: block;
margin-bottom: 2px;
}
.entry-meta .tag-links i,
.entry-meta .category-links i {
width: 25px;
}
.entry-meta .tag-links a,
.entry-meta .category-links a {
background-color: #eff2f3;
border-radius: 0 2px 2px 0;
color: #ccc;
display: inline-block;
font-size: 13px;
font-weight: 700;
line-height: 1.2727272727;
margin: 2px 4px 2px 2px;
padding: 5px 7px;
position: relative;
text-transform: uppercase;
}
.nice-breadcrumb {
margin-bottom: 20px;
color: #aaa;
text-transform: uppercase;
font-size: 12px;
}
.nice-breadcrumb a,
.nice-breadcrumb .sep {
color: #D0D0D0;
margin-right: 4px;
border: none;
}
.nice-breadcrumb a:hover {
border: none;
}
body.page-template-template-home-php #container {
border-top: none;
padding-top: 10px;
}
.nice-like {
cursor: pointer;
}
.liked {
cursor: default;
}
.liked i {
color: #5bc4be;
}
.entry {
font-size: 15px;
line-height: 25px;
}
/* Home Page Template Elements */
.infoboxes {
background-color: #eff2f3;
padding-top: 40px;
background-repeat: repeat;
text-align: center;
}
.nice-infoboxes .item {
padding-right: 4%;
padding-bottom: 3%;
}
.nice-infoboxes .item:hover a.read-more {
border-bottom-color: #5BC4BE;
color: #4b4d4b;
}
.dark .nice-infoboxes .item:hover a.read-more {
color: #fff;
}
.image-zoomIn .nice-infoboxes .item:hover .thumb img {
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
.nice-infoboxes .infobox-title {
font-size: 21px;
display: block;
font-family: 'Nunito';
color: #4b4d4b;
}
.dark .nice-infoboxes .infobox-title,
.dark .nice-infoboxes .infobox-title a {
color: #fff;
}
.nice-infoboxes .infobox-title a {
color: #4b4d4b;
border: none;
}
.nice-infoboxes .infobox-title a:hover {
border: none;
}
.nice-infoboxes .infobox-content {
margin-top: 15px;
}
.nice-infoboxes .infobox-content {
line-height: 25px;
}
.nice-infoboxes .infobox-content p {
margin-bottom: 15px;
}
.nice-infoboxes a.read-more {
display: inline-block;
color: #aaa;
padding: 10px 0;
font-size: 15px;
border-bottom: 3px solid transparent;
margin-top: 15px;
}
.dark .nice-infoboxes a.read-more {
color: #fff;
}
.nice-infoboxes a.read-more:after {
font-family: 'FontAwesome';
content: '\f054';
font-size: 12px;
margin-left: 5px;
}
.nice-infoboxes .thumb a {
position: relative;
display: inline-block;
border: none;
padding: 0;
}
.image-zoomIn .nice-infoboxes .thumb img {
width: 80%;
height: auto;
transition: all 0.2s ease-in-out;
}
/*
Gallery
*/
.nice-gallery [class*='columns-'] {
padding-bottom: 3%;
}
.nice-gallery .thumb {
position: relative;
padding-top: 100%;
}
.nice-gallery .thumb a {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #5bc4be;
display: block;
border: 0;
padding: 0;
}
.nice-gallery .thumb a:hover:before {
content: '\f002';
font-family: 'FontAwesome';
font-size: 36px;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: white;
}
.nice-gallery .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;';
transition: opacity 0.2s linear 0s;
}
.nice-gallery a > img:hover {
opacity: .6;
}
.archive-header {
border-bottom: 1px solid #efefef;
display: block;
float: left;
font-size: 18px;
margin: 0 0 30px;
padding: 0 0 10px;
width: 100%;
}
.col-1, .col-2 {
width: 48%;
}
.col-1 {
float: left;
}
.col-2 {
float: right;
}
/*
Pre Footer Widgets
*/
.pre-footer-widgets .widget-section .widgettitle {
font-size: 20px;
display: block;
margin: 0 0 20px;
padding-top: 15px;
}
/* FAQs */
article.faq {
border-bottom: 1px solid #E6E6E6;
}
article.faq .entry-content {
display: none;
}
body.single article.faq {
border: none;
}
/*
buttons
*/
body[data-btn-shape="default"] {
/* Buttons */
/* General button style (reset) */
}
body[data-btn-shape="default"] .button-primary, body[data-btn-shape="default"] .button-blue, body[data-btn-shape="default"] .button-secondary,
body[data-btn-shape="default"] .header .nav li.current-page a,
body[data-btn-shape="default"] .header .nav-callout,
body[data-btn-shape="default"] .cta-button,
body[data-btn-shape="default"] input[type="submit"],
body[data-btn-shape="default"] button:not(.fancybox-button),
body[data-btn-shape="default"] #commentform .button,
body[data-btn-shape="default"] #respond input[type="submit"],
body[data-btn-shape="default"] #searchform input[type="submit"],
body[data-btn-shape="default"] .bbp-submit-wrapper button.button,
body[data-btn-shape="default"] .nice-contact-form input[type="submit"],
body[data-btn-shape="default"] .blog-masonry #posts-ajax-loader-button {
border-color: rgba(0, 0, 0, 0.1);
background-clip: padding-box;
border-radius: 5px;
border-width: 1px 1px 3px !important;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
text-overflow: ellipsis;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
box-sizing: border-box;
font-weight: bold !important;
background: #c6ccd2;
color: #fff;
}
body[data-btn-shape="default"] input[type="submit"],
body[data-btn-shape="default"] button:not(.fancybox-button),
body[data-btn-shape="default"] #commentform .button,
body[data-btn-shape="default"] #respond input[type="submit"],
body[data-btn-shape="default"] #searchform input[type="submit"],
body[data-btn-shape="default"] .bbp-submit-wrapper button.button,
body[data-btn-shape="default"] .nice-contact-form input[type="submit"] {
width: auto;
padding: 7px 10px;
line-height: 25px;
font-size: 15px;
cursor: pointer;
background-clip: padding-box;
border-radius: 3px;
background: #c6ccd2;
border-color: rgba(0, 0, 0, 0.1);
color: #fff;
transition: all 0.2s linear;
}
body[data-btn-shape="default"] .nice-contact-form input[type="submit"]:hover,
body[data-btn-shape="default"] #commentform .button:hover,
body[data-btn-shape="default"] #respond input[type="submit"]:hover,
body[data-btn-shape="default"] #searchform input[type="submit"]:hover {
background: #5bc4be;
}
body[data-btn-shape="default"] input[type=submit], body[data-btn-shape="default"] button:not(.fancybox-button),
body[data-btn-shape="default"] #commentform .button:active, body[data-btn-shape="default"] #respond input[type="submit"]:active,
body[data-btn-shape="default"] .nice-contact-form input[type="submit"]:active {
margin-top: 10px;
}
body[data-btn-shape="default"] .btn, body[data-btn-shape="default"] .button:not(.fancybox-button), body[data-btn-shape="default"]
input[type="submit"], body[data-btn-shape="default"]
input[type="button"], body[data-btn-shape="default"]
.cta-button {
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
transition: all 0.3s;
}
body[data-btn-shape="default"] .btn:after, body[data-btn-shape="default"] .button:not(.fancybox-button):after, body[data-btn-shape="default"]
input[type="submit"]:after, body[data-btn-shape="default"]
input[type="button"]:after, body[data-btn-shape="default"]
.cta-button:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.3s;
}
body[data-btn-shape="default"] .cta-button {
padding: 21px 35px 19px;
}
.button-primary, .button-secondary, .cta-button {
font-size: 16px !important;
padding: 21px 35px 19px !important;
}
.button-primary, .button-blue, .button-secondary,
.header .nav li.current-page a,
.header .nav-callout, .cta-button,
input[type="submit"], button, #commentform .button, #respond input[type="submit"],
#searchform input[type="submit"],
.nice-contact-form input[type="submit"],
.blog-masonry #posts-ajax-loader-button {
cursor: pointer;
display: inline-block;
font-family: "Nunito", Arial, sans-serif;
overflow: hidden;
text-align: center;
text-decoration: none;
white-space: nowrap;
border-style: solid;
}
.button-secondary,
.cta-button {
background-color: #c6ccd2 !important;
border-color: rgba(0, 0, 0, 0.1) !important;
}
button,
input,
select,
textarea {
font-size: 100%;
/* Corrects font size not being inherited in all browsers. */
margin: 0;
/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome. */
vertical-align: baseline;
/* Improves appearance and consistency in all browsers. */
}
/*
.1 - Buttons.
========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: "Nunito", Arial, sans-serif;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
padding: .6em 1em .4em;
text-transform: uppercase;
background-clip: padding-box;
border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: rgba(0, 0, 0, 0.1);
background: #b8bfc7;
}
button:focus, button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
border-color: rgba(0, 0, 0, 0.1);
background: #b8bfc7;
}
body.error404 #content input#searchsubmit,
body.page-template-sitemap #content input#searchsubmit {
padding: 11px 15px 9px;
background-clip: padding-box;
border-radius: 4px;
}
.btn, .button:not(.fancybox-button),
input[type="submit"],
input[type="button"],
.cta-button,
.btn-link {
font-family: "Nunito", Arial, sans-serif;
display: inline-block;
font-size: 13px;
line-height: normal;
padding: 13px 30px !important;
font-style: normal !important;
text-align: center;
vertical-align: middle;
margin: 1px auto;
cursor: pointer;
background-image: none;
border: 1px solid;
outline: none;
-webkit-text-stroke: 0;
background-clip: padding-box;
border-radius: 3px;
transition: all 200ms ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn.btn-top-margin, .btn-top-margin.button:not(.fancybox-button),
input.btn-top-margin[type="submit"],
input.btn-top-margin[type="button"],
.btn-top-margin.cta-button,
.btn-link.btn-top-margin {
margin-top: 18px;
}
.btn.btn-sm, .btn-sm.button:not(.fancybox-button),
input.btn-sm[type="submit"],
input.btn-sm[type="button"],
.btn-sm.cta-button,
.btn-link.btn-sm {
font-size: 10px !important;
padding: 10px 25px !important;
}
@media only all and (max-width: 424px) {
.btn.btn-sm:not(input), .btn-sm.button:not(input):not(.fancybox-button),
input.btn-sm[type="submit"]:not(input),
input.btn-sm[type="button"]:not(input),
.btn-sm.cta-button:not(input),
.btn-link.btn-sm:not(input) {
padding: 8px 20px !important;
}
}
.btn.btn-md, .btn-md.button:not(.fancybox-button),
input.btn-md[type="submit"],
input.btn-md[type="button"],
.btn-md.cta-button,
.btn-link.btn-md {
font-size: 13px !important;
padding: 13px 30px !important;
}
@media only all and (max-width: 424px) {
.btn.btn-md:not(input), .btn-md.button:not(input):not(.fancybox-button),
input.btn-md[type="submit"]:not(input),
input.btn-md[type="button"]:not(input),
.btn-md.cta-button:not(input),
.btn-link.btn-md:not(input) {
font-size: 12px !important;
padding: 10.4px 24px !important;
}
}
.btn.btn-lg, .btn-lg.button:not(.fancybox-button),
input.btn-lg[type="submit"],
input.btn-lg[type="button"],
.btn-lg.cta-button,
.btn-link.btn-lg {
font-size: 15px !important;
padding: 15px 40px !important;
}
@media only all and (max-width: 424px) {
.btn.btn-lg:not(input), .btn-lg.button:not(input):not(.fancybox-button),
input.btn-lg[type="submit"]:not(input),
input.btn-lg[type="button"]:not(input),
.btn-lg.cta-button:not(input),
.btn-link.btn-lg:not(input) {
font-size: 13px !important;
padding: 12px 36px !important;
}
}
.btn.btn-xl, .btn-xl.button:not(.fancybox-button),
input.btn-xl[type="submit"],
input.btn-xl[type="button"],
.btn-xl.cta-button,
.btn-link.btn-xl {
font-size: 18px !important;
padding: 17px 45px !important;
}
@media only all and (max-width: 424px) {
.btn.btn-xl:not(input), .btn-xl.button:not(input):not(.fancybox-button),
input.btn-xl[type="submit"]:not(input),
input.btn-xl[type="button"]:not(input),
.btn-xl.cta-button:not(input),
.btn-link.btn-xl:not(input) {
font-size: 14.4px !important;
padding: 13.6px 36px !important;
}
}
.btn.btn-shadow, .btn-shadow.button:not(.fancybox-button),
input.btn-shadow[type="submit"],
input.btn-shadow[type="button"],
.btn-shadow.cta-button,
.btn-link.btn-shadow {
box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
}
.btn.btn-outline, .btn-outline.button:not(.fancybox-button),
input.btn-outline[type="submit"],
input.btn-outline[type="button"],
.btn-outline.cta-button,
.btn-link.btn-outline {
background: transparent !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn.btn-disable-hover:not(.allow-pointer-events), .btn-disable-hover.button:not(.allow-pointer-events):not(.fancybox-button),
input.btn-disable-hover[type="submit"]:not(.allow-pointer-events),
input.btn-disable-hover[type="button"]:not(.allow-pointer-events),
.btn-disable-hover.cta-button:not(.allow-pointer-events),
.btn-link.btn-disable-hover:not(.allow-pointer-events) {
pointer-events: none !important;
}
.btn i, .button:not(.fancybox-button) i,
input[type="submit"] i,
input[type="button"] i,
.cta-button i,
.btn-link i {
position: relative;
}
.btn.btn-icon-left i, .btn-icon-left.button:not(.fancybox-button) i,
input.btn-icon-left[type="submit"] i,
input.btn-icon-left[type="button"] i,
.btn-icon-left.cta-button i,
.btn-link.btn-icon-left i {
margin-right: 10px;
}
.btn.btn-icon-right i, .btn-icon-right.button:not(.fancybox-button) i,
input.btn-icon-right[type="submit"] i,
input.btn-icon-right[type="button"] i,
.btn-icon-right.cta-button i,
.btn-link.btn-icon-right i {
margin-left: 10px;
}
.btn.btn-italic, .btn-italic.button:not(.fancybox-button),
input.btn-italic[type="submit"],
input.btn-italic[type="button"],
.btn-italic.cta-button,
.btn-link.btn-italic {
font-style: italic !important;
}
.btn-square, body[data-btn-shape] .btn.btn-square, body[data-btn-shape] .btn-square.button:not(.fancybox-button), body[data-btn-shape]
input.btn-square[type="submit"], body[data-btn-shape]
input.btn-square[type="button"], body[data-btn-shape]
.btn-square.cta-button, body[data-btn-shape="square"] .button:not(.fancybox-button), body[data-btn-shape="square"] input[type="submit"], body[data-btn-shape="square"] input[type="button"], body[data-btn-shape="square"] .cta-button {
background-clip: padding-box;
border-radius: 0 !important;
}
.btn-round, body[data-btn-shape] .btn.btn-round, body[data-btn-shape] .btn-round.button:not(.fancybox-button), body[data-btn-shape]
input.btn-round[type="submit"], body[data-btn-shape]
input.btn-round[type="button"], body[data-btn-shape]
.btn-round.cta-button, body[data-btn-shape="round"] .button:not(.fancybox-button), body[data-btn-shape="round"] input[type="submit"], body[data-btn-shape="round"] input[type="button"], body[data-btn-shape="round"] .cta-button {
background-clip: padding-box;
border-radius: 6px !important;
}
.btn-circle, body[data-btn-shape] .btn.btn-circle, body[data-btn-shape] .btn-circle.button:not(.fancybox-button), body[data-btn-shape]
input.btn-circle[type="submit"], body[data-btn-shape]
input.btn-circle[type="button"], body[data-btn-shape]
.btn-circle.cta-button, body[data-btn-shape="circle"] .button:not(.fancybox-button), body[data-btn-shape="circle"] input[type="submit"], body[data-btn-shape="circle"] input[type="button"], body[data-btn-shape="circle"] .cta-button {
background-clip: padding-box;
border-radius: 10em;
}
.btn-shadow {
box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
}
.btn-outline {
border-style: solid;
}
@media only all and (max-width: 424px) {
.btn:not(input), .button:not(input):not(.fancybox-button),
input[type="submit"]:not(input),
input[type="button"]:not(input),
.cta-button:not(input),
.btn-link:not(input) {
padding: 10.4px 24px !important;
margin: 0.8px !important;
font-size: 10.4px;
}
}
.btn:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover, .button:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover:not(.fancybox-button),
input[type="submit"]:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover,
input[type="button"]:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover,
.cta-button:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover {
border-style: solid !important;
}
.btn-default, .button:not(.fancybox-button),
input[type="submit"],
input[type="button"],
.cta-button {
background: #c6ccd2;
border-color: #c6ccd2;
color: #fff !important;
border-width: 1px !important;
border-style: solid;
}
.btn-default:not(.btn-outline):not(.btn-disable-hover):hover, .button:not(.btn-outline):not(.btn-disable-hover):hover:not(.fancybox-button),
input[type="submit"]:not(.btn-outline):not(.btn-disable-hover):hover,
input[type="button"]:not(.btn-outline):not(.btn-disable-hover):hover,
.cta-button:not(.btn-outline):not(.btn-disable-hover):hover {
border-style: solid !important;
border-color: #b8bfc7 !important;
background-color: #b8bfc7;
}
.btn-default.btn-outline, .btn-outline.button:not(.fancybox-button),
input.btn-outline[type="submit"],
input.btn-outline[type="button"],
.btn-outline.cta-button,
body[data-btn-color] .btn-default.btn-outline,
body[data-btn-color] .btn-outline.button:not(.fancybox-button),
body[data-btn-color]
input.btn-outline[type="submit"],
body[data-btn-color]
input.btn-outline[type="button"],
body[data-btn-color]
.btn-outline.cta-button {
border-color: #c6ccd2 !important;
color: #c6ccd2 !important;
background: transparent;
}
.btn-default.btn-outline:hover, .btn-outline.button:hover:not(.fancybox-button),
input.btn-outline[type="submit"]:hover,
input.btn-outline[type="button"]:hover,
.btn-outline.cta-button:hover,
body[data-btn-color] .btn-default.btn-outline:hover,
body[data-btn-color] .btn-outline.button:hover:not(.fancybox-button),
body[data-btn-color]
input.btn-outline[type="submit"]:hover,
body[data-btn-color]
input.btn-outline[type="button"]:hover,
body[data-btn-color]
.btn-outline.cta-button:hover {
background-color: #c6ccd2 !important;
color: #fff !important;
}
.btn-accent-color {
background: #5bc4be;
border-color: #5bc4be;
color: #fff !important;
}
.btn-accent-color.btn-outline {
border-color: #5bc4be !important;
color: #5bc4be !important;
}
.btn-accent-color.btn-outline:hover {
background-color: #5bc4be !important;
color: #fff !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-accent-color:not(.btn-outline):not(.btn-disable-hover):hover {
border-width: 1px !important;
border-style: solid !important;
}
.btn-complementary-color {
background: #50dfc2;
border-color: #50dfc2;
color: #fff !important;
}
.btn-complementary-color.btn-outline {
border-color: #50dfc2 !important;
color: #50dfc2 !important;
}
.btn-complementary-color.btn-outline:hover {
background-color: #50dfc2 !important;
color: #fff !important;
}
.btn-black-color {
background: #222;
border-color: #222;
color: #fff !important;
}
.btn-black-color.btn-outline {
border-color: #222 !important;
color: #222 !important;
}
.btn-black-color.btn-outline:hover {
background-color: #222 !important;
color: #fff !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-black-color:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-1 {
background: #333;
border-color: #333;
color: #fff !important;
}
.btn-dark-color-1.btn-outline {
border-color: #333 !important;
color: #333 !important;
}
.btn-dark-color-1.btn-outline:hover {
background-color: #333 !important;
color: #fff !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-1:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-2 {
background: #454545;
border-color: #454545;
color: #fff !important;
}
.btn-dark-color-2.btn-outline {
border-color: #454545 !important;
color: #454545 !important;
}
.btn-dark-color-2.btn-outline:hover {
background-color: #454545 !important;
color: #fff !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-2:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-3 {
background: #686868;
border-color: #686868;
color: #fff !important;
}
.btn-dark-color-3.btn-outline {
border-color: #686868 !important;
color: #686868 !important;
}
.btn-dark-color-3.btn-outline:hover {
background-color: #686868 !important;
color: #fff !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-dark-color-3:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
}
.btn-white-color {
background: #fff;
border-color: #fff;
color: #111 !important;
}
.btn-white-color.btn-outline {
border-color: #fff !important;
color: #fff !important;
}
.btn-white-color.btn-outline:hover {
background-color: #fff !important;
color: #111 !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-white-color:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
color: #111 !important;
}
.btn-light-color-1 {
background: #eee;
border-color: #eee;
color: #111 !important;
}
.btn-light-color-1.btn-outline {
border-color: #eee !important;
color: #eee !important;
}
.btn-light-color-1.btn-outline:hover {
background-color: #eee !important;
color: #111 !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-light-color-1:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
color: #111 !important;
}
.btn-light-color-2 {
background: #ddd;
border-color: #ddd;
color: #111 !important;
}
.btn-light-color-2.btn-outline {
border-color: #ddd !important;
color: #ddd !important;
}
.btn-light-color-2.btn-outline:hover {
background-color: #ddd !important;
color: #111 !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-light-color-2:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
color: #111 !important;
}
.btn-light-color-3 {
background: #bbb;
border-color: #bbb;
color: #111 !important;
}
.btn-light-color-3.btn-outline {
border-color: #bbb !important;
color: #bbb !important;
}
.btn-light-color-3.btn-outline:hover {
background-color: #bbb !important;
color: #111 !important;
border-width: 1px !important;
border-style: solid !important;
}
.btn-light-color-3:not(.btn-outline):hover {
border-width: 1px !important;
border-style: solid !important;
color: #111 !important;
}
.btn-container {
display: block;
}
.btn-container.btn-inline {
display: inline-block;
padding-left: 9px;
padding-right: 9px;
vertical-align: bottom;
margin-top: 0 !important;
}
@media only all and (max-width: 424px) {
.btn-container.btn-inline {
display: block;
padding: 0;
margin-top: 9px !important;
}
}
* > .btn-container:first-of-type {
padding-left: 0;
}
* > .btn-container:last-of-type {
padding-right: 0;
}
.btn-link {
border: 1px solid transparent;
padding: 0 !important;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/*
.2 - Fields.
========================================================================== */
input[type="checkbox"], input[type="radio"] {
padding: 0;
/* Addresses excess padding in IE8/9. */
}
input[type="search"] {
-webkit-appearance: textfield;
/* Addresses appearance set to search field in S5, Chrome. */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX. */
-webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
display: none;
}
button,
input {
/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
color: #666;
border: 1px solid #e3e3e3;
background-color: white;
background-clip: padding-box;
border-radius: 2px;
transition: border 0.2s ease-in-out;
}
.dark input[type="text"], .dark
input[type="email"], .dark
input[type="url"], .dark
input[type="password"], .dark
input[type="search"], .dark
input[type="tel"], .dark
input[type="date"], .dark
input[type="number"], .dark
textarea, .dark
select {
color: #fff;
border-color: rgba(255, 255, 255, 0.2);
background-color: transparent;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
border-color: #d3d3d3;
}
.dark input[type="text"]:focus, .dark
input[type="email"]:focus, .dark
input[type="url"]:focus, .dark
input[type="password"]:focus, .dark
input[type="search"]:focus, .dark
input[type="tel"]:focus, .dark
input[type="date"]:focus, .dark
input[type="number"]:focus, .dark
textarea:focus, .dark
select:focus {
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
color: #333;
background-color: #fff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="number"], input[type="password"], input[type="search"] {
padding: 10px 15px;
}
.light input:not([type="submit"]):not([type="radio"]) {
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.01) inset;
}
input:not([type="submit"]):not([type="radio"])::-webkit-input-placeholder, input:not([type="submit"]):not([type="radio"])::-moz-placeholder, input:not([type="submit"]):not([type="radio"]):-moz-placeholder, input:not([type="submit"]):not([type="radio"]):-ms-input-placeholder {
color: #111;
}
#content input body.error404#s, #content
input body.page-template-sitemap#s {
padding: 7px;
}
input[type="search"] {
width: 100%;
padding: 10px 10px 10px 35px;
background: transparent url(images/search.png) no-repeat 10px 50%;
box-sizing: border-box;
}
html[dir="rtl"] input[type="search"] {
padding: 10px 35px 10px 10px;
background-position: right;
background-position: calc(100% - 10px);
}
.dark input[type="search"] {
background-image: url(images/search-dark.png);
}
@media only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
input[type="search"] {
background-size: 16px 18px;
background-image: url(images/search@2x.png);
}
.dark input[type="search"] {
background-image: url(images/search-dark@2x.png);
}
}
textarea {
overflow: auto;
/* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top;
/* Improves readability and alignment in all browsers */
width: 100%;
}
input, textarea, select {
padding: 10px;
}
button {
padding: 2px 10px;
cursor: pointer;
}
select {
padding: 9px 30px 9px 6px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("images/select.png");
background-repeat: no-repeat;
background-position: right center;
background-color: white;
height: 50px;
}
html[dir="rtl"] select {
padding: 9px 6px 9px 30px;
background-position: left center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select {
padding-left: 11px;
}
}
select:hover {
border: 1px solid #b3b3b3;
cursor: pointer;
}
.dark select:hover {
border-color: rgba(255, 255, 255, 0.5);
}
select option {
cursor: pointer;
padding: 5px 7px;
}
select option:hover, select option:focus, select option:active {
border: none;
}
@media only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
select {
background-size: 33px 33px;
}
}
input,
textarea {
background: transparent;
}
form.post-password-form label {
display: block;
font-weight: bold;
}
form.post-password-form input[type="password"] {
display: inline;
padding: 8px 10px;
font-size: 14px;
box-sizing: border-box;
}
form.search-form .search-submit {
padding: 12.5px;
margin: 0;
}
form.search-form .screen-reader-text {
position: absolute;
clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
form.search-form a.screen-reader-text:active,
form.search-form a.screen-reader-text:focus {
border-bottom: 1px solid #e3e3e3;
color: #68BDBB;
clip: auto !important;
font-size: 12px;
position: absolute;
text-decoration: underline;
top: 0;
left: 7.6%;
}
input,
textarea,
button {
background: #f5f5f5;
}
input,
textarea,
select {
padding: 5px;
border: 1px solid #e7e7e7;
background-clip: padding-box;
border-radius: 2px;
}
button {
padding: 2px 10px;
cursor: pointer;
}
select {
background: url(images/select.png) no-repeat scroll right center #fff;
background-clip: padding-box;
border-radius: 3px;
color: #B3B3B3;
height: auto;
padding: 8px;
width: auto;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
select {
background-size: 33px 33px;
background-image: url(images/select@2x.png) !important;
}
}
select:hover {
border: 1px solid #b3b3b3;
}
select option {
cursor: pointer;
padding: 5px 7px;
}
input:focus,
textarea:focus {
color: #444;
}
input,
textarea {
background: #fff;
}
input[type="submit"] {
box-shadow: 0 0 0;
}
/*
.3 - Contact.
========================================================================== */
.display-ie8 {
display: none;
}
.ie7 .display-ie8,
.ie9 .display-ie8,
.ie8 .display-ie8 {
display: block;
}
.nice-contact-map {
width: 100%;
margin-bottom: 20px;
}
.nice-contact-sidebar .box {
margin-bottom: 30px;
}
.nice-contact-form label {
width: 100%;
margin-bottom: 10px;
clear: both;
color: #777;
}
span.required {
color: #5bc4be;
margin-left: 5px;
}
.nice-contact-form input, .nice-contact-form textarea {
width: 94%;
padding: 10px 0 10px 10px;
margin: 1px 0 0;
font-size: 100%;
display: block;
}
.nice-contact-form input {
padding: 10px;
font-size: 16px;
}
.nice-contact-form textarea {
height: 150px;
}
.nice-contact-form #node {
float: left;
width: 100%;
display: none;
color: #fb6022;
margin-bottom: 10px;
text-transform: uppercase;
}
.nice-contact-form #success {
background: #48B855;
color: #fff;
float: left;
font-size: 15px;
margin-bottom: 20px;
padding: 10px;
width: 95%;
display: none;
}
.nice-contact-form input[type=submit] {
width: 150px;
text-align: center;
margin-top: 10px;
cursor: pointer;
clear: both;
height: auto;
padding: 10px;
box-shadow: 0 0 0;
}
.nice-contact-form input[type=submit]:active {
margin-top: 1px;
}
.nice-contact-form label.error {
color: #bbb;
width: 350px;
}
.nice-contact-form input.valid {
background-image: url(images/tick.png);
background-repeat: no-repeat;
background-position: right center;
}
.nice-contact-map-container {
width: 100%;
}
.nice-contact-map-container iframe {
margin-bottom: 0;
}
.nice-contact-map-container .scrolloff {
pointer-events: none;
}
form label {
width: 100%;
margin: 0;
clear: both;
color: #777;
}
form label *:not(input) {
font-size: 0.93em;
}
form label.error {
color: #f44c46;
width: 350px;
}
form input[type="radio"] + label,
form input[type="checkbox"] + label {
display: inline-block;
margin-left: 10px;
}
form input[type="submit"], form input[type="button"] {
min-width: 150px;
width: auto;
text-align: center;
cursor: pointer;
clear: both;
height: auto;
padding: 15px;
box-shadow: 0 0 0;
color: #fff;
}
form input[type="submit"]:hover, form input[type="button"]:hover {
background-color: #5bc4be;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form input[type="date"],
form textarea,
form select {
margin: 0;
font-size: 100%;
display: block;
}
form textarea {
height: 150px;
background-color: white;
}
/* Contact Form 7 Compatibility. */
div[role="form"] p {
width: 100%;
margin: 0;
clear: both;
color: #777;
}
div[role="form"] p.error {
color: #f44c46;
width: 350px;
}
div[role="form"] span.wpcf7-form-control-wrap {
display: block;
margin-bottom: 15px;
}
div[role="form"] div.wpcf7-validation-errors, div[role="form"] div.wpcf7-mail-sent-ok {
border-width: 1px;
}
div[role="form"] div.wpcf7-response-output {
margin: 1em 0;
padding: 15px;
}
span.wpcf7-list-item {
margin-right: 1em;
margin-left: 0;
}
.wpcf7-list-item-label {
margin-left: .25em;
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
padding: 5px 10px 5px 10px;
padding: 0;
margin: 10px 0 0 0;
display: block;
text-align: left;
border: 0;
}
input.wpcf7-form-control.wpcf7-submit.btn, input.wpcf7-form-control.wpcf7-submit.button:not(.fancybox-button),
input.wpcf7-form-control.wpcf7-submit[type="submit"],
input.wpcf7-form-control.wpcf7-submit[type="button"],
input.wpcf7-form-control.wpcf7-submit.cta-button {
margin: 0;
}
.wpcf7-inline-wrapper {
display: table;
table-layout: fixed;
width: 100%;
}
.wpcf7-inline-wrapper input {
margin: 0;
}
.wpcf7-inline-wrapper input:not([type="checkbox"]), .wpcf7-inline-wrapper input:not([type="radio"]) {
width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
width: 50%;
display: table-cell;
vertical-align: top;
padding: 0 10px 0 10px;
}
@media only all and (max-width: 424px) {
.wpcf7-inline-wrapper .wpcf7-inline-field {
width: 100%;
display: block;
padding: 0;
}
}
.wpcf7-inline-wrapper .wpcf7-inline-field input {
text-align: left;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]), .wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="radio"]) {
width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
padding-left: 0;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
padding-right: 0;
}
.wpcf7-inline-wrapper .wpcf7-inline-field > * {
margin-top: 0 !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group {
display: table;
table-layout: auto;
}
.wpcf7-inline-wrapper.wpcf7-input-group p {
padding: 0;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input:not(.btn):not(.button:not(.fancybox-button)):not(
input[type="submit"]):not(
input[type="button"]):not(
.cta-button) {
padding: 11px 15px 11px 15px;
border-right: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input:not(.btn):not(.button:not(.fancybox-button)):not(
input[type="submit"]):not(
input[type="button"]):not(
.cta-button) {
padding: 10px 15px 10px 15px;
border-left: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field {
display: table-cell;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
width: 99%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn {
width: 1%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
width: auto;
padding-left: 18px !important;
padding-right: 18px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input.btn-xl {
padding-left: 27px !important;
padding-right: 27px !important;
}
.firefox .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
border-bottom: 0;
}
.wpcf7-inline-wrapper input.form-xl {
padding: 14px !important;
font-size: 18px;
}
form .wpcf7-inline-wrapper:nth-child(2) p {
margin-top: 0;
}
.wpcf7-captchac {
margin: 15px 0 0 0;
}
input.wpcf7-submit {
margin-top: 0;
}
.form-text-center {
text-align: center !important;
}
.form-fluid {
width: 100% !important;
}
.form-circle {
border-radius: 10em !important;
padding-right: 30px !important;
padding-left: 30px !important;
}
span.wpcf7-not-valid-tip {
color: #575656 !important;
}
/* Gravity Forms Compatibility */
.gform_wrapper form[id^="gform_"] .top_label .gfield_label {
width: 100%;
margin: 0;
clear: both;
color: #777;
}
.gform_wrapper form[id^="gform_"] .top_label .gfield_label.error {
color: #f44c46;
width: 350px;
}
.gform_wrapper form[id^="gform_"] .gfield {
margin-bottom: 10px;
}
.gform_wrapper form[id^="gform_"] ul.gfield_radio,
.gform_wrapper form[id^="gform_"] ul.gfield_checkbox {
margin-top: 5px !important;
}
.gform_wrapper form[id^="gform_"] input[type="radio"] + label,
.gform_wrapper form[id^="gform_"] input[type="checkbox"] + label {
display: inline-block;
margin-left: 10px;
}
.gform_wrapper form[id^="gform_"] .gform_page_footer {
border: none;
padding: 0;
margin: 10px 0;
}
.gform_wrapper form[id^="gform_"] li.gfield input[type="text"],
.gform_wrapper form[id^="gform_"] li.gfield input[type="email"],
.gform_wrapper form[id^="gform_"] li.gfield input[type="password"],
.gform_wrapper form[id^="gform_"] li.gfield select {
margin: 0;
font-size: 100%;
display: block;
}
.gform_wrapper form[id^="gform_"] li.gfield select {
padding: 9px 0 9px 6px;
margin: 0 !important;
}
.gform_wrapper form[id^="gform_"] input.button[class*=" gform"], .gform_wrapper form[id^="gform_"] input.button[class^="gform"] {
min-width: 150px;
width: auto;
text-align: center;
cursor: pointer;
clear: both;
height: auto;
padding: 15px;
box-shadow: 0 0 0;
color: #fff;
}
.gform_wrapper form[id^="gform_"] input.button[class*=" gform"]:hover, .gform_wrapper form[id^="gform_"] input.button[class^="gform"]:hover {
background-color: #5bc4be;
}
/*
Related Posts
*/
#related-posts ul {
margin: 0;
padding: 0;
}
#related-posts h3 {
font-size: 21px;
margin-bottom: 15px;
}
#related-posts li {
display: block;
padding: 15px 0;
border-bottom: 1px solid #f9f9f9;
}
#related-posts li:last-child,
#related-posts a:hover {
border: none;
}
#related-posts a {
color: #8a8a8a;
}
/* Live search */
/* = Live Search
-------------------------------------------------------------- */
#live-search {
padding: 70px 0 90px;
}
#live-search #searchform {
max-width: 750px;
width: 100%;
background: #fff;
background-clip: padding-box;
border-radius: 5px;
margin: 0 auto;
border: 1px solid #d7d7d7;
}
#live-search .input {
position: relative;
display: inline-flex;
margin: 0;
width: 100%;
}
#live-search .input label {
color: #A9A9A9;
display: inline-block;
left: 26px;
position: absolute;
top: 20px;
z-index: 1;
text-transform: none;
cursor: text;
font-size: 16px;
}
body.safari #live-search .input label {
top: 24px;
}
#live-search .input label.focus {
color: #ccc;
}
#live-search .input label.has-text {
display: none;
}
#live-search #s {
float: left;
width: 89%;
background: none;
color: #595959;
font-size: 16px;
padding: 20px 0 20px 25px;
border: none;
box-shadow: none;
}
#live-search #s.loading {
background: url(images/loader-light.gif) no-repeat right 30px;
}
#live-search #searchsubmit {
position: absolute;
font-family: 'FontAwesome';
background-color: transparent;
background-repeat: no-repeat;
float: right;
margin: 8px 15px 0 0;
padding: 9px 18px 9px 34px;
right: 0;
border: none;
height: 48px;
width: 32px;
min-width: 32px;
border: none;
cursor: pointer;
color: #bbb !important;
background-color: transparent !important;
font-size: 20px !important;
text-shadow: none !important;
clear: none !important;
line-height: initial;
background-clip: padding-box;
border-radius: 0 !important;
border: 0;
z-index: 100;
}
#live-search #searchsubmit:hover {
background-color: transparent;
color: #aaa !important;
border: transparent !important;
}
#search-wrap {
position: relative;
}
#search-result {
position: absolute;
background: #fff;
list-style: none;
font-size: 13px;
top: -20px;
padding-top: 20px;
left: -1px;
margin: 0;
border: 1px solid #d7d7d7;
z-index: 5;
border-top: none;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
width: 750px;
max-height: 750px;
}
#search-result li {
margin: 0;
border-bottom: 1px solid #f4f4f4;
transition: all 0.2s linear;
}
#search-result li:last-child {
margin: 0;
border-bottom: none;
}
#search-result li.no-results {
display: block;
color: #646464;
padding: 15px 15px 20px 25px;
font-size: 14px;
border: none;
}
#search-result a {
display: block;
color: #646464;
padding: 15px 15px 15px 25px;
font-size: 14px;
border: none;
}
#search-result a:hover {
text-decoration: none;
background: #F5F5F5;
border: none;
}
#search-result a i,
#search-result li.no-results i {
display: inline-block;
margin-right: 10px;
text-align: center;
width: 15px;
color: #888;
}
#search-result img {
vertical-align: middle;
margin: 0 10px 0 0;
}
#search-result .nothing-here {
padding: 0 5px;
}
@media screen and (max-width: 480px) {
#live-search #s {
width: 100%;
}
#live-search #searchsubmit {
display: none;
}
}
/*
Knowledgebase
*/
.nice-knowledgebase ul {
margin: 0;
padding: 0;
}
.nice-knowledgebase ul li {
display: block;
padding: 8px 5px 8px 0;
transition: all 0.2s linear;
}
.nice-knowledgebase ul li a {
color: #8b989e;
border: none;
display: inline-table;
width: 85%;
}
.nice-knowledgebase ul li i {
margin-top: 1px;
}
.nice-knowledgebase ul li i.fa-youtube-play {
margin-top: 3px;
}
.nice-knowledgebase ul li:hover i {
color: #5bc4be;
}
.nice-knowledgebase ul li a:hover,
.widget ul li a:focus {
border: none;
color: #5a5a5a;
}
#knowledgebase h2 {
margin-bottom: 60px;
font-size: 30px;
}
body.home #knowledgebase {
padding-top: 70px;
}
.nice-knowledgebase ul {
margin: 0;
list-style: none;
}
.nice-knowledgebase ul li {
list-style: none;
}
.nice-knowledgebase ul li i {
margin-right: 10px;
display: inline-block;
margin-left: 2px;
color: #ccc;
font-size: 18px;
}
.nice-knowledgebase ul li i.fa-youtube-play {
font-size: 15px;
}
.nice-knowledgebase h3, .nice-knowledgebase h3 a {
color: #4B4D4B;
font-size: 21px;
line-height: 1.5em;
margin: 0 0 .5em;
}
.nice-knowledgebase [class*="columns-"] {
padding-bottom: 30px;
}
.nice-knowledgebase .row .list {
width: 100%;
margin-right: 0px;
border-bottom: 1px solid #efefef;
margin-bottom: 25px;
margin-right: 0;
padding-bottom: 30px;
}
.nice-knowledgebase .row h3 .cat-count {
font-size: 14px;
margin-left: 7px;
position: relative;
top: -2px;
color: #ccc;
}
/* Gallery */
.gallery-container {
width: 1120px;
}
/* Fancybox */
.fancybox-overlay a {
border: none;
}
/*-----------------------------------------------------------------------------------*/
/* 12. Contact Form
/*-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 13. Widgets */
/*-------------------------------------------------------------------------------------------*/
#sidebar .widget h4 {
margin: 0 0 20px;
color: #4B4D4B;
}
.widget {
clear: both;
margin: 0 0 2em;
}
.widget ul {
clear: both;
list-style-position: inside;
list-style-type: none;
margin: 0px;
}
.widget ul li {
border-bottom: 1px solid #f9f9f9;
padding: 10px 10px 10px 0;
transition: all 0.2s linear;
}
.widget ul li a {
color: #8a8a8a;
border: none;
}
.widget ul li a:hover, .widget ul li a:focus {
border: none;
color: #5a5a5a;
}
.widget ul li:last-child {
border-bottom: none;
}
.widget select {
font: 12px/20px "Lato", Arial, sans-serif;
color: #8a8a8a;
width: 100%;
}
/* SEARCH */
/* Assistive text */
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
.widget .wp-caption img {
margin: 0;
padding: 0.5em;
}
.widget a.screen-reader-text:active, .widget a.screen-reader-text:focus {
border-bottom: 1px solid #ddd;
color: #1982d1;
clip: auto !important;
font-size: 12px;
position: absolute;
text-decoration: underline;
top: 0;
left: 7.6%;
}
.widget input#s {
background: #fff url(images/search.png) no-repeat 7px 7px;
font-size: 14px;
padding: 7px 10px 8px 30px;
}
.widget input#searchsubmit {
display: none;
}
.widget #s {
width: 86%;
}
.widget #s:focus {
background-color: #f9f9f9;
}
.widget .only-search #searchform {
top: 5px;
z-index: 1;
}
.widget .only-search #s {
background-color: #666;
border-color: #000;
color: #222;
}
.widget .only-search #s, .widget .only-search #s:focus {
width: 85%;
}
.widget .only-search #s:focus {
background-color: #bbb;
}
@media only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
.widget input#s {
background-size: 16px 18px;
background-image: url(images/search@2x.png) !important;
}
}
/*
Popular Articles
*/
.nice_popular_articles .meta,
.widget_nice_recent_articles .meta {
font-size: 12px;
margin-top: 8px;
color: #ccc;
float: left;
width: 100%;
}
.nice_popular_articles .meta span,
.widget_nice_recent_articles .meta span {
margin-right: 8px;
}
.nice_popular_articles .meta i,
.widget_nice_recent_articles .meta i {
font-size: 11px;
margin-right: 2px;
}
/* FLICKR */
.widget_nice_flickr h3 span {
color: #0061d8;
padding: 0;
}
.widget_nice_flickr h3 span span {
color: #ff1183;
padding: 0;
}
.widget_nice_flickr .wrap {
position: relative;
padding: 0;
}
.widget_nice_flickr .flickr_badge_image {
float: left;
margin: 5px;
background: #fff;
padding: 2px;
border: 1px solid #efefef;
}
.widget_nice_flickr .flickr_badge_image:hover {
border-color: #eff2f3;
}
#footer-widgets .widget_nice_flickr .flickr_badge_image {
background: #4f4f4f;
}
#footer-widgets .widget_nice_flickr .flickr_badge_image:hover {
background: #3f3f3f;
}
.widget_nice_flickr a img {
float: left;
border: 2px solid #fff;
margin: 0;
display: block;
transition: all 0.2s linear;
}
#sidebar .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n) {
margin-rigth: 0;
}
#sidebar .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n+1) {
margin-left: 0;
}
#footer-widgets .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(2n) {
margin-rigth: 0;
}
#footer-widgets .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(2n+1) {
margin-left: 0;
}
#footer-widgets .widget_nice_flickr h3 span {
color: #0061d8;
}
#footer-widgets .widget_nice_flickr h3 span span {
color: #ff1183;
}
#footer-widgets .widget_nice_flickr a img {
border-color: #3f3f3f;
background: #4f4f4f;
}
#footer-widgets .widget_nice_flickr a:hover img {
background: #3B444B;
}
/* Calendar */
.widget #calendar_wrap {
padding: 10px;
background: #eff2f3;
}
.widget_calendar #wp-calendar {
color: #555;
width: 100%;
text-align: center;
border: none;
background: #fff;
margin: 0 auto;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
text-align: center;
background: #fff;
}
.widget_calendar #wp-calendar caption {
font-size: 11px;
font-weight: 500;
padding: 5px 0 3px 0;
text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ECECEC;
}
.widget_calendar #wp-calendar tr {
border: none;
}
/* Twitter */
.widget_nice_twitter ul li {
background: #fff;
padding: 8px 0;
}
.widget_nice_twitter ul li:hover {
background: #fff;
}
.widget_nice_twitter p.tw-follow {
margin-top: 10px;
margin-bottom: 0px;
color: #888;
}
.widget_nice_twitter .one-tweet {
font-size: 16px;
}
/* BLOG AUTHOR */
.widget_nice_blogauthor .left {
float: left;
padding-right: 15px;
}
.widget_nice_blogauthor .right {
float: right;
padding-left: 15px;
}
.widget_nice_blogauthor img {
background-clip: padding-box;
border-radius: 3px;
}
/* Categories */
/* nice categories */
.widget_nice_article_categories li {
position: relative;
}
.widget_nice_article_categories li a {
position: relative;
left: 0;
transition: left 0.25s, color 0.5s;
border: none;
}
.widget_nice_article_categories li a:hover span {
background-color: #ddd;
}
.widget_nice_article_categories li.children div {
padding-left: 10px;
}
.widget_nice_article_categories li a:hover,
.widget_nice_article_categories li.current-cat a,
.widget_nice_article_categories li.current-menu-item a {
left: 3px;
transition: left 0.25s, color 0.25s;
}
.widget_nice_article_categories li span {
position: absolute;
padding: 0 7px;
right: 5px;
font-weight: bold;
font-size: 8px;
color: #ccc;
background: #eff2f3;
background-clip: padding-box;
border-radius: 100%;
}
.widget_nice_article_categories li span.one-digit {
padding: 2px 9px;
}
.widget_nice_article_categories li span.two-digit {
padding: 3px 7px;
}
#footer-widgets .widget_nice_article_categories li span {
color: #555;
}
/* Text Widget */
/* Ads */
.widget_nice_ad img {
max-width: 100%;
}
/* Tags */
#pre-footer-widgets .widget .tagcloud a,
#sidebar .widget .tagcloud a {
background-color: #eff2f3;
}
.widget .tagcloud a {
background-color: rgba(0, 0, 0, 0.1);
background-clip: padding-box;
border-radius: 2px;
color: #aaa !important;
display: block;
float: left;
font-size: 14px !important;
margin: 5px 10px 5px 0;
padding: 6px 10px;
text-transform: capitalize;
}
/* NiceTABS */
#tabs {
height: auto;
display: block;
}
#tabs ul.niceTabs {
padding: 0px;
}
#tabs ul.niceTabs li {
float: left;
display: inline;
color: #fff;
margin: 0px;
cursor: pointer;
padding: 0;
border: 0 none;
background: #f8f8f8;
}
#tabs ul.niceTabs li:first-child a {
border-width: 1px 1px 0px 1px;
}
#tabs ul.niceTabs li a {
color: #bbb;
display: block;
float: left;
padding: 10px 8px;
text-transform: none;
font-size: 13px;
line-height: 18px;
border: 1px solid #e7e7e7;
border-width: 1px 1px 1px 0;
}
#tabs ul.niceTabs li a:hover {
background: #fff;
text-decoration: none;
border-width: 1px 1px 0 0;
}
#tabs ul.niceTabs li a.active {
padding-bottom: 11px;
color: #555;
}
#tabs .inside {
background: #fff;
border: 1px solid #e7e7e7;
margin-top: -1px;
}
#tabs .inside ul,
#tabs .inside .tags {
margin: 0;
padding: 0;
display: none;
}
#tabs .inside ul:first-child {
display: inline;
}
#tabs .inside .tags {
border-width: 1px;
padding: 10px;
}
#tabs .inside .tags a {
padding: 4px 8px;
margin: 3px 1px;
display: inline-block;
background: #dbdbdb;
color: #fff;
font-size: 12px !important;
background-clip: padding-box;
border-radius: 3px;
border: none;
}
#tabs .inside .tags a:hover {
text-decoration: none;
background-color: #5bc4be;
}
#tabs .inside li {
border-bottom: 1px solid #e7e7e7;
padding: 12px;
list-style: none;
background: #fff;
}
#tabs .inside li a {
color: #535353;
font-size: 13px;
line-height: 18px;
padding: 0;
}
#tabs .inside li span.meta {
display: block;
font-size: 11px;
line-height: 20px;
text-transform: normal;
color: #bbb;
}
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
background-color: #fff;
padding: 4px;
float: left;
border: 1px solid #e7e7e7;
margin: 0 10px 0 0;
}
#tabs .inside li:hover img.avatar,
#tabs .inside li:hover img.thumbnail {
border-color: #eff2f3;
}
#footer-widgets .widget .widget_nice_social .social-links-container,
.widget_nice_social .social-links-container {
margin: 0;
background: none;
padding: 0;
}
.social-links {
margin: 0 auto;
list-style: none;
}
#footer-widgets .widget .widget_nice_social #social,
.widget_nice_social .social-links-container {
list-style: none;
margin: 0;
}
#footer-widgets .widget .widget_nice_social .social-links-container > li,
.widget_nice_social .social-links-container > li {
display: inline-block !important;
position: relative !important;
background-image: none;
padding: 0 !important;
background-color: transparent;
border: none !important;
}
#footer-widgets .widget .widget_nice_social .social-links-container > li a,
.widget_nice_social .social-links-container > li a {
background-color: #eff2f3;
color: #fff !important;
text-align: center;
line-height: 40px;
background-repeat: no-repeat;
height: 40px;
width: 40px;
display: block;
transition: none;
/*text-indent: -999em;*/
background-clip: padding-box;
border-radius: 2px;
}
#footer-widgets .widget .widget_nice_social .social-links-container > li i,
.widget_nice_social .social-links-container > li {
font-size: 22px;
}
.social-links-container > li {
margin-right: 3px;
margin-bottom: 3px;
}
.social-links-container #facebook a {
background-color: #4064af !important;
}
.social-links-container #twitter a {
background-color: #46c7f4 !important;
}
.social-links-container #dribbble a {
background-color: #e94c89 !important;
}
.social-links-container #vimeo a {
background-color: #87c8ee !important;
}
.social-links-container #tumblr a {
background-color: #33526f !important;
}
.social-links-container #flickr a {
background-color: #ed1e83;
}
.social-links-container #google a {
background-color: #db4a38 !important;
}
.social-links-container #youtube a {
background-color: #c4302a !important;
}
.social-links-container #linkedin a {
background-color: #0f76a8 !important;
}
.social-links-container #android a {
background-color: #a3c539 !important;
}
.social-links-container #mac a {
background-color: #333 !important;
}
.social-links-container #dropbox a {
background-color: #4c96d1 !important;
}
.social-links-container #foursquare a {
background-color: #00b9e0 !important;
}
.social-links-container #instagram a {
background-color: #634d40 !important;
}
.social-links-container #pinterest a {
background-color: #c9222d !important;
}
.social-links-container #skype a {
background-color: #2aace3 !important;
}
.social-links-container #bitbucket a {
background-color: #205081 !important;
}
.social-links-container #github a {
background-color: #444 !important;
}
.social-links-container #stack-exchange a {
background-color: #3A6DA6 !important;
}
.social-links-container #stack-overflow a {
background-color: #d9a32e;
}
.social-links-container #trello a {
background-color: #24688F !important;
}
.social-links-container #rss a {
background-color: #ed7f2d !important;
}
.social-links-container #quora a {
background-color: #b92b27 !important;
}
.social-links-container #wordpress a {
background-color: #0087be !important;
}
.social-links-container #slack a {
background-color: #2ea664 !important;
}
#footer-widgets {
padding-top: 40px;
padding-bottom: 40px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#footer-widgets .widget {
font-style: normal;
color: #c9c9c9;
}
#footer-widgets .widget a {
color: #ffffff;
}
#footer-widgets .widget li a {
color: #c9c9c9;
}
#footer-widgets .widget li a:hover {
color: #fff;
}
#footer-widgets .widget ul {
padding: 0;
background: none;
}
#footer-widgets .widget ul li {
border-bottom: 1px solid #3c3c3c;
background: none;
padding: 8px 8px 8px 0;
display: block;
}
#footer-widgets .widget ul li:last-child {
border-bottom: none;
}
#footer-widgets h3 {
color: #fff;
font-size: 21px;
margin: 0 0 30px 0;
text-transform: capitalize;
}
#footer-widgets .widget-wrap {
max-width: 1080px;
}
#footer-widgets .last {
clear: right;
margin-right: 0 !important;
}
.btnaccess {
background: #fa6900;
color: #fff;
border: 1px solid #fa6900;
border-radius: 3px;
padding: 10px 12px !important;
font-family: 'ProximaNova-Semibold',sans-serif;
text-transform: uppercase;
line-height: 22px !important;
margin-top: 38px;
}
.btnaccess:hover, .btnaccess:focus {
background: #C45200 !important;
color: #fff !important;
border:none !important;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
}
.login-btn {
float: none !important;
overflow: hidden;
width: 100% !important;
margin: 0 auto 25px;
margin-right: auto;
padding: 0 20px;
}
#breadcrumbs{
list-style:none;
margin:10px 0;
overflow:hidden;
}
#breadcrumbs li{
display:inline-block;
vertical-align:middle;
margin-right:15px;
}
#breadcrumbs .separator{
font-size:18px;
font-weight:100;
color:#ccc;
}
.moreTxt {
color: #1a8dd0;
font-weight: normal;
}
/*-------------------------------------------------------------------------------------------*/
/* 14. Responsive */
/*-------------------------------------------------------------------------------------------*/
.single .video,
.video-content .video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.single .video iframe, .single .video object, .single .video embed,
.video-content .video iframe, .video-content .video object, .video-content .video embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/* --- iPad Pro --- */
@media screen and (max-width: 1366px) {
body.iphone #navigation ul li a .bar {
display: none;
}
body.iphone #top #navigation .nav > li a {
line-height: 50px;
margin-right: 0;
}
body.iphone #top #navigation .nav li ul li a {
border: none;
}
body.iphone #header #top #toggle-nav {
display: block;
}
body.iphone #top #navigation .nav li ul li a {
padding: 15px 10px;
width: auto;
}
body.iphone #top #navigation .nav li ul li:last-child a {
border-bottom: none;
}
body.iphone #header #navigation {
clear: both;
display: none;
float: none;
}
body.iphone #header #navigation ul {
width: 100%;
}
body.iphone #header #navigation li {
float: none;
width: 100%;
}
body.iphone #navigation .nav li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 15px 10px;
line-height: 20px;
margin-right: 0;
}
body.iphone #top #navigation .nav li ul li a,
body.iphone #top #navigation .nav li ul li a:hover {
color: #ccc;
}
body.iphone #navigation .nav li:last-child a {
border-bottom: none;
}
body.iphone #navigation .nav li a.sf-with-ul {
background-image: none;
}
body.iphone #header #navigation li ul {
background-color: transparent;
left: 0;
margin-left: 30px;
position: relative;
top: 0;
width: auto;
}
body.iphone #navigation {
margin: 0 auto;
max-width: 100%;
}
}
/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
#content {
float: none !important;
overflow: hidden;
width: 100% !important;
margin: 0 auto 25px;
padding: 0 20px;
}
#container {
padding: 30px 0 0;
width: 100%;
}
#sidebar {
float: none !important;
width: 100%;
margin: 0 auto;
}
.col-full {
width: 100%;
padding: 0 20px;
}
.single .featured-image {
width: 100%;
}
#extended-footer .inner {
width: 100%;
}
#footer .col-full {
max-width: 100%;
}
.post .video iframe, .post .video object, .post .video embed,
.video-content .video iframe, .video-content .video object, .video-content .video embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.single .featured-image img, .post .featured-image img {
max-width: 100%;
}
.post .wp-post-image {
background: none;
padding: 0;
}
#navigation ul li a .bar {
display: none;
}
#top #navigation .nav > li a {
line-height: 50px;
margin-right: 0;
}
#top #navigation .nav li ul li a {
border: none;
}
.infoboxes, .home-block {
margin: 0 auto;
max-width: 100%;
}
.widget #s {
width: 93%;
}
#footer-widgets .widget {
padding-right: 20px;
}
.three-col .row .column {
width: 29%;
}
#home-videos .video-list {
padding-top: 15px;
}
#sidebar {
display: none;
}
.gallery-container {
width: 100%;
}
#header #top #toggle-nav {
display: block;
}
#top #navigation .nav li ul li a {
padding: 15px 10px;
width: auto;
}
#top #navigation .nav li ul li:last-child a {
border-bottom: none;
}
#header #navigation {
clear: both;
display: none;
float: none;
}
#header #navigation ul {
width: 100%;
}
#header #navigation li {
float: none;
width: 100%;
}
#navigation .nav li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 15px 10px;
line-height: 20px;
margin-right: 0;
}
#top #navigation .nav li ul li a,
#top #navigation .nav li ul li a:hover {
color: #ccc;
}
#navigation .nav li:last-child a {
border-bottom: none;
}
#navigation .nav li a.sf-with-ul {
background-image: none;
}
#navigation .nav li a.sf-with-ul::after {
position: absolute;
right: 15px;
}
#header #navigation li ul {
background-color: transparent;
left: 0;
margin-left: 30px;
position: relative;
top: 0;
width: auto;
}
#navigation {
margin: 0 auto;
max-width: 100%;
}
.backtotop {
display: none;
}
.nice-infoboxes .item {
padding-right: 0;
}
.nice-infoboxes .thumb img {
width: 100%;
}
.nice-infoboxes .item:hover .thumb img {
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#content, #sidebar, .col-full, #extended-footer .inner {
width: 100%;
}
#extended-footer .inner, #footer {
width: 100%;
}
#sidebar {
padding: 0;
}
.post .video,
.video-content .video {
height: 100%;
}
#extended-footer .inner p {
padding: 0 4%;
}
#footer-widgets .widget {
padding: 0 4%;
}
.entry p,
.entry ul,
.entry ol {
font-size: 110%;
}
}
/* --- Galaxy Landscape --- */
@media screen and (max-width: 685px) {
#live-search #s {
width: 80%;
}
}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 620px) {
#content, .slider, #sidebar, .col-full, #extended-footer .inner {
width: 100% !important;
}
#extended-footer .inner, #footer {
width: 100%;
}
.content {
width: 80%;
padding-top: 20px;
}
}
/* --- Kindle Landscape --- */
@media screen and (max-width: 600px) {
#footer #footer-widgets .widget_nice_flickr .flickr_badge_image {
margin-left: 0;
margin-right: 6px;
}
#home-videos .video-content {
float: none;
width: 100%;
}
#home-videos .video-list,
#call-to-action {
display: none;
}
}
/* Android Landscape */
@media screen and (max-width: 515px) {
.widget #s {
width: 90%;
}
.nice-contact-sidebar,
.nice-contact-form {
width: 100%;
}
[class*='columns-'] {
width: 100%;
}
}
/* iPhone Landscape */
@media screen and (max-width: 480px) {
#commentform input.txt {
width: 60%;
}
#commentform textarea {
width: 90%;
}
}
/* iPhone portrait */
@media screen and (max-width: 320px) {
.widget #s {
width: 83.5%;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists