/*
Theme Name: Codepress Lite
Theme URI: http://codetrendy.com/codepress-lite
Author: CodeTrendy
Author URI: http://codetrendy.com
Description: Fully Responsive HTML5 CSS3 WordPress Theme. Codepress Lite is widgetized multipurpose theme. This theme perfectly fits with corporate, business websites.
Version: 1.0.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: codepress-lite
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, threaded-comments, translation-ready, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Codepress Lite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/


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


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



*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

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;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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;
}



@font-face {
    font-family: 'FontAwesome';  
  src: url('fonts/fontawesome-webfont.eot');  
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
       url('fonts/fontawesome-webfont.woff2') format('woff2'),  
       url('fonts/fontawesome-webfont.woff') format('woff'),  
       url('fonts/fontawesome-webfont.ttf')  format('truetype'), 
       url('fonts/fontawesome-webfont.svg#svgFontName') format('svg'); 
}

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

.boxed {
    max-width: 1200px;
    margin: 0 auto; 
    box-shadow: 0px 0px 3px 1px #eee;
} 

body,
button,
input,
select,
textarea {
    color: #404040;
   font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
} 

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

p {
    margin-bottom: 1.5em;
}

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;
}

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;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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;
}

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. */
    display: block;
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


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


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

a {}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {}

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


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

#masthead .main-navigation {
    float: right;
    padding-top: 22px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 8px;
}

.main-navigation li {
    float: left;
    position: relative;
    margin-left: 39px;
}

.main-navigation li:first-child {
    margin-left: 0px;
}

.main-navigation a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 4px 10px 4px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.main-navigation .menu > li > a::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: visible;
    width: 0;
}

.main-navigation .menu > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.main-navigation ul ul { 
    float: left;
    position: absolute;
    top:1.94em;
    left: -999em;
    background: #111; 
    z-index: 99999;
    padding-left: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0!important;
}

.main-navigation ul ul a {
    width: 100%;
}

.main-navigation ul ul li {/*border-bottom: 1px solid #444;*/ width: 260px;}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 768px) {


    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 14px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

ul.sub-menu li {
    margin-left: 0;
}

ul.sub-menu li a {
    padding: 12px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    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;
    color: #21759b;
    display: block;
    font-size: 14px;
    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. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


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

.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.container:after,
.container:before {
    content: '';
    display: table;
}

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

.clear {
    clear: both;
}


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

.widget {
    margin: 0 0 1.5em;
}


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

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# 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: block;
    margin-left: auto;
    margin-right: auto;
}

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

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



.auther-link a {
    font-size: 28px!important;
    margin-top: 70px!important;
    display: inline-block;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.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;
}


/*--------------------------------------------------------------
   grid layout CSS
--------------------------------------------------------------*/

/*.col-wrapper {
    margin-left: -4%;
}*/

.col-2 {
    float: left;
    margin-left: 4%;
    width: 46%;
}

.col-3 {
    float: left;
    margin-left: 4%;
    width: 29.3%;
}

.col-4 {
    float: left;
    margin-left: 4%;
    width: 21%;
}

.col-1 {
    margin-left: 4%;
    width: 100%;
}


/*--------------------------------------------------------------
## Common css
--------------------------------------------------------------*/

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5; 
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.section-wrapper {
    position: relative;
    padding: 105px 0;
}

a {
    text-decoration: none;
    color: #373b44;
}

a:hover {
    color: #73c8a9;
}

.title-wrapper {
    text-align: center;
    margin-bottom: 105px;
    position: relative;
    z-index: 1;
}

.entry-title a {
    color: #373b44;
    display: block;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
}

.pm_footer .entry-title a {
    color: #fff;
}

.pm_footer span.category a {
    color: #fff;
}

.entry-title a:hover {
    color: #73c8a9;
}

.section-wrapper ul,
.section-wrapper ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget {
    margin: 0 0;
}

.single-article .entry-title a,
.single-article .entry-title {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 0;
}

.single-article .category {
    font-size: 14px;
    font-style: italic;
}

section.widget:first-child .widget-title {
    margin-top: 0;
}

section.widget .single-article {
    margin-top: 20px;
}

section.widget .recent-post-img {
    float: left;
    width: 30%;
}

section.widget .recent-post-content {
    float: right;
    width: 60%;
}

.widget .section-wrapper .widget-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: none; 
} 

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/

.site-header {
    left: 0;
    padding-top: 54px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

body.boxed .site-header {
    left: inherit;
    padding-top: 54px;
    position: fixed;
    width: 1200px;
}

body.boxed .site-header.sticky {
    left: inherit;
    padding-top: 0;
    position: fixed;
}

.site-header .site-branding {
    float: left;
}

.header-title-logo {
    float: left;
    margin-right: 14px;
    padding-top: 4px;
}

.sticky {
    position: fixed;
    background: #111;
    padding-top: 2px;
    height: 66px;
   z-index: 9999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
} 

.boxed .sticky {
    max-width: 1200px;
    margin: 0 auto;
}/*

.boxed .site-header {
    left: inherit;
    width: 63.1%;
}*/

.sticky .site-branding {
    float: left; 
} 

#site-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

p#site-description {
    color: #fff;
    font-size: 12px;
}

img.custom-logo {
    max-width: 99px; 
}


/*--------------------------------------------------------------
## slider css
--------------------------------------------------------------*/

.main-banner {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
} 

.slider-caption-wrapper {
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 34%;
    transform: translate(-50%, -50%);
    width: 1200px;
} 

.banner-item .parallax-overlay {
    background: rgba(19, 32, 60, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.parallax-overlay {
    background: rgba(19, 32, 60, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.cl_counter_section .parallax-overlay {
    background: rgba(19, 32, 60, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.classic-slider #sequence > .sequence-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.classic-slider .sequence-next,
.classic-slider .sequence-prev,
.classic-slider .sequence-pagination {
    display: none !important;
}

blockquote,
figure {
    margin: 0;
}

.classic-slider .bx-slider {
    margin: 0;
    padding: 0;
}

.classic-slider .bx-controls {
    display: none;
}

.slider-title a {
    font-size: 65px;
    font-weight: 700;
    line-height: 100px;
    text-decoration: none;
    color: #ffffff;
}

.slider-title span {
    font-size: 109px;
    display: block;
}

.slider-button a {
    border: 3px solid;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    margin-top: 35px;
    padding: 8px 45px;
    text-decoration: none;
    text-transform: capitalize;
}

.slider-button a:hover {
    color: #373b44;
    background-color: #ffffff;
}


/*--------------------------------------------------------------
   service CSS
--------------------------------------------------------------*/

.widget-service-post .title-icon-wrapper {
    margin: 0 auto;
    width: 64.5%;
}

.widget-service-post .service-icon-wrapper {
    margin: 0 0 0 -88px;
}

.widget-service-post .icon-wrapper {
    border: 1px solid #cccccc;
}

.widget-service-post .service-icon {
    width: 112px;
    margin-left: 88px;
    float: left;
}

.widget-service-post .icon-title a {
    color: #676767;
    font-size: 15px;
    font-weight: 700;
}

.widget-service-post .service-icon:hover a {
    color: #73c8a9;
}

.widget-service-post .service-detail .single-article:nth-child(2n+1) .article-content.col-2 {
    text-align: right;
}

.widget-service-post .service-detail {
    margin-top: 110px;
}

.widget-service-post .service-detail .article-content {
    padding: 60px 0;
}


/*--------------------------------------------------------------
   featured   CSS
--------------------------------------------------------------*/

.widget-featured-post .fact-block {
    color: #fff; 
}

.counter-block-wrapper {
    width: 25%;
    float: left;
}

.widget-featured-post .counter-icon {
    font-size: 40px;
    padding-left: 73px;
}

.widget-featured-post .counter-text-wrapper {
    display: block;
    text-align: center;
}

.widget-featured-post .counter { 
    font-size: 33px;
    vertical-align: top;
}

.widget-featured-post .counter-text { 
    font-size: 18px;
    padding-top: 12px; 
    padding-left: 25px; 
    display: inline-block;
}

.widget-featured-post .facts-layout-two .counter {
    border: 1px solid;
    border-radius: 100%;
    display: block;
    float: none;
    font-size: 17px;
    height: 88px;
    line-height: 65px;
    padding: 10px;
    text-align: center;
    width: 88px;
    margin: 0 auto;
}

.widget-featured-post .facts-layout-two .counter span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #333;
    display: block;
}

.widget-featured-post .facts-layout-two .counter-text {
    display: block;
    float: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}


/*--------------------------------------------------------------
   cta   CSS
--------------------------------------------------------------*/

.widget-call-to-action-post .section-wrapper {
    background: no-repeat scroll center top / cover;
}

.widget-call-to-action-post .parallax-overlay {
    background: rgba(19, 32, 60, 0.67) none repeat scroll 0 0;
    z-index: 0;
}

.widget-call-to-action-post {
    text-align: center;
}

.widget-call-to-action-post .cta-title {
    font-size: 44px;
    margin: 0 0 15px;
    color: #fff;
}

.widget-call-to-action-post .entry-content {
    font-size: 19px;
    color: #fff; 
}

.widget-call-to-action-post .entry-content > span {
    font-size: 51px;
    font-weight: 700;
}

.widget-call-to-action-post .cta-readmore {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 19px; 
    padding: 8px 44px;
    margin-top: 35px;
    text-decoration: none;
    text-transform: capitalize;
}

.widget-call-to-action-post.no-background .section-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 35px 0;
}

.widget-call-to-action-post.no-background {
    text-align: left;
}

.widget-call-to-action-post.no-background .cta-desc {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    width: 70%;
    text-align: right;
    font-size: 23px;
}

.widget-call-to-action-post .green {
    color: #73c8a9;
}

.widget-call-to-action-post .golden {
    color: #e1b866;
}

.widget-call-to-action-post .red {
    color: #bd5532;
}

.widget-call-to-action-post.no-background .cta-btn-wrapper {
    width: 20%;
    display: inline-block;
    margin-left: 20px;
}

.widget-call-to-action-post.no-background .cta-readmore {
    border: 1px solid #73c8a9;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    padding: 10px 45px;
    text-decoration: none;
    text-transform: capitalize;
    background: #73c8a9;
    margin: 0;
}

.widget-call-to-action-post.no-background .cta-readmore:hover {
    border: 1px solid #73c8a9;
    color: #73c8a9;
    background: #fff;
}


/*--------------------------------------------------------------
   team  CSS
--------------------------------------------------------------*/

.widget-team-post .bx-wrapper {
    margin: 0 auto;
} 

.widget-team-post .team-image-auther-wrapper {
    text-align: center;
}

.widget-team-post .team-image img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

figure.team-image {
    width: 80%;
    margin: 0 auto;
}

.widget-team-post .team-image-auther-wrapper span {
    display: block;
}

.widget-team-post .team-image-auther-wrapper {
    font-family: "open sans";
}

.widget-team-post .team-author {
    color: #73c8a9;
    font-family: "open sans";
    font-weight: 700;
}

.widget-team-post .team-post {
    font-style: italic;
}

.widget-team-post .bx-controls {
    text-align: center;
    margin-top: 30px;
}

.widget-team-post .bx-pager-item {
    display: inline-block;
}

.widget-team-post .bx-pager-item:first-child {
    margin-right: 15px;
}

.widget-team-post .bx-pager-link {
    background: #bdbdbd;
    border-radius: 100%;
    display: block;
    font: 0px/0px arial;
    height: 15px;
    width: 15px;
}

.widget-team-post .bx-pager-link:hover,
.widget-team-post .bx-pager-link.active {
    background: #73c8a9;
}

.main-content-section.blog,
.main-content-section.blog-single,
.main-content-section.error-page,
.main-content-section.search-no-results {
    margin: 100px 0;
}

.header-titlebar-wrapper {
    position: relative;
}

.header-titlebar-wrapper .header-title-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    transform: translateY(-50%);
}

.header-title {
    color: #fff;
    font-size: 69px;
}

.breadcrumb a {
    font-size: 19px;
    color: #fff;
    font-style: italic;
}

.breadcrumb span {
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb span:first-child {
    margin-left: 0px;
    padding-left: 0px;
}

.breadcrumb span::before {
    color: #fff;
    content: "/";
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: top;
}

.breadcrumb span:first-child::before {
    display: none;
}

.about-wrapper .about-text .title-wrapper,
.about-wrapper .about-text .widget-title {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.error-wrap {
    background: #73c8a9 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 320px;
    margin: 0 auto;
    padding: 65px 0;
    text-align: center;
    width: 320px;
}

.num-404 {
    display: block;
    font-size: 120px;
    line-height: 140px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error {
    display: block;
    font-size: 25px;
}

.error-404 .page-title {
    text-align: center;
    padding: 24px 0;
}

.error-404 .search-field,
.error-404 .searchsubmit {
    display: inline-block;
    float: left;
}

.search-form.clearfix {
    clear: both;
    margin: 0 auto;
}

.form-wrapper {
    clear: both;  
    width: 100%;
}

.search-no-results .search-field,
.error-404 .search-field {
    width: 94%;
    display: inline-block;
    border-radius: 0;
    height: 38px;
}

h1#site-title {
    margin: 0;
    float: left;
    clear: inherit; 
    line-height: 36px;
}

.sticky h1#site-title { 
    line-height: 32px!important;
}

.site-header .search-field {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    height: 38px;
}

form#searchform {
    position: relative;
}

.widget_search .search-field {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    height: 38px;
}

.widget_search .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
}

.search-no-results .searchsubmit,
.widget_search .searchsubmit,
.error-404 .searchsubmit { 
    border-radius: 0;
    display: inline-block;
    height: 38px;
    margin-left: -4px;
    padding: 0 8px;
    vertical-align: top;
    width: 36px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 0;
    background: none!important;
}

input.search-field { 
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 0;
    font-style: italic;
    padding-left: 8px;
} 

.widget_search .searchsubmit { 
    text-shadow: none;
    color: #666;
}


/*--------------------------------------------------------------
   blog CSS
--------------------------------------------------------------*/

.post-content {
    padding: 20px 0;
}

.post-on {
    display: inline-block;
}

.auther-title-wrap {
    display: inline-block;
    margin: 5px 0 10px 10px;
    vertical-align: top;
}

.post-title {
    margin: 0 0 5px;
}

.post-title a {
    color: #373b44;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.auther span {
    font-weight: 700;
}

.auther a {
    color: #73c8a9;
    text-transform: capitalize;
}

.section-wrapper {
    background: #f7f7f7;
}

.post-on span {
    display: block;
    font-size: 15px;
    padding: 10px;
    width: 59px;
    background: #73c8a9;
    color: #fff;
    text-align: center;
}

.post-meta {
    margin-top: 20px;
}

.post-meta .post-bar {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.single .post-bar li:nth-child(1) {
    width: 12%;
}

.single .post-bar li:nth-child(2) {
    width: 12%;
}

.single .post-bar li:nth-child(3) {
    width: 67%;
}

.post-bar li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    color: #585858;
    font-size: 14px; 
}

.post-bar li {
    margin-left: 2.4%;
}

.post-bar li a {
    color: #585858;
    text-decoration: none;
}

.post-bar li:hover a,
.post-bar li:hover i {
    color: #73c8a9;
}

.post-bar li i {
    margin-right: 10px;
}

.post-description {
    font-size: 14px;
    padding: 15px 0;
    line-height: 24px
}

.button {
    border: 1px solid #cccccc;
    color: #5a5a5a;
    font-size: 15px;
    padding: 8px 14px;
    display: inline-block;
}

.button:hover {
    background: #73c8a9;
    border-color: #73c8a9;
    color: #ffffff;
    text-decoration: none;
}

.post-slide.date-layout {
    background: #ebeed3 none repeat scroll 0 0;
}

.date-layout .post-img {
    position: relative;
}

.date-layout .post-img::before {
    border-bottom: 10px solid #ebeed3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 10px;
}

.date-layout .post-on {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.date-layout .post-content {
    padding: 20px;
}

.date-layout .post-meta .post-bar {
    border-bottom: 1px solid #d1d5c1;
    border-top: 1px solid #d1d5c1;
}

.date-layout .post-bar li {
    color: #585858;
    display: inline-block;
    font-size: 15px;
    margin-left: 10%;
    vertical-align: top;
}

.date-layout .post-bar li:first-child {
    margin-left: 3.5%;
}

.post-img img {
    width: 100%;
}

.blog .col-2 {
    margin-bottom: 4%;
}

.blog-single .post-featured-image {
    float: left;
    text-align: left;
    width: 36%;
}

.blog-single .post-image-content-wrap .entry-content {
    float: right;
    width: 60%;
    margin: 10px 0 0;
}

.post-title a:hover {
    color: #73c8a9;
}

.blog-single .right.post-featured-image {
    float: right;
}

.blog-single .post-image-content-wrap .left.entry-content {
    float: left;
}

.blog-single .left-alignment .right.post-featured-image {
    float: right;
    margin: 0 0 20px 20px;
}

blockquote {
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
    margin: 30px 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
    padding: 30px;
    font-size: 13px;
}

blockquote:before {
    color: #e2e4e7;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #e2e4e7;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.default-wp-page {
    list-style: outside none none;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
}

.nav-links .nav-previous,
.nav-links .nav-next,
.default-wp-page li {
    float: left;
    width: 50%;
    font-style: italic; 
}

.default-wp-page li.next a {
    float: right;
}

.default-wp-page li a {
    font-style: italic;
    font-size: 13px;
}

.default-wp-page li.previous a i {
    margin-right: 20px;
}

.default-wp-page li.next a i {
    margin-left: 20px;
}

.comments-title {
    font-size: 21px;
    font-weight: 600;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment-author.vcard {
    height: 90px;
    width: 90px;
    float: left;
    margin-right: 24px;
}

.comment-author img {
    border-radius: 100%;
    width: 100%;
}

.comment-detail {
    float: right;
    width: 85%;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.children-list {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 111px;
}

.comment-meta { 
}

.comment-body {
    color: #676767; 
    border: 1px solid #ccc;
    padding: 18px;
    margin-bottom: 16px;
}

.comment-reply-link {
    float: right;
    font-weight: 700;
    color: #676767;
}

.comment-reply-link:after {
    content: '\f064';
    font-family: 'FontAwesome';
    padding-left: 8px;
    font-size: 13px;
}

.comment-detail {
    font-size: 13px;
}

.auther-name {
    font-size: 17px;
    color: #676767;
}

.reply i {
    margin-left: 10px;
}

.commentform span input {
    width: 100%;
    border-radius: 0;
    height: 40px;
    padding: 0 15px;
}

.commentform textarea {
    width: 100%;
    border-radius: 0;
    padding: 15px;
}

.commentform .name-email span {
    float: left;
    margin-left: 30px;
    width: 30.9%;
}

.commentform .name-email span:first-child {
    margin-left: 0;
}

.commentform .name-email,
.commentform .your-subject,
.commentform .your-message {
    display: block;
    margin-bottom: 20px;
}

.btn-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.more-comment {
    border: 1px solid #d7d7d7;
    color: #676767;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 25px;
    text-align: center;
    text-transform: capitalize;
}

.more-comment i {
    margin-left: 20px;
}

.commentform {
    border-top: 1px solid #d7d7d7;
    padding-top: 40px;
}

.commentform .submit-btn {
    float: right;
    background: #73c8a9 none repeat scroll 0 0;
    border: 1px solid #73c8a9;
    color: #fff;
    display: block;
    font-size: 23px;
    padding: 20px 25px;
}

.commentform .submit-btn:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #73c8a9;
    color: #73c8a9;
    display: block;
    padding: 20px 25px;
}

.social-links {
    margin-bottom: 40px;
}

.social-links ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social-links li {
    float: left;
    margin-left: 10px;
}

.social-links li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #fff;
}

.codepress-facebook {
    background: #3b5997;
}

.codepress-twitter {
    background: #2fc2ee;
}

.codepress-googleplus {
    background: #dd4b3c;
}

.codepress-pinterest {
    background: #e2232a;
}

.auther-position {
    font-size: 12px;
    font-style: italic;
}

.social-links .auther-name {
    font-weight: 700;
}


/*--------------------------------------------------------------
    30.0 Inner page layout CSS
--------------------------------------------------------------*/

#primary {
    float: left;
    width: 72.5%;
}

#secondary {
    float: right;
    width: 25%;
}

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

.left-sidebar #secondary {
    float: left;
}

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

.right-sidebar #secondary {
    float: right;
}

.both-sidebar .main-content-section:after {
    display: block;
    content: '';
    clear: both;
}


/*--------------------------------------------------------------
   work CSS
--------------------------------------------------------------*/

.work-block {
    float: left; 
    position: relative; 
    width: 25%; 
}

.tab-content-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.work-content-wrapper,
.scrollup {
    background: rgba(19, 32, 60, 0.85);
}

.work-content-wrapper {
    color: #fff;
    font-size: 16px;
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}

.work-block:hover .work-content-wrapper {
    opacity: 1;
    visibility: visible;
}

.work-block .work-content-wrapper::before,
.work-block .work-content-wrapper::after {
    content: "";
    opacity: 0;
    position: absolute;
}

.work-block .work-content-wrapper:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 20px;
    left: 10px;
    right: 10px;
    top: 20px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0, 0, 0;
    transform-origin: 0, 0, 0;
}

.work-block .work-content-wrapper:after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 10px;
    left: 20px;
    right: 20px;
    top: 10px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100%, 0, 0;
    transform-origin: 100%, 0, 0;
}

.work-block:hover .work-content-wrapper:before,
.work-block:hover .work-content-wrapper:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.work-block .work-content-wrapper:after,
.work-block .work-content-wrapper:before {
    transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
    z-index: 1;
}

.work-text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.project-content a {
    color: #fff;
}

#tabs ul {
    display: block;
    text-align: center;
}

#tabs li {
    display: inline-block;
    margin-right: -4px;
    padding: 18px 30px;
    border: 1px solid #fff;
}

#tabs li a {
    color: #676767;
}

#tabs li:hover,
#tabs li.active {
    border: 1px solid #d7d7d7;
}

#tabs li.active a,
#tabs li a:hover {
    font-weight: 700;
}

.project-title a {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
}

.project-title a:hover {
    color: #73c8a9;
}

.project-title {
    margin: 0 0 20px;
}

.title-wrapper {
    margin-bottom: 55px;
    text-align: center;
}


/*--------------------------------------------------------------
   about CSS
--------------------------------------------------------------*/

.widget-about-post .about-text {
    float: left;
    width: 50%;
    padding-right: 50px;
    line-height: 24px;
}

.widget-about-post .about-image.image-layout-two {
    float: right;
    text-align: left;
    width: 60%;
} 

.widget-about-post .about-image.image-layout-one img {
    width: 100%;
}

.about-image.image-layout-one {
    position: absolute;
    right: 0;
    top: 2.5%;
    width: 50%;
}

.widget-about-post .pricing-wrapper {
    margin-top: 115px;
    text-align: center;
}

.widget-about-post .pricing-section-title {
    font-size: 23px;
    margin: 0 0 45px;
}

.widget-about-post .pricing-currency {
    font-size: 48px;
    font-weight: 700;
}

.widget-about-post .pricing-currency span {
    font-size: 24px;
    font-weight: 500;
    padding-right: 10px;
}

.widget-about-post .pricing-price .month {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
    font-style: italic;
}

.widget-about-post .pricing-price .month::before {
    color: #cccccc;
    content: "|";
    font-size: 26px;
    height: auto;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: -5px;
}

.widget-about-post .pricing-title {
    font-size: 23px;
}

.widget-about-post .pricing-item {
    border: 1px solid #e1e1e1;
    padding: 40px 20px;
}

.widget-about-post ul.pricing-feature-list {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 30px 0;
    padding: 30px 0;
}

.widget-about-post .pricing-feature {
    font-size: 15px;
    line-height: 36px;
}

.widget-about-post .pricing-action {
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 14px 30px;
}

.widget-about-post .pricing-action:hover,
.cta-readmore:hover {
    background: #73c8a9 none repeat scroll 0 0;
    color: #fff;
    border-color: #73c8a9;
}


/*--------------------------------------------------------------
   testimonial CSS
--------------------------------------------------------------*/

.widget-testimonial-posts .section-wrapper {
    background: url("images/testimonial-bg.jpg") no-repeat scroll center top / cover;
}

.widget-testimonial-posts .single-article {
    margin-bottom: 4%;
}

.widget-testimonial-posts .article-content {
    float: right;
    width: 75%;
}

.widget-testimonial-posts .figure-wrap img {
    border: 1px solid #73c8a9;
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

.widget-testimonial-posts .figure-wrap figure {
    float: left;
}

.widget-testimonial-posts .title-layout-two .article-content {
    float: right;
    width: 65%;
}

.widget-testimonial-posts .title-layout-two .testimonial-author-desc {
    display: block;
    width: 100%;
}

.widget-testimonial-posts .article-content li {
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 15px;
}

.widget-testimonial-posts .article-content li:first-child {
    margin-left: 0;
}

.widget-testimonial-posts .article-content li a {
    border: 1px solid #acacac;
    border-radius: 3px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.widget-testimonial-posts .article-content li a:hover {
    border-color: #73c8a9;
}

.widget-testimonial-posts .article-content li a:hover i {
    color: #73c8a9;
}

.widget-testimonial-posts .article-content .social-links-wrapper {
    margin-top: 20px;
}

.widget-testimonial-posts .article-content li a {
    color: #d2d2d2;
}

.widget-testimonial-posts .testimonial-author {
    margin: 0 0 12px;
}

.widget-testimonial-posts .testimonial-author a {
    color: #fff;
    font-size: 20px;
}

.widget-testimonial-posts .testimonial-author a:hover {
    color: #73c8a9; 
}

.widget-testimonial-posts .job-type,
.testimonial-author-desc {
    color: #fff;
    font-size: 14px;
}

.widget-testimonial-posts .testimonial-author-desc {
    margin-top: 4px;
    line-height: 24px;
}
 

/*--------------------------------------------------------------
   contact CSS
--------------------------------------------------------------*/

.widget-contact-post .section-wrapper {
    background: url("images/contact-bg.jpg") no-repeat scroll center top / cover;
}

.widget-contact-post .widget-title,
.widget-contact-post .widget-desc,
.widget-testimonial-posts .widget-title,
.widget-testimonial-posts .widget-desc {
    color: #fff;
}

.contact-wrapper input,
.contact-wrapper input:focus,
.contact-wrapper textarea:focus,
.contact-wrapper textarea {
    background: #eae8e8 none repeat scroll 0 0;
    border: medium none;
    color: #988989;
    font-weight: 400;
    border-radius: 0;
}

.contact-wrapper input {
    height: 46px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 18px;
}

.contact-wrapper .name-email,
.contact-wrapper .name-email input {
    display: block;
    width: 100%;
}

.contact-wrapper .name-email span {
    width: 49%;
    float: left;
}

.widget-contact-post .contact-wrapper .name-email .your-name {
    margin-right: 2%;
}

.widget-contact-post .subject {
    display: block;
    width: 100%;
}

.widget-contact-post .contact-wrapper {
    font-family: "open sans";
}

.widget-contact-post .contact-wrapper textarea {
    padding: 30px;
}

.widget-contact-post .wpcf7-submit { 
    width: 150px;
    background: #73c8a9;
    padding: 10px;
    display: block;
    color: #fff;
    border: 1px solid #73c8a9;
    font-size: 20px;
    text-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-contact-post .wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #73c8a9;

    display: block;
    color: #73c8a9;
}

.widget-contact-post .submit-btn i {
    margin-left: 20px;
}

.widget-contact-post .contact-details-wrapper .or {
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    font-size: 23px;
    height: 70px;
    margin: 40px auto;
    padding: 1px;
    width: 70px;
}

.widget-contact-post .contact-details-wrapper .or span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    line-height: 66px;
    text-align: center;
    width: 99%;
}

.widget-contact-post .contact-wrapper {
    width: 80%;
    margin: 0 auto;
}

.contact-detail-block {
  border-left: 1px solid;
  color: #fff;
  float: left;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 64px;
  width: 30.9%;
}
.contact-detail-block:first-child{
    border-left:0 none;
    margin:0;
}
.widget-contact-post .contact-icon {
    width: 39px;
    float: left;
}

.widget-contact-post .contact-icon i {
    color: #fff;
    font-size: 24px; 
}

.widget-contact-post .contact-text {
    width: 80%;
    float: right;
    padding: 0;
    font-size: 15px;
}

.widget-contact-post .contact-text a {
    color: #fff;
}

.sanjaya{
    padding: 0 40px 0 0;

}

.widget-contact-post .first-row {
    margin-bottom: 80px;
}

.widget-contact-post .auther-link {
    text-align: center;
}

.widget-contact-post .auther-link a {
    color: #fff;
    font-size: 33px;
}

.widget-preview-more {
    margin-top: 20px;
}

.widget-preview-more a {
    padding: 8px 14px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #666;
}

.widget-preview-more a:hover { 
    border: 1px solid #73c8a9;
    color: #fff;
    background-color: #73c8a9;
}

form.wpcf7-form p {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0;
}



form.wpcf7-form p:nth-child(2) {
    margin-right: 38px;
    width: 47%;
    float: left;
}

form.wpcf7-form p:nth-child(3) {
    margin-right: 0;
    width: 47%;
    float: right;
}

form.wpcf7-form p:nth-child(4) {
    width: 100%;
}

form.wpcf7-form p:nth-child(5) {
    width: 100%;
}

form.wpcf7-form p:nth-child(4) form.wpcf7-form p {
    width: 100%;
}

.contact-wrapper input {
    width: 100%;
}

.contact-wrapper textarea {
    margin-top: 20px;
} 



/*--------------------------------------------------------------
   sidebar CSS
--------------------------------------------------------------*/

.widget .widget-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}

.widget .widget-title a {
    color: #373b44;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_nav_menu li {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 14px;
    position: relative;
    transition: color 0.3s ease 0s; 
    font-style: italic;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_nav_menu li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.widget_tag_cloud a {
    border: 1px solid #4a806c;
    color: #666;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 14px;
    font-size: 14px!important;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover,
.widget_nav_menu li a:hover,
.widget_tag_cloud a:hover {
    color: #73c8a9;
}

.widget_tag_cloud a:hover {
    border-color: #73c8a9;
    background: #73c8a9;
    text-decoration: none;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #73c8a9;
    display: block;
    font-size: 12px;
}

.widget_tag a {
    border: 1px solid #888888;
    color: #888888;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 6px;
    text-decoration: none;
}

.widget_tag a:hover {
    background: #73c8a9 none repeat scroll 0 0;
    border-color: #73c8a9;
    color: #ffffff;
}


/*--------------------------------------------------------------
   footer CSS
--------------------------------------------------------------*/

#colophon { 
    background-color: #23252b;
}

#footer-wrapper {
    padding: 18px 0;
}

#footer-wrapper .copyright {
    float: left;
    color: #fff;
    font-size: 13px;
}

#footer-wrapper .copyright span {
    color: #fff;
    font-weight: 700;
}

#footer-wrapper .copyright a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

#footer-wrapper .copyright a:hover,
#footer-wrapper li a:hover {
    color: #73c8a9;
}

.copyright h4 {
    font-weight: 300;
}

#footer-wrapper .socail-menu {
    float: right;
    padding: 10px 0;
}

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

#footer-wrapper li {
    float: left;
    line-height: 14px;
    margin-left: 15px;
    margin-top: 6px;
    font-size: 12px;
}

#footer-wrapper li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

#footer-wrapper li a {
    color: #939393;
}


li.menu-item-has-children i {
    display: none;
}

@media (max-width: 1400px) {

    a.dropdown-icon {
        top: 72%!important;
    }
    .page-id-134 .site-header {
    padding-top: 10px;
}  
.page-id-126 .site-header {
    padding-top: 10px;
}  
.page-id-2 .site-header {
    padding-top: 10px;
} 
}


@media (max-width: 1200px) {

    .comments-area .comment-respond .comment-form p:nth-child(3) { 
        width: 24%; 
    }

    .comment-form p:nth-child(5) {
        float: right; 
    }
 
    body.boxed .site-header { 
        width: 980px;
    } 

    .boxed {
        max-width: 991px; 
    }

    .boxed .sticky {
        max-width: 991px; 
    } 

    .container { 
        width: 96%;
    }
    .widget .section-wrapper .widget-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 40px;
    }
    .widget-call-to-action-post.no-background .cta-desc {
        width: 69%;
    }
    .widget-contact-post .contact-text{
        padding: 0;
    }
    
    .sanjaya {
        padding: 0 20px 0 10px;
    }
    .widget-featured-post .counter-text {
        padding-left: 5px;
        width: 40%;
    }
    .cl_footer_wrapper .pm_footer {
        float: left;
        width: 21%;
        margin-right: 46px;
    }

    .header-title { 
        font-size: 30px;
    }

    a.dropdown-icon {
        top: 72%!important;
    }
    .page-id-134 .site-header {
    padding-top: 10px;
}  
}

@media (min-width: 980px) and (max-width: 1199px) {
     body.boxed .site-header { 
        width: 980px;
    } 

     .boxed {
        max-width:980px; 
    }

    .boxed .sticky {
        max-width:980px; 
    }
.widget_calendar .calendar_wrap td {
    font-size: 12px;
}
.widget_calendar .calendar_wrap th {
    font-size: 12px;
    padding: 8px;
}
.widget_calendar .calendar_wrap caption {
    font-size: 14px;
    padding: 8px;
}
.page-id-134 .site-header {
    padding-top: 10px;
}  
.page-id-56 .site-header {
    padding-top: 10px;
}
.widget-featured-post .counter-icon {
    padding-left: 48px;
}

    a.dropdown-icon {
        top: 78%!important;
    }

    .header-title { 
        font-size: 30px;
    }

    .slider-title a {
  font-size: 55px;
  line-height: 90px;
}
.slider-title span {
  font-size: 90px;
}
.widget-call-to-action-post.no-background .cta-btn-wrapper {
  width: 28%;
}
.contact-detail-block {
  margin: 0; 
  width: 32.9%;
  padding: 10px 0 10px 40px;
}

.no-sidebar .blog .col-2 {
    width: 46%!important; 
} 

.no-background .cta-wrapper .cta-desc {
    margin-bottom: 20px;
    float: none;
}
.post-bar li {
    margin-left: 1.4%;
}
.widget-contact-post .contact-icon {
    width: 35px;
}
.widget-area .widget_calendar .calendar_wrap td {
    font-size: 12px;
}
.widget-area .widget_calendar .calendar_wrap th {
    font-size: 12px;
    padding: 8px;
}
.widget-area .widget_calendar .calendar_wrap caption{
    font-size: 14px;
}


 
   

}

@media (min-width: 768px) and (max-width: 979px) { 


     body.boxed .site-header { 
        width: 768px;
    } 
.widget-area .widget_calendar .calendar_wrap td {
    font-size: 12px;
}
.widget-area .widget_calendar .calendar_wrap th {
    font-size: 12px;
    padding: 8px;
}
.widget-area .widget_calendar .calendar_wrap caption{
    font-size: 14px;
} 
.page-id-134 .site-header {
    padding-top: 10px;
}  
.page-id-56 .site-header {
    padding-top: 10px;
}
.page-id-126 .site-header {
    padding-top: 10px;
}
.widget-about-post .about-text {
    font-size: 14px;
}

.widget-about-post .title-wrapper {
    margin-bottom: 10px;
}

.widget-about-post .section-wrapper .widget-title {
    padding-bottom: 20px;
}

form.wpcf7-form p:nth-child(2) {
    width: 46%;
}

form.wpcf7-form p:nth-child(3) {
    width: 46%;
}

.cta-btn-wrapper {
    float: none!important;
}

.no-background .cta-wrapper .cta-desc {
    margin-bottom: 20px;
    float: none;
}

.widget-featured-post .counter-icon {
    padding-left: 14px;
}

.widget-featured-post .counter {
    font-size: 25px;
}

.widget-featured-post .counter-text {
    width: 63%;
}

.widget-featured-post .counter-text {
    font-size: 15px;
}

.widget-featured-post .fact-block {
    width: 88%!important;
}

.boxed {
    max-width: 768px; 
}

.boxed .sticky {
    max-width: 768px; 
}

.contact-detail-block { 
    height: 90px!important; 
    padding: 0 18px!important; 
}

.codepress_lite_blog .col-3 {
    float: left;
    margin-left:21px;
    width: 31%;
    margin-right: -4px;
    text-align: left;
}

.post-title a {
    font-size: 15px;
}

.post-bar li {
    margin-left: 0.4%;
}

.work-block {
    width: 50%;
}

.no-sidebar .blog .col-2 {
    width: 46%!important; 
}

.main-content-section.blog,
.main-content-section.blog-single,
.main-content-section.error-page,
.main-content-section.search-no-results {
    margin: 40px 0;
}


    .header-title { 
        font-size: 22px;
    }

    .blog .col-2 { 
        width: 96%;
    }

    .cl_footer_wrapper .pm_footer {
        width: 46%;
        margin-top: 30px;
    }

    .cl_footer_wrapper .pm_footer:nth-of-type(1) { 
    margin-top: 0;
}

    .cl_footer_wrapper .pm_footer:nth-of-type(2) { 
    margin-top: 0;
}

    .cl_footer_wrapper .pm_footer:nth-of-type(2n) {
    margin-right: 0;
}

    .main-navigation li {
  margin-left: 20px;
}
    .widget-service-post .service-icon-wrapper {
        margin: 0 0 0 -4%;
    }
    .widget-service-post .service-icon {
        float: left;
        margin-left: 4%;
        width: 45%;
    }
    .widget-featured-post .fact-block {
        margin: 0 auto;
        width: 60%;
        text-align: center;
    }
    .col-4 {
        float: left;
        margin-left: 4%;
        width: 45%;
    }
    .widget-blog-post .col-wrapper {
        text-align: center;
    }
    .col-3 {
        float: none;
        margin-left: 4%;
        width: 46%;
        margin-right: -4px;
        text-align: left;
    }
    .widget-call-to-action-post.no-background .cta-btn-wrapper {
        width: 28%;
    }
    .widget-call-to-action-post.no-background .cta-desc {
        width: 67%;
    }
    .widget-testimonial-posts .article-content {
  float: right;
  width: 65%; 
}  
.widget-contact-post .contact-icon,
.widget-contact-post .contact-text {
  float: none;
  width: 100%;
  text-align: center;
}

.widget-contact-post .contact-text {
  float: none;
  width: 100%;
}
.contact-detail-block {
  font-size: 13px;
  height: 160px;
  margin: 0;
  padding: 0;
  width: 31.9%;
}
.header-title { 
    font-size: 28px;
}

.calendar_wrap td { 
    padding: 6px!important;  
}

a.dropdown-icon {
    top: 78%!important;
}

.slider-title a {
    font-size: 32px;
    line-height: inherit;
} 
.about-image.image-layout-one {
    top: 17.5%;
}
.widget-about-post .about-text {
    padding-right: 36px;
}
.page-id-2 .site-header {
    padding-top: 10px;
}
}

@media (max-width: 767px) {

    .admin-bar .sticky .hidden_search_form {
        top: 66px!important;
    }

    .admin-bar .sticky {
        top: 46px!important;
    }


     body.boxed .site-header { 
        width: 600px;
    } 



    #secondary {
        margin-top: 30px;
    }

    .comment-respond .comment-form p:nth-child(4) {
        width: 100%;
    }

    .comment-respond .comment-form p:nth-child(5) {
        width: 100%;
        margin-bottom: 16px;
    }

    .comment-respond p.form-submit {
        float: none;
        width: 100%;
    }

    .cl_search_icon { 
        margin-top: 18px;
    }  
    a.dropdown-icon {
        top: 76%!important;
    }

    .main-navigation .menu > li > a::before {
        display: none;
    }

    .sticky .cl_search_icon {
        margin-top: 19px;
    }

    .sticky nav#site-navigation {
    top: -12px;
}

    .logo-tagline.sticky nav#site-navigation {
    top: 0px;
}

.logo_only button.menu-toggle {
    top: -40px;
}

.logo_only nav#site-navigation {
    top: 8px;
}

.logo_only.sticky nav#site-navigation {
    top: 6px;
}
   
    .page-id-134 .site-header {
    padding-top: 10px;
}  
    .dropdown {
    margin-top: 20px;
}
    .page-id-56 .site-header {
    padding-top: 10px;
}
.page-id-126 .site-header {
    padding-top: 10px;
}
.page-id-2 .site-header {
    padding-top: 10px;
}
.article-content.col-2.hidden.wow.slideInRight {
    display: none;
}
.about-image.image-layout-one {
    position: relative;
    width:100%;
    top:0;
}
.counter-block-wrapper {
    width: 50%;
    margin: 15px 0;
}

.widget-featured-post .counter-icon {
    padding-left: 90px;
}

.dropdown i {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 20px!important;
}

.article-content {
    display: block;
}

.widget-testimonial-posts .article-content {
    display: block;
}

.article-content.cl-responsive {
    display: block;
}
 
.boxed {
    max-width: 600px; 
}

    .boxed .sticky {
        max-width: 600px; 
    }

 .sticky .main-navigation a {
    padding: 16px 4px 16px 14px!important;
}

.widget-testimonial-posts .article-content {
    width: 80%;
}

    .about-us {
    text-align: center;
}

.widget-about-post .title-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

    .widget-contact-post .contact-text {
        font-size: 12px;
    }

    .col-1 {
     margin-left: 0%; 
}
    .no-background .cta-wrapper .cta-desc {
        float: none!important;
    }

    .widget-contact-post .contact-icon,
.widget-contact-post .contact-text {
  float: none;
  width: 100%;
  text-align: center;
}

.widget-contact-post .contact-text {
  float: none;
  width: 100%;
}
.contact-detail-block {
  font-size: 13px;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 33.3%;
}

    .cl_counter_section .col-4 {
        float: left;
        margin-left: 4%;
        width: 45%;
        margin-bottom: 20px;
    }

    .cl_counter_section .section-wrapper {
        padding: 60px 0;
    }

    .codepress_lite_home_portfolio .section-wrapper {
        padding: 60px 0;
    }

    .widget-about-post .section-wrapper {
        padding: 60px 0;
    }

    .codepress_lite_blog .section-wrapper {
        padding: 60px 0;
    }

    .codepress_lite_clients .section-wrapper {
        padding: 60px 0;
    }

    .codepress_lite_testimonials .section-wrapper {
        padding: 60px 0;
    }

    .copyright h4 {
        margin: 9px 0;
    }

    .widget-contact-post .section-wrapper {
        padding: 60px 0;
    }

    .widget-about-post .about-text {
        width: 100%;
        float: none;
    }

    .widget-about-post .about-image.image-layout-one img {
        position: static;  
        width: 100%;
        margin-top: 40px;
    }

    .widget-call-to-action-post .section-wrapper {
        padding: 60px 0;
    }

    .widget-team-post .section-wrapper {
        padding: 60px 0;
    }

    .codepress_lite_services .section-wrapper {
        padding: 60px 0 20px;
    }

    .codepress_lite_services .title-wrapper {
        margin-bottom: 0;
    }

    .widget-service-post .service-detail {
        margin-top: 0;
    } 

    .widget-service-post .service-detail .article-content {
        padding: 20px 0;
    }

    .codepress_lite_blog .col-3 {
        width: 100%;
    }

    section.widget .single-article {   
        padding-bottom: 30px;
    }

    li.menu-item-has-children i {
    display: block;
}

    .main-navigation ul ul { 
    float: none;
    position: static;
    left: 0; 
    background: none;
}

ul.sub-menu li a {
    padding: 12px 38px;
}

.sticky ul.sub-menu li a {
    padding: 12px 38px;
}

    .both-sidebar .blog .col-2 {
        width: 100%;
    }

.both-sidebar .main-content-section #secondary {
    float: none;
    width: 100%!important;
}

.both-sidebar #primary {
    float: none;
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 136px;
}

.page.both-sidebar #primary { 
    margin-bottom: 40px;
}

.paginate {
    margin-bottom: 80px;
}


.no-sidebar .blog .col-2 {
    width: 100%!important;
}

.single .post-bar li:nth-child(1) {
    width: 20%;
}

.single .post-bar li:nth-child(2) {
    width: 25%;
}

.single .post-bar li:nth-child(3) {
    width: 44%;
}

.comment-form p:nth-child(3) {
    width: 100%!important;
}

.main-content-section.blog,
.main-content-section.blog-single,
.main-content-section.error-page,
.main-content-section.search-no-results {
    margin: 40px 0;
}

.cl_footer_wrapper {
    padding: 40px 0!important;
}



    .header-title { 
        font-size: 18px;
    }

    .header-titlebar-wrapper .header-title-wrap {
        top: 59%;
    }

    #footer-wrapper ul {
        padding: 0;
    }

    .copyright h4 {
        margin: 4px 0;
    }

    #footer-wrapper .socail-menu {
        padding: 4px 0;
    }

    #footer-wrapper .copyright {
        float: none;
        text-align: center;
    }

    #footer-wrapper .socail-menu {
        float: none;
        text-align: center;
    }

    #footer-wrapper li {
        float: none;
        display: inline-block;
    }


/*=======================================
=            Responsive Menu            =
=======================================*/
#masthead .main-navigation {
    width: 100%;
    position: relative;
}

button.menu-toggle {
    position: absolute;
    top: -56px;
    right: 38px;
    background: none;
    z-index: 99999;
    border: 0;
    font-size: 24px;
    outline: 0;
    padding: 0;
    color: #fff;
}
.sticky #masthead .main-navigation{
    top:-27px;
}
.sticky button.menu-toggle {
    top:-46px;
}  

nav#site-navigation {
    background: #111;
}

li.menu-item {
    width: 100%;
}

#masthead .main-navigation { 
     padding-top:0px; 
     top: 0px;
}


.main-navigation li {
    margin-left: 0;
}

.main-navigation a {
    padding: 12px;
}

.main-navigation ul ul {
    width: 100%; 
}
 

/*=====  End of Responsive Menu  ======*/

    .slider-title a {
  font-size: 25px;
  line-height: 42px;
}
    .slider-title span {
  font-size: 40px;
  line-height: 46px;
}
.slider-button a {
  font-size: 14px;
  margin-top: 10px;
  padding: 7px 34px;
}
    .col-wrapper {
        margin: 0 auto;
    }
    .widget-service-post .service-icon {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 45%;
    }
    .widget .section-wrapper .widget-title {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 30px;
}
    .col-2,
    .col-3,
    .col-4 {
        float: none;
        margin: 0 auto;
        width: 46%;
    }
    .widget-service-post .service-detail .single-article .article-content.col-2,
    .widget-service-post .service-detail .single-article:nth-child(2n+1) .article-content.col-2 {
        text-align: center;
    }
    .widget-call-to-action-post.no-background .cta-desc {
        width: 100%;
        text-align: center;
    }
    .widget-call-to-action-post.no-background .cta-btn-wrapper {
        display: block;
        margin: 20px auto 0;
        text-align: center;
        width: 200px;
    } 
.widget-call-to-action-post .cta-title {
  font-size: 30px;
}
.widget-call-to-action-post .entry-content > span {
  font-size: 31px;
}
.widget-call-to-action-post .entry-content {
  font-size: 16px;
}

.blog .col-2 {
    width: 100%;
}

#primary {
    width: 100%;
}

#secondary {
    float: none;
    width: 100%;
}

 .cl_footer_wrapper .pm_footer {
        width: 46%;
    }

    .cl_footer_wrapper .pm_footer:nth-of-type(2n) {
    margin-right: 0;
}

.recent-post-img a img {
    width: 100%;
}

section.widget .recent-post-content { 
    width: 66%;
}

.cl_footer_wrapper .pm_footer { 
    margin-top: 40px;
}

.work-block {
    width: 50%;
}

figure.work-img img {
    width: 100%;
}

.single-article .col-2 {
    width: 100%;
}

.figure-wrap.col-2 figure img {
    width: 100%;
}

ul.client-slider li img {
    width: 60%;
    margin: 0 auto;
}

.widget-testimonial-posts .col-2 {
    width: 100%;
}

.no-background .cta-wrapper .cta-desc {
    float: none;
}

.no-background .cta-btn-wrapper {
    float: none;
    margin-top: 20px!important;
}

form.wpcf7-form p:nth-child(2) {
    margin-right: 0;
    width: 100%;
}

form.wpcf7-form p:nth-child(3) {
    margin-right: 0;
    width: 100%;
}

.widget-contact-post .wpcf7-submit {
    width: 100%;
}

.slider-button { 
    left: 50%;
    position: absolute;
    text-align: center;
    top: 134%;
    transform: translate(-50%, -50%); 
}

}

@media (max-width: 600px) {   

body.boxed .site-header.sticky {
    top: 0!important;
    padding-top: 0;
}

body.boxed .site-header { 
    width: 480px;
} 

h3.slider-title {
    margin: 0;
}

.slider-desc {
    display: none;
}

.slider-title a {
    font-size: 18px;
}

.slider-button a {
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 8px;
}

.boxed {
    max-width: 480px; 
}

.boxed .sticky {
    max-width: 480px; 
}

.widget-contact-post .contact-details-wrapper .or {
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    font-size: 23px;
    height: 70px;
    margin: 40px auto 0;
}

.work-block {
    width: 100%;
}

.widget-about-post .about-text {
    padding-right: 0;
}

    .cl_footer_wrapper .pm_footer {
        width: 100%;
    }
    .col-2,
    .col-3,
    .col-4 {
        width: 100%;
    }
    .contact-detail-block, .contact-detail-block:first-child {
  width: 100%;
}
.widget-contact-post .contact-icon {
  width: auto;
}
.widget-contact-post .contact-icon i {
  font-size: 30px; 
}
.widget-testimonial-posts .figure-wrap figure {
  float: none;
}
.figure-wrap {
    width: 100%;
    text-align: center;
}
.widget-testimonial-posts .figure-wrap img {
  margin: 0 auto;
}
.widget-testimonial-posts .article-content {
  float: none;
  width: 100%;
  text-align: center;
}
.widget-about-post .about-text {
  float: none;
  width: 100%;
} 

.contact-detail-block {
    border: 0;
}

.contact-detail-block {
    margin-top: 32px!important;
}

.widget-contact-post .contact-text {
    font-size: 14px;
    padding: 14px 0;
}

.white_bg #footer-wrapper .copyright {
    float: none!important;
}

.auther-link a {
    font-size: 16px!important;
    margin-top: 46px!important; 
}
 


}

@media (max-width: 480px) {   



    body.boxed .site-header { 
        width: 380px;
        padding-top: 0;
    } 
 

    #site-title a {
        font-size: 14px;
    }

    .widget .section-wrapper .widget-title {
        font-size: 20px;
    }
    .widget-desc {
        font-size: 14px;
    }
    .single-article .entry-title a, .single-article .entry-title {
        font-size: 18px;
    }
    .cta-wrapper .page-content, .entry-content, .entry-summary {
        font-size: 14px;
    }
    .widget-about-post .about-text {
        font-size: 14px;
    }
    .post-title a {
        font-size: 18px;
    }
    .widget-testimonial-posts .testimonial-author a {
        font-size: 18px;
    }
    figure.team-image {
        width: 50%;
        margin: 0 auto;
    }

    a.dropdown-icon {
        display: none!important;
    }

    .slider-caption-wrapper {
        top: 60%!important; 
    }

    .boxed {
        max-width: 380px; 
    }

    .boxed .sticky {
        max-width: 380px; 
    }

    .slider-desc {
        display: none;
    }

    h3.slider-title {
        padding: 0;
        margin: 0; 
    }

    .slider-title a {
        font-size: 14px;
    }

    .slider-button a {
        font-size: 12px;
        margin-top: 10px;
        padding: 4px 9px;
    }

    .header-titlebar-wrapper .header-title-wrap {
        display: none;
    }

    .site-header {
        padding-top: 50px; 
    }

    .site-header.sticky  {
        padding-top: 0px; 
        top: 0px!important;
}





    .auther-link a {
    font-size: 16px!important;
    margin-top: 30px!important; 
}

    .contact-detail-block {
    margin-top: 67px!important;
}  
}

@media (max-width: 380px) { 


body.boxed .site-header { 
    width: 320px; 
    padding-top: 0;
} 

.sticky { 
    height: 62px;
}

.logo-tagline.sticky nav#site-navigation {
    top: -2px;
} 

.logo_only.sticky nav#site-navigation {
    top: 4px;
}

.header-title-logo.cl-tagline-logo a img.custom-logo {
    max-width: 76px!important;
}

.counter-block-wrapper {
    width: 100%;
}

    .boxed {
        max-width: 320px; 
    }

    .boxed .sticky {
        max-width: 320px; 
    }

    .auther-link a {
    font-size: 16px!important;
    margin-top: 30px!important; 
}

    .contact-detail-block {
    margin-top: 67px!important;
}

    .site-header {
        padding-top: 38px; 
    }

    .site-header.sticky  {
        padding-top: 0px; 
    }

}

@media (max-width: 320px) { 
    body.boxed .site-header {
        width: 280px;
        padding-top: 0;
    }

.hidden_search_form input.search-field {
    width: 248px !important;
    }
    .widget-featured-post .counter-icon {
        padding-left: 68px;
    } 
    .boxed {
        max-width:280px; 
    }

    .boxed .sticky {
        max-width:280px; 
    }

    .auther-link a {
    font-size: 16px!important;
    margin-top: 30px!important; 
}

    .contact-detail-block {
    margin-top: 67px!important;
}
     .site-header {
        padding-top: 20px; 
    }

    .site-header.sticky  {
        padding-top: 0px; 
    }
}


/*New CSS*/

.cta-wrapper .page-content, .entry-content, .entry-summary {
     margin: 0; 
     line-height: 24px;
     padding-top: 10px;
}

.widget-call-to-action-post .cta-title {
    margin: 0;
}

.codepress_lite_blog .section-wrapper {
    background-color: #eee;
}

.no-background .cta-wrapper .cta-btn-wrapper .cta-readmore {
    border: 1px solid #ccc;
    color: #777;
    margin-top: 0;
}

.no-background .cta-wrapper .cta-btn-wrapper .cta-readmore:hover {
    border: 1px solid transparent;
    color: #fff;
}

.cta-desc {
    font-size: 26px; 
}

form.wpcf7-form:after {
    content: '';
    display: block;
    clear: both;
}

.cl_footer_wrapper {
    background: #373b44;
    color: #fff;
    padding: 105px 0;
}

.pm_footer h2.widget-title {
    font-weight: 300;
}

.pm_footer {
    float: left;
    width: 22%;
    margin-right: 46px;
}

.cl_footer_wrapper .pm_footer:nth-of-type(4) {
    margin-right: 0;
}

.textwidget {
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
}

.socail-menu ul li a i {
    font-size: 18px;
}

.no-background .cta-wrapper .cta-desc {
    float: left; 
}

.section-wrapper.no-background {
    padding: 40px 0;
    background: #fff;
}
 

div.wpcf7-validation-errors {
    border: none;
    color: red;
    padding: 0;
    margin: 0;
}

.pm_footer .widget_archive li,
.pm_footer .widget_categories li,
.pm_footer .widget_pages li,
.pm_footer .widget_meta li,
.pm_footer .widget_recent_comments li,
.pm_footer .widget_recent_entries li,
.pm_footer .widget_rss li,
.pm_footer .widget_nav_menu li {
    color: #fff;
}

.pm_footer .widget_archive li a,
.pm_footer .widget_categories li a,
.pm_footer .widget_pages li a,
.pm_footer .widget_meta li a,
.pm_footer .widget_recent_comments li a,
.pm_footer .widget_recent_entries li a,
.pm_footer .widget_rss li a,
.pm_footer .widget_nav_menu li a {
    color: #fff; 
}

.pm_footer .widget_tag_cloud a {
    border: 1px solid #4a806c;
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 14px;
    font-size: 14px!important;
}

.page h1.entry-title {
    margin: 0;
}

div#codepress_lite--breadcrumbs a {
    color: #fff;
}

div#codepress_lite--breadcrumbs {
    color: #fff;
}

span.current {
    color: #fff;
    padding: 0 6px;
}

.meta-nav {
    padding-right: 10px;
}

.nav-next .meta-nav {
    padding-left: 10px;
}

.paginate {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; 
    padding: 8px 0;
}

.paginate a {
    padding: 0 6px;
}

div#codepress_lite--breadcrumbs a:hover {
    color: #4a806c;
}

input#submit {
    background: #73c8a9;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 14px 28px;
    font-size: 18px;
    text-shadow: none;
    float: right;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    box-shadow: none;
}

.comment-content {
    margin-left: 113px; 
    word-break: break-word;
    font-size: 14px;
}

.comment-content p {
    margin: 8px 0;
    color: #999;
    padding: 4px;
}

.comment-body:after {
    content: '';
    display: block;
    clear: both;
}

.comment-author.vcard:after {
    content: '';
    display: block;
    clear: both;
}

.comment-form p:nth-child(3) {
    float: left;
    width: 30%;
    margin-right: 41px;
}

.comment-form p:nth-child(4) {
    float: left;
    width: 30%;
    margin-right: 41px;
}

.comment-form p:nth-child(5) {
    float: right;
    width: 30%;
    margin-right: 0;
}
.comment-form p label {
    width: 100%;
    display: block;
} 

.comment-form p input {
    width: 100%;
    border-radius: 0;
}

.comment-form p {
    margin: 10px 0 0 0;
}

p.form-submit { 
    float: right;
    margin-top: 20px;
}

.cl_search_icon {
    float: right;
    margin-top: 20px;
    margin-left: 14px;
}

.cl_search_icon i {
    color: #fff;
    cursor: pointer;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cl_search_icon i:hover {
    color: #73c8a9; 
}

.hidden_search_form {
    position: absolute;
    top: 56px;
    right: 0;
    background: #fff; 
    display: none;
    z-index: 9999;
}

.hidden_search_form input.search-field { 
    border-radius: 0;
    width: 300px;
    height: 38px;
    font-style: italic;
    padding-left: 8px;
    border: 0;
}

.sticky .hidden_search_form input.search-field {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sticky .hidden_search_form button.searchsubmit {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.hidden_search_form button.searchsubmit { 
    border-radius: 0;
    display: inline-block;
    height: 38px;
    margin-left: -4px;
    padding: 0 8px;
    vertical-align: top;
    width: 36px; 
    border: none;
    border-left: 0;
    background: none!important;
    position: absolute;
    top: 0;
    right: 0;
}

.hidden_search_form button.searchsubmit i {
    color: #666;
}

.both-sidebar #secondary {
    float: left; 
    width: 25%;
    min-height: 100vh;
    height: 100%;
}

.both-sidebar #primary {
    width: 50%;
    padding: 0 30px;
}

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

.both-sidebar .blog .col-2 {
    width: 96%;
}

.no-sidebar .blog .col-2 {
    width: 29.3%;
}

.pm_footer .widget_search .search-field {
    max-width: 100%;
}

.pm_footer .widget_search .searchsubmit {
    background-color: #fff!important;
    position: absolute;
    top: 0;
    right: 0;
}

.tag_single_wrap {
    display: inline-block;
    padding-right: 10px;
}

.tag_single_wrap:before {
    content: '\f02b';
    font-family: 'FontAwesome';
    color: #777;
    padding-right: 10px;
} 

.admin-bar .sticky {
    top: 32px;
}

.sticky .hidden_search_form { 
    top:64px;
}

.admin-bar .sticky .hidden_search_form { 
    top: 64px;
} 

.bx-theme {
    position: relative;
}

a.dropdown-icon {
    display: inline-block;

    text-align: center;
    position: absolute;  
    left: 50%; 
    top: 64%;
    transform: translate(-50%, -50%);
    width: 1200px;
    z-index: 9;
}

.dropdown i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.dropdown i:hover {
    color: #73c8a9;
    border: 2px solid #73c8a9;
}

.entry-footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

footer.entry-footer span {
    padding-right: 26px;
}

header.page-header {
    margin-left: 4%;
}

h1.page-title {
    margin: 0;
}

.search header.page-header {
    margin-left: 0;
}

.white_bg {
    background: #fff!important;
}

.white_bg #footer-wrapper .copyright {
    float: left;
    color: #444;
    font-size: 13px;
}

.white_bg #footer-wrapper .copyright span {
    color: #444;
    font-weight: 700;
}

.white_bg #footer-wrapper .copyright a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
}

.sticky .main-navigation ul ul {
    top:29px;
}  

.admin-bar .sticky .main-navigation ul ul {
    top:29px;
}

.sticky .main-navigation a { 
    padding: 0 4px 8px 4px;
}

.sticky .main-navigation ul ul a { 
    padding: 14px;
}


@media (max-width:1920px) {
    .slider-caption-wrapper {
        top: 48%;
        z-index: 999;
    }
} 


input.search-field {
    box-sizing: inherit;
}


.calendar_wrap {
    padding: 8px 0;
}

.textwidget { 
    word-wrap: break-word;
    line-height: 24px;
}

.calendar_wrap td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    padding: 8px; 
    color: #555;
} 

.pm_footer .calendar_wrap td  {
    color: #fff;
}

.calendar_wrap th {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    padding: 8px; 
}

.calendar_wrap caption {
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 16px;
    padding: 12px;
}

.calendar_wrap td a {
    color: #fff;   
    text-decoration: none;
} 

.calendar_wrap td a:hover {
    color: #73c8a9;
}

.main-navigation ul ul a {
    position: relative;
    float: left!important;
}

li.menu-item-has-children i {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #fff;
    background: #888;
    padding: 6px;
    font-size: 10px;
    cursor: pointer;
}

.main-navigation.toggled li.menu-item-has-children ul {
    display: none;
} 

.main-navigation.toggled ul {
    padding-left: 0;
}

.main-navigation.toggled ul li {
   /* border-bottom: 1px solid #333;*/
} 

.main-navigation.toggled ul ul ul a {
    padding-left: 60px;
}

.main-navigation ul ul a:hover {
    background: #73c8a9;
    color: #FFF;
}

.main-navigation ul ul li.current_page_item a {
    background: #73c8a9;
}

.sticky .main-navigation.toggled li.current_page_item a {
    background: #73c8a9;
    color: #fff;
}

.main-navigation.toggled li.current_page_item a {
    background: #73c8a9;
    color: #fff;
}

.main-navigation li.current_page_item a {
    color: #73c8a9;
} 

.main-navigation ul li ul li.current_page_item a {
    color: #fff;
}

.main-navigation.toggled ul ul a:hover {
    width: 100%; 
}

.main-navigation.toggled ul ul li {
    width: 100%;
} 

.cl-responsive {
    display: none;
} 

.widget-area .container {
    width: 100%;
}

.widget-area .col-3 {
     float:none; 
     margin-left:0; 
    width: 100%;
}
.pm_footer .col-3 {
     float:none; 
     margin-left:0; 
    width: 100%;
}
.pm_footer .container {
    width: 100%;
}

.pm_footer  .widget .section-wrapper .widget-title {
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    text-align: left;
    color:#fff;
}

.widget-area .widget .section-wrapper .widget-title {
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    text-align: left;
}

.widget-area .section-wrapper {
    padding: 40px 0;
    background:#fff;
}

.pm_footer .section-wrapper {
    padding:8px 0;
    background:transparent;
}

.pm_footer .post-bar li {
    margin-left: 1.4%;
    color: #fff;
}
.pm_footer .post-bar li a {
    color: #fff;
}
.pm_footer .button {
    color: #fff;
}

.pm_footer .post-title a {
    color: #fff;
}

.pm_footer .post-on span {
    width: 43px;
}
.pm_footer .work-block {
    float:none;
    width:100%;
}

.pm_footer .widget-service-post .service-detail .single-article:nth-child(2n+1) .article-content.col-2 {
    text-align:left;
}
.pm_footer .widget-service-post .service-detail .article-content {
     padding:0px 0; 
}
.pm_footer .widget-service-post .service-detail {
     margin-top:0px; 
}
.pm_footer .widget-service-post .title-icon-wrapper {
    width:100%;
}
.pm_footer .col-2 {
    width:100%;
    margin-left:0px;
    padding:10px 0;
}
.pm_footer .about-image.image-layout-one {
    position:relative;
    width: 100%;
}
.pm_footer .widget-about-post .about-text {
    float:none;
    width: 100%;
    padding-right:0px
    line-height: 24px;
}

.pm_footer .widget-testimonial-posts .testimonial-author-desc {
    color: #fff;
}

.pm_footer .widget-testimonial-posts .article-content {
    width: 100%;
    text-align: center;
}
.widget-area .work-block {
    float:none;
    width:100%;
}
.widget-area .widget-service-post .service-detail .single-article:nth-child(2n+1) .article-content.col-2 {
    text-align:left;
}
.widget-area .widget-service-post .service-detail .article-content {
     padding:0px 0; 
}
.widget-area .widget-service-post .service-detail {
     margin-top:0px; 
}
.widget-area .widget-service-post .title-icon-wrapper {
    width:100%;
}
.widget-area .col-2 {
    width:100%;
    margin-left:0px;
    padding:10px 0;
}
.widget-area .about-image.image-layout-one {
    position:relative;
    width: 100%;
}
.widget-area .widget-about-post .about-text {
    float:none;
    width: 100%;
    padding-right:0px
    line-height: 24px;
}
.widget-area .widget-testimonial-posts .article-content {
    width:100%;
    text-align: center;

}
.widget-area .widget-testimonial-posts .figure-wrap img {
    margin: 0 auto;
}
.widget-area .widget-testimonial-posts .figure-wrap figure {
    width: 100%;
}
.widget-area .widget-testimonial-posts .testimonial-author a {
    color:#373b44;
} 
.widget-area .codepress_lite_testimonials .parallax-overlay {
    background:#fff;
}
.widget-area .cta-wrapper {
    width: 100%;
    padding: 0 10px;
    word-break: break-word;
}
.widget-area .widget-call-to-action-post .entry-content {
    word-wrap:break-word;
}

.widget-area .counter-block-wrapper {
    width: 50%;
    float: left;
    padding: 10px 0;
}
.widget-area .widget-featured-post .counter-icon {
    font-size: 32px;
    padding-left: 58px;
    color:#373b44;
}
.widget-area .widget-featured-post .counter {
    font-size: 28px;
    color:#373b44;
}
.widget-area .widget-featured-post .counter-text {
    width:100%;
    padding-left:0px;
    color:#373b44;
}
.widget-area .cl_counter_section .parallax-overlay {
    background:#fff;
} 



.pm_footer .widget-testimonial-posts .figure-wrap img {
    margin: 0 auto;
}
.pm_footer .widget-testimonial-posts .figure-wrap figure {
    width: 100%;
}
.pm_footer .widget-testimonial-posts .testimonial-author a {
    color:#fff;
} 
.pm_footer .widget-contact-post .widget-title, .widget-contact-post .widget-desc, .widget-testimonial-posts .widget-title, .widget-testimonial-posts .widget-desc {
    color: #fff;
}
.pm_footer .codepress_lite_testimonials .parallax-overlay {
    background:transparent;
}
.pm_footer .cta-wrapper {
    width: 100%;
    padding: 0 10px;
    word-break: break-word;
}
.pm_footer .widget-call-to-action-post .entry-content {
    word-wrap:break-word;
}

.pm_footer .counter-block-wrapper {
    width: 50%;
    float: left;
    padding: 10px 0;
}
.pm_footer .widget-featured-post .counter-icon {
    font-size: 32px;
    padding-left: 58px;
    ;
}
.pm_footer .widget-featured-post .counter {
    font-size: 28px;
    
}
.pm_footer .widget-featured-post .counter-text {
    width:100%;
    padding-left:0px;
    
}
.pm_footer .cl_counter_section .parallax-overlay {
    background:transparent;
} 
.pm_footer .cl-responsive {
    display:block;
}

.widget-area .cl-responsive {
    display:block;
}
.widget-area .article-content.col-2.hidden.wow.fadeInRight {
    display: none;
}
.pm_footer .article-content.col-2.hidden.wow.fadeInRight {
    display: none;
}
.logo-tagline .header-title-logo {
    float:left;
} 

.sticky .container:before{
    display: none;
} 
  
.logo-tagline .site-branding .header-title-logo a img{
    max-width: 96px;
}

.logo-tagline p#site-description {
    margin: 0;
    padding: 22px 0;
    float: right;
}

.logo-tagline button.menu-toggle { 
    top: -44px;
}

.sticky button.menu-toggle { 
    top: -42px;
}

.site-branding.cl_tagline h1#site-title {
    padding: 8px 0 25px;
}

.header-title-logo.cl-tagline-logo {
    padding-top: 10px;
}

#secondary .testimonial-author-desc {
    color: #444;
}

#secondary .testimonial-author-desc {
    color: #444;
}

#secondary .calendar_wrap td a {
    color: #666;
}

#secondary .calendar_wrap td a:hover {
    color: #73c8a9;
}

.testimonial-author-desc {
    color: #fff;
}

.cl_count_one .fact .counter-wrapper .counter-block-wrapper {
    width: 25%;
    float: none; 
    margin: 0 auto;
}

.cl_count_two .fact .counter-wrapper .counter-block-wrapper {
    width: 50%; 
    margin: 0 auto;
}

.cl_count_two .fact .counter-wrapper .counter-block-wrapper .counter-icon { 
    padding-left: 219px;
}

.cl_count_three .fact .counter-wrapper .counter-block-wrapper {
    width: 33.33%; 
    margin: 0 auto;
}

.cl_count_three .fact .counter-wrapper .counter-block-wrapper .counter-icon { 
    padding-left: 124px;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

body.boxed a.dropdown-icon {
    top: 80%;
}

span.edit-link a {
    background: #333;
    border-radius: 3px;
    text-align: center;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
}

span.edit-link a:hover {
    background: #333;
    border-radius: 3px;
    text-align: center;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
}

.contact-wrapper .col-1 {
    margin-left: 0%; 
}

.pm_footer .widget_archive li a:hover, .pm_footer .widget_categories li a:hover, .pm_footer .widget_pages li a:hover, .pm_footer .widget_meta li a:hover, .pm_footer .widget_recent_comments li a:hover, .pm_footer .widget_recent_entries li a:hover, .pm_footer .widget_rss li a:hover, .pm_footer .widget_nav_menu li a:hover {
    color: #73c8a9;
}
