/*
Theme Name: TrendPress
Theme URI: http://themeruler.com/wordpress_themes/trendpress
Author: Themeruler
Author URI: http://themeruler.com
Description:  Trendpress is a responsive, user-friendly and SEO-friendly. Set sidebar widgets or footer widgets easily . Trendpress provide about, portfolio, call to, testimonial, team, blog sections. trendpress theme is woocommerce compatible we can use it for e-commerce site. It is easy to manage via cusomizer demo at http://themeruler.com/trend-press
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: trendpress
Tags: one-column, featured-images, threaded-comments, translation-ready, footer-widgets, right-sidebar, custom-header, theme-options, e-commerce, portfolio

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 32px;
    margin: 10px 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-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;
    text-align: left;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #555555;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 20px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 100%;
    overflow: auto;
    padding: 16px;
}
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: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 10px 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    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;
    padding: 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;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333333;
    text-decoration: none;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
a:hover,
a:focus,
a:active {
    color: #00b8ed;
}
a:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}
a:hover,
a:active {
    outline: 0;
}
/*===============================
			POSTS-COMMENTS
=================================*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 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%;
}
.navigation a {
    display: inline-block;
    background-color: #00b8ed;
    border: 2px solid #00b8ed;
    color: #ffffff;
    line-height: 1.3;
    position: relative;
}
.navigation .nav-previous a {
    padding: 10px 14px 10px 23px;
}
.navigation .nav-next a {
    padding: 10px 23px 10px 14px;
}
.navigation .nav-previous a:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -12px;
}
.navigation .nav-next a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -12px;
}
.navigation a:hover {
    background-color: transparent;
    color: #666666;
    border-color: #666666;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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,
.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 {
    content: "";
    display: table;
    clear: both;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 60px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
/*--------------------------------------------------------------
## 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: 15px;
    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;
}
/*--------------------------------------------------------------
## 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;
}
/*==================================================
			trendpress-CSS-STARTS
====================================================*/
/*-----------------------------------------------
				WIDGETS
------------------------------------------------*/
.widget {
    margin: 0 0 40px;
    padding:0;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
.widget_trendpress_recent_post .recent-posts-content {
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.widget_trendpress_recent_post .image-recent-post {
    width: 20%;
    float: left;
}
.widget_trendpress_recent_post .image-recent-post img {
    display: block;
    width: 100%;
}
.widget_trendpress_recent_post .date-title-recent-post {
    width: 75%;
    color: #555555;
    line-height: 1.5;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    float: left;
    margin-left: 2%;
}
.widget_trendpress_recent_post .recent-post-title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.widget_trendpress_recent_post .recent-post-date {
    display: block;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
}
.widget-title,
.comments-area .comment-reply-title,
.comments-area .comments-title {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #454545;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #e3e3e3;
}
.widget-title:after,
.comments-area .comment-reply-title:after,
.comments-area .comments-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #00b8ed;
    bottom: -2px;
    left: 0;
}
.widget_search .widget-title {
    display: none;
}
.widget_search .search-form {
    position: relative;
}
.widget_search .search-field {
    width: 100%;
    color: #a8a8a8;
    font-size: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 45px 15px 10px;
    border: none;
    border-radius: 0;
    border:1px solid #00b8ed;
    -webkit-appearance: textfield;
}
.widget_search .search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    background: url('images/search.png') no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
}
.widget_search .search-submit:hover {
    border: none;
    box-shadow: none;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li {
    padding:5px 0;
    line-height: 1;
    color: #555555;
    font-size: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    display: inline-block;
    width: 100%;
    position: relative;
}
.widget_recent_entries ul li:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before {
    content: "\f10c";
    margin-right: 10px;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 9px;
    line-height: 22px;
    font-weight: 400;
}
.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
}
.widget_nav_menu ul ul {
    margin-left: 15px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child {
    border-bottom: 0;
}
.widget_nav_menu ul ul li:last-child {
    padding-bottom: 0;
}
.widget_archive ul li a,
.widget_categories ul li a {
    float: left;
    color: #555555;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
    color: #555555;
}
.widget_recent_comments ul li a {
    color: #aaaaaa;
}
.widget a:hover {
    color: #00b8ed;
}
.widget_tag_cloud .tagcloud {
    margin-top: 25px;
}
.widget_tag_cloud .tagcloud a {
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #ffffff;
    font-size: 14px !important;
    color: #555555;
    line-height: 1;
    font-family: 'Merriweather Sans', sans-serif;
    display: inline-block;
    margin: 0 12px 12px 0;
}
.widget_tag_cloud .tagcloud a:hover {
    background-color: #00b8ed;
    color: #ffffff;
}
.tp-container {
    max-width: 1190px;
    width:100%;
    padding:0 10px;
    margin: 0 auto;
}
.site-content {
    padding-bottom: 140px;
}
.home .site-content {
    padding-bottom: 0;
}
/*--------------------------------
			HEADER
---------------------------------*/
header.site-header{
	font-size:0;
	padding:10px 0;
}
.site-branding {
    /*float: left;*/
    width: 30%;
    display:inline-block;
    vertical-align:middle;
}
.site-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.site-title a {
    color: #00b8ed;
}
.site-description {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    color: #555555;
}
.site-header .tp-container {
    position: relative;
}
.site-header .ak-search {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    background: #FFF;
    padding: 20px;
    clear: both;
}
.site-header .ak-search label {
    float: left;
}
.site-header .ak-search label input[type="search"] {
    font-size: 14px;
    padding: 4.5px 7px;
    height: 32px;
    -webkit-appearance: textfield;
}
.site-header .ak-search input[type="submit"] {
    background-color: #00b8ed;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    padding: 9px 12px;
    box-shadow: none;
    border-color: #00b8ed;
    border-radius: 0;
    text-shadow: none;
}
/*--------------------------------------------------------------
## MENUS
--------------------------------------------------------------*/
.main-navigation {
    display: inline-block;
    /*float: left;*/
    width: 65%;
    text-align: right;
    vertical-align:middle;
}
.search-toggle{
	display:inline-block;
	font-size:18px;
	width:5%;
	text-align:right;
	vertical-align:middle;
}
.main-navigation ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 700;
}
.main-navigation ul.menu > li:last-child {
    margin-right: 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #101010;
    padding: 15px 0;
    font-weight: 400;
}
.main-navigation ul ul {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 99999;
    text-align: left;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.main-navigation ul ul ul {
    top: 0;
}
.main-navigation ul.menu > li:last-child ul {
    right: -20px;
    left: auto;
}
.main-navigation ul.menu > li:last-child ul ul {
    right: 0;
}
.main-navigation ul ul a {
    /*width: 200px;*/
    
    padding: 15px;
}
.main-navigation ul ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    text-transform: initial;
    line-height: 1.2;
    width: 100%;
    font-weight: 400;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #00b8ed;
}
.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: 0;
    visibility: visible;
    opacity: 1;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
}
.main-navigation ul.menu > li:last-child:hover ul {
    right: 0;
}
.main-navigation ul.menu > li:last-child ul li:hover ul,
.main-navigation ul.menu > li:last-child ul li.focus ul {
    right: 100%;
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation a:hover {
    color: #00b8ed;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}
/*toggle*/
#site-navigation #toggle {
    display: none;
    width: 28px;
    margin: 30px 0;
    float: right;
    cursor: pointer;
}
#site-navigation #toggle div {
    width: 100%;
    height: 3px;
    background-color: #00b8ed;
    margin: 3px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#site-navigation #toggle.on div.one {
    transform: rotate(45deg) translate(3px, 3px);
}
#site-navigation #toggle.on div.two {
    opacity: 0;
}
#site-navigation #toggle.on div.three {
    transform: rotate(-45deg) translate(5px, -6px);
}
/*--------------------------------
			SLIDER
---------------------------------*/

.main-header-slider {
    position: relative;
}
.slider-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
    text-align:center;
}
.slider-text-wrap .slider-title {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.slider-content {
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
}
.slider-content div {
    margin-top: 50px;
}
.wpcf7 input.wpcf7-submit[type=submit],
.slider-content div a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 20px;
    margin-right: 20px;
    display: inline-block;
}
.wpcf7 input.wpcf7-submit[type=submit]{
    background-color: #00b8ed;
    box-shadow: none;
}
.slider-content a:hover {
    background-color: #00b8ed;
    border-color: #00b8ed;
}
.main-header-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.main-header-slider .owl-prev,
.main-header-slider .owl-next {
    position: absolute;
    background-color: #000000;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-indent: -99999px;
    opacity: 0.6;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.main-header-slider .owl-prev {
    left: 0;
    margin-left: 10px;
}
.main-header-slider .owl-next {
    right: 0;
    margin-right: 10px;
}
.main-header-slider .owl-prev:before,
.main-header-slider .owl-next:before {
    content: '';
    position: absolute;
    background: url('images/slider-arrow.png') no-repeat;
    width: 100%;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}
.main-header-slider .owl-prev:before {
    left: 0;
    background-position: 14px 0;
}
.main-header-slider .owl-next:before {
    right: 0;
    background-position: -20px 0;
}
.main-header-slider:hover .owl-nav {
    opacity: 1;
}
.main-header-slider .owl-prev:hover,
.main-header-slider .owl-next:hover {
    background-color: #00b8ed;
}
/*-------------------------
		SECTIONS
-----------------------------*/
section{
    padding:80px 0;
}
.section-title {
    font-size: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #555555;
    text-transform: uppercase;
    line-height: 1;
}
.section-title h5 {
    margin: 0 0 10px;
    font-weight: 700;
}
.section-sub-title {
    font-family: 'Merriweather Sans', sans-serif;
    color: #454545;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}
.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 38px;
}
/*------------------------------
		ABOUT-SECTION
------------------------------*/
.about-section-wrap {
    display: block;
}
.about-section-wrap .about-top-content,
.about-section-wrap .about-image-bottom {
    display:block;
}
.about-section-wrap .about-image-bottom {
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.about-section-wrap .about-content {
    font-family: 'Droid Sans', sans-serif;
    text-align: center;
}
.about-section-wrap .about-content h5 {
    margin: 0;
    font-weight: 400;
}
.tp-about-title a {
    font-size: 22px;
    color: #343434;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.5;
}
.tp-about-title a:hover {
    color: #00b8ed;
}
.tp-about-content {
    font-size: 14px;
    color: #696868;
    line-height: 1.8;
    margin-bottom: 25px;
}
.tp-about-btn a {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    color: #343434;
    background-color: transparent;
    text-transform: capitalize;
}
.tp-about-btn a:hover {
    background-color: #00b8ed;
    color: #ffffff;
    border-color: #00b8ed;
}
/*----------------------------------------
		FEATURES-SECTION
------------------------------------------*/
.feature_section{
    background-color:#f0f0f0;
}
.feature-post-wraps{
	margin:0 -10px;
}
.posts-content-main{
    width:25%;
    float:left;
    padding:80px 10px 0;
    position:relative;
    text-align:center;
}
.feature_section .section-titles-wrap {
    text-align: center;
}
.feature_section .posts-feature {
    color: #000;
}
.posts-content-main .tp-feature-title h3 {
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 23px;
    line-height: 1;
    text-transform: uppercase;
    position:relative;
}
.posts-content-main .tp-feature-title h3:after{
	position:absolute;
	height:2px;
	width:50px;
	bottom:0;
	content:'';
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#e3e3e3;
	    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.feature-post-content-wrap:hover .tp-feature-title h3:after{
	background:#00b8ed;
	width:70px;
}
.posts-content-main .tp-desc-wrap {
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
}
.posts-content-main .feature-image {
    width: 75px;
    height:75px;
    text-align: center;
    position:absolute;
    top:0;
    left:50%;
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    border:2px solid #e3e3e3;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.feature-post-content-wrap:hover .feature-image{
	border:2px solid #00b8ed;
}
.posts-content-main .feature-image img {
   position:relative;
   top:50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.posts-feature .tp-container {
    position: relative;
}
.posts-feature .section-feature-image img {
    display: block;
}
/*-------------------------------
			TEAM-SECTION
---------------------------------*/
.team-wrap-main{
    max-width:1000px;
    width:100%;
    margin:0 auto;
}
.member-team{
    padding:0 5px;
}
.team-wrap-main .image-content{
    position:relative;
}
.title-conten{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background: #f5f5f5;
    padding: 20px 25px;
    text-align: left;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.member-team:hover .title-conten{
    opacity:1;
    visibility:visible;
    z-index: 99;
}
.title-conten-wrap{
    position: relative;
}
.title-conten-wrap h2{
    margin:0;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin: 0;
}
.contents-team{
    font-size: 16px;
    line-height:1.5;
    margin-top:10px;
}
.team-members.owl-carousel .owl-item{
    padding:0 8.5px;
}

/*-------------------------------
		PORTFOLIO-SECTION
---------------------------------*/
.portfolio_section ,
.testimonial_section{
    background-color: #f7f7f7;
}
.section-titles-wrap{
    text-align: center;
}
.portfolio-post-filter .titles-port{
	text-align:center;
}
.portfolio-post-filter .filter {
    font-size: 14px;
    font-weight:400;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #666666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.portfolio_section .portfolio-post-filter .filter.active {
    font-weight:400;
    border: none;
    color: #019be1;
}
.portfolio_section .portfolio-postse{
    margin: 20px -10px 0;
}
.portfolio_section .portfolio-post-wrape{
	padding:10px;
	width:25%;
}
.portfolio_section .overflow{
	position:relative;
	overflow:hidden;
	display:block;
	transform:translate3d(0,0,0);
}
.portfolio_section .hm-port-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(52, 152, 219, 0.75);
    padding: 30px;
    color: #fff;
    line-height: 25px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 350ms ease-out;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    box-sizing:border-box;
}
.portfolio_section .overflow:hover .hm-port-excerpt {
    opacity: 1;
    visibility: visible;
}
.portfolio_section .overflow figure{
	margin:0;
	padding:0;
}
.portfolio_section .overflow figure img {
    display: block;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.portfolio_section .overflow:hover figure img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.portfolio_section .overflow .hm-port-excerpt .hm-port-title, 
.portfolio_section .overflow .hm-port-excerpt .hm-port-title {
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 12px;
}
.portfolio_section .overflow .hm-port-excerpt .hm-port-title span, 
.portfolio_section .overflow .hm-port-excerpt .hm-port-title span {
    display: block;
    font-size: 18px;
}
.portfolio_section .overflow  .hm-port-excerpt .hm-port-title:before, 
.portfolio_section .overflow  .hm-port-excerpt .hm-port-title:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}
/*-----------------------------------
			BLOG-SECTION
-------------------------------------*/
#blog-content-wrap{
    margin:0 -10px;
    clear:both;
}
#blog-content-wrap.owl-carousel .owl-stage-outer{
    padding-bottom:2px;
}
.blog_section .blogs-loop {
    padding:0 10px;
}
.blog_section .blogs-loop-wrap{
	border:1px solid #d7d8da;
}
.blog_section .auther-date-blog-content-wrap{
    /*margin-top:13px;*/
    padding:20px;
}
.blog_section .blog-left .image-date{
    position: relative;
    overflow:hidden;
}
.blog_section  .image-date img{
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display: block;
}
.blog_section .blogs-loop-wrap:hover .image-date img{
    -moz-transform:scale(1.02);
    -webkit-transform:scale(1.02);
    transform:scale(1.02);
}
.blog_section .post-date{
	font-size: 13px;
    color: #787878;
}
.blog_section .blog-contents{
    margin-top:10px;
}
.blog_section .blog-contents .blog-title + .blog-content{
    margin-top:10px;
}
.blog_section .blog-left img {
    display: block;
    width:100%;
}
.blog_section  .image-date {
    position: relative;
    overflow: hidden;
}
.blog_section  .blog-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 20px;
    line-height: 1;
    text-align: center;
    background-color: #00b8ed;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
}
.blog_section  .blog-day {
    font-size: 36px;
    font-weight: 700;
    display: block;
}
.blog_section  .blog-month {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.blog_section .blogs-loop .blog-right {
    float: left;
    width: 50%;
}
.blog_section .blogs-loop .blog-title {
    font-size:23px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    color: #343434;
    position: relative;
}
.blog_section .blogs-loop .blog-title h5{
    margin:0;
}
.blog_section .blogs-loop .author-comment {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 20px;
    line-height: 1;
}
.blog_section .blogs-loop .blog-author a {
    color: #6a6a6a;
    margin-right: 20px;
}
.blog_section .blogs-loop .blog-content {
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 1.5;
}
.blog_section .blog-post-footer{
	border-top:1px solid #d7d8da;
	padding:13px 20px;
	overflow:hidden;
}
.blog_section .blog-post-footer .post-comment,
.blog_section .blog-post-footer a{
	display:inline-block;
}
.blog_section .blog-post-footer .post-comment{
	float:right;
	color: #636363;
	font-weight:700;
    font-size: 13px;
}
.blog_section .blog-post-footer a{
	float:left;
    color: #636363;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    font-size: 13px;
}
.blog_section .blogs-loop .blog-contents .blog-post-footer .post-comment{
    float:right;
}
.blog_section .blogs-loop .blog-contents .blog-post-footer a:after{

}
.blog_section .blogs-loop .blog-contents .blog-post-footer a:hover,
.blog_section .blogs-loop a:hover {
    color: #00b8ed;
}
/*------------------------------
		CTA-SECTION
----------------------------*/

.cta_section {
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    background-size: cover !important;
}
.cta_section:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cta_section .cta-wrap {
    position: relative;
    z-index: 2;
}
.content-title-cta {
    font-size: 30px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.content-desc-cta {
    font-size: 22px;
    max-width: 45%;
    margin: 0 auto 35px;
    font-weight: 400;
}
.button-wrap-cta{
	display:block
}
.button-wrap-cta .cta-button{
	display:inline-block;
}
.cta-button a {
    background-color: #00b8ed;
    border: 2px solid #00b8ed;
    display: inline-block;
    padding: 14px 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
.cta-button a:hover {
    opacity:0.9;
}
/*-----------------------------
	TESTIMONIAL-SECTION
------------------------------*/

.testimonial_section .test-main-wrap {
    margin-top: 45px;
    position: relative;
}
.testimonial_section .image-test {
    max-width: 75px;
    width: 100%;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    padding: 2px;
    border: 1px solid #eeeeee;
}
.testimonial_section .image-test img {
    border-radius: 50%;
}
.testimonial_section .title-desc-test {
    width:90%;
    margin:0 auto;
}
.testimonial_section .tp-desc-testimonial {
    border: 1px solid #f0f0f0;
    color: #777777;
    padding: 18px;
    margin-top:20px;
    font-size: 14px;
    position: relative;
    text-align:center;
}
.testimonial_section .tp-desc-testimonial  p{
    margin:0;
}

.testimonial_section .top-quote {
    background: url('images/top-quote.png') no-repeat;
    width: 33px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.testimonial_section .bottom-quote {
    background: url('images/bottom-quote.png') no-repeat;
    width: 33px;
    height: 28px;
    position: absolute;
    bottom: 15px;
    right: 70px;
}
.testimonial_section .tp-title-testimonial {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top:20px;
    text-align:center;
}
.testimonial_section .tp-title-testimonial span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
    margin-top: 6px;
}

/*-------------------------------
		CLIENTS-SECTION
---------------------------------*/

.client_section {
    padding: 80px 0;
}
.tp-logo-wrap{
    text-align:center;
}
.client_section .tp-logo-wrap .owl-stage{
    display:table;
}
.client_section .tp-logo-wrap .owl-item{
    display:table-cell;
    vertical-align: middle;
    float:none;
    border-right:0;
    padding:15px;
}
.client_section .tp-logo-wrap .owl-item:last-child{
    border-right:1px solid #eee;
}
.tp-logo-wrap .tp-partners{
    text-align:center;
}
.tp-logo-wrap .tp-partners .tp-client-logo{
    display:inline-block;
}
.tp-logo-wrap .tp-partners .tp-client-logo img {
    display: block;
    margin: 0 auto;
    width:auto;
}
/*------------------------------------------------------------------
next prev control of slider of testimonial, client and blog section
--------------------------------------------------------------------*/
.test-main-wrap .owl-controls .owl-dots {
    text-align: center;
    display:none;
}
.team_section .owl-nav .owl-prev,
.team_section .owl-nav .owl-next,
.test-main-wrap .owl-controls .owl-nav div,
.blog_section .owl-nav .owl-prev,
.blog_section .owl-nav .owl-next,
.tp-logo-wrap .owl-nav .owl-prev,
.tp-logo-wrap .owl-nav .owl-next{
    position:absolute;
    top:50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 18px;
    height: 32px;
    text-indent: -99999px;
    opacity:0;
    visibility:hidden;
}
.tp-logo-wrap .owl-nav .owl-prev{
    left:0;
    background: url(images/testimonial-arrow.png) no-repeat;
}
.tp-logo-wrap .owl-nav .owl-next,
{
    right:0;
    background: url(images/testimonial-arrow.png) no-repeat;
    background-position: -39px 0;
}
.team_section .team-members:hover .owl-nav .owl-prev,
.team_section .team-members:hover .owl-nav .owl-next,
.test-main-wrap:hover .owl-nav div,
.tp-logo-wrap:hover .owl-nav .owl-prev,
.tp-logo-wrap:hover .owl-nav .owl-next,
.blog_section #blog-content-wrap:hover .owl-nav .owl-prev,
.blog_section #blog-content-wrap:hover .owl-nav .owl-next{
    opacity:1;
    visibility:visible;
}
.team_section .team-members .owl-nav .owl-prev:hover,
.test-main-wrap .owl-controls .owl-nav .owl-prev:hover,
.tp-logo-wrap .owl-nav .owl-prev:hover,
.blog_section .owl-nav .owl-prev:hover{
    background-position: 0 -40px;
}
.team_section .team-members .owl-nav .owl-next:hover,
.test-main-wrap .owl-controls .owl-nav .owl-next:hover,
.tp-logo-wrap .owl-nav .owl-next:hover,
.blog_section .owl-nav .owl-next:hover{
    background-position: -39px -40px;
}
.blog_section #blog-content-wrap .owl-nav .owl-prev,
.blog_section #blog-content-wrap .owl-nav .owl-next,
.team_section .owl-nav .owl-prev,
.team_section .owl-nav .owl-next,
.test-main-wrap .owl-controls .owl-nav div{
    display: none ! important;
}
.blog_section #blog-content-wrap .owl-dots,
.team_section .owl-dots,
.test-main-wrap .owl-controls .owl-dots{
    text-align: center;
    padding-top:20px;
}
.blog_section #blog-content-wrap .owl-dots .owl-dot,
.team_section .owl-dots .owl-dot,
.test-main-wrap .owl-controls .owl-dots .owl-dot{
    width:10px;
    height: 10px;
    background: #666;
    display: inline-block;
    margin:5px;
}
.blog_section #blog-content-wrap .owl-dots .owl-dot:hover,
.blog_section #blog-content-wrap .owl-dots .owl-dot.active,
.team_section .owl-dots .owl-dot:hover,
.team_section .owl-dots .owl-dot.active,
.test-main-wrap .owl-controls .owl-dots .owl-dot:hover,
.test-main-wrap .owl-controls .owl-dots .owl-dot.active{
    background:#00b8ed;
}
/*=====================INNER-PAGES===============*/
/*-----------------------------
		INNER-BLOG-PAGE
-----------------------------*/

.header-banner-container {
    position: relative;
    margin-bottom: 65px;
    background-size: cover !important; 
}
.header-banner-container .tp-container {
    position: relative;
    padding: 75px 0;
}
.header-banner-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.header-banner-container .page-title-wrap h1.page-title {
    position: relative;
    z-index: 99;
}
.header-banner-container .page-title {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1;
}
#trendpress-breadcrumb {
    background: rgba(255, 255, 255, 1);
    padding: 4px 15px 4px;
    color: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #eee;
}
#trendpress-breadcrumb a,
#trendpress-breadcrumb span.current {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
#trendpress-breadcrumb a {
    color: #00b8ed;
}
.content-area {
    float: left;
    width: 66%;
}
#secondary {
    float: right;
    width: 31%;
    padding:0px 0px 0 40px;
}
.entry-title {
    font-size: 18px;
    color: #454545;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    margin: 0 0 20px;
}
.entry-title a {
    color: #454545;
}
.entry-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #00b8ed;
}
article.post a.read-more {
    display: inline-block;
    padding: 12px 14px;
    background-color: #00b8ed;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    line-height: 1;
    border-radius: 5px;
}
article.post a.read-more i {
    margin-left: 12px;
    font-size: 15px;
}
article.post a.read-more:hover {
    background-color: #454545;
}
.comment-author-date {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
    line-height: 1;
    margin-bottom: 15px;
}
.comment-author-date a {
    color: #777777;
}
.comment-author-date a:hover,
.entry-title a:hover {
    color: #00b8ed;
}
.comment-author-date span {
    margin-right: 27px;
}
.comment-author-date span .fa {
    margin-right: 7px;
}
.entry-content p {
    margin-top: 0;
    line-height: 1.5;
    color: #555555;
    font-size: 15px;
}
article .entry-header img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}
/*----PAGINATIONS---*/

.navigation.pagination {

}
.nav-links .page-numbers {
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    padding: 15px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
    background-color: #00b8ed;
    color: #ffffff;
    border-color: #00b8ed;
}
.search.search-results .site-content {
    -webkit-box-shadow: 3px 3px 8px #f1f1f1 inset;
    -moz-box-shadow: 3px 3px 8px #f1f1f1 inset;
    box-shadow: 3px 3px 8px #f1f1f1 inset;
}
/*-------------------------------
		DETAIL-PAGE
---------------------------------*/
/*--------------------------------
		COMMENTS-AREA
------------------------------------*/

.comments-area {
    margin-top: 50px;
}
.comment-notes {
    font-size: 14px;
    color: #777777;
    font-style: italic;
}
.comments-area label {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Merriweather Sans', sans-serif;
    display: block;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    width: 31.5%;
    margin-right: 2%;
}
.comment-form-url {
    margin-right: 0;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    height: 50px;
}
.comments-area span.required {
    color: #00b8ed;
}
.comments-area .form-submit {
    text-align: right;
}
.comments-area input[type=submit] {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    background-color: #00b8ed;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    border-color: #00b8ed;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.comments-area input[type=submit]:hover {
    background-color: #454545;
    border-color: #454545;
}
.comments-area ol {
    list-style: none;
    margin: 30px 0 80px 0;
    padding: 0;
}
.comments-area .comment-author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    margin-right: 30px;
    padding: 4px;
    width: 80px;
    height: 80px;
}
.comment-wrapper {
    margin-bottom: 10px;
}
.comments-area ol ol.children {
    margin-left: 30px;
}
.comments-area .comment-metadata {
    display: inline-block;
    margin: 3px 0 8px 0;
    font-size: 14px;
    color: #aaaaaa;
}
.comments-area .comment-author .fn a {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.comment-edit-link {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.comment-edit-link:before {
    content: '\f044';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 0;
}
.comments-area em {
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
    padding-left: 16px;
}
.comments-area .comment-content {
    margin: 10px 10px 10px 110px;
    font-weight: 300;
    font-family: 'Merriweather Sans', sans-serif;
    color: #737373;
    border-top: 2px solid #efefef;
    font-size: 16px;
}
.comment-content p {
    margin-top: 0;
}
.comments-area .reply {
    text-align: right;
}
.comments-area .reply .comment-reply-link {
    display: inline-block;
    padding: 8px 15px;
    color: #00b8ed;
    border: 1px solid #d7d4d4;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.comments-area .fsprorow {
    line-height: 1;
}
.comments-area a:hover,
.comments-area .comment-author .fn a:hover {
    color: #00b8ed;
}
.comments-area .reply .comment-reply-link:hover {
    background-color: #00b8ed;
    color: #ffffff;
    border-color: #00b8ed;
}
.page-content .search-form input[type="search"] {
    height: 50px;
    width: 60%;
    padding: 10px 20px;
    -webkit-appearance: textfield;
}
.page-content .search-form input[type="submit"] {
    background-color: #00b8ed;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: none;
    border-color: #00b8ed;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.page-content .search-form input[type="submit"]:hover {
    background-color: #414141;
    border-color: #414141;
}
.error-404 p {
    margin-top: 0;
}
/*features-page*/

.feature-cat-post article .entry-header img {
    padding: 20px;
}
/*-------------------------------------------
			CONTACT-US-PAGE
-------------------------------------------*/

.page-template-contact-template .content-area {
    float: none;
    width: 100%;
    clear: both;
}
.contact-area{
    float: left;
    width:50%;
}
.contact-area{
    border:5px solid #eee;
}


.contact-area p{
    margin:0;
}
.contact-area .contact-form-post iframe{
    margin: 0;
    padding: 0;
    border:0;
}
.contact-area .contact-titl {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    text-transform: capitalize;
    font-size: 21px;
    margin-bottom: 25px;
}
.contact-area .contact-desc {
    margin-bottom: 25px;
}
.contact-area .contact-form-post .your-name,
.contact-area .contact-form-post .your-email {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.contact-area .contact-form-post input {
    padding: 5px 10px;
    height: 50px;
    font-size: 14px;
    color: #aaaaaa;
    width: 100%;
}
.contact-area .contact-form-post .your-message textarea {
    padding: 5px 10px;
    font-size: 14px;
    color: #aaaaaa;
    width: 100%;
    height: 110px;
}
.contact-area .contact-form-post input[type=submit] {
    width: auto;
    background-color: #00b8ed;
    color: #ffffff;
    box-shadow: none;
    line-height: 1;
    padding: 10px 18px;
    text-transform: uppercase;
    border-color: #00b8ed;
    border-radius: 0;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.contact-area .contact-form-post input[type=submit]:hover {
    background-color: #454545;
    border-color: #454545;
}
.contact-area .contact-form-post .your-subject,
.contact-area .contact-form-post .your-message {
    display: block;
}
.contact-area .contact-form-post p br {
    display: none;
}

/*-------------------------------
			FOOTER
-------------------------------*/

.site-footer {
    text-align: center;
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 80px 0 0;
    font-size: 13px;
}
footer .widget ul li a {
    color: #ffffff;
}
footer .widget ul li:before {
    color: #b9b9b9;
    vertical-align: middle;
}
/*-------------------------------
		BOTTOM-FOOTER
---------------------------------*/

.bottom-footer {
    padding-bottom: 80px;
}
.bottom-footer .footer-1,
.bottom-footer .footer-2,
.bottom-footer .footer-3 {
    float: left;
    width:25%;
    padding:0 10px;
}
.bottom-footer .footer-2 .tnp{
    margin-top:20px;
}
.bottom-footer .bottom-footer-wrapper {
    margin:0 -10px;
    text-align: left;
}
.bottom-footer .widget-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: 18px;
    margin: 0 0 50px;
    border-bottom: 0;
}
.bottom-footer .widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #00b8ed;
}
.bottom-footer .widget {
    font-size: 13px;
    color: #ffffff;
}
.bottom-footer .aptf-single-tweet-wrapper {
    border-bottom: 1px solid #616161;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.widget_aptf_widget .aptf-tweet-content .aptf-tweet-name {
    color: #00b8ed !important;
}
.bottom-footer .aptf-tweet-date a,
.footer-info-widget .footer-info {
    color: #b2b2b2;
}
.bottom-footer .widget_trendpress_recent_post .date-title-recent-post {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}
.bottom-footer .widget_trendpress_recent_post .recent-post-date {
    font-size: 12px;
    color: #b2b2b2;
}
.bottom-footer .widget_trendpress_recent_post .recent-posts-content a {
    color: #ffffff;
    font-size: 13px;
}
.bottom-footer .footer-info-widget .title-info span {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-info-widget .info-footer-title {
    text-transform: uppercase;
    margin-right: 10px;
}
.site-footer .site-info {
    padding: 15px 0;
    border-top: 1px solid #616161;
}
.site-footer .site-info a {
    color:#00b8ed;
    opacity:0.7;
}
.site-footer .site-info a:hover,
.bottom-footer a:hover,
.bottom-footer .widget_trendpress_recent_post .recent-posts-content a:hover {
    opacity: 1;
}
.slider-content div span a {
    background-color: #00b8ed;
    border-color: #00b8ed;
}
.slider-content div span a:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-color: #ffffff;
}
.tnp-field input.tnp-submit[type=submit]{
    background-color: #00b8ed;
    border: 2px solid #00b8ed;
    display:inline-block;
    padding: 10px 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow:none;
}
.footer-3 .widget_recent_entries ul li, 
.footer-3 .widget_archive ul li, 
.footer-3 .widget_categories ul li, 
.footer-3 .widget_recent_comments ul li, 
.footer-3 .widget_nav_menu ul li, 
.footer-3 .widget_pages ul li, 
.footer-3 .widget_meta ul li{
    color:#fff;
}
/*==============
calendar_wrap
==============*/
.calendar_wrap caption {
  background: #00b8ed;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.calendar_wrap table {
  border-collapse: collapse;
  width: auto;
}
.calendar_wrap table th {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 8px 0px;
  text-align: center;
  width: 5%
}
.calendar_wrap table td {
  border: 1px solid #ccc;
  padding: 8px 0px;
  color: #000;
  width: 5%;
  text-align: center;
  font-size: 14px;
}
.calendar_wrap table td #prev, .calendar_wrap table td#next {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar_wrap table td #next {
  text-align: right;
}
footer .calendar_wrap table td, footer table#wp-calendar a{
    color: #f3f3f3;
}
footer .calendar_wrap table td:hover, footer table#wp-calendar a:hover{
    color: #00b8ed;
}
/*--------------------
woocommerce css start
---------------------*/
.shop_section .item-wrap .price, 
.shop_section .woocommerce ul.products li.product .price,
.woocommerce.woocommerce-page .item-wrap .price, 
.woocommerce.woocommerce-page ul.products li.product .price,
.shop_section  .woocommerce .star-rating, 
.shop_section  .woocommerce .star-rating:before, 
.shop_section  .item-wrap a.product-name h5:hover{
    color:#00b8ed;
}
.woocommerce.woocommerce-page  a.button, 
.woocommerce.woocommerce-page  a.added_to_cart,
.woocommerce.woocommerce-page .shop-flash-wrap, 
.woocommerce.woocommerce-page ul.products li.product .shop-flash-wrap,
.shop_section .shop-flash-wrap, 
.woocommerce-page .woocommerce a.button, 
.woocommerce-page .woocommerce a.added_to_cart,
.shop_section .woocommerce ul.products li.product .shop-flash-wrap,
.shop_section .item-wrap .add-to-cart-shop a:hover{
    background-color:#00b8ed;
}
/*--------------------
woocommerce css end
---------------------*/
/*--------------------
contctus page css start
---------------------*/
.wpcf7 label{
    width: 100%;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea{
    width:100%;
}
/*--------------------
contctus page css end
---------------------*/
.blog div#content {
    padding-top: 50px;
}