/*
Theme Name: pdk
Text Domain: pdk

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
}

body {
    background-color: #fff;
    color: #707070;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #515151;
    
    font-weight: 700;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 15px;
}
.h1 {
    font-size: 28px;
}

.h2 {
    font-size: 24px;
}

.h3{
    font-size: 20px;
}

.h4 {
    font-size: 18px;
}

.h5 {
    font-size: 15px;
}

.h6 {
    font-size: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    padding: 2px 4px;
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: 1px solid #eee;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.comment-reply-link,
 a.button, input[type="button"],
 input[type="reset"],
 input[type="submit"] {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 40px;
    display: inline-block;
    
    border: 1px solid #2ecc71;
    border-radius:30px;
    font-weight: 400;
}

button,
.comment-reply-link,
 a.button, input[type="button"],
 input[type="reset"],
 input[type="submit"],
 button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    -webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #2e2e2e ;
    border-color: #2e2e2e;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px 20px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #2ecc71 ;
    text-decoration: inherit;
}

a:visited {
    color: #2ecc71 ;
}

a:hover,
a:focus,
a:active {
    color:#2ecc71;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#main-nav {
    display: block;
    float: right;
    transition: all 0.5s ease-in-out 0s;
    width: 70%;
}

.enabled-sticky-primary-menu #main-nav.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 0 1px 2px;
    left: -9999px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 65px;
    transition: opacity 0.4s ease-in-out 0s;
    z-index: -9999;
}

.main-navigation ul ul ul {
    left:100%;
    top: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;

}
.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation ul li a {
    color: #515151;
    display: block;
   
    font-size: 15px;
    font-weight: normal;
    padding: 35px 20px;
    position: relative;
    z-index: 99;
    font-weight: 400;
    text-transform: uppercase;
}


.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover {
    color:#2ecc71;
}


.main-navigation ul ul a {
    border-bottom: 1px solid #ddd;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
    font-size: 15px;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.home.page .slider-enabled.header-collapse ul li a{
    color: #515151;
}

.home.page .slider-enabled.header-collapse ul li a:hover{
    color: #2ecc71;
}

.main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 23px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}
#mobile-trigger {
  display: none;
}
#mobile-menu {
  display: none;
}

/*comment and post navigation*/
.page-template-default .site-main {padding-top:30px;}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
    float: left;
    padding:0px;
    width: auto;
    line-height: 1.5;
}

#infinite-handle span {
    background: #2ecc71;
}

#infinite-handle span {
    font-size: 1.5;
    font-size: 15px;
    color: #fff;
}
#infinite-handle{
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

 #infinite-handle span:hover {
    background: #2ecc71;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;

}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #707070;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px;
    color: #707070;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.nav-links .nav-previous a,
.nav-links .nav-next a{
    background: transparent; 
    color: #515151;
    border:0;
    padding: 14px 0px;
    border-radius: 3px;
    line-height: 1.1;
    display: block;
    font-size: 18px;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    background: transparent;
    color: #2ecc71;
}

.comment-navigation .nav-next a:hover:after,
.comment-navigation .nav-previous a:hover:before,
.nav-links .nav-previous a:hover:before,
.nav-links .nav-next a:hover:after {
    color: #2ecc71;
}

.nav-links{
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}

.nav-links .page-numbers {
    border: 1px solid;
    padding: 5px 10px;
}

.nav-links .page-numbers.current,.nav-links a.page-numbers:hover {
    background: #2ecc71 none repeat scroll 0 0;
    border-color: #2ecc71 ;
    color: #ffffff;
}
.nav-links .page-numbers.dots {
    border: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#home-page-widget-area::after,
#home-page-widget-area::before,
#featured-slider::after,
#featured-slider::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


.section-title {padding-bottom:10px;}
.section-title .seperator  {
    margin-bottom: 5px;
    display: none;
}

.section-title .seperator span {
    display: inline-block;
    position: relative;
}

.section-title .seperator span:before,
.section-title .seperator span:after{
    background-color: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 60px;
    position: absolute;
}

.section-title .seperator span:before{
    right: 100%;
}

.section-title .seperator span:after {
    left: 100%;
}

.section-title .seperator i {
    color:#2ecc71;
    font-size: 20px;
    font-family: "FontAwesome"; 
    padding: 5px 15px;
    display: inline-block;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-meta > span,
.entry-footer > span,
.single-post-meta > span {
    margin: 0 10px 0 0;
}

.entry-meta > span a, .single-post-meta > span a, .entry-footer > span a {
    color: #707070;
    font-style: normal;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.entry-meta > span::before,
.entry-footer > span::before,
.single-post-meta > span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
    color:#2ecc71;
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

.entry-footer span {
    margin-right: 15px;
}

.entry-footer span.author.vcard {
    margin-right: 0px;
}

span.comments-link::before {
    content: "\f0e6";
}

.entry-meta .posted-on::before,
.single-post-meta .posted-on::before {
    content: "\f073 ";
}

.entry-footer > .cat-links::before,
.entry-meta .cat-links::before {
    content: "\f115";
}

.entry-meta .byline::before,
.single-post-meta .byline::before {
    content: "\f2c0";
}

.entry-footer .edit-link::before{
    content: "\f044";
}

.entry-footer .tags-links::before{
    content: "\f02c";
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0;
}
.authorbox {
    background:#e6ffff;
    border: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}

.authorbox .author-bio-posts-content {
    margin-top: 10px;
}

.authorbox .author-bio-posts-content p {
    margin: 0;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

#respond {
    clear: both;
    display: block;
    float: left;
    width: 97%;
}

#commentform label {
    display: inline-block;
    width: 100px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area form#commentform p {
    float: left;
    width: 33.33%;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
    padding: 0 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list .comment{
    margin-bottom: 15px;
}

ol.comment-list .comment:first-child {
    margin-bottom: 0px;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 5px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 0px;
}

.comment-list .comment-content ul,
.comment-list .comment-content ul li  {
    list-style: disc;
}

.comment-list .comment-content ol,
.comment-list .comment-content ol li  {
    list-style: decimal;
}

.comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 10px 30px 10px 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 10px;
}

.comment-reply-link {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 1px 15px 3px;
    border-radius: 2px;
}

a.comment-reply-link:hover {
    color: #fff;
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    float: left;
    font-weight: normal;
    margin: 25px 0 15px 0px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#commentform label {
    display: inline-block;
    width: 100px;
}

#commentform  input[type="submit"] {
    padding: 14px 45px;
    border-radius: 3px;
    line-height: 1.1;
    border:1px solid #2ecc71;
}

#commentform  input[type="submit"]:hover {
    background: transparent;
    color: #2ecc71;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    line-height: 0;
    padding: 0px 5px 5px 0px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.site-layout-boxed #page {
    box-shadow: 0 0 1px #999999;
    width: 1255px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.v-center{
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

p,
li {
  
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #707070;  
}

/*--------------------------------------------------------------
##  Header Style
--------------------------------------------------------------*/

.custom-logo-link,
.site-logo-link,
#site-identity {
    float: left;
    margin-right: 15px;
}



.site-info a {
    color: #fff;
}
.site-header {
    position: relative;
}

#masthead {
	background:rgba(0,0,0,0.9);
	
  
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.site-title > a {
    color: #2ecc71;
}
.site-title {
    color: #515151;
    font-size: 25px;
    margin-bottom: 0;
    

}
.site-branding {
    float: left;
    margin-right: 30px;
    margin-top: 28px;
}
.site-description {
    color: #515151;
    font-size: 15px;
    font-style: inherit;
    margin-bottom: 0px;
}

.home.page-template-home .slider-enabled .site-title > a,
.home.page-template-home .slider-enabled .site-title,
.home.page-template-home .slider-enabled .site-description,
.home.page-template-default .site-title > a,
.home.page-template-default .site-title,
.home.page-template-default .site-description,
.home.blog .site-title a,
.home.blog .site-description {
	color: #515151;
}

#masthead.header-collapse{
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

#masthead.header-collapse .site-title > a,
#masthead.header-collapse .site-description {
	color: #515151;
}

.right-head {
    float: right;
    padding-top: 20px;
}

.social-links {
    float: right;
}

.search-box {
    float: right;
    position: relative;
}

.search-box > a {
    background: #2ecc71 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 6.2px 8.7px;
}

.search-box > a i {
    font-size: 17px;
}

.search-box > a:hover {
    color: #fff;
    background-color: #2ecc71;
}

.search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    top: 45px;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 10px;
    position: absolute;
    right: 7%;
    width: 300px;
    z-index: 9999;
}

.search-box .search-box-wrap {
    right: 3%;
    width: 300px;
}

.search-form input.search-field {
    background: #f9f9f9;
    padding: 8px 10px 8px 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.search-form input.search-field:focus {
    background: #ebffff;
}

.search-submit {
    border-radius: 0 ;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
}

.search-form input[type="submit"] {
	border-radius: 0px;
	padding: 12px 20px;
}

.search-form {
    position: relative;
}




/*--------------------------------------------------------------
## Top header Style
--------------------------------------------------------------*/

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

.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-left span {
    color: #fff;
    margin-right: 15px;
    line-height: 1;
    font-size: 15px;
}

.top-left span i {
    color: #fff;
    margin-right: 10px;
}

.top-menu-content .menu {
    float: left;
    list-style: none;
    margin:0;
}

.top-menu-content .menu li {
    display: inline-block;
    line-height: 1;
}

.top-menu-content .menu li a{
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    margin-left:10px;
    line-height: 1;
    position: relative;
    
}

.top-menu-content .menu li:last-child a {
	border-right: 0px;
}

.top-header .x_business_widget_social li {
    margin:0;
}

.top-header .x_business_widget_social li a {
    height: auto;
    width: auto;
    border:0;
    line-height: 1;
    padding: 0px 10px;
    position: relative;
    transform: none !important;
    background: transparent;
}

.top-header .x_business_widget_social ul li a::before {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transform: none !important;
}

.top-header .x_business_widget_social li a:hover {
    background: transparent !important;
    border:0px;
}



/*--------------------------------------------------------------
## About Us Style
--------------------------------------------------------------*/

.about-us-inner {
	display: table-cell;
	width: 100%;
}

#home-page-widget-area .x_business_widget_about_us .about-us-content,
#home-page-widget-area .x_business_widget_about_us .about-us-image  {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.x_business_widget_about_us,
.skill-progress-bar {
    float: left;
    width: 100%;
}

#home-page-widget-area .x_business_widget_about_us .about-us-text,
#home-page-widget-area .x_business_widget_about_us .about-us-skills {
	float: left;
	width:50%;
}
#home-page-widget-area .x_business_widget_about_us .about-us-skills .h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.skill-progress-bar {
    background: #dcdcdc;
    height: 10px;
    position: relative;
    margin-bottom: 20px;
}

.skill-progress-bar:last-child {
    margin-bottom: 0px;
}

.progress-bar-length {
    background: #2ecc71;
    height: 100%;
}

.skill-progress-bar .progress-bar-length span {
    position: absolute;
    right: 0;
    bottom: 15px;
}

/*--------------------------------------------------------------
## Features Section Styles Starts 
--------------------------------------------------------------*/

.x_business_widget_features,

.features-wrapper,
.feature-column,
.features-item .features-inner,
.features-item .features-text-wrap,
.features-item .features-text-wrap .h3,
.features-item .features-text-wrap p  {
  float: left;
  width: 100%;
}

.x_business_widget_features li {
  list-style:disc;
  padding:0;
  margin:0;
}



.section-title p {
  width: 70%;
  display: inline-block;
  margin-bottom: 0px;
}



.features-item {
    display: inline-block;
    width: 100%;
	min-height:60px;
    vertical-align: top;
    margin-bottom: 30px;
}

.feature-column{
    width: 33.33%;
}

.feature-column.right-align {
    text-align: left;
}

.feature-column.center-align {
    text-align: center;
}

.feature-column.left-align {
    text-align: left;
}

.feature-column.center-align img {
    display: inline-block;
}

.features-item .features-inner {
    position: relative;
}

.features-item .features-icon {
    position: absolute;
}

.feature-column.right-align .features-item .features-icon {
    left: 0;
    top:0;
}

.feature-column.left-align .features-item .features-icon {
    left: 0;
    top:0;
}

.feature-column.right-align .features-item .features-inner {
    padding-left: 84px;
}

.feature-column.left-align .features-item .features-inner {
    padding-left: 84px;
}


.feature-column.center-align .features-item .features-icon{
    position: static;
}

.features-item .features-icon {
    height: 65px;
    width: 65px;
    border:1px solid #ddd;
    text-align: center;
    display: inline-block;
}

.features-item .features-icon i {
    font-size: 25px;
    color:#707070;
    line-height: 65px;
}

.features-item:hover .features-icon {
    background: #2ecc71;
    border-color: #2ecc71;
}

.features-item:hover .features-icon i {
    color: #fff;
}

.feature-column.center-align .features-item .features-icon{
    margin-bottom: 20px;
}

.features-item .features-text-wrap .h3,
.features-item .features-text-wrap .h3 a {
    color: #515151;
   font-size: 20px; 
   font-weight: 500;
}

.features-item .features-text-wrap .h3 {
    margin-bottom: 10px;
}

.features-item .features-text-wrap p {
    margin-bottom: 0px;
}

.features-item:hover .features-icon,
.features-item .features-icon,
.features-item:hover .features-icon i,
.features-item .features-icon i{
  -webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*--------------------------------------------------------------
## Our Services Styles Starts 
--------------------------------------------------------------*/

.x_business_widget_services,
.services-wrapper,
.services-item .service-inner,
.services-item .service-thumbnail,
.services-item .service-thumbnail img,
.services-item .services-text-wrap,
.services-item .services-text-wrap .h3,
.services-item .services-text-wrap p,
.services-item .service-thumbnail .service-hover p{
  float: left;
  width: 100%;
}

.x_business_widget_services {
  padding-bottom: 50px;
}

.services-item {
  display: inline-block;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  margin-bottom: 30px;
  margin-left: -3px;
}

.services-item .service-inner {
	text-align: center;
}

.services-item .service-thumbnail{
  position: relative;
  overflow: hidden;
}

.services-item .service-thumbnail:before{
  content:"";
  background:#2ecc71;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom:-100%;
  left:0;
}

.services-item:hover .service-thumbnail:before {
  bottom: 0;
}

.services-item .service-thumbnail .service-hover {
   transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    opacity: 0;
}

.services-item:hover .service-thumbnail .service-hover{
  opacity: 1;
}

.services-item .service-thumbnail .service-hover p {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
}

.services-item .service-thumbnail .service-hover .button {
  background: #fff;
  border-color: #fff;
  color:#2ecc71;
  margin-top: 50px;
  opacity: 0;
}

.services-item:hover .service-thumbnail .service-hover .button,
.services-item:hover .service-thumbnail .service-hover p {
  margin-top: 0px;
  opacity: 1;
}

.services-item .service-thumbnail .service-hover .button:hover {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #fff;
}

.services-item .services-text-wrap {
  padding-top: 15px;
}

.services-item .services-text-wrap .h3,
.services-item .services-text-wrap .h3 a {
  color: #515151;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.services-item .services-text-wrap p {
  margin-bottom: 0px;
}

.services-item .service-thumbnail:before,
.services-item:hover .service-thumbnail:before,
.services-item .service-thumbnail .service-hover,
.services-item:hover .service-thumbnail .service-hover,
.services-item .service-thumbnail .service-hover .button{
  -webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.services-item:hover .service-thumbnail .service-hover .button{
  -webkit-transition:0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}

/*--------------------------------------------------------------
# Client Section Styles
--------------------------------------------------------------*/

.pt_theme_addon_widget_clients {
	background: #fff;
	border-top: 1px solid #ddd;
}

.pt-clients {
	text-align: center;
}

.pt-clients-wrap.slick-slider .slick-prev,
.pt-clients-wrap.slick-slider .slick-next {
	transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;

    background: transparent;
    font-size: 0;
    padding: 0;
    z-index: 9;
    border:0;
    opacity: 1;
}

.pt-clients-wrap.slick-slider:hover .slick-prev,
.pt-clients-wrap.slick-slider:hover .slick-next {
	opacity: 1;
}

.pt-clients-wrap.slick-slider .slick-prev:hover,
.pt-clients-wrap.slick-slider .slick-next:hover,
.pt-clients-wrap.slick-slider .slick-prev:focus,
.pt-clients-wrap.slick-slider .slick-next:focus{
	background-color: transparent;
	box-shadow: none;
}

.pt-clients-wrap.slick-slider .slick-prev {
	left: -30px;
}

.pt-clients-wrap.slick-slider .slick-prev:before,
.pt-clients-wrap.slick-slider .slick-next:before {
	content: "\f177";
	color: #707070;
	font-size: 35px;
	font-family: "FontAwesome"; 
}

.pt-clients-wrap.slick-slider .slick-prev:hover:before,
.pt-clients-wrap.slick-slider .slick-next:hover:before  {
	color: #2ecc71;
}

.pt-clients-wrap.slick-slider .slick-next{
	right: -30px;
} 

.pt-clients-wrap.slick-slider .slick-next:before {
	content:"\f178"; 
}

.pt-clients-wrap.slick-slider:hover .slick-prev,
.pt-clients-wrap.slick-slider:hover .slick-next,
.pt-clients-wrap.slick-slider .slick-prev,
.pt-clients-wrap.slick-slider .slick-next,
.pt-clients-wrap.slick-slider .slick-prev:before,
.pt-clients-wrap.slick-slider .slick-next:before,
.pt-clients-wrap.slick-slider .slick-prev:hover:before,
.pt-clients-wrap.slick-slider .slick-next:hover:before {
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;	
}

/*--------------------------------------------------------------
## Our Portfolio Styles Starts 
--------------------------------------------------------------*/

.pt_theme_addon_widget_portfolio,
.pt-portfolio-main,
.pt-portfolio-item .pt-portfolio-inner,
.pt-portfolio-item .pt-portfolio-thumb,
.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title,
.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title a,
.pt-portfolio-item .pt-portfolio-thumb img,
.pt-portfolio-item .pt-portfolio-text-wrap,
#filter-list {
    float: left;
    width: 100%;
}

.pt_theme_addon_widget_portfolio {
  background: #e9e9e9;
}

.pt-portfolio .inner-wrapper {
	margin-left: 0px;
	margin-right: 0px;
}

.portfolio-col-4 .pt-portfolio-item {
    margin-left: -4px;
}

.pt-portfolio-item {
    float: left;
    display: none;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.pt-portfolio-item .pt-portfolio-inner {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #fff;
}

.pt-portfolio-item .pt-portfolio-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.pt-portfolio-item .pt-portfolio-thumb:before{
  content:"";
  background: #2ecc71;
  opacity: 0.9;
  position: absolute;
  bottom: -100%;
  left:0;
  height: 100%;
  width: 100%;
}

.pt-portfolio-item:hover .pt-portfolio-thumb:before{
  bottom: 0;
}

.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title,
.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title a {
    color: #515151;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

.pt-portfolio-item .pt-portfolio-thumb a, 
.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title a {
	width: 100%;
}

.pt-portfolio-item .pt-portfolio-text-wrap {
    padding-top: 15px;
}

.pt-portfolio .filter-list {
    text-align: left;
    list-style: none;
    margin-bottom:40px;
    margin-left: 0px;
}

.home .pt-portfolio .filter-list {
	text-align: center;
}

.pt-portfolio .filter-list li {
    color: #515151; 
    display: inline-block;
    padding: 3px 25px;
    font-size: 15px;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
    margin:0px 5px;
}

.pt-portfolio .filter-list li.active,
.pt-portfolio .filter-list li:hover {
    background:#2ecc71;
    color: #fff; 
}

.pt-portfolio .filter-list li.active,
.pt-portfolio .filter-list li:hover,
.pt-portfolio-item:hover .pt-portfolio-thumb:before,
.pt-portfolio-item .pt-portfolio-thumb:before{
    -webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


/*--------------------------------------------------------------
## Main Content Style
--------------------------------------------------------------*/

#primary {
    width: 70%;
    padding-left:15px;
    padding-right: 15px;
    float: left;
}

#content {
    padding: 0 0 40px;
    clear: both;
}

.search-results .page-title {
    text-align: left;
}

.home-widgets-disabled #content {
    display: none;
}

.home.page-template-home #content,
.page-template-home #content {
    padding: 0;
}

#featured-content {
    padding: 40px 0 0;
    clear: both;
}

#primary article {
    float: left;
    width: 100%;
}

.search-results #primary article {
    text-align: left;
}

.search-results #primary article .entry-title:after{
    display: none;
}

.search-results #primary article .entry-title {
    font-size: 35px;
    font-weight: 500;
}

.search-results #primary article .entry-summary,
.search-results #primary article .entry-content,
.search-results #primary article .entry-meta,
.search-results #primary article .entry-footer {
    font-size: 15px;
}

.home.home-content-not-enabled #content {
    padding: 0;
}

#featured-content{
    float: left;
    width: 100%;
}

.entry-title {
    padding-bottom: 15px;
}

h1.page-title {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #666666;
    padding: 5px 20px;
    text-align: left;
}

/*--------------------------------------------------------------
## Sidebar Style
--------------------------------------------------------------*/
.sidebar {
    width:30%;
    padding-left:15px;
    padding-right: 15px;
}

.sidebar .widget-title {
    padding-bottom: 15px;
	text-transform:uppercase;
}

#sidebar-primary {
    float: right;
}

.sidebar a.read-more {
    font-size: 13px;
}

.sidebar a.read-more::before {
    font-size: 10px;
}

#sidebar-secondary {
    float: left;
}

.sidebar .widget {
    margin: 5px 0 30px;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}

.widget-area ul {
    list-style:none;
    padding: 0;
    margin: 0;
}


.widget-area ul li {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

.sidebar ul li a {
    color: #000;
	font-weight:700;
	display:block;
	line-height:1.3;
}
.sidebar ul li a:hover {color: #2ecc71;}
.sidebar .search-form input.search-field {
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin: 0;
    height: auto;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 0px;
     -webkit-appearance: none;
  -webkit-border-radius: 0;
}



/*--------------------------------------------------------------
## Footer Style
--------------------------------------------------------------*/

#colophon {
    background-color: #0a0a0a;
    clear: both;
    color: #ffffff;
    padding: 60px 0 60px;
    text-align: center;
}

#colophon a {
    color:#fff;
}

#colophon a:hover {
    color: #ccc;
}


#colophon .copyright p {
    margin:0 0 10px;font-size:13px;line-height:1.5;
}
#footer-widgets {
    background-color: #262626;
    overflow: hidden;
    padding: 53px 0;
}



#footer-widgets .widget-title {
    color: #2ecc71;
    font-size: 18px;
    font-weight:400;
    margin-bottom: 7px;
    padding-bottom: 10px;
    position: relative;
	text-transform:uppercase;
}


#footer-widgets ul {
    list-style: none;
    margin: 0;
}



#footer-widgets .textwidget a.fbtn, #footer-widgets .textwidget a.fbtn2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
	text-transform:uppercase;
	
}
#footer-widgets ul li {
    padding: 2px 0 3px 0px;
    position: relative;
}
.widget-area ul li::before {

    top: 1px;
}


#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    width: 33.33%;
}

#footer-widgets .footer-active-4 {
    width: 25%;
}


#footer-widgets .widget.x_business_widget_social {
    margin-top: 0px;
}

/*Footer Navigation*/

#footer-navigation {
    float: left;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#colophon .copyright {
    color: #707070;
    font-size: 13px;
    line-height: 1;
	margin-top:3px
}

#footer-navigation li a {
    display: block;
    padding: 5px 0;
    margin-right: 15px;
}

#footer-navigation ul {
    margin: 0;
}

/*Scrollup Style*/

.scrollup {
    background-color: #2ecc71;
    border-radius: 50%;
    bottom: 50px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    height: 53px;
    width: 53px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}

.scrollup:hover {
    background-color: #2ecc71;
}

.scrollup i {
    font-size: 30px;
    color: #fff;
    line-height: 51px;
}

/*--------------------------------------------------------------
##  layout sidebar
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns #sidebar-primary {
    float: right;
    width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style
--------------------------------------------------------------*/

/*Basic Breadcrumb */

#breadcrumb {
    float: left;
    width: 100%;
	margin-bottom:40px;
	background: #ececec;
    padding: 15px 0;
    color: #404040;
}

#breadcrumb h1 {font-size:20px;text-transform:uppercase;margin:0;}
#breadcrumb a {
    color: #2ecc71;
}
#breadcrumb a:hover {color:#000;}
#breadcrumb .container > div {
    overflow: hidden;
}

/*Error 404 Page*/

section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

/*contact form 7*/

.wpcf7-form {
   /* max-width: 875px; */
   width:100%;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}

/*--------------------------------------------------------------
## Extra css for Pro
--------------------------------------------------------------*/

/* Global layout sidebar */

#home-page-widget-area {
    padding: 0px;
    clear: both;
}




/*--------------------------------------------------------------
## Business Key Blog Section Styles Starts 
--------------------------------------------------------------*/

.x_business_widget_latest_news,
.blogs-wrapper,
.blog-item .blog-inner,

.blog-item .blog-text-wrap,
.blog-item .blog-text-wrap .entry-content,
.blog-item .blog-text-wrap .h3,
.blog-item .blog-text-wrap p,
.blog-item .blog-text-wrap .entry-header .entry-meta span {
    float: left;
    width: 100%;
}

.x_business_widget_latest_news {
    padding-bottom: 50px;
	margin-top:100px!important;
    background: #e9e9e9;
}

.blog-item {
	width: 25%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left: -3px;
}
.blog-inner {box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.blog-item .blog-thumbnail img{
    line-height: 0;
}

.blog-item .blog-text-wrap {
    position: relative;
    padding-top: 20px;
    padding-left: 70px;
}

.blog-item .blog-text-wrap.date-disabled {
	padding-left: 0px;
}

.blog-item .blog-text-wrap .entry-header {
    width: 50px;
    padding: 0px 5px;
    background:#2ecc71;
    position: absolute;
    left:0;
    top:20px; 
}

.blog-item .blog-text-wrap .entry-header .entry-meta span {
    text-align: center;
    padding:10px 0px; 
    color: #fff;
    font-size: 15px;
    margin-right: 0px;
}

.blog-item .blog-text-wrap .entry-header .entry-meta span:before{
    display: none;
}

.blog-item .blog-text-wrap .entry-header .entry-meta span.day {
    border-bottom: 1px solid #fff;
}

.blog-item .blog-text-wrap .entry-content {
    margin-top: 0px;
}

.blog-item .blog-text-wrap .h3,
.blog-item .blog-text-wrap .h3 a {
    color: #515151;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-item .blog-text-wrap p {
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
### Advaneced recent post widget style
--------------------------------------------------------------*/

.business_point_widget_advanced_recent_posts .advanced-recent-posts-item {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-item:first-child {
    margin: 0;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-title {
    font-size: 15px;
    margin-bottom:0;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-date {
    font-style: italic;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

#home-page-widget-area::after,
#home-page-widget-area::before,
#home-page-widget-area .widget::after,
#home-page-widget-area .widget::before {
    display: table;
    clear: both;
    content: "";
}

#footer-widgets .advanced-recent-posts-item {
    border-top: 1px solid #3c3c3c;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-top: 5px;
}

#footer-widgets .advanced-recent-posts-item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px!important;
    border: 1px solid #bababa;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 22px;
}

/*--------------------------------------------------------------
### Latest News post widget style
--------------------------------------------------------------*/

.business_point_widget_latest_news{
    padding-bottom: 50px;
    float: left;
    width: 100%;
}
.business_point_widget_latest_news .latest-news-item {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    vertical-align: top;
    margin-left: -3px!important;
    width: 50%;
}

.business_point_widget_latest_news .latest-news-item img {
    margin: 0;
}

.business_point_widget_latest_news .latest-news-title > a {
    color: #fff;
	float:left;
	width:100%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.business_point_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
}

.business_point_widget_latest_news .latest-news-wrapper::after {
    bottom: -44px;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;

}

.business_point_widget_latest_news .latest-news-wrapper:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


a.read-more {
    background: #2ecc71 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}




/* Default background css */
.business_point_widget_facts,
.x_business_widget_call_to_action {
	background:#2ecc71;
}

/* Blog page starts */
.page-template-full-width-page #primary {
    width: 100%;
}

#primary .post,
#primary .page,
#primary .post .entry-head,
#primary .page .entry-head,
.single  #primary .post .content-wrap,
.single  #primary .post .content-wrap .content-wrap-inner,
#primary .post .content-wrap,
#primary .post .content-wrap .content-wrap-inner,
#primary .page .content-wrap,
#primary .page .content-wrap .content-wrap-inner{
    float: left;
    width: 100%;
}

.search-results  #primary article .content-wrap .content-wrap-inner {
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
}

.search-results  #primary article {
}

#primary .post,
#primary .page {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

#primary .post:last-child,
#primary .page:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
} 

.page-template-no-border-page #primary .page {
    padding: 0px;
    border:0px;
} 

.page-template-no-border-page #primary {
    width: 100%;
}

#primary .post  .entry-title,
#primary .page .entry-title {
    font-size: 25px;
    letter-spacing: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 500;
    margin-bottom: 15px;
}

#primary .post  .entry-title a,
#primary .page .entry-title a{
    color: #515151;
    line-height: 1.2;
}

#primary .post  .entry-title:hover a,
#primary .page .entry-title:hover a{
    color: #2ecc71;
}

.single #primary .post, 
.single #primary .page {
	border-bottom: 0px;
	margin-bottom: 25px;
}


#primary .post .entry-meta,
#primary .post .entry-content,
#primary .post .entry-footer {
    font-size: 13px;
}

#primary .post .entry-footer {
    margin-bottom: 15px;
}

#primary .post .entry-meta {
    margin-bottom: 7px;
}

#primary .post .entry-content p {
    line-height: 1.7;
}

#primary .post .entry-content p .button {
	margin-top: 10px;
	margin-bottom: 10px;
}


#primary .post .featured-thumb a,
#primary .page .featured-thumb,
#primary .page .featured-thumb a,

.search-results  #primary article .featured-thumb a {
    float: left;
    line-height: 1;
    width: 100%;
}
#primary .post .featured-thumb, .search-results  #primary article .featured-thumb
 {  margin-right:25px;
    float: left;
    line-height: 1;
    width: 30%;
}
.single #primary .post .featured-thumb{ width: 45%;}
#primary .page .featured-thumb img,
.search-results  #primary article .featured-thumb img {
    float: left;
    margin-bottom: 20px;
}
.single #primary .post .featured-thumb img {
    float: left;
    margin-bottom: 10px;
	margin-top:5px;
}
.archive #primary .post .featured-thumb img {
    
    margin-bottom: 20px;

}
.single #primary .post .featured-thumb img {
    margin-right: 0px;
}

#primary .post .content-wrap {
    text-align: left;
}

#primary .post .content-wrap.content-no-image {
    position: static;
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

#primary .post .featured-thumb,
.search-results #primary article  .featured-thumb{
    float: left;
}

#primary  .entry-footer .posted-on::before{
    content: "\f274";
}

#primary  .entry-meta .cat-links a {
    font-style: normal;
    font-size: 15px;
}

#primary  .entry-footer a {
    font-style: normal;
    text-transform: capitalize;
}

#sidebar-primary .widget .widget-title,
#primary .page-header .page-title{
    border-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    border-bottom:2px solid #2ecc71;
    line-height: 1;
}

.search-results  #primary article .entry-title {
    margin-bottom: 5px;
}


/*#sidebar-primary .widget .widget-title:after,
#primary .page .entry-title:after,
#primary .page-header .page-title:after{
    content: "";
    float: left;
    width: 50px;
    height: 2px;
    background: #2ecc71;
    position: absolute;
    left: 0;
    bottom: -5px;
}*/

#primary .page-header .page-title {
    background: transparent;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    border-bottom: 2px solid #2ecc71;
    line-height: 1;
}

#primary .page .entry-content ul li i {
    margin-right: 10px;
}

#sidebar-primary .widget ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    
}



#sidebar-primary .widget ul li:last-child {
    border-bottom: 0;
}

/*--------------------------------------------------------------
# Post navigation  Styles
--------------------------------------------------------------*/

.post-navigation,
.post-navigation .nav-links,
.post-navigation  .nav-previous,
.post-navigation  .nav-next {
    float: left;
    width: 100%;
}

.post-navigation  .nav-previous,
.post-navigation  .nav-next,
.post-navigation  .nav-previous:hover,
.post-navigation  .nav-next:hover {
    background: transparent;
    width: 50%;
}

.post-navigation  .nav-previous {
    padding-left: 0px;
    text-align: left;
}

.post-navigation  .nav-next {
    padding-right: 0px;
    text-align: right;
    float: right;
}

.post-navigation  .nav-previous a,
.post-navigation  .nav-next a {
    color: #707070;
}

.post-navigation  .nav-previous:hover a,
.post-navigation  .nav-next:hover a,
.post-navigation  .nav-previous:hover:before,
.post-navigation  .nav-next:hover:after{
    color: #2ecc71;
}

.post-navigation  .nav-previous:before,
.post-navigation  .nav-next:after{
    color: #2ecc71;
}

#primary  .entry-footer .byline::before {
    content: "\f2c0";
    margin-right: 5px;
}

.single-wrap .featured-thumb {
    max-width: 100% !important;
    width: 100%;
}

.single-wrap .featured-thumb img {
    width: 100%;

}

.single-wrap .single-inner {
    display: block;
    width: 100%;
    padding: 0px;
}

.single-wrap .single-inner-content {
    background: #fff;
    position: relative;
    float: left;
    padding: 20px 0px;
    width: 100%;
}

.single-wrap.single-no-image .single-inner-content {
    margin-top: 0px;
    max-width: 100%;
} 

.single-wrap .single-inner-content .entry-header {
    text-align: left;
}

#primary .single-wrap  .entry-title {
    margin: 10px 0px;
}

blockquote{
    display: block;
    width: 100%;
    border-left: 5px solid #2ecc71;
    padding: 5px 20px;
    margin: 15px 0px;
}

blockquote p{
    margin-bottom: 0px;
}

.post-navigation,
.post-navigation .nav-links,
.pagination {
    float: left;
    width: 100%;
}

.post-navigation .nav-links {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	padding: 0px;
}

.post-navigation .nav-links .nav-next {
    float: right;
}

#primary .sticky {
    text-align: center;
}


#primary .sticky .content-wrap.content-no-image {
    margin-top: 0px;
    width: 100% !important;
    border: 0 !important;
}

#primary .sticky .content-wrap.content-with-image {
    border: 0 !important;
}

#primary .sticky .content-wrap .entry-title a:before {
    color: #999;
    content:"\f08d";
    font-size: 20px;
    font-family: "FontAwesome";
    margin-right: 10px;
    transform: rotate(-25deg);
    display: inline-block;
}

/* Blog Page ends */


/*--------------------------------------------------------------
## Recent Post sidebar Starts
--------------------------------------------------------------*/

.advanced-recent-posts-wrap .recent-posts-side .news-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 95px;
    margin-bottom: 10px;
    vertical-align: top;
}

#sidebar-primary .advanced-recent-posts-wrap .recent-posts-side .news-item {
	padding-bottom:10px;
    border-bottom: 1px dashed #ddd;
}

#sidebar-primary .advanced-recent-posts-wrap .recent-posts-side .news-item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item:last-child {
    margin-bottom: 0px;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item .news-thumb{
    width: 80px;
    position: absolute;
    left: 0;
    top:0;
    line-height: 0;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item .news-thumb a {
    float: left;
    line-height: 0;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item .news-text-wrap {
   float: left; 
   min-height: 80px;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item .news-text-wrap .h2 { 
    font-size: 16px;
    margin-bottom: 0px;
}

.advanced-recent-posts-wrap .recent-posts-side .news-item .news-text-wrap .h2 a,
#footer-widgets .advanced-recent-posts-wrap .recent-posts-side .news-item .news-text-wrap .h2 a{
    color: #515151;
    font-size: 16px;
    font-weight: 500;
}

#footer-widgets .advanced-recent-posts-wrap .recent-posts-side .news-item .news-text-wrap .h2 a{
	color: #707070;
}

/*--------------------------------------------------------------
## Error 404 Page Starts
--------------------------------------------------------------*/
.error-404.not-found,
.error-404.not-found  form.search-form input[type="search"],
.error-404.not-found  form.search-form input[type="text"],
.error-404.not-found .page-header {
    float: left;
    width: 100%;
}

 .error-404.not-found {
    padding: 50px 0;
 }

 .error-404.not-found  form.search-form {
    position: relative;
    display: inline-block;
    width: 60%;
 }




.error-404.not-found  form.search-form input[type="submit"],
.search-no-results  form.search-form input[type="submit"]{
    position: absolute;
    right: 0;
    background-color: #2ecc71;
    color: #fff; 
    border:0;
    padding: 12px 20px;
    line-height: 1;
}

.error-404.not-found  form.search-form input[type="submit"]:hover{
    background-color: #2ecc71;
    color: #fff;
    border:0;
}

.error404 #primary,
.error-404.not-found .page-header {
    width: 100%;
    text-align: center;
}

.error-404.not-found .page-header .page-title {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
}

/*--------------------------------------------------------------
## Footer Styles Starts 
--------------------------------------------------------------*/
.site-footer,
#footer-widgets,
#footer-widgets .footer-active-4,
#footer-widgets .footer-active-3,
#footer-widgets .footer-active-2,
#footer-widgets .footer-active-1,
.site-info-holder{
    float: left;
    width: 100%;
}

#footer-widgets {
    background: #000;
    padding: 50px 0px;
    position: relative;
}

#footer-widgets .widget-column {
    padding-left: 15px;
    padding-right: 15px;
}

#footer-widgets .footer-active-4{
    width: 20%;
}

#footer-widgets .footer-active-3{
    width: 40%;
}

#footer-widgets .footer-active-2{
    width: 50%;
}

#footer-widgets .footer-active-1{
    width: 100%;
}

#footer-widgets section,
.widget-area section{
    padding: 0;
}

#footer-widgets .widget ul,
.site-footer .site-links ul {
    list-style: none;
    margin: 0;
}

#footer-widgets .widget ul li {
    
}

#footer-widgets ul li {
    padding: 0;
}

#footer-widgets .widget ul li {
    margin-bottom: 5px;
  
    position: relative;
}

#footer-widgets ul li:last-child {
    margin-bottom: 0px;
}

#footer-widgets .widget ul li a {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
text-transform:uppercase;
}
#footer-widgets .widget ul li a:hover {color:#e0c40b;}

#footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}



.site-footer {
    background: #070707;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}



/*--------------------------------------------------------------
 Mean Menu Css
--------------------------------------------------------------*/
/*-------------------------------------- 
14.0 Mean Menu  Css Styles
----------------------------------------*/
.mean-container .mean-bar {
    background: transparent;
    box-shadow: none;
    z-index: 999;

}

.mean-container a.meanmenu-reveal span{
    background: #2ecc71;
}

.mean-container .mean-nav ul li a  {
    background: #2ecc71;
}

.mean-container a.meanmenu-reveal {
    color: #2ecc71;
  
}

.mean-container .mean-nav {
    margin-top: 70px;
}

.mean-container .mean-nav ul li a {
    text-shadow: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    z-index: 999;
}

.mean-container .mean-nav ul li a {
    color: #fff !important;
    width: 100%;
}


/*--------------------------------------------------------------
##  Media Queries
--------------------------------------------------------------*/

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1260px) {
    .site-layout-boxed #page,
    .container {
        width: 97%;
    }


    .sidebar .search-form input.search-field {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .sidebar input[type="submit"] {
        display: block;
        float: left;
    }

    .comments-area form#commentform p {
        float: left;
        width: 100%;
    }

    #comments input {
        width: 100%;
    }

    #comments input#submit {
        width: auto;
    }

    #main-slider .cycle-caption {
        visibility: visible;
    }
    #main-slider .cycle-caption {
        opacity: 1;

    }
}

@media screen and (max-width: 1180px){

    .container {
        max-width: 100%;
    }

    .features-item .features-text-wrap .h2, 
    .features-item .features-text-wrap .h2 a{
        font-size: 17px;
    }

}

@media screen and (max-width: 1170px) {

    #primary .post .featured-thumb {
        max-width: 90%;
    }

    #home-page-widget-area .x_business_widget_call_to_action .call-to-action-content p {
        width: 100%;
    }
}

@media (max-width: 670px) {
#top-bar {text-align:center;}
#masthead {

	opacity:1;
 
 
	top:0px;
    position: relative;
    
}	
}
@media screen and (max-width: 1050px) {


    #main-nav {
        display: none;
    }

     /* Mean MEnu css */

    #main-nav {
        display: none;
    }

    .mean-container .main-navigation ul li.menu-item-has-children > a::after,
    .mean-container .main-navigation ul li.page_item_has_children > a::after {
        display: none;
    }

       .mean-container .mean-nav{
        overflow: hidden;
    }

    .main-navigation ul li ul{
        position: relative;
        top:0;
        left:0 !important;
        opacity: 1;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        z-index: 99999999;
        height: 52px;
        width: 52px;
        line-height:52px;
        color: #fff !important;
        background: transparent;
        box-shadow: none;
        padding: 0 !important;
        border-left: 1px solid rgba(255,255,255,0.5) !important;

    }

    .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li a.mean-expand:hover  {
        background: transparent;
    }

    .mean-container  .main-navigation ul li.menu-item-has-children > a, 
    .mean-container  .main-navigation ul li.page_item_has_children > a {
        padding-right: 40px;
    }

    .mean-container .mean-nav ul li li a {
        width: 100%;
        opacity: 1;
    }

    .mean-container .mean-nav ul li li li a {
    width: 100%;
    }

    .mean-container .main-navigation ul li.menu-item-has-children ul.sub-menu li a{
    color: #fff;
    }
.mean-container .mean-nav ul li a {
         background: #161616;
    }
    .mean-container .mean-nav ul li a:hover {
         background: #2ecc71;
    }

    /* Mean Menu css ends */

    .site-branding {
    	margin-top: 0px;
    }

    .site-header {
    	padding: 20px 0px;
    }

}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 15px;
    }
    .h1 {
        font-size: 22px;
    }

    .h2 {
        font-size: 20px;
    }

    .h3{
        font-size: 18px;
    }

    .h4 {
        font-size: 15px;
    }

    .h5 {
        font-size: 15px;
    }

    .h6 {
        font-size: 15px;
    }
    #primary,
    .sidebar,
    #colophon,
    #featured-clients {
        padding-left: 15px;
        padding-right: 15px;
    }


    /*Main slider*/

    #main-slider .cycle-caption {
        padding: 15px;
    }

    #main-slider .cycle-slide {
        width: 100%;
    }

    #main-slider .cycle-caption {
        padding:15px;
    }

    #main-slider .cycle-next {
        right: 20px;
    }

    #main-slider .cycle-prev {
        left: 20px;
    }

    #main-slider .cycle-caption .h3 {
        font-size: 35px;
    }


    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    .main-navigation ul  ul {
        top: 40px;
    }

    .main-navigation ul ul a {
        padding-bottom: 5px;
        padding-top: 5px;
    }

/*--------------------------------------------------------------
 responsive css
--------------------------------------------------------------*/

    .business_point_widget_advanced_recent_posts img {
        float: none;
    }

    /*.business_point_widget_latest_news .latest-news-item,*/
	#featured-content article,
    .services-item ,
    .business_point_widget_services .services-item{
        padding: 15px 15px;
    }

    .business_point_widget_latest_news .latest-news-meta .latest-news-comments {
        clear: both;
        display: block;
        float: none;
    }

    .business_point_widget_testimonials .testimonial-widget {
        margin: 0;
    }



/*--------------------------------------------------------------
 responsive css
--------------------------------------------------------------*/

    .business_point_widget_advanced_recent_posts img {
        float: none;
    }

    
    /*.business_point_widget_latest_news .latest-news-item,*/
	#featured-content article,
    .services-item ,
    .business_point_widget_services .services-item{
        padding: 15px 15px;
    }

    .business_point_widget_latest_news .latest-news-meta .latest-news-comments {
        clear: both;
        display: block;
        float: none;
    }

    .business_point_widget_testimonials .testimonial-widget {
        margin: 0;
    }

}
/*--------------------------------------------------------------
 Responsive css
--------------------------------------------------------------*/

/* All Mobile Sizes (devices and browser) */

@media screen and (max-width: 991px){

    #primary .post .content-wrap {
        position: static;
        width: 100%;
        top: unset;
        transform: none;
    }

    #primary .post .featured-thumb {
        max-width: 100%;
    }

    #primary .post .content-wrap,
    .search-results  #primary article .content-wrap .content-wrap-inner {
        float: left;
        padding-top: 15px;
    }

    #primary .post .featured-thumb, 
    #primary .post .featured-thumb img,
    #primary .post .featured-thumb a{
        width: 100%;
        float: left;
        line-height: 1;
    }

    .single-wrap .single-inner {
        padding:0;
    }

    .single-wrap .single-inner-content {
        margin-top: 0px;
    }

    .search-results  #primary article .featured-thumb, 
    .search-results  #primary article .featured-thumb a,
    .search-results  #primary article .featured-thumb img {
        width: 100%;
    }

    .sidebar form.search-form input[type="submit"],
    .search-no-results .sidebar form.search-form input[type="submit"]{
        width: 100%;
        position: relative;
    }
    
}

@media only screen and (max-width:900px) {


  body{
        padding-top: 0;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 87px;
    }

    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    .logged-in #mobile-trigger {
        top: 45px;
    }   

    #mobile-trigger i {
        background-color: #2ecc71 ;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }
    .site-layout-boxed #page {
        margin-top: 70px;
    }

    .business_point_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
		margin-bottom:15px;
    }
    .business_point_widget_teams .our-team-summary {
        display: none!important;
    }
    .business_point_widget_services .services-column-4 .services-item {
        width: 50%;
    }


    .site-layout-boxed #page {
        padding-top: 0;
    }
    .site-logo-link, .custom-logo-link {
        float: left;
        margin-right: 15px;
        max-width: inherit;
    }
    #site-identity {
        clear: inherit;
        float: left;
    }
	

	
	.site-branding {
		position:relative;
		z-index:99;		
	}

    .business_point_widget_latest_news .latest-news-item {
        margin-bottom: 18px;
    }
	
}

@media screen and (max-width: 850px){

    .post-navigation  .nav-previous, 
    .post-navigation  .nav-next {
        width: 100%;
    }

    .post-navigation  .nav-previous a, 
    .post-navigation  .nav-next a {
        float: left;
    }


}

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


   .site-layout-boxed #page .container  {
        width: 100%;
        padding: 0 15px;
    }



    .site-layout-boxed #page {
        width: 90%;
        padding: 0 15px;
    }

    .container {
    
        padding: 0 15px;
    }

    .site-layout-boxed #featured-slider,
    .site-layout-boxed #footer-widgets,
    .site-layout-boxed #colophon {
        margin-left: -15px;
        margin-right: -15px;
    }

    #featured-slider, #footer-widgets, #colophon {
        margin-left: 0;
        margin-right: 0;
    }


	
	/*main-slider media css ends */

    /*featured content*/

    #featured-content article {
        float: left;
        padding: 0 15px;
        max-width: 100%;
    }

    #featured-content,
    #featured-content,
    #content {
        clear: both;
        padding-top: 20px;
    }

    #home-page-widget-area {
        clear: both;
    }

	/*sidebar layout*/

    #primary,
    #sidebar-primary,
    #sidebar-secondary {
        width: 100%;
        clear: both;
    }

    .global-layout-three-columns #primary,
    .global-layout-three-columns .sidebar {
        display: inline-block;
        float: none;
        width: 100%;
    }

     #sidebar-primary {
        margin-top: 30px;
     }

    /*footer widget area*/

    .sibebar{
        margin-top: 15px;
    }

 

    .services-item {
        width: 50%;
        margin-left: -2px;
    }
  
    .blog-item {
        width: 100%;
        margin-left: -2px;
    }
    .our-team-item {
        width: 50%;
    }




    /*--------------------------------------------------------------
    ### Responsive css
    --------------------------------------------------------------*/

    #featured-content .featured-content-column-4 article {
        max-width: 50%;
    }

    .x_business_widget_call_to_action {
        padding: 15px;
    }

    .widget {
        margin: 15px 0 0;
    }

 

    #colophon .copyright,
        #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }
    #featured-content .featured-content-column-3 article {
        max-width: 100%;
    }



	
	.contact-left, 
	.contact-right {
		width:100%;
		padding:0;		
	}
	
	.contact-left {
		margin-bottom:15px;		
	}
	
	#colophon .copyright {
		margin-bottom:5px;		
	}



    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
        float: left;
        width: 100%;
        margin:5px 0px;
    }

    .post-navigation .nav-links .nav-next a,
    .post-navigation .nav-links .nav-previous a{
        float: left;
    }

    .top-left,
    .top-right{
        width: 100%;
        text-align: center;
    }

    .top-right .menu-social-menu-container {
        display: inline-block;
    }

    .pt-testimonials .pt-testimonial-item-wrap,
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item,
    .page-template-default.page .pt-testimonials .pt-testimonial-item,
    .page-template-no-border-page .pt-testimonials  .pt-testimonial-item {
        width: 100%;
    }

     
    .page-template-default.page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption, 
    .page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption {
        border-top:1px solid #ddd;
        padding-top: 20px;
    }

    .features-item {
        width: 100%;
        margin-left: 0px;
   }

   .feature-column {
    width: 100%;
   }

   .feature-column.right-align .features-item .features-inner,
   .feature-column.left-align .features-item .features-inner{
        padding:0;
        text-align: center;
   }

   .features-item .features-icon {
        position: static;
        margin-bottom: 20px;
   }

   .feature-column img {
        margin-bottom: 30px;
   }

   .pt-team-item .pt-team-content-wrap {
   		padding: 15px;
   }

   #home-page-widget-area .x_business_widget_about_us .about-us-content, 
   #home-page-widget-area .x_business_widget_about_us .about-us-image {
	   	display: block;
	   	float: left;
	   	width: 100%;
	   	margin:10px 0px;
   }

   .pt-portfolio-item {
   		margin-left: -2px;
   }

   .pt-testimonials .pt-testimonial-item-wrap {
   		width: 100%;
   }

   .single #primary .post .entry-title {
   		font-size: 25px;

   }


}

@media screen and (max-width: 640px){

    .top-left span {
        display: inline-block;
        width: 100%;
    }

    .pt-testimonial-item .pt-testimonial-caption p {
    	font-size: 20px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {
    .business_point_widget_latest_news .latest-news-widget .latest-news-item {
        width: 100%;
    }
    
    .business_point_widget_latest_news .latest-news-col-4 .latest-news-item,
    .business_point_widget_latest_news .latest-news-col-3 .latest-news-item
    .business_point_widget_latest_news .latest-news-col-2 .latest-news-item
    .business_point_widget_services .services-column-4 .services-item,
    .business_point_widget_services .services-column-3 .services-item
    .business_point_widget_services .services-column-2 .services-item {
        width: 100%;
    }
    .widget.business_point_widget_services .services-item {
        width: 100%;
    }
    .business_point_widget_featured_page img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .business_point_widget_latest_news .latest-news-item img {
        width:100%;
    }
	
	#home-page-widget-area .widget-title,
	#home-page-widget-area .x_business_widget_call_to_action .widget-title {
		font-size:27px;		
	}
	

	
	/*Business_Point features widget css */
	#home-page-widget-area .business_point_widget_features .features-list .features-detail {
   		 padding-left: 15px;
	}
	
	/* Business_Point widget facts css */
    .business_point_widget_facts .fact-fourth .counter-item,
	.business_point_widget_facts .counter-item {
		width:50%;
		margin-bottom:20px;		
	}

    #primary .post  .entry-title {
        font-size: 18px;
    }

    #primary .post .entry-footer span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    #primary .post .entry-footer span.author {
        float: none;
        width: auto;
        margin-bottom: 0px;
    }

    .services-item,
    .pt-team-item,
    .blog-item,
    .pt-portfolio-item {
    	width: 100%;
    	margin-left: 0px;
    }

    .pt-portfolio-item-wrap {
    	margin-left: 0px;
    	margin-right: 0px;
    }

    .pt-portfolio .inner-wrapper {
    	margin-left: -15px;
    	margin-right: -15px;
    }
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {




    #featured-content .featured-content-column-3 article,
    #featured-content .featured-content-column-4 article {
        max-width: 100%;
    }

    .search-form input.search-field {
        width: 76%;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }

    .social-links {
        float: right;
        max-width: 208px;
        text-align: right;
    }


    .social-links .x_business_widget_social li {
        display: inline-block;
        float: none;
    }

    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }
    .site-layout-boxed #page .container {
        padding: 0;
        width: 100%;
    }
    .business_point_widget_teams .our-team-col-4 .our-team-item,
    .business_point_widget_teams .our-team-col-3 .our-team-item,
    .business_point_widget_teams .our-team-col-2 .our-team-item {
        width: 100%;
    }
	
	/* css widget title */
	
	#home-page-widget-area .widget-title span::before,
	#home-page-widget-area .widget-title span::after {
		width:25px;
	}
	
	#home-page-widget-area .widget-title span {
		float:left;
		width:100%;		
	}
	
	#home-page-widget-area .widget-title span::before {
		right:unset;
		left:0;		
	}
	
	#home-page-widget-area .widget-title span::after {
		left:unset;
		right:0;		
	}

	
	/*  css Business_Point feature widget */
	#home-page-widget-area .business_point_widget_features .features-list .features-icon i {
		text-align:left;		
	}
	
	/* Business_Point widget facts */
	.business_point_widget_facts .counter-item span.count-text {
		font-size:15px;		
	}

    #primary .post .content-wrap {
        padding: 0px;
    }



    .x_business_widget_call_to_action .call-to-action-buttons .button {
        margin-bottom: 10px;
    }
	
	.newsletter-form form input[type="submit"] {
        width: 100%;
        position: static;
    }

     #main-slider .cycle-prev i, 
    #main-slider .cycle-next i {
        font-size: 30px;
    }
	
}

@media screen and (max-width:350px){
	
	#home-page-widget-area .widget-title {
    	font-size: 22px;
	}
	
}
.site-branding img {width:200px;}
.rev-btn {text-transform:uppercase;}

.ftext a.fbtn {display:block;padding:15px;clear:both;background-color:#7e4a90;border-bottom:4px solid #4c2c57;border-radius:30px;width:80%;text-align:center;text-transform:uppercase;font-weight:700!important;}
.ftext a.fbtn2 {display:inline-block;font-size: 20px; padding:15px 30px;clear:both;border:1px solid #999;color:#999;border-radius:30px;}
.ftext a.fbtn:hover {background:#6a4079;}
.ftext a.fbtn2:hover {background:#333334;}
a.sbbtn {text-align:center;color:#fff;display:block;font-size: 20px; padding:15px;background-color:#2ecc71;border-radius:30px;}
a.sbbtn2 {text-align:center;background:#f9c40a;display:block;font-size: 20px; padding:15px;color:#fff;border-radius:30px;}
a.sbbtn:hover {color:#fff;background:#25a75c;}
a.sbbtn2:hover {background:#e6b50b;}
.ftext p {font-size:22px;padding-bottom:15px;color:#cecece;}

.topbtn {display:inline-block;float:right;margin-top:33px;}

a.hbtn1 {margin-left:20px;margin-top:10px;margin-right:20px;border:1px solid #999;color:#999;border-radius:30px;line-height:20px;padding:10px 20px;}
a.hbtn1:hover {background:#333334;}
a.hbtn2 {margin-top:10px;background:#2ecc71;color:#fff;border-radius:30px;line-height:20px;padding:10px 20px;}
a.hbtn2:hover {background:#25a75c;}
.bonuses{
  position:relative;
  padding:182px 12px 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}
#x-slider a.hbtn2 {text-align:center;margin:0 0 30px;display:block;padding:15px;max-width:200px;border-bottom:4px solid #249654;text-transform:uppercase;font-weight:700;}
.site-info ul {margin:0 0 10px;}
.site-info ul li {list-style:none;display:inline-block;margin:0 10px;}
.site-info ul li a {color:#fff !important;font-size:12px !important;}
.ddsg-wrapper {margin-top:30px;}
.home .tp-caption {margin-top:40px;}
.ftitle {font-size:18px;margin-bottom:30px;}
.x_business_widget_about_us {background:#e9e9e9;}
.about-us-text ol li, .about-us-skills ol li {margin-bottom:10px;}
.about-us-text ol li:last-child, .about-us-skills ol li:last-child {margin-bottom:0px;}
.hclmn-row {margin-left:-15px;margin-right:-15px;}

.hclmn {float:left;width:33.3333%;padding-left:15px;padding-right:15px;}

.home h2, .home h1 {text-transform:uppercase;text-align:center;font-size:25px;}
.home h1 {padding:30px 0 0;}

/* Social Sharing */

.jssocials-shares {margin: 0;}

.jssocials-shares * {box-sizing: border-box;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

	
.jssocials {
	display: inline-block;
}

#icon .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}

#icon .jssocials-share-link {
	
	color:#fff;
	padding: 3px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
}

#icon .jssocials-share-logo {
    font-size: 14px;
}
#icons {
	margin-top: 20px;
}
#icons.jssocials {
	text-align:center!important;display:block!important;
}
#x-slider {background:#24242a url(/wp-content/uploads/1.png) no-repeat right -130px;height:400px;background-size:1800px;}
#x-slider .container {position:relative;}
.slide_txt {font-size:35px;color:#fff;padding:60px 0 40px;max-width:500px;line-height:1.3;}
.slide_promo {display:inline-block;font-weight:700;color:#fff;}
.slide_right {position:absolute;z-index:8;right:0;top:70px;background:rgba(0,0,0,0.7);border-radius:10px;padding:20px;max-width:280px;}
.slide_right .slide_promo {color:#ccc;}
.slide_right b {color:#fff;display:block;}
.slide_promo span { 
position:relative;
margin-right:20px;
cursor:pointer;
color: #f5d000;
display:inline-block;
}

.slide_promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pdk/images/copy.svg);
    mask: url(/wp-content/themes/pdk/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f5d000;
    position:absolute;
    width: 18px;
    height: 18px;
    top:3px;
	right:-22px;
}
.x-slider-mob {display:none;text-align:center;padding:30px 0;background: #0c103d;
background: -moz-linear-gradient(-45deg,  #0c103d 0%, #5660a0 100%);
background: -webkit-linear-gradient(-45deg,  #0c103d 0%,#5660a0 100%);
background: linear-gradient(135deg,  #0c103d 0%,#5660a0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c103d', endColorstr='#5660a0',GradientType=1 );
}
.x-slider-mob .slide_txt {
  font-size: 25px;
  color: #fff;
  padding: 0;
  max-width: 100%;
  font-weight:700;
  line-height: 1.3;
}
a.hbtn5 {background: #2463e3;color:#fff;border-radius:30px;text-align:center;font-weight:700;padding:10px;margin:15px auto;display:block;max-width:260px;}
a.hbtn4 {background: #2ecc71;color:#fff;border-radius:30px;text-align:center;font-weight:700;padding:10px;margin:15px auto;display:block;max-width:260px;}
.slide_right a.hbtn5 {margin:20px auto 0;}
.promobtn {text-align:center;position:fixed;bottom:0;width:100%;left:0;display:none;padding:15px;background: linear-gradient(135deg,  #0c103d 0%,#5660a0 100%);}
.promobtn img {max-width:200px;}
.promobtn a.hbtn4 {margin:0;padding:10px 30px;}
.mbox {display: flex;
 justify-content: space-between;
 align-items: center;}
 .mbox b {display:block;color:#000;}
.mimg img {display:block;width:80px;border-radius:10px;background:#000;}
.mimg {width:12%;}
.mrev {width:20%;text-align:center;}
.mdwn {width:28%;text-align:center;}
.mbns {width:40%;text-align:center;}
.mbtn {padding:15px 0 30px;text-align:center;}
.mbtn a {display:inline-block;width:47%;margin:0 1%;font-weight:700;border-radius:30px;}
a.dnld {border:1px solid #999;color:#999;padding:10px;}
a.rgstr {background:#2ecc71;color:#fff;padding:11px;}
@media (max-width:600px) {
.mbox {display:block;}
.mimg img {margin:0 auto;}
.mimg {width:100%;padding:10px;}
.mrev {width:100%;padding:10px;}
.mdwn {width:100%;padding:10px;}
.mbns {width:100%;padding:10px;}
.mbtn a {display:block;width:280px;margin:0 auto 15px;}
.mbtn {padding:15px 0 15px;}
}
@media (max-width:1940px) {
#x-slider {background-position: 200px -130px;}
}
@media (min-width:1571px) and (max-width:1750px) {
#x-slider {background-position: 100px -130px;}
}
@media (min-width:1381px) and (max-width:1570px) {
#x-slider {background-position: 0 -130px;}
}
@media (min-width:1201px) and (max-width:1380px) {
#x-slider {background-position: -200px -130px;}
}
@media (min-width:1071px) and (max-width:1200px) {
#x-slider {background-position: -300px -130px;}
}
@media (min-width:768px) and (max-width:1070px) {
#x-slider {background-position: -400px -130px;}
}
@media (max-width:767px) {
#x-slider, .topbtn, .top-header, #masthead {display:none;}
#content {padding-top:0!important;}
.x-slider-mob { display:block;}
.promobtn { display: flex;
 justify-content: space-between;
 align-items: center;}
.slide_right {text-align:center;position:static;background:rgba(0,0,0,0.2);max-width:500px;margin:20px auto 0;}
}
@media (max-width:420px) {
.promobtn img {display:none;}
.promobtn a.hbtn4 {margin:0 auto;}
}
.blog-item .h3 a {font-size:15px;color:#000;display:block;line-height:1.3;}
.blog-item .h3 a:hover {color:#2ecc71;}
.blog-item .h3 {padding:8px 15px 15px;margin:0;min-height:100px;}
#x-ready img {margin:0 auto;display:block;max-width:100px;}
.ie-img {background:#00a1f1;}
.ff-img {background:#ea7015;}
.opera-img {background:#e21514;}
.hclmn-box {padding:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin-bottom:30px;}
.hclmn-box p {margin:10px 0 0;min-height:180px;}
#x-install ul {list-style:none;margin:0 0 15px;}
#x-install ul li {float:left;width:50%;position:relative;padding-left:55px;padding-right:15px;padding-bottom:15px;}
#x-install ul li span {position:absolute;left:0;top:7px;width:40px;height:40px;padding-top:6px;background:#663674;color:#fff;text-align:center;font-weight:700;font-size:20px;}
#x-client ul {list-style:none;margin:0 0 15px;}
#x-client ul li {position:relative;padding-left:20px;}
#x-client ul li:before {content:"";position:absolute;left:0;top:9px;width:10px;height:10px;background:#e0233f;}
#x-latest-news {padding:50px 0 20px;}
#x-features {padding:0 0 30px;}
#x-install {padding:30px 0 30px;}
#x-client {padding:0 0 50px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:nth-of-type(1) {clear:none;}
@media (min-width:1221px) and (max-width:1265px) {.topbtn a.hbtn1 {display:none;}}
@media (max-width:1220px) {
.site-branding {
    float: none;
    margin-right: 0;
    margin-top: 28px;
	text-align:center;
	width:100%;
	position:relative;
}
.top-right {
    float: none;
	text-align:center;
}
.top-menu-content .menu {
    float: none;
   
}

#main-nav {
    float: none;
    text-align:center;
    width: 100%;
}
.custom-logo-link,
.site-logo-link,
#site-identity {
    float: none;
    margin-right: 0;
}

.site-branding img {width:180px;margin-top:30px;}
.topbtn {width:100%;float:none;margin-top:15px;text-align:center;margin-bottom:40px;}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: none;
}
}
@media (max-width:1050px) {
.topbtn {margin-top:20px;margin-bottom:20px;}
.site-branding  {padding-bottom:60px;position:relative;z-index:999;}
#footer-widgets .footer-active-3 {
    width: 100%;
	max-width:700px;
	margin:0 auto;
	text-align:center;
	float:none;
	
}
.feature-column { width: 100%;}
.feature-column.center-align img {display: none;}
.hclmn {width:100%;}
.hclmn-box p {min-height:auto;}
.blog-item {width: 50%;}
.blog-item img {width:100%;}
#footer-widgets {padding:30px 0 30px;}
#footer-widgets .footer-active-4 {width: 33.3333%;}
.ftext {padding-top:30px;}
.ftext a.fbtn {width:60%;margin:0 auto;}
}
@media (max-width:991px) {
.sidebar .widget_search input[type="submit"] {display:none;}
#x-install ul li {width:100%;min-height:60px;}
}
@media (max-width:767px) {
    .site-layout-boxed #page,
    .container {
        width: 100%;
    }
}
@media (max-width:675px) {
#footer-widgets .footer-active-4 {width: 100%;}	
}
@media (max-width:560px) {
.blog-item {width: 100%;}
.blog-item .h3 {min-height:auto;}
}
@media (max-width:520px) {
.ftext a.fbtn {width:100%;}
.error-404.not-found  form.search-form {width: 100%;}
}
.bonuses .container {position:relative;}
.tg {position:absolute;z-index:10;right:30px;bottom:12px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#000;border-radius:8px;background:#fff url(/wp-content/uploads/telegram.png) no-repeat 90% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:30px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 40px 0 90px;}

}