/*
Theme Name: abcblog
Theme URI: http://demo.abctheme.com/abcblog/
Description: Abcblog is a Responsive Blog and Magazine WordPress theme.
Author: ABCTHEME
Author URI: http://www.abctheme.com/
Version: 1.6
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, blog
Text Domain: abcblog
*/

/**
**Table of Contents:
*1. ABC Basic
*2. Header
*3. Primary Menu
*4. Search Form
*5. Slider
*6. Home Feature Box
*7. Home Main
*8. Home/Blog Standard
*9. Blog Grid
*10. Contents
*11. Widgets
*12. WP Galleries
*13. Pagination
*14. Comments
*15. Testimonials
*16. Portfolio
*17. About Page
*18. Contact Us
*19. Footer
**/

@font-face{
font-family: Cookie;
src: url('fonts/Cookie-Regular.ttf'),
     url('fonts/Cookie-Regular.eot');
}

@font-face{
font-family: Handlee;
src: url('fonts/Handlee-Regular.ttf'),
     url('fonts/Handlee-Regular.eot');
}

@font-face{
font-family: fabfeltscript;
src: url('fonts/fabfeltscript.ttf'),
     url('fonts/fabfeltscript.eot');
}

body {
color: #333333;
background: #ededed;
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
font-weight: 400;
margin: 0;
padding: 0;
position: relative;
}

body, html {
min-height: 100%;
height: auto;	
}

/*------------------------ABC Basic-------------------*/

.abcgrid {
width: 1080px;
margin: 0 auto;
padding: 0;
}

.abcgrid-full {
width: 100%;	
}

.clearfix {
clear: both;
}

.abcgrid-full {
width: 100%;	
}

img, figure {
border: none;
margin: 0;
padding: 0;
max-width: 100%;
}

video {
height: auto;
max-width: 100%;
}

ul, ol {
list-style: none;
}

acronym, abbr[title] {
border-bottom: 1px solid #444;
cursor: help;
}

dfn, cite, em, i {
font-style: italic;
}

b, strong {
font-weight: 600;
color: #111;
}

a {
text-decoration: none; 
color: #08949d;
}

p {
margin: 0 0 15px 0;
}

.alignleft {
display: inline;
float: left;
margin-right: 14px;
padding-top: 5px;
}

.alignright {
display: inline;
float: right;
margin-left: 14px;
padding-top: 5px;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}

blockquote {
width: 90%; 
margin: 25px 0 25px 50px;
font-size: 19px;
border-left: 3px solid #0e9ca5; 
padding-left: 10px;
font-weight: 300;
position: relative;
word-wrap: break-word;
}

blockquote:before {
font-family: FontAwesome;
content: "\f10d";
font-size: 35px;
color: #ccc;
position: absolute;
top: -15px;
left: -50px;
}

q {
color: #222;
}

code, kbd, tt, var, samp, pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
border-radius: 0;
vertical-align: middle;
}

pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}

.says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}

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

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

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

address {
font-style: italic;
margin: 0 0 24px;
}

h1, h2, h3, h4, h5, h6 {
clear: both;
font-style: normal;
line-height: 1.3;
margin: 0 0 15px 0;
color: #3d3d3d;
font-weight: 700;
}

h1 {
font-size: 30px;
}

h2 {
font-size: 25px;
}

h3 {
font-size: 22px;
}

h4 {
font-size: 19px;
}

h5 {
font-size: 17px;
}

h6 {
font-size: 14px;
}

table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 20px 0;
table-layout: fixed;
width: 100%;
}

table, th, td {
border: 1px solid #eaeaea;
}

thead th {
padding: 15px 5px 14px 5px;
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
background: #333;
border-color: #333;
color: #fff;
}

th, td {
text-align: center;
padding: 15px 5px 14px 5px;
background: #fff;
}

th {
border-width: 0 1px 1px 0;
font-weight: 600;
}

.entry-content {
word-wrap: break-word;
}

.entry-content dl {
margin-bottom: 1rem;
}
.entry-content dt {
font-weight: bold;
text-decoration: underline;
}
.entry-content dd {
margin: 0;
padding: 0 0 0.5rem;
}

.entry-content ul {
margin: 10px 0 10px 20px;
list-style: disc;
padding: 0;
}

.entry-content ol {
list-style: decimal;
margin: 10px 0 10px 20px;
padding: 0;
}

.post-password-form label {
font-weight: bold;
}

.post-password-form input[type="password"] {
width: 70%;
display: inline-block;
border: 1px solid #cccccc;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 1% 0 2%;
color: #666666;
font-size: 14px;
outline: none;
}

.post-password-form input[type="submit"] {
display: inline-block;	
}

embed,
iframe,
object {
margin-bottom: 15px;
max-width: 100%;
}

.abccolumn-2 {
width: 48%;
margin-right: 4%;
float: left;
word-wrap: break-word;
}

.abccolumn-2.last {
width: 48%;
margin-right: 0;
}

.abccolumn-3 {
width: 31.333%;
float: left;
margin-right: 3%;
padding: 0;
margin-bottom: 20px;
word-wrap: break-word;
}

.abccolumn-3.last {
margin-right: 0;
}

.abccolumn-4 {
width: 22.9375%;
float: left;
margin-right: 2.75%;
padding: 0;
margin-bottom: 20px;
word-wrap: break-word;
}

.abccolumn-4.last {
margin-right: 0;
}

.abccolumn-2 img, .abccolumn-3 img, .abccolumn-4 img, .abccolumn-twothird img, .abccolumn-onethird img {
max-width: 100%;
height: auto;
}

.abccolumn-twothird {
width: 70%;
float: left;
margin-right: 3.75%;
word-wrap: break-word;
}

.abccolumn-twothird.last {
margin-right: 0;		
}

.abccolumn-twothird.right {
width: 70%;
float: right;
margin-right: 0;
}

.abccolumn-onethird {
width: 26.25%;
float: left;
word-wrap: break-word;
}

.abccolumn-onethird.left {
margin-right: 3.75%;
}

::selection {
background: #0e9ca5;
color: #fff;	
}

::-moz-selection {
background: #0e9ca5;
color: #fff;	
}

/*--------------------------Header-------------------*/
.logged-in #headerarea {
top: 32px;
}

.customize-partial-edit-shortcuts-shown #headerarea {
top: 0 !important;
}

#headerarea {
width: 100%;
position: fixed;
z-index: 9997;
top: 0;
}

#abcheader {
width: 100%;
padding: 0;
z-index: 9998;
position: relative;
top: 0;
height: auto;
background: #ffffff;
transition: all 0.5s;
-webkit-transition: all 0.5s;
box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

#abcheader.smallhead {
height: auto;	
}

.logo {
width: 18%;
padding: 10px 0;
float: left;
margin-right: 2%;
height: 70px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-webkit-backface-visibility: hidden;
}

#abcheader.smallhead .logo {
height: 45px;
padding: 5px 0;
}

.logo .site-title{
display: flex;
align-items: center;
height: 100%;
}

.logo img {
width: auto;
height: 100%;
display: block;
}

.site-title {
font-family: Cookie;
font-size: 30px;
line-height: 1.1;
font-weight: 400;
margin: 0;
}

.site-title a{
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;	
}

.site-title a:hover{
color: #444;	
}

.site-description {
font-family: Handlee;
font-size: 22px;
line-height: 1;
font-weight: 400;
margin: 0;	
}

.top-right {
width: 16%;
float: right;
height: 70px;
line-height: 70px;
}

#abcheader.smallhead .top-right {
height: 55px;
line-height: 55px;
}

.searchsocialwrap {
float: right; 
padding: 0;
}

.socialmedia {
float: right;
}
.socialmedia ul{
padding: 0;
margin: 0; 
text-align: right;
}

.socialmedia ul li{
display: inline;
padding: 0;
}
.socialmedia ul li a{
color: #222222; 
font-size: 14px; 
transition: all .5s; 
-webkit-transition: all .5s;
padding: 0 2.2px;
}

.socialmedia ul li a:hover {
color: #0c9ba4;
}

.mobsearchicon {
margin-left: 2.2px;
margin-right: 0;
font-size: 14px;
transition: all .5s; 
-webkit-transition: all .5s;
}

.mobsearchicon:hover {
cursor: pointer;
color: #0c9ba4;
}

/*----------------------Primary Menu-----------------*/

#site-navigation {
width: 64%;
float: left;
}

.primarymenu {
width: 100%;
background: transparent; 
height: 70px; 
line-height: 70px; 
padding-top: 0;
}

#abcheader.smallhead .primarymenu {
height: 55px; 
line-height: 55px;
}

.primarymenu  ul {
z-index: 9999; 
padding: 0; 
margin: 0 auto; 
float: left; 
}

.primarymenu ul li{
float: left; 
zoom: 1; 
position: relative;
}

.primarymenu ul li:after {
content: ""; 
position: absolute; 
top: 50%; 
right: -19px; 
border-top: 1px solid #c4c4c1; 
width: 16px; 
transform: rotate(115deg); 
transform-origin: 0% 0%;
margin-top: -8px;
}

.primarymenu ul li:last-child:after {
display: none;
}

.primarymenu ul ul li:after {
display: none;	
}

.primarymenu ul li a{
display: block; 
color: #222222; 
padding: 0 17px; 
font-size: 12px; 
font-weight: 600; 
letter-spacing: 1px; 
text-transform: uppercase;
position: relative;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}

.primarymenu ul li:hover > a{
color: #0c9ba4;
}

.primarymenu ul li.current-menu-item > a, .primarymenu ul li.current-menu-ancestor > a{
color: #0c9ba4;
}

.primarymenu ul li.hover, .primarymenu ul li:hover{
position: relative;
}

.primarymenu ul ul {
background: #efeeef; 
width: 220px; 
visibility: hidden;
opacity: 0;
position: absolute; 
top: 130%; 
left: 0; 
margin: 0; 
padding:0;
border: 1px solid #0c9ba4;
line-height: 22px!important;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.primarymenu ul ul li {
background: #efeeef!important; 
float: left; 
width: 100%;
border-bottom: 1px solid #dadada;
padding: 5px 0;
}

.primarymenu ul ul li a{
width: 194px; 
display: inline-block; 
padding: 5px 13px; 
font-weight: normal!important;  
letter-spacing: 1px;
font-size: 11px;
line-height: 17px;
color: #222;
}


.primarymenu ul ul li.hover, .primarymenu ul ul li:hover{
background: #efeeef!important; 
position: relative;
}

.primarymenu ul ul ul {
left: 100%; 
top: 20%;

}
.primarymenu ul li:hover > ul {
visibility: visible;
top: 100%;
opacity: 1;
}

.primarymenu ul ul li:hover > ul {
visibility: visible;
top: 0;
opacity: 1;
}

.primarymenu ul li > a:after {
color: #222222;
font-family: FontAwesome;
content: " \f078";
font-weight: 100;
font-size: 10px;
top: -1px;
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.primarymenu ul ul li > a:after {
color: #222222;
font-family: FontAwesome;
content: " \f054";
font-weight: 100;
font-size: 8px;
top: -1px;
position: relative;
right: -2px;
}

.primarymenu li:hover > a:after{
color: #0c9ba4;
}

.primarymenu li.current-menu-item > a:after, .primarymenu li.current-menu-ancestor > a:after{
color: #0c9ba4;
}

.primarymenu li > a:only-child:after {
content: '';
}

#responsive-menu {
display: none;
outline: none;
}

#mobilemenu, .sub-toggle {
display: none;
}

/*-----------------------Search Form-----------------------*/
.searchclose {
display: none;	
}

.mobsearchform .searchclose {
display: inline-block !important;
float: right;
width: 20px;
line-height: 30px;
font-size: 30px;
text-align: right;
cursor: pointer;
font-weight: 300;
}

.headsearch #s {
width: 91%; 
height: 40px; 
line-height: 40px; 
border: 0; 
border-radius: 4px;
margin: 0; 
padding: 0 10px 0 0;
color: #fca784; 
font-size: 14px; 
font-style: italic; 
outline: none;
}

.headsearch #searchsubmit{
display: none;
}

.searchform .s {
float: left;
width: 71%;
border: 1px solid #cccccc;
height: 37px; 
line-height: 37px; 
margin: 0; 
padding: 0 1% 0 2%;
color: #666666; 
font-size: 14px; 
outline: none;
}

.searchform .searchsubmit {
background: #0c9ba4;
border: 0;
color: #fff;
display: block;
padding: 0;
height: 39px;
width: 25%;
outline: none;
transition: all .5s; 
-webkit-transition: all .5s;
}

.searchform .searchsubmit:hover {
background: #777777;
cursor: pointer;
}

.mobsearchform {
display: none;
left: 0;
position: absolute;
top: 100%;
width: 100%;
border-top: 2px solid #0c9ba4;
background: #fff;
padding: 10px 0;
z-index: 4573;
}

.mobsearchform form {
width: 1050px;
margin: 0 auto;
float: left;
}

/*---------------------------Home Slider ---------------------*/
#sliderarea {
width: 100%; 
height: 450px; 
margin: 0 auto;
padding: 0;
overflow: hidden;
background: #ffffff;
}

.slider-wrapper{
width: 100%;
height: 450px;
min-height: 450px;
position: relative;
}

.nivo-main-image {
height: 450px !important;
}

.nivoSlider img {
height: 450px !important;
width: auto !important;
}

element.style {
display: block;
}

.nivo-caption {
left: 0%!important;
background: rgba(12,12,12,0.4) !important;
color: #fff!important;
width: 100% !important;
padding: 150px 0 0 0!important;
top: 0;
height: 450px;
text-align: center;
}

.nivo-caption h3 {
width: 60%;	
color: #fff;
font-weight: 400;
margin: 0 auto 7px auto!important;
font-size: 29px;
word-wrap: break-word;	
}

.slideconts{
width: 40%;	
margin: 0 auto 10px auto !important;
font-size: 14px;	
}

.slider-wrapper .nivo-nextNav {
right: -40px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.slider-wrapper:hover .nivo-nextNav {
right: 5px;
}

.slider-wrapper .nivo-prevNav {
left: -40px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.slider-wrapper:hover .nivo-prevNav {
left: 5px;
}

.nivo-prevNav:before {
font-family: FontAwesome;
content: "\f104";
color: #fff;
font-size: 30px;
background: rgba(12,12,12,0.5);
padding: 5px 15px;
border-radius: 3px;
}

.nivo-nextNav:before {
font-family: FontAwesome;
content: "\f105";
color: #fff;
font-size: 30px;
background: rgba(12,12,12,0.5);
padding: 5px 15px;
border-radius: 3px;
}

.slidermore {
margin: 15px 0 10px 10px;
}

.slidermore a{
color: #fff;
display: block;
padding: 7px 15px;
border: 1px solid #fff;
background: rgba(0,0,0,0);
border-radius: 3px;
font-size: 12px;
transition: background 0.5s ease, border-color 0.5s ease;
-webkit-transition: background 0.5s ease, border-color 0.5s ease;
}

.slidermore a:hover {
border: 1px solid #0c9ba4;
background: rgba(0,0,0,.3);	
}

#slidetitlearea {
background: transparent;
width: 100%;	
}

.slider-title {
width: 100%;
height: 100%;
display: inline-block;
background: rgba(0,0,0,.4);
padding: 120px 0;
text-align: center;
margin: 0;
color: #fff;
font-weight: 300;
font-size: 30px;
text-transform: capitalize;
word-spacing: 4px;
}

.nivo-controlNav {
text-align: center;
padding: 15px 0;
position: absolute;
top: 84%;
left: 50%;
z-index: 67;
margin-left: -20px;
}

.nivo-controlNav a {
background: #fff;
border-radius: 50%;
width: 12px!important;
height: 12px!important;		
}

.nivo-controlNav a.active {
background: #0c9ba4;
border-radius: 50%;
width: 12px!important;
height: 12px!important;	
}

.slidetit {
animation-delay: .2s;
-webkit-animation-delay: .2s;	
}

.slideconts {
animation-delay: .5s;
-webkit-animation-delay: .5s;	
}

.slidermore {
animation-delay: 1s;
-webkit-animation-delay: 1s;	
}

/*--------------------Home Feature Box---------------*/
#featurebox {
background: #dcdbdb;
width: 100%;
padding: 40px 0;	
}

#featurebox .abccolumn-3 {
width: 31.334%;
margin-right: 3%;
padding: 0;
margin-bottom: 0;
}

#featurebox .abccolumn-3.last {
margin-right: 0;	
}

#featurebox .boxcontents {
width: 100%;
height: 100%;
overflow: hidden;
float: left;
position: relative;
cursor: default;
background: #0e9ca5;	
}

#featurebox .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,.4);
overflow: hidden;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}

#featurebox .boxcontents img {
display: block;
position: relative;
max-width: none;
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#featurebox .boxcontents:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}

#featurebox .boxcontents h3, #featurebox .boxcontents h3 a{
color: #fff;
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#featurebox .boxcontents h3 a:hover{
color: #0e9ca5;	
}

#featurebox .boxcontents i {
width: 40px;
height: 40px;
line-height: 40px;
background: #0e9ca5;
margin: 20px auto 10px auto;
color: #fff;
margin-bottom: 10px;
border-radius: 50%;
}

/*---------------------Home Main---------------------------*/
#homemaintop {
margin: 40px 0 0 0;	
}

.blogpost-one {
width: 340px;
height: 499px;
background: #cecece;
float: left;
margin-right: 30px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}

.blogpost-two {
width: 340px;
height: 242px;
background: #cecece;
float: left;
margin-bottom: 30px;
margin-right: 30px;
overflow: hidden;
position: relative;
}

.blogpost-three {
width: 340px;
height: 499px;
background: #cecece;
float: left;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}

.blogpost-four {
width: 340px;
height: 242px;
background: #cecece;
float: left;
margin-bottom: 30px;
margin-right: 30px;
overflow: hidden;
position: relative;
}

.blogpost-five {
width: 340px;
height: 499px;
background: #cecece;
float: left;
margin-right: 30px;
margin-bottom: 30px;
margin-top: -257px;
overflow: hidden;
position: relative;
}

.blogpost-six {
width: 340px;
height: 242px;
background: #cecece;
float: left;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}

.blogpost-one img, .blogpost-two img, .blogpost-three img, .blogpost-four img, .blogpost-five img, .blogpost-siz img {
max-width: 100%;
height: auto;
min-width: 340px;
}

.blogpost-one img, .blogpost-three img, .blogpost-five img {
min-height: 499px;	
}

.homemainthumb {
position: relative;
z-index: 53;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.homemainconts {
text-align: center;
position: absolute;
z-index: 55;
width: 100%;
top: 50%;
left: 0;
-webkit-transform: translateY(-60%);
-ms-transform: translateY(-60%);
transform: translateY(-60%);
visibility: hidden;
opacity: 0;
transition: all .2s ease-out;
}

.blogpost-one article:before, .blogpost-two article:before, .blogpost-three article:before, .blogpost-four article:before, .blogpost-five article:before, .blogpost-six article:before {
content: '';
position: absolute;
z-index: 54;
left: 0;
top: 0;
width: 338px;
height: 497px;
background: rgba(255,255,255,.7);
border: 1px solid #0c9ba4;
opacity: 0;
visibility: hidden;
transition: all .2s ease-out;
-webkit-transition: all .2s ease-out;
}

.blogpost-two article:before, .blogpost-four article:before, .blogpost-six article:before {
height: 240px !important;
}

.blogpost-one:hover .homemainconts, .blogpost-two:hover .homemainconts, .blogpost-three:hover .homemainconts, .blogpost-four:hover .homemainconts, .blogpost-five:hover .homemainconts, .blogpost-six:hover .homemainconts{
visibility: visible;
opacity: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.blogpost-one:hover article:before, .blogpost-two:hover article:before, .blogpost-three:hover article:before, .blogpost-four:hover article:before, .blogpost-five:hover article:before, .blogpost-six:hover article:before {
visibility: visible;
opacity: 1;
}

.homeposticon {
color: #fff;
display: block;
margin: 0 0 10px 0;
}

.homeposticon i {
background: #0c9ba4;
font-size: 20px;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
}

.homepostcat, .homepostmeta {
width: 92%;
margin: 0 auto;	
}

.homepostcat, .homepostcat a, .homepostmeta, .homepostmeta a {
color: #555;
font-size: 10px;
text-transform: uppercase;
font-weight: 600;
}

.homepostcat a:hover, .homepostmeta a:hover{
text-decoration: underline;	
}

.homemainpost-title {
width: 92%;
margin: 4px auto 7px auto;
line-height: 1.1;
font-size: 20px;
}

.homemainpost-title a {
color: #0c9ba4;
}

.blogmain-more {
margin-top: 7px;	
}

.blogmain-more a {
display: inline-block;
padding: 8px 21px;
background: #fcfbfb;
border-radius: 3px;
border: 1px solid #0c9ba4;
color: #0c9ba4;
font-size: 10px;
letter-spacing: .2em;
text-transform: uppercase;
transition: all .4s;
-webkit-transition: all .4s;
}

.blogmain-more a:hover{
background: #0c9ba4;
color: #fff;
}

#homenewsletter {
margin: 10px 0 0 0;	
}

.home-newsletter-area {
background: #fff url(images/nl-bg.jpg) repeat;
border: 1px solid #0e9ca5;
padding: 40px;
}

.home-newsletter-wrap {
background: #fff;
border: 1px solid #0e9ca5;
padding: 50px;
}

.home-newsletter-wrap p {
margin: 0;	
}

.home-newsletter-area input[type="text"] {
width: 33%;
float: left;
margin-right: 3%;
padding: 14px 1%;
outline: none;
}

.home-newsletter-area input[type="email"] {
width: 33%;
float: left;
margin-right: 3%;
padding: 14px 1%;
outline: none;
}

.home-newsletter-area input[type="text"]:focus, .home-newsletter-area input[type="email"]:focus {
border-color: #0c9ba4;
background: #eee;
}

.home-newsletter-area input[type="submit"] {
width: 23%;
float: left;
outline: none;
}

#homemainbottom {
margin: 40px 0;	
}

#homemainbottom .content-sidebar-wrap, #homenewsletter .content-sidebar-wrap, #homemaintop .content-sidebar-wrap{
padding: 0;
}

#homemainbottom .pagination {
padding: 0;	
}

.nl-title {
text-align: center;
font-weight: normal;
margin: 0 0 7px 0;
}

.nl-subtitle {
text-align: center;
font-weight: normal;
font-size: 18px;
margin: 0 0 20px 0;
}

/*---------------------Home/Blog Standard-----------------*/

#homestandard {
padding: 0;	
}

.sbthumb {
background: #0e9ca5;
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
height: 100%;
line-height: 0;
}

.sbthumb img {
max-width: 100%;
z-index: 54;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.sbthumb:hover img{
opacity: 0.8;
filter:alpha(opacity=80);
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}

.blogleftimg .sbthumb {
width: 36%;
float: left;
margin-right: 4%;
margin: 20px 0 24px 0;
}

.blogleftimg .sbcontents {
width: 55%;
float: left;
padding: 15px 2.5%;
}

.blogleftimg .sticky-post-text {
float: left;	
}

.sticky-post {
background: rgba(0,0,0,.4);
color: #fff;
font-weight: 400;
letter-spacing: 0.04em;
padding: 10px 15px;
position: absolute;
display: inline-block;
line-height: 1.6 !important;
top: 0;
text-transform: uppercase;
z-index: 55;
}

.sticky-post-text {
background: rgba(0,0,0,.5);
color: #fff;
font-weight: 400;
letter-spacing: 0.04em;
padding: 8px 15px;
text-transform: uppercase;
display: inline-block;
margin: 15px 0 0 15px;
}

.sbcontents {
padding: 15px;	
}

.sbcontents p:first-child:first-letter {
color: #0c9ba4;
float: left;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}

.post-icon {
width: 100%;
height: 100%;
position: absolute;
z-index: 56;
top: 0;
left: 0;
background: rgba(0,0,0,.3);
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.post-icon i{
font-size: 35px;
color: rgba(255,255,255,.5);
}

.postmeta {
font-size: 11px;
color: #666;
margin: 6px 0 15px 0;
padding-bottom: 12px;
border-bottom: 1px dotted #ccc;
text-transform: uppercase;
word-spacing: 1px;
}

.postmeta i{
color: #888;	
}

.blog-post-standard .postmeta {
margin: 7px 0 0 0;
padding-left: 15px;
}

.postmeta a {
color: #666;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.postmeta a:hover {
color: #0e9ca5;
}

.postmeta .posted-on, .postmeta .comment-link, .postmeta .posted-by {
margin-right: 10px;
}

.blog-post-standard {
margin-bottom: 45px;
padding: 20px 0 0;
background: #fff;
}

.blog-title-standard {
margin: 5px 0;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
padding: 0 15px;
word-spacing: 2px;
}

.blog-title a, .blog-title-standard a {
color: #333;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.blog-title a:hover, .blog-title-standard a:hover {
color: #0e9ca5;
}

.abcsocialshare ul{
margin: 0;
padding: 0;
}

.abcsocialshare ul li{
display: inline-block;
margin: 0 4px 0 0;
}

.stndard-blog-footer {
background: #f2f2f2;
border: 1px dotted #c9c9c9;
padding: 10px 0 14px 0;
margin: 0;
overflow: hidden;
}

.stndard-blog-footer .abcsocialshare {
width: 45%;
float: left;
margin: 0 0 0 15px;	
}

.stndard-blog-footer .abcsocialshare li.sshareicon {
display: none;
}

.stndard-blog-footer .blogmore-standard {
width: 45%;
float: right;
text-align: right;	
margin: 0 30px 0 0;
}

.stndard-blog-footer .abcsocialshare i {
color: #efeeee;
background: #b8b8b8;
font-size: 11px;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
text-align: center;
display: inline-block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.stndard-blog-footer .abcsocialshare i:hover{
background: #0e9ca5;
}

.stndard-blog-footer .blogmore-standard a {
color: #818081;
text-transform: uppercase;
font-size: 12px;
position: relative;
display: inline-block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.stndard-blog-footer .blogmore-standard a:hover {
color: #0e9ca5;
}

.stndard-blog-footer .blogmore-standard a:after {
color: #878687;
content: "\f101";
font-family: "FontAwesome";
font-size: 13px;
left: 107%;
position: absolute;
top: 0px;
margin-top: -1px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.stndard-blog-footer .blogmore-standard a:hover:after {
color: #0e9ca5;
left: 111%;
}

/*----------------------Blog Grid--------------------*/
.bloggrid-contents {
background: #fff;
margin-bottom: 30px;
}

.bloggrid-contents .blog-title-standard {
font-size: 18px;
padding-top: 17px;	
}

.bloggrid-contents .postmeta {
padding: 5px 15px 10px 15px;
margin: 5px 0 0 0	
}

.bloggrid-contents .abcsocialshare {
width: 52%;
}

.bloggrid-contents .blogmore-standard {
width: 35%;
}


/*---------------------Contents----------------------*/

.content-area {
margin-top: 70px;
padding-top: 20px;
}

.content-sidebar-wrap {
padding: 40px 0;
overflow: hidden;
}

.content-sidebar-wrap.no-space, .no-space article {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.section-title {
text-align: left;
position: relative;
font-size: 22px;
font-weight: 700;
margin-bottom: 40px;
word-spacing: 2px;
text-transform: uppercase;
}

.page-template-home-page-main .section-title {
text-align: center;	
}

.section-title:after {
background: #0e9ca5;
content: "";
height: 2px;
width: 35px;
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -17px;
}

.section-title span {
color: #0e9ca5;
}

.entry-title, .archive-title {
text-align: left;
position: relative;
font-size: 22px;
font-weight: 700;
margin: 0 0 20px 0;
word-spacing: 2px;
display: inline-block;
text-transform: uppercase;
}

.single .entry-title {
margin: 0;
}

.entry-title:after, .archive-title:after{
background: #0e9ca5;
content: "";
height: 2px;
width: 45px;
position: absolute;
bottom: -8px;
left: 1px;
margin-left: 0;
}


#post-title {
width: 100%;
background: transparent;
overflow: hidden;
position: relative;
}

.titleverlay {
display: inline-block;
width: 100%;
height: 100%;
background: rgba(0,0,0,.4);
text-align: center;
padding: 52px 0 50px 0;
}

.titleverlay .entry-title, .titleverlay .archive-title {
color: #fff;
text-align: center;
}

.page .titleverlay .entry-title, .archive .titleverlay .archive-title {
margin: 0 0 8px 0;	
}

.page .entry-title:after, .archive .archive-title:after{
display: none;
}

.page-title-div {
width: 40px;
height: 2px;
background: #0e9ca5;
margin: 0 auto;	
}

.titleverlay .postmeta {
border: 0;
margin: 6px 0 0 0;
padding: 0;
}

.titleverlay .postmeta, .titleverlay .postmeta a, .titleverlay .postmeta i, .titleverlay .abcblogcrumbs, .titleverlay .abcblogcrumbs a{
color: #e6e5e5;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.singposticon {
color: #0e9ca5;
display: block;
margin: 0 0 7px 0;
}

.singposticon i{
background: #fff;
font-size: 20px;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
}

article.type-page .entry-title:after {
left: 15px;	
}

article.hentry .edit-link {
margin: 15px 0 15px 15px;
display: block;
}

.edit-link .post-edit-link {
background: #0e9ca5;
padding: 4px 10px;
color: #fff !important;
line-height: 1;
border-radius: 3px;
font-size: 13px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.edit-link .post-edit-link:hover {
background: #444;
}

.edit-link .post-edit-link:before {
content: "\f044";
font-family: FontAwesome;
margin-right: 5px;
}

.clearfix:before, .clearfix:after, .entry-content:before, .entry-content:after, .sbcontents:after {
clear: both;
}

.clearfix:before, .clearfix:after, .entry-content:before, .entry-content:after, .sbcontents:after {
content: '';
display: table;
height: 0;
}

.single .entry-title:after {
display: none;	
}

#abcbreadcrumb {
width: 100%;
padding: 30px 0;
background: #dcdbdb;
}

.crumbsep, .homesep {
vertical-align: top;	
}

.single #abcbreadcrumb {
padding: 9px 0 8px 0;
}

.page #abcbreadcrumb, .archive #abcbreadcrumb {
background: none !important;
padding: 5px 0;
display: inline-block;
}

.postcategory:before {
content: url(images/catba.png);
}
.postcategory:after {
content: url(images/catba.png);
}

.postcategory {
text-align: center;
font-size: 12px;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
margin: 35px 0 0 0;
background: #fff;
padding: 20px 15px;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

.abcpostnav {
margin: 35px 0 0 0;
background: #fff;
overflow: hidden;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;	
}

.abcpostnav .navigation {
margin: 0;	
}

.nav-previous {
width: 45%;
float: left;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 30px 15px 20px;
display: inline-block;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.nav-next {
width: 45%;
float: right;
text-align: right;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 30px 15px 20px;
display: inline-block;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;	
}

.nav-previous:hover, .nav-next:hover {
background: #333;
}

.nav-previous a:hover, .nav-next a:hover {
color: #e9e9e9;	
}

.next-post-text, .previous-post-text {
display: block;
padding-bottom: 2px;
}

.singlethumb {
margin: 7px 0 10px 0;	
}

.single .singlethumb {
margin: 0 0 10px 0;	
}

.postcategory a {
color: #333;
display: inline-block;
}

.nav-previous a, .nav-next a, .entry-content a, .posttags a {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;	
}

.entry-content a:hover, .posttags a:hover{
color: #333333;
}

.posttags {
overflow: hidden;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

.posttags ul {
margin: 35px 0 0 0;
padding: 20px 15px;
background: #fff;
list-style: none;
}

.posttags ul li {
display: inline-block;
margin-right: 11px;
}

.posttags ul li:first-child:before {
font-family: FontAwesome;
content: "\f02c";
padding-right: 5px;
}

#abcauthorbio {
background: #fff;
border: 1px dotted #d2d2d2;
padding: 20px 15px;
overflow:hidden;
color: #333;
margin: 35px 0 0 0;
overflow: hidden;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

#abcauthorbio h3{
font-size: 13px;
color: #333;
margin:0;
padding: 5px 0;
text-transform: uppercase;
}

#abcauthorbio img{
margin: 0;
width: 100%;
height: auto;
border-radius: 4px;
}

.bypostauthor p{
color:#222;
margin:0;
padding: 0px 10px 10px 10px;
}

.authorleft{
width: 10%;
float: left;
}

.authorright {
width: 88%;
float: right;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
width: 80%;
padding: 8px 5px;
border: 1px solid #ccc;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

textarea {
width: 97.5%;
padding: 8px 1%;
border: 1px solid #ccc;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

input[type="submit"] {
background: #0c9ba4;
border: 0;
color: #fff;
padding: 15px 25px;
display: block;
transition: all .5s;
-webkit-transition: all .5s;	
}

input[type="submit"]:hover {
background: #777777;
cursor: pointer;	
}

.notfound-404 {
font-size: 100px;
line-height: 100px;
font-weight: 300;	
}

.not-found-text {
font-size: 30px;
font-weight: 300;	
}

.not-found-search {
font-size: 18px;
font-weight: 400;
margin: 7px 0;
}

ul#abcrelatedpost {
margin: 35px 0 35px 0;
background: #fff;
padding: 20px 0;
width: 100%;
overflow: hidden;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

.relposttitle {
position: relative;
margin: 0 0 22px 15px;
}

.relposttitle:after {
background: #0e9ca5;
bottom: -6px;
content: "";
height: 2px;
left: 1px;
position: absolute;
width: 60px;
-webkit-transition: width 0.5s ease;
transition: width 0.5s ease;
}

#abcrelatedpost:hover .relposttitle:after {
width: 100px;
}

#abcrelatedpost li {
width: 21%;
float: left;
margin-right: 0;
padding: 0 2%;
}

#abcrelatedpost li:nth-child(5) {
margin-right: 0;
}

#abcrelatedpost li img{
max-width: 100%;
height: auto;
transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
-webkit-backface-visibility: hidden;
}

#abcrelatedpost li:hover img{
opacity: 0.8;
filter:alpha(opacity=80);	
}

#abcrelatedpost h4 {
margin: 8px 0;
font-size: 18px;
font-weight: 400;
}

#abcrelatedpost h4 a {
color: #333;
font-size: 18px;
padding: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

#abcrelatedpost h4 a:hover {
color: #0e9ca5;
}

.contents-twothird article {
padding: 20px 0 15px 0;
background: #fff;	
}

.single .contents-twothird article, .page .contents-twothird article{
padding: 17px 0;
}

.single .contents-twothird article .entry-content, .page .contents-twothird article .entry-content{
margin: 0;
}

.contents-twothird article .entry-title {
padding: 0 15px;	
}

.contents-twothird article .postmeta {
padding-left: 15px;
margin: 6px 0 0 0;
}

.contents-twothird article .entry-content {
padding: 0 15px;
margin: 15px 0 0 0;	
}

.contents-full article{
padding: 17px 0px;
background: #fff;
}

.contents-full article .entry-title {
padding: 0 15px;	
}

.contents-full article .postmeta {
padding-left: 15px;
margin: 6px 0 0 0;
}

.contents-full article .entry-content {
padding: 0 15px;
margin: 0;	
}

.contents-full img {
max-width: 100%;
height: auto;	
}

.single .abcsocialshare {
margin: 15px;	
}

.single .abcsocialshare i {
background: #0e9ca5;
color: #efeeee;
font-size: 13px;
width: 26px;
height: 26px;
line-height: 26px;
border-radius: 50%;
text-align: center;
display: inline-block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.single .abcsocialshare i:hover {
background: #333;
}

.single .abcsocialshare li.sshareicon i{
color: #555;
background: rgba(0,0,0,0);
}

/*----------------------Widgets-----------------*/
.sidewidget {
padding: 17px 15px;
background: #fff;
}

.abccolumn-onethird .sidewidget:last-child {
margin-bottom: 0;	
}

.sidewidget .widget-title{
color: #333333;
border-bottom: 2px solid #d2d1d1;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 12px;
position: relative;
text-transform: uppercase;
font-weight: 700;
}

.sidewidget, .sidewidget a{
color: #3d3d3d;
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;	
}

.sidewidget a:hover {
color: #0e9ca5;
}

.sidewidget .widget-title:after {
background: #0e9ca5;
bottom: -2px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 45px;
z-index: 48;
-webkit-transition: width 0.5s ease;
transition: width 0.5s ease;
}

.sidewidget:hover .widget-title:after {
width: 100%;
}

.sidewidget.widget_recent_entries .post-date {
color: #8f8f8f;
display: block;
font-size: 11px;
margin-top: -1px;
padding-left: 2px;
}

.sidewidget li {
position: relative;
padding-left: 22px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 5px;
margin-bottom: 5px;
}

.sidewidget li:last-child, .footwidget li:last-child {
border-bottom: none;
padding-bottom: 0;
}

.sidewidget li:before {
color: #3d3d3d;
content: "\f101";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 1px;
}

.widget_recent_comments li:before {
content: "\f086" !important;	
}

.widget_categories li:before {
content: "\f07c" !important;	
}

.widget_archive li:before {
content: "\f187" !important;	
}

.sidewidget .tagcloud a {
font-size: 14px !important;
display: inline-block;
padding: 5px 10px;
border: 1px solid #c9c9c9;
margin: 0 5px 5px 0;
text-transform: capitalize;
}

.sidewidget img, .footwidget img {
max-width: 100%;
height: auto;	
}

.sidewidget select, .footwidget select {
width: 100%;
outline: none;
padding: 5px 0;
cursor: pointer;	
}

.footwidget .wp-caption-text {
color: #d2d1d1
}

.footwidget td {
color: #777;
}

.footwidget, .sidewidget{
margin-bottom: 25px;
}

.footwidget ul, .sidewidget ul{
list-style: none;
margin: 0;
padding-left: 10px;
}

.footwidget ul ul, .sidewidget ul ul{
padding-left: 5px;
}

.footwidget ul ul li, .sidewidget ul ul li {
padding-left: 15px;
margin: 5px 0 0 -10px;
}

.footwidget li {
position: relative;
padding-left: 22px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 5px;
margin-bottom: 5px;
}

.footwidget li:before{
color: #d2d1d1;
content: "\f101";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 0px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.footwidget.widget_recent_entries .post-date {
color: #929292;
display: block;
font-size: 11px;
margin-top: -1px;
padding-left: 2px;
}

.footwidget .tagcloud a{
font-size: 14px !important;
display: inline-block;
padding: 5px 10px;
border: 1px solid #d2d1d1;
margin: 0 5px 5px 0;
}

.footwidget .tagcloud a:hover {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border-color: #0e9ca5;	
}

.abc-recent-post {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidewidget .abc-recent-post {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.latest-post-image {
width: 25%;
float: left;	
}

.abc-recent-post img{
margin: 0;
border: 2px solid #e7e8e2;
transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
width: 100%;
height: auto;
-webkit-backface-visibility: hidden;
}

.abc-recent-post img:hover {
opacity: 0.7; 
filter:alpha(opacity=70);
}

.latest-post-contents {
width: 70%;
float: right;	
}

.latest-post-title {
font-size: 14px; 
line-height: 18px;
font-weight: 600; 
letter-spacing: 1px; 
margin: 0 0 3px 0; 
padding: 0;	
}

.latest-post-date {
font-size: 12px; 
line-height: 16px;
}

.abc-flickr { 
overflow: hidden;
}

.abc-flickr a{
display: block;
width: 31.33%; 
float:left;
margin: 0px 2% 2% 0; 
border: none; 
}

.abc-flickr img{
width: 100%; 
height: auto;
border: 1px solid #e7e8e2;
transition: all 0.7s;
-webkit-transition: all 0.7s;
-webkit-backface-visibility: hidden;
}

.abc-flickr img:hover{
opacity: 0.8;
filter:alpha(opacity=80);
}

.sidewidget .aboutimg {
width: 150px;
margin: 0 auto 5px auto;	
}

.sidewidget .aboutimg img {
width: 150px;
height:150px;
border-radius: 50%;
border: 1px solid #eee;	
}

/* ----------------WP Galleries---------------*/

.gallery {
margin-bottom: 10px;
}

.gallery-item {
display: inline-block;
padding: 1%;
text-align: center;
vertical-align: top;
width: 100%;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.gallery-item:hover {
-webkit-transform: scale(1.03,1.03);
-moz-transform: scale(1.03,1.03);
-ms-transform: scale(1.03,1.03);
transform: scale(1.03,1.03);
}

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

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

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

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

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

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

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

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

.gallery-icon img {
margin: 0 auto;
}

.wp-caption, .gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}

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

.wp-caption .wp-caption-text {
 margin: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}

/*-----------------Pagination-----------------*/
.navigation {
margin:  -10px 0 20px 0;
}

.pagination {
clear:both;
padding: 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #0e9ca5;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.pagination a:hover{
color:#fff;
background: #333333;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #333333;
color:#fff;
}

.page-links {
margin: 20px 0 15px 0 ;	
}

.page-links span{
background: #0e9ca5;
padding: 5px 10px;
color: #fff;
}

.page-links a span{
background: #333333;
padding: 5px 10px;
color: #fff;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.page-links a:hover span{
background: #0e9ca5;	
}

.nav-links .prev {
position: relative;
padding-left: 20px;
}

.nav-links .prev:before {
color: #fff;
content: "\f100";
font-family: "FontAwesome";
font-size: 11px;
left: 8px;
position: absolute;
top: 50%;
margin-top: -6px;
}

.nav-links .next {
position: relative;
padding-right: 20px;
}

.nav-links .next:after {
color: #fff;
content: "\f101";
font-family: "FontAwesome";
font-size: 11px;
right: 8px;
position: absolute;
top: 50%;
margin-top: -6px;
}

/*--------------------------- Comments------------------------*/
#comments{
margin: 30px 0 0 0;
background: #fff;
padding: 20px 15px;
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

#comments a {
color: #333;
}

#comments a:hover {
color: #555;
text-decoration: underline;
}

.comment-author .avatar {
float: left;
margin: 0 10px 0 0;
border-radius: 50%;
}

#comments .comment-content img {
margin: 10px 0;
}

.comment-form label {
display: block
}

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

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

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

.comment-list article, .comment-list .pingback, .comment-list .trackback {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.2);
padding: 15px 0;
}

.fn {
font-size: 18px;
line-height: 18px;
font-weight: 600;
}

.comment-metadata {
font-size: 13px;
font-style: italic;
}

.comment-list .reply a{
border: 1px solid #eaeaea;
color: #707070;
display: inline-block;
font-weight: 700;
line-height: 1;
padding: 0.4167em 0.8333em;
text-transform: uppercase;
font-size: 12px;
transition: all 0.7s;
-webkit-transition: all 0.7s;
}

.comment-list .reply a:hover{
border: 1px solid #222;
text-decoration: none !important;
}

#comments input[type="text"], #comments input[type="email"], #comments input[type="url"], #comments textarea {
border: 1px solid #999;
padding: 8px 5px;
outline: none;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

#comments input[type="text"]:focus, #comments input[type="email"]:focus, #comments input[type="url"]:focus, #comments textarea:focus {
border-color: #0e9ca5;
}

#comments input[type="submit"] {
border: 0;
padding: 10px 16px;
color: #ffffff;
border-radius: 3px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

#comments input[type="submit"]:hover {
background: #333333;
cursor: pointer;
}

#reply-title {
font-size: 16px;
text-transform: uppercase;
position: relative;
margin: 10px 0 18px 0;
}

#reply-title:after {
background: #0e9ca5;
bottom: -6px;
content: "";
height: 2px;
left: 1px;
position: absolute;
width: 40px;
-webkit-transition: width 0.5s ease;
transition: width 0.5s ease;
}

#comments:hover #reply-title:after {
width: 70px;
}

.bypostauthor > article .fn:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-size: 16px;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}

/*----------------------Testimonials-------------*/

.page-template-testimonials-page .content-sidebar-wrap {
padding: 40px 0 10px 0;	
}

.testiitem {
background: #fff;
padding: 15px;
margin-bottom: 30px;
box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.singletestithumb, .testiicon {
width: 20%;
float: left;
}

.singletestithumb img {
border: 1px solid #ccc;
border-radius: 50%;		
}

.testiicon {
font-size: 90px;
line-height: 90px;	
}

.testicontents {
width: 75%;
float: right;	
}

.testicontents p {
margin: 0;	
}

.testi-title {
font-size: 16px;
font-weight: 600;
margin: 8px 0 3px 0;
text-align: left;
padding-top: 6px;
border-top: 1px dotted #ddd;	
}

.testi-designation {
font-size: 14px;
text-align: left;	
}

/*-------------------Portfolio------------------*/

.homeppitem {
 width: 100%;
 height: 100%;
 float: left;
 overflow: hidden;
 position: relative;
 text-align: center;
 cursor: default;
}

.homeppitem .overlay {
 width: 100%;
 height: 100%;
 position: absolute;
 overflow: hidden;
 top: 0;
 left: 0;
}

.homeppitem img {
display: block;
position: relative;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

.homeppitem:hover img {
filter: grayscale(.1) blur(1px);
-webkit-filter: grayscale(.1) blur(1px);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-backface-visibility: hidden;
}

.homeppitem h3 {
text-transform: uppercase;
text-align: center;
position: relative;
font-size: 16px;
padding: 10px;
background: rgba(0, 0, 0, 0.6);
font-weight: 600;
margin: 0 0 15px 0;
}

.homeppitem a.ppmore {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
border: 1px solid #fff;
margin: 60px 0 0 0;
background-color: rgba(0,0,0,.4);
}

.homeppitem a.ppmore:hover {
box-shadow: 0 0 5px #fff;
background-color: rgba(0,0,0,.6);
}

.homeppitem a.ppmore, .homeppitem h3 {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
opacity: 0;
filter: alpha(opacity=0);
color: #fff;
text-transform: uppercase;
}

.homeppitem:hover a.ppmore, .homeppitem:hover h3 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.singleppdate, .singleportcat {
margin-bottom: 20px;	
}

.singleppdate h4, .singleportcat h4 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 5px;	
}

ul#portfolio-filter {
margin: 0;
padding: 0;
}

ul#portfolio-filter li {
display: inline-block;
margin: 0 5px 20px 0;
}

ul#portfolio-filter li a{
color: #333;
padding: 7px 15px;
border-radius: 3px;
border: 1px solid #ccc;
display: inline-block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

ul#portfolio-filter li a:hover, ul#portfolio-filter li a.active{
color: #08949d;
border: 1px solid #08949d;
background: transparent;
}

#portfolio-filter-grid .abccolumn-3 {
width: 33.3333333%;
margin-right: 0;
padding: 0;
margin-bottom: 0;
position: relative;
overflow: hidden;
}

ul#portfolio-list {
margin: 0;
padding: 0;	
}

.single-portfolio .abccolumn-twothird article {
background: #fff;
padding: 17px 15px 15px 15px;	
}

.singleportthumb {
margin-bottom: 10px;	
}

.single-port-right {
background: #fff;
padding: 17px 15px 15px 15px;	
}

/*---------------------About Page---------------*/
.title-pattern {
background: url(images/title-pattern.png) left center repeat-x;
}

.title-pattern span{
background-color: #fff;
padding-right: 8px;	
}

#aboutmid {
background: #fff;
margin: 35px 0;
overflow: hidden;
padding: 20px 15px 15px 15px;
overflow: hidden;
}

.aboutmidleft {
width: 66%;
float: left;
margin-right: 3.5%;	
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.aboutmidright {
width: 30.5%;
float: left;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.aboutmidleft img, .aboutmidright img {
max-width: 100%;
height: auto;	
}

#aboutmid .title-pattern {
text-transform: uppercase;
font-size: 19px;
}

#aboutskil {
margin: 40px 0 0 0;
background: #fff;
overflow: hidden;
padding: 20px 15px 15px 15px;
}

.abc-progress-bar-text span {
float: right
}

.abc-progress-bar-text {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
}

.abc-progress-bar {
background: #c8c7c7 none repeat scroll 0 0;
box-shadow: 0 0 0;
height: 3px;
margin: 0 0 20px;
position: relative;
width: 100%;
}

.abc-progress-bar > span {
background: #0e9ca5 none repeat scroll 0 0;
display: block;
height: 100%;
width: 0;
}

#aboutskil .title-pattern {
text-transform: uppercase;
font-size: 19px;
margin-bottom: 25px;
}

ul.whychoseus {
margin: 0;
padding: 0 0 0 10px;	
}

ul.whychoseus li {
text-transform: uppercase;
font-size: 15px;
font-weight: 400;
position: relative;
padding-left: 20px;
margin-bottom: 15px;
}

ul.whychoseus li:before {
color: #0e9ca5;
content: "\f00c";
font-family: "FontAwesome";
font-size: 15px;
left: 0;
position: absolute;
top: 0px;
}

/*---------------------Contact Us--------------*/
#contactusform {
background: #fff;
padding: 20px 15px 15px 15px;
margin: 40px 0 0 0;
overflow: hidden;	
}

.contactusleft {
width: 65%;
float: left;	
}

.contactusright {
width: 30%;
float: right;
color: #333;
}

#contactmap {
margin: 0 0 40px 0;	
}

#abcblog-contact-map {
width: 100%;
height: 100%;
min-height: 500px;	
}

#contactusform .title-pattern {
text-transform: uppercase;
font-size: 19px;
margin-bottom: 30px;	
}

#contactusform .contactusleft input[type="text"], #contactusform .contactusleft input[type="email"], #contactusform .contactusleft input[type="tel"] {
width: 90%;
border: 1px solid #444;
padding: 12px 4%;
margin-bottom: 12px;
outline: none;
color: #333;
background: #fff;
-webkit-transition: all 0.5s;	
transition: all 0.5s;
}

#contactusform .contactusleft .abccolumn-1 input {
padding: 12px 1.8%;
width: 95.45%;
}

#contactusform .contactusleft textarea {
width: 95.45%;;
border: 1px solid #444;
padding: 12px 1.8%;
margin-bottom: 12px;
outline: none;
color: #333;
background: #fff;
-webkit-transition: all 0.5s;	
transition: all 0.5s;
}

#contactusform .contactusleft input[type="text"]:focus, #contactusform .contactusleft input[type="email"]:focus, #contactusform .contactusleft input[type="tel"]:focus, #contactusform .contactusleft textarea:focus {
background: rgba(0,0,0,.1);
}

#contactusform .contactusleft input[type="submit"]{
width: 99.5%;
padding: 15px 0;	
}

#contactusform .contactusleft ::-webkit-input-placeholder {
color: #717171;
text-transform: uppercase;
}

#contactusform .contactusleft ::-moz-placeholder {
color: #717171;
text-transform: uppercase;
}

#contactusform .contactusleft :-ms-input-placeholder {  
color: #717171;
text-transform: uppercase;
}

#contactusform .contactusleft div.wpcf7 .ajax-loader {
float: left;
}

.contactusright a{
color: #333;
}

.cbisname, .cbisaddress, .cbisphone, .cbisfax, .cbisemail, .cbisweb {
margin-bottom: 10px;
position: relative;
padding-left: 26px;	
}

.cbisname:before, .cbisaddress:before, .cbisphone:before, .cbisfax:before, .cbisemail:before, .cbisweb:before {
color: #555;
content: "\f101";
font-family: "FontAwesome";
font-size: 15px;
left: 5px;
position: absolute;
top: 0px;
}

.cbisname:before {
content: "\f0f7" !important;	
}

.cbisaddress:before {
content: "\f015" !important;	
}

.cbisphone:before {
content: "\f095" !important;	
}

.cbisfax:before {
content: "\f1ac" !important;	
}

.cbisemail:before {
content: "\f0e0" !important;	
}

.cbisweb:before {
content: "\f0ac" !important;	
}

form.invalid .wpcf7-validates-as-required {
    border: 1px solid red !important;
}

/*----------------------footer------------------*/
#footer-instagram-widgets {
margin: 0 0 -31px 0;
position: relative;
overflow: hidden;	
}

#sb_instagram #sbi_load .sbi_follow_btn {
margin-top: -43px;
z-index: 69;
position: relative;	
}

#sb_instagram .sbi_follow_btn a {
filter: alpha(opacity=85) !important;
opacity: .85 !important;
border-radius: 0 !important;
transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
}

#sb_instagram .sbi_follow_btn a:hover{
filter: alpha(opacity=100) !important;
opacity: 1 !important;
}

.sbi_follow_btn  {
animation-delay: .4s;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
}

.site-footer {
width: 100%;
}

#footer-widgets-area {
width: 100%;
background: #333333;
padding: 45px 0 15px 0;
overflow: hidden;
}

.footwidget .widget-title{
color: #d2d1d1;
border-bottom: 2px solid #d2d1d1;
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 12px;
position: relative;
text-transform: uppercase;
font-weight: 600;
}

.footwidget, .footwidget a{
color: #d2d1d1;
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;	
}

.footwidget a:hover {
color: #0c9ba4;
}

.footwidget .widget-title:after {
background: #0c9ba4;
bottom: -2px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 45px;
z-index: 48;
-webkit-transition: width 0.5s ease;
transition: width 0.5s ease;
}

.footwidget:hover .widget-title:after {
width: 100%;
}

.footwidget b, .footwidget strong, .copyright b, .copyright strong {
color: #fff;	
}

#site-info {
background: #000000;
color: #c0c0c0;
overflow: hidden;
padding: 12px 0;
}

.copyright {
width: 36%;
float: left;	
}

.copyright a {
color: #c0c0c0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.copyright a:hover{
color: #0c9ba4;	
}

.footer-navigation {
width: 60%;
float: right;		
}

.footermenu ul{
margin: 0;
padding: 0;
text-align: right;
}

.footermenu ul li{
display: inline;	
}

.footermenu ul li a{
color: #c0c0c0;
padding: 0 10px;
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.footermenu ul li a:hover{
color: #0c9ba4;
}

.footermenu ul li a:after {
content: "";
position: absolute;
top: 50%;
right: -22px;
border-top: 1px solid #c4c4c1;
width: 16px;
transform: rotate(120deg);
transform-origin: 0% 0%;
margin-top: -7px;
}

.footermenu ul li:last-child a:after, .footermenu ul ul {
display: none;
}

#site-info .socialmedia {
display: none;
float: none;
text-align: center;
}

#site-info .socialmedia ul {
text-align: center;	
}

#site-info .socialmedia ul li a {
color: #fff;	
}

#site-info .socialmedia ul li.mobsearchicon {
display: none !important;	
}

#preloader {
position: fixed;
left:0;
top:0;
right:0;
bottom:0;
background-color: #86d0d5;
z-index:9967753;
}

#abcloader {
width:200px;
height:250px;
position:absolute;
left:50%;
top:50%;
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px;
}

#abcloader img {
max-width: 200px;
height: auto;
}

#abcloader h2 {
font-weight: 600;
font-size: 20px;
text-align: center;
}

.abcspinner {
margin: 0 auto;
width: 200px;
height: 30px;
text-align: center;
font-size: 10px;
}

.abcspinner > div {
background: #0c9ba4;
height: 100%;
width: 20px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}

.abcspinner .box2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}

.abcspinner .box3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}

.abcspinner .box4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}

.abcspinner .box5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.4);
}

20% {
-webkit-transform: scaleY(1);
}
}

@keyframes stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}

20%{
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}

#smoothup {
background: #0c9ba4;
color: #fff;
font-size: 18px;
width: 40px; 
height: 40px;
line-height: 40px;
text-align: center; 
position: fixed; 
bottom: 20px; 
right: 15px; 
display: none; 
-webkit-transition: all 0.7s; 
transition: all 0.7s; 
border-radius: 4px;
z-index: 771;
}

#smoothup:hover {
background: rgba(201,192,29,.9);
}

@media screen and (min-width: 1601px) {
.nivoSlider img {min-width: 100%;}
}

@media screen and (min-width: 951px) {
#mobilemenu {display: none !important;}
}

@media screen and (max-width: 600px) {
.logged-in #headerarea {
position: relative;
}
.logged-in .content-area {
margin-top: 0 !important;
padding-top: 43px;
}
}