/*
Theme Name: Saroja
Theme URI: http://saroja.theme-cafe.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, theme options panel and multiple shortcode.
Version: 1.0
Author: Theme-Cafe.com
Author URI: http://theme-cafe.com
Tags: one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "css/custom-font.css";
/* For modern browsers */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    padding: 0;
    font-family: 'Roboto-Light';
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}
a:focus{
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}
a{
    color: #9a9a9a;
}
/* layout */

body {
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto-Light';
}

.full-header-wrapper .header-class {
    background: #FFFFFF;
}
header.nav-small .nav-container{
    margin-top: 10px;
}
.sticky-header-padding-main{
    padding-top:0px !important;
}
header.sticky-header{
    height: auto !important;
    top: 0;
    position: relative !important;
}
header.sticky-header.nav-small{
    position: fixed !important;
    left: 0;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.14);
}
.navbar .nav > li > a {
    color: #333;
    text-transform: uppercase;
}

.navbar .nav {
    float: right;
}
.navbar .brand{
    margin-left: 0 !important;
}
.nav-collapse {
    margin-top: 15px;
}

.clear-both-desktop {
    clear: both;
}

.clear-both {
    clear: both;
}
.read-more,
.read-more:hover{
    font-size: 14px;
}
.read-more:after {
    content: "\f101";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 4px;
}
a:hover{
    text-decoration: none;
}
.min-height-zero {
    min-height: 0 !important;
}

/* header tag*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: Roboto-Regular;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}


/*start Custom classes for  margin, padding, color, background color, font-size, text alignment, hover*/

/* margin */

.margin-zero{
    margin: 0 !important;
}
.margin-tb5-lr0 {
    margin: 5px 0;
}

.margin-tb15-lr0 {
    margin: 15px 0;
}

.margin-tb0-lr5 {
    margin: 0 5px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-left-zero {
    margin-left: 0 !important;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

/* padding */

.no-padding-top {
    padding-top: 0;
}

.padding10 {
    padding: 10px;
}

.padding-zero {
    padding: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0 !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-tb20-lr10 {
    padding: 20px 10px;
}

.padding-tb10-lr0 {
    padding: 10px 0;
}

.padding-tb0-lr15 {
    padding: 0 15px;
}

.padding-tb20 {
    padding: 20px 0;
}

.padding-tb40 {
    padding: 40px 0;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
    font-family: Roboto-Light;
    font-weight: normal;
}

:-moz-placeholder {
    color: #7d7b6d;
    font-family: Roboto-Light;
    font-weight: normal;
}

::-moz-placeholder {
    color: #7d7b6d;
    font-family: Roboto-Light;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #7d7b6d;
    font-family: Roboto-Light;
    font-weight: normal;
}
/* color */


.color-white {
    color: #fff;
}

.color-grey {
    color: #8a8a8a;
}

.color-black {
    color: #000;
}

.color-lightgrey {
    color: #e6e6e6;
}

.color-dimgrey {
    color: #B5B5B5;
}

.color-dimwhite {
    color: #d4cade;
}

.color-darkgrey {
    color: #333;
}

.color-dgrey {
    color: #747474;
}

.color-purple {
    color: #8563A5;
}

.color-orange {
    color: #E24646;
}

.color-green {
    color: #7AAF1F;
}

.color-blue {
    color: #2AC5EE;
}

.color-pink {
    color: #DA265D;
}

.color-yellow {
    color: #E4B524;
}

.color-bottle-green {
    color: #15CF98;
}

.color-aqua {
    color: #9ADADA;
}

.color-brown {
    color: #C2B49A;
}

.color-emerald {
    color: #69dec9;
}

.color-light-green {
    color: #A3C95C;
}

.color-light-orange {
    color: #FFB141;
}


/* background-color */

.bgcolor-grey {
    background-color: #F4F4F4;
}

.bgcolor-darkgrey {
    background-color: #333 !important;
}

.bgcolor-greywhite {
    background-color: #F7F7F7 !important;
}

.bgcolor-coffe {
    background-color: #EBDEBA;
}

.bgcolor-purple {
    background-color: #8563A5;
}

.bgcolor-orange {
    background-color: #E24646;
}

.bgcolor-green {
    background-color: #7AAF1F;
}

.bgcolor-blue {
    background-color: #2AC5EE;
}

.bgcolor-pink {
    background-color: #DA265D;
}

.bgcolor-yellow {
    background-color: #E4B524;
}

.bgcolor-bottle-green {
    background-color: #15CF98;
}

.bgcolor-black {
    background-color: #333;
}

.bgcolor-aqua {
    background-color: #9ADADA;
}

.bgcolor-brown {
    background-color: #C2B49A;
}

.bgcolor-emerland {
    background-color: #69dec9;
}

.bgcolor-light-green {
    background-color: #A3C95C;
}

.bgcolor-light-orange {
    background-color: #FFB141;
}

/* font-size */

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font19 {
    font-size: 19px;
}

.font25 {
    font-size: 25px;
}

.font27 {
    font-size: 27px;
}

.font35 {
    font-size: 35px;
}

.font50 {
    font-size: 50px;
}

.font-italic {
    font-style: italic;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.fonticon55 {
    height: 59px !important;
    line-height: 59px !important;
    width: 55px !important;
    font-size: 20px;
}

.fonticon45 {
    height: 45px !important;
    line-height: 45px !important;
    width: 40px !important;
    font-size: 20px;
}

.fonticon35 {
    height: 35px !important;
    line-height: 35px !important;
    width: 30px !important;
    font-size: 20px;
}

.fonticon30 {
    font-size: 30px;
    height: 74px !important;
    line-height: 74px !important;
    width: 74px !important;
}

.fonticon17 {
    font-size: 17px;
    height: 36px;
    line-height: 42px !important;
    width: 28px;
}

.border-none {
    border: none !important;
}

.round-image {
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    overflow: hidden;
    /*by :drashti dt;8-4-2014*/;
}

.round-image img {
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
}

.lineheight1 {
    line-height: 1 !important;
}

.lineheight15 {
    line-height: 1.5;
}

.lineheight16 {
    line-height: 1.6;
}

.lineheight18 {
    line-height: 1.8;
}

.height30 {
    height: 30px !important;
}

p {
    /*margin-bottom: 0 !important;*/
}

/* text-alignment */

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.alignleft {
    float: left !important;
}

.alignright {
    float: right !important;
}

.text-upper {
    text-transform: uppercase;
}

/*end Custom classes for  margin, padding, color, background color, font-size, text alignment*/

#logo img {
    max-height: 150px;
}

section {
    padding-top: 40px;
}

#slider {
    padding-top: 0;
}

ul#slider {
    margin-left: 0;
}
/*Start Footer style*/

footer {
    background-color: #333;
    padding-top: 40px;
    margin-top: 50px;
    clear: both;
}

.full-header-wrapper #footer-bottom {
    background: #FFFFFF;
}

footer .widget, .footer-bottom {
    padding: 0 0 0 15px;
}

.footer-widgets .widgettitle {
    color: #fff;
    font-size: 19px;
}

.footer-widgets .textwidget, .footer-widgets a {
    color: #747474;
    font-size: 14px;
}

.footer-widgets .textwidget, .footer-widgets .menu-footer-menu-container {
    padding: 10px 0;
}

.widget_nav_menu ul {
    list-style: none;
    margin-left: 0;
}

#footer-social-media  a {
    color: #747474;
}

.footer-widgets li {
    line-height: 40px;
    border-bottom: 1px dotted #747474;
}

.footer-widgets li:last-child {
    border: 0;
}

.footer-widgets li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 1.2em;
    color: #747474;
    list-style: none;
}

.custom-link li a {
    color: #747474;
}

.footer-widgets ul.saroja-social-media li:before, .footer-widgets ul.saroja-social-media li {
    content: none;
    border-bottom: 0;
    line-height: 27px;
}

.inline_tweets_ul li a {
    color: #fff;
    font-weight: bold;
}

.inline_tweets_ul {
    margin-left: 0;
    list-style: none;
}

.inline_tweets_ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #747474;
    line-height: 20px;
    margin-left: 1.2em;
    padding-bottom: 10px;
}

.inline_tweets_ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
    color: #747474;
    list-style: none;
}

#footer-bottom {
    background-color: #3a3a3a;
    padding: 30px 0 30px 0;
    /*padding: 35px 0 30px 0;*/;
}

.footer-links ul {
    margin-left: 0;
}

.footer-links ul li:first-child {
    margin-left: 0;
}

.footer-links li {
    float: left;
    margin: 0 5px;
    list-style: none;
    font-size: 14px;
}

.footer-links li a {
    color: #fff;
}

.copyright-text {
    clear: both;
    font-size: 13px;
    margin-left: 0 !important;
    color: #B5B5B5;
}

.saroja-social-media a:active,
.saroja-social-media a:focus{
    color: #747474;
}
.saroja-social-media a {
    color: #747474;
    line-height: 25px;
}

footer i, #footer-social-media i {
    background-color: inherit !important;
    border: none;
}

.footer-social-wrapper .saroja-social-media {
    float: right;
}

.saroja-social-media {
    color: #939393;
    list-style: none;
}

.saroja-social-media li {
    float: left;
}


/*End Footer style*/
.nav-pills > li > a {
    background-color: #EEEEEE;
    color: #9A9A9A;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*Portfolio image hover*/
#page-banner {
    padding-top: 0 !important;
}
#page-banner-img .container-fluid{
    display: table;
    height: 100%;
}
#page-banner-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 120px;
    position: relative;
}

#banner-title {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
}

#banner-title h2 {
    font-weight: normal;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.mask-description h2, .mask-description .cat-link, .mask-description .cat-link a,
.mask-description p, .mask-description a, .mask-description a:hover, .mask-description a:focus{
    color: #fff;
    text-decoration: none;
}
/*end Portfolio style*/


/*start pagination style*/
.wp-prev-next ul {
    margin-left: 0;
}

.wp-prev-next .prev-link,
.wp-prev-next .next-link {
    list-style: none outside none;
    text-align: center;
}

.wp-prev-next a {
    background: none repeat scroll 0 0 #000000;
    font-size: 28px;
    padding: 0 12px 3px;
}

.wp-prev-next .prev-link {
    float: right;
}

.wp-prev-next .next-link {
    float: left;
}

.pagination-wrapper {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    padding-top: 40px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 14px;
    display: inline-block;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 12px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination a:hover {
    background: #3279BB;
    color: #fff;
}

.pagination .current {
    background: #3279BB;
    color: #fff;
}
/*end pagination style*/

/*start Blog style*/


#main article img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#main article .gallery-image-item .image-link img {
    width: auto;
}

.single-post-format article,
.single-post-format .page-header,
.single-post-format .single-title {
    margin-top: 0px !important;
}

.single-post-format .post-description {
    margin: 5px 0;
}

.single-post-format .single-post-content-area {
    margin-top: 30px;
}

article .entry-content {
    color: #747474;
    font-size: 14px;
}

.single-saroja_client .post-thumb img {
    width: auto;
}

.post-password-required input[type="password"] {
    height: 27px;
}

.archive-page h3 {
    margin-top: 0;
}

.carousel .carousel-control {
    top: 50%;
}

.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 40px;
    height: 40px;
    left: 15px;
    line-height: 26px;
    width: 40px;
    margin-top: -19px;
}

.carousel-control.right {
    right: 15px;
}
#single_post .post-category span,
#blog .post-category span{
    color: #333333;
}
#single_post .post-category{
    font-size: 14px;
}
#single_post .post-category,
#blog .post-category{
    font-family: 'Roboto-Regular' , serif;
    color: #747474;
}
#blog .blog_quote {
    display: table;
    height: 370px;
    min-height: 260px;
    width: 100%;
    padding: 5px;
}
#blog .blog_quote .fa,
#blog .img_blog_quote .fa{
    font-size: 60px;
    display: block;
}
#blog .blog_quote .qoute-detail,
#blog .img_blog_quote .qoute-detail {
    font-size: 18px;
    display: block;
}
#blog .img_blog_quote_container{
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
#main #blog article {
    margin-top: 0;
}

#blog .post-container {
    margin-bottom: 25px;
}
#blog .img_blog_quote {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}

#blog .blog-masonry .quote_bg,
#blog .blog-container .quote_bg{
    min-height: 373px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#blog .post-thumb.img_quote{
    overflow: hidden;
    position: relative;
    padding: 15px;
}
#blog .blog_quote .quote_text {
    border: 1px solid #ff1e43;
}
#blog .quote_text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}
.post-thumb iframe, iframe {
    width: 100%;
}
.dot-irecommendthis-suffix{
    margin-right: 10px !important;
}
.dot-irecommendthis-suffix:empty{
    margin-right: 0 !important;
}
.dot-irecommendthis.active:before {
    content: "\f164" !important;
}
.dot-irecommendthis:before {
    content: "\f165" !important;
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
}
.dot-irecommendthis {
    padding: 0 !important;
    background: none !important;
}

/*for 1column (1c,1c-s)*/
.sidebar .saroja-social-media li:before, .sidebar .saroja-social-media li {
    content: none;
    /*fontawesome char code inside the ''*/;
    border-bottom: 0;
    line-height: 24px;
}

.sidebar .saroja-social-media li i {
    padding: 0 8px 8px 0;
    /*font-size: 1.8em;*/
    /*line-height: 35px;*/
}

.saroja-social-media li i {
    padding: 0 7px;
}

.sidebar li {
    line-height: 35px;
}

.sidebar li:before {
    content: "\f111";
    color: #ff1e43;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 8px;
    list-style: none outside none;
    margin-right: 5px;
    vertical-align: bottom;
    width: 1em;
}

.layout1c img, .layout1c-s img, .layout2c-s img, .layout2c img, .layout3c img, .home-page .post-thumb img {
    width: 100%;
}

.bx-wrapper .bx-viewport {
    border: 0 !important;
}


/*for 2column with sidebar(2c-s)*/
.layout2c-s .post-gallery-carousel {
    height: 310px;
}

.layout2c-s .post-gallery-carousel img {
    height: 310px !important;
}

#main .layout2c-s article .post-thumb a img, #main .layout2c-s article .post-thumb img {
    width: 422px;
    height: 310px;
}


/*for 2column with sidebar(2c)*/
.layout2c .post-gallery-carousel {
    max-height: 415px;
}

.layout2c .post-gallery-carousel img,
.layout2c .post-thumb img {
    /*    height: 350px !important;*/
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 59.85%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*for 3column (3c)*/
.single-post-format iframe {
    width: 100%;
    height: 500px;
}
.header .entry-title h1{
    color: #FFFFFF;
}
#blog .post-container .entry-title {
    font-size: 27px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 0;
}

.blog-listbox .dot-irecommendthis:before,
#single_post .dot-irecommendthis:before,
#blog .dot-irecommendthis:before{
    content: none !important;
}

.blog-listbox .dot-irecommendthis:hover,
.blog-listbox .dot-irecommendthis:hover span,
.blog-listbox .dot-irecommendthis:hover:after,
#single_post .dot-irecommendthis:hover,
#single_post .dot-irecommendthis:hover span,
#single_post .dot-irecommendthis:hover:after,
#blog .dot-irecommendthis:hover,
#blog .dot-irecommendthis:hover span,
#blog .dot-irecommendthis:hover:after{
    color: #ff1e43;
}
.blog-listbox .dot-irecommendthis:after,
#single_post .dot-irecommendthis:after,
#blog .dot-irecommendthis:after{
    content: "LIKES";
    color: #747474;
    margin-left: -5px;
}

#single_post .category-container{
    margin-top: 50px;
}
#blog article .post-info .post-date, #blog article .post-info .post-date1 {
    display: block;
    margin: 0;
    padding: 5px 0 10px;
    text-align: center;
}

#blog article .post-info .post-date1 {
    padding: 5px 0 0;
}

#blog article .post-info .date {
    color: #FFFFFF;
    display: block;
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 9px;
}

.post-area-wrapper {
    margin-left: 0 !important;
    margin-bottom: 25px;
}

.entry-title a {
    line-height: 30px;
}

#blog article .post-info .month, #blog article .post-info .month1 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 15px;
}

#blog article .post-info .month1 {
    padding: 5px 0 10px;
    background-color: #E9E9E9;
}

#blog article .post-thumb {
    margin-bottom: 35px;
}

#blog article .entry-content {
    color: #8A8A8A;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
    word-wrap: break-word;
}

.sidebar ul {
    list-style: none;
    margin-left: 0;
}

.sidebar a {
    color: #525252;
    font-size: 14px;
    line-height: 25px;
}

.blog-horizontal .post-container .entry-title {
    line-height: 20px;
    margin-top: 0;
}

.post-gallery-carousel img {
    min-width: 100% !important;
    width: 100% !important;
}

.post-gallery-carousel {
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.single-portfolio .single-title {
    margin-top: 0;
}

.single-title {
    line-height: 30px;
}

.entry-content .lead {
    color: #747474;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.post-description {
    font-size: 14px;
}
.post-name .post-description .sub_detail a,
.post-name .post-description .sub_detail span,
.post-name .post-description .sub_detail {
    font-size: 12px;
}
.post-name .post-description .sub_detail:after{
    content: '|';
    display: inline-block;
    margin: 0 0 0 5px;
}
.post-name .post-description .sub_detail:last-child:after{
    content: '';
}
.post-name .post-description{
    text-transform: uppercase;
}
.post-description span, .post-description span a {
    color: #747474;
}
.website_div{
    font-size: 12px;
    font-style: italic;
}
.post-description span {
    margin-right: 5px;
}

.post-category-wrapper {
    margin-top: 5px;
}

.archive-page .entry-content {
    margin-top: 5px;
}

.comment .vcard .avatar img, .comment .vcard img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

#commentform .form-actions {
    background-color: #fff;
}

.input-prepend .fa {
    border: 0;
    background: none;
}

.mejs-container {
    width: 100% !important;
}
/*end Blog style*/


/*start Contact us style*/
.sidebar .fa {
    background: inherit;
    border: none !important;
}
.contact_form input[type=text],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form textarea,
.contact_form select,
.contact_form .uneditable-input{
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 10px 15px;
    font-family: 'Roboto-Light';
    width: 100%;
    border-radius: 0;
    margin: 5px 0;
}
.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=password]:focus,
.contact_form textarea:focus,
.contact_form select:focus,
.contact_form .uneditable-input:focus{
    border: 1px solid #ff1e43;
}
.contact_form div.wpcf7-validation-errors {
    border: none;
}
.contact_form .wpcf7-submit {
    padding: 15px;
}
.contact_form div.wpcf7-response-output {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    float: left;
    margin: 0;
}
.contact_form span.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
form.invalid input.wpcf7-not-valid, form.invalid select.wpcf7-not-valid, form.invalid textarea.wpcf7-not-valid {
    border:1px solid red;
}


form.frmcomment ul,
form.frmcontact ul,
form.comment-form ul, {
    margin-left: 0;
}

form.frmcomment li,
form.frmcontact li,
form.comment-form li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    padding: 0; 
    position: relative;
    color: #BCBCBC;
    margin: 5px 0;
}

form.frmcomment .fa,
form.frmcontact .fa,
form.comment-form .fa {
    background: inherit;
    border: none;
}

form.frmcomment .fa:hover,
form.frmcontact .fa:hover,
form.comment-form .fa:hover {
    color: inherit;
}

form.frmcomment input[type="text"]:focus,
form.frmcontact input[type="text"]:focus,
form.comment-form input[type="text"]:focus {
    color: #8A8A8A;
    border: 1px solid #8A8A8A;
    box-shadow: none;
}

form.frmcomment input,
form.frmcontact input,
form.comment-form input {
    width: 96%;
}

form.comment-form .form-submit{
    margin: 20px 0;
}
.commenttextarea {
    color: #BCBCBC;
    padding: 0;
}
.commenttextarea,
form.frmcomment select, form.frmcomment textarea,
form.frmcontact select, form.frmcontact textarea,
form.comment-form select, form.comment-form textarea {
    width: 99%;
    border-radius: 0;
}
form.frmcomment input[type="text"],
form.frmcontact input[type="text"],
form.comment-form input[type="text"],
form.frmcomment select,
form.comment-form select,
form.frmcontact select {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D7;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 13px 13px 13px 40px;
}

form.frmcomment select,
form.comment-form select,
form.frmcontact select {
    height: 45px;
    padding: 10px 7px 10px 5px;
    vertical-align: middle;
}

form.frmcomment textarea:focus,
form.comment-form textarea:focus,
form.frmcontact textarea:focus {
    border-color: #8a8a8a;
}
form.frmcomment textarea,
form.comment-form textarea,
form.frmcontact textarea {
    border: 1px solid #D6D6D7;
    font-size: 14px;
    font-weight: 700;
    padding: 24px;
    width: 98%;
}

form.frmcomment li span.user-icon,
form.comment-form li span.user-icon,
form.frmcontact li span.user-icon {
    font-size: 21px;
    top: 15px;
    left: 10px;
    position: absolute;
    line-height: 0.9;
}

form.frmcomment li span.required,
form.comment-form li span.required,
form.frmcontact li span.required {
    color: #FF0000;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 15px;
}

#contactform {
    margin: 20px 0 40px 0;
}

#successmessage {
    display: none;
    width: 80%;
    color: #9F9F9F;
    padding: 30px 25px 45px 25px;
    margin: 40px 0 40px 0;
    background: #FFFFED;
}

#successmessage h2 {
    margin: 10px 0 20px 0;
    text-transform: none;
}

#map-canvas {
    height: 500px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#contact-info p {
    line-height: 1.8;
    color: #000000;
}

.help-inline {
    font-size: 11px;
}

input[type="submit"],
.form-actions #submit,
.comment-form #submit {
    width: auto;
    background: #ff1e43;
    color: #ffffff;
    border: 1px solid #ff1e43;
    border-radius: 0;
    padding: 10px 7px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
input[type="submit"]:hover,
.form-actions #submit:hover,
.comment-form #submit:hover {
    color: #ff1e43;
    background: transparent;
}
/*end Contact us style*/

/*start Shortcode style*/


/*start Sitemap shortcode */
.sitemap {
    list-style: none;
}
/*end Sitemap shortcode */


/*start Recent blog shortcode */

.listbox-lists {
    padding-top: 10px;
}

.listbox-lists .image-permalink img {
    width: 100%;
}

.listbox-content-wrapper h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.blog-listbox-row {
    margin-bottom: 5px;
}

.listbox-content-wrapper .entry-content {
    margin-top: 5px;
}

/*end Recent blog*/

/*start Accordion  shortcode*/
.accordion-group, .accordion-group a {
    color: #8A8A8A;
    text-decoration: none;
}

.accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active i, .accordion-heading .accordion-toggle.active .fa {
    color: #fff !important;
}

/*start Content box shortcode*/
p {
    color: #747474;
    font-size: 14px;
    word-wrap: break-word;
}

.content-box {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 15px 20px;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.content-box-bg {
    background-color: #F4F4F4;
}

.icon-content-box {
    padding: 20px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*end Content box shortcode*/

/*start Buttons shortcode*/
.btn .fa {
    padding-right: 4px;
}
.btn .fa:hover{
    color: inherit;
}
.btn-purple, .btn-default {
    background-color: #8563A5;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background-color: transparent;
    color: #000;
}

.btn-orange {
    background-color: #E24646;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    background-color: #E55858;
}

.btn-green {
    background-color: #7AAF1F;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
    background-color: #87B735;
}

.btn-black {
    background-color: #333333;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
    background-color: #474747;
}

.btn-blue {
    background-color: #2AC5EE;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
    background-color: #4acef1;
}

.btn-pink {
    background-color: #DA265D;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
    background-color: #DE3B6D;
}

.btn-yellow {
    background-color: #E4B524;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
    background-color: #e8c045;
}

.btn-bottle-green {
    background-color: #15CF98;
}

.btn-bottle-green:hover,
.btn-bottle-green:focus,
.btn-bottle-green:active,
.btn-bottle-green.active,
.btn-bottle-green.disabled,
.btn-bottle-green[disabled] {
    background-color: #2CD4A2;
}

.btn-aqua {
    background-color: #9ADADA;
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active,
.btn-aqua.disabled,
.btn-aqua[disabled] {
    background-color: #a9e0e0;
}

.btn-brown {
    background-color: #cbbfa9;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
    background-color: #cbbfa9;
}

.btn-light-green {
    background-color: #A3C95C;
}

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.btn-light-green.disabled,
.btn-light-green[disabled] {
    background-color: #b1d174;
}

.btn-light-orange {
    background-color: #FFB141;
}

.btn-light-orange:hover,
.btn-light-orange:focus,
.btn-light-orange:active,
.btn-light-orange.active,
.btn-light-orange.disabled,
.btn-light-orange[disabled] {
    background-color: #ffbd5d;
}

.btn-emerland {
    background-color: #4FD8BF;
}

.btn-emerland:hover,
.btn-emerland:focus,
.btn-emerland:active,
.btn-emerland.active,
.btn-emerland.disabled,
.btn-emerland[disabled] {
    background-color: #69dec9;
}


/*start bordered button*/
.btn-purple-bordered, .btn-default-bordered {
    border: 1px solid #8563A5;
    color: #8563A5 !important;
    background-color: #fff;
}

.btn-purple-bordered:hover,
.btn-purple-bordered:focus,
.btn-purple-bordered:active,
.btn-purple-bordered.active,
.btn-purple-bordered.disabled,
.btn-purple-bordered[disabled],
.btn-default-bordered:hover,
.btn-default-bordered:focus,
.btn-default-bordered:active,
.btn-default-bordered.active,
.btn-default-bordered.disabled,
.btn-default-bordered[disabled] {
    background-color: #8563A5;
    color: #fff !important;
}

.btn-orange-bordered {
    background-color: #fff;
    color: #E24646 !important;
    border: 1px solid #E24646;
}

.btn-orange-bordered:hover,
.btn-orange-bordered:focus,
.btn-orange-bordered:active,
.btn-orange-bordered.active,
.btn-orange-bordered.disabled,
.btn-orange-bordered[disabled] {
    background-color: #E24646;
    color: #fff !important;
}

.btn-green-bordered {
    background-color: #fff;
    color: #7AAF1F !important;
    border: 1px solid #7AAF1F;
}

.btn-green-bordered:hover,
.btn-green-bordered:focus,
.btn-green-bordered:active,
.btn-green-bordered.active,
.btn-green-bordered.disabled,
.btn-green-bordered[disabled] {
    background-color: #7AAF1F;
    color: #fff !important;
}

.btn-black-bordered {
    background-color: #fff;
    color: #333333 !important;
    border: 1px solid #333333;
}

.btn-black-bordered:hover,
.btn-black-bordered:focus,
.btn-black-bordered:active,
.btn-black-bordered.active,
.btn-black-bordered.disabled,
.btn-black-bordered[disabled] {
    background-color: #333333;
    color: #fff !important;
}

.btn-blue-bordered {
    background-color: #fff;
    color: #2AC5EE !important;
    border: 1px solid #2AC5EE;
}

.btn-blue-bordered:hover,
.btn-blue-bordered:focus,
.btn-blue-bordered:active,
.btn-blue-bordered.active,
.btn-blue-bordered.disabled,
.btn-blue-bordered[disabled] {
    background-color: #2AC5EE;
    color: #fff !important;
}

.btn-pink-bordered {
    background-color: #fff;
    color: #DA265D !important;
    border: 1px solid #DA265D;
}

.btn-pink-bordered:hover,
.btn-pink-bordered:focus,
.btn-pink-bordered:active,
.btn-pink-bordered.active,
.btn-pink-bordered.disabled,
.btn-pink-bordered[disabled] {
    background-color: #DA265D;
    color: #fff !important;
}

.btn-yellow-bordered {
    background-color: #fff;
    color: #E4B524 !important;
    border: 1px solid #E4B524;
}

.btn-yellow-bordered:hover,
.btn-yellow-bordered:focus,
.btn-yellow-bordered:active,
.btn-yellow-bordered.active,
.btn-yellow-bordered.disabled,
.btn-yellow-bordered[disabled] {
    background-color: #E4B524;
    color: #fff !important;
}

.btn-bottle-green-bordered {
    background-color: #fff;
    color: #15CF98 !important;
    border: 1px solid #15CF98;
}

.btn-bottle-green-bordered:hover,
.btn-bottle-green-bordered:focus,
.btn-bottle-green-bordered:active,
.btn-bottle-green-bordered.active,
.btn-bottle-green-bordered.disabled,
.btn-bottle-green-bordered[disabled] {
    background-color: #15CF98;
    color: #fff !important;
}

.btn-aqua-bordered {
    background-color: #fff;
    color: #9ADADA !important;
    border: 1px solid #9ADADA;
}

.btn-aqua-bordered:hover,
.btn-aqua-bordered:focus,
.btn-aqua-bordered:active,
.btn-aqua-bordered.active,
.btn-aqua-bordered.disabled,
.btn-aqua-bordered[disabled] {
    background-color: #9ADADA;
    color: #fff !important;
}

.btn-brown-bordered {
    background-color: #fff;
    color: #C2B49A !important;
    border: 1px solid #C2B49A;
}

.btn-brown-bordered:hover,
.btn-brown-bordered:focus,
.btn-brown-bordered:active,
.btn-brown-bordered.active,
.btn-brown-bordered.disabled,
.btn-brown-bordered[disabled] {
    background-color: #C2B49A;
    color: #fff !important;
}

.btn-light-green-bordered {
    background-color: #fff;
    color: #A3C95C !important;
    border: 1px solid #A3C95C;
}

.btn-light-green-bordered:hover,
.btn-light-green-bordered:focus,
.btn-light-green-bordered:active,
.btn-light-green-bordered.active,
.btn-light-green-bordered.disabled,
.btn-light-green-bordered[disabled] {
    background-color: #A3C95C;
    color: #fff !important;
}

.btn-light-orange-bordered {
    background-color: #fff;
    color: #FFB141 !important;
    border: 1px solid #FFB141;
}

.btn-light-orange-bordered:hover,
.btn-light-orange-bordered:focus,
.btn-light-orange-bordered:active,
.btn-light-orange-bordered.active,
.btn-light-orange-bordered.disabled,
.btn-light-orange-bordered[disabled] {
    background-color: #FFB141;
    color: #fff !important;
}

.btn-emerland-bordered {
    background-color: #fff;
    color: #4FD8BF !important;
    border: 1px solid #4FD8BF;
}

.btn-emerland-bordered:hover,
.btn-emerland-bordered:focus,
.btn-emerland-bordered:active,
.btn-emerland-bordered.active,
.btn-emerland-bordered.disabled,
.btn-emerland-bordered[disabled] {
    background-color: #4FD8BF;
    color: #fff !important;
}
/*end bordered button*/

/*start Bootstrap bordered button*/
.btn-primary-bordered {
    color: #428BCA !important;
    background-color: #fff;
    border: 1px solid #428BCA;
}

.btn-primary-bordered:hover,
.btn-primary-bordered:focus,
.btn-primary-bordered:active,
.btn-primary-bordered.active,
.btn-primary-bordered.disabled,
.btn-primary-bordered[disabled] {
    color: #ffffff !important;
    background-color: #428BCA;
    *background-color: #428BCA;
}

.btn-warning-bordered {
    color: #faa732 !important;
    background-color: #fff;
    border: 1px solid #faa732;
}

.btn-warning-bordered:hover,
.btn-warning-bordered:focus,
.btn-warning-bordered:active,
.btn-warning-bordered.active,
.btn-warning-bordered.disabled,
.btn-warning-bordered[disabled] {
    color: #ffffff !important;
    background-color: #faa732;
    *background-color: #faa732;
}

.btn-success-bordered {
    color: #5CB85C !important;
    background-color: #fff;
    border: 1px solid #5CB85C;
}

.btn-success-bordered:hover,
.btn-success-bordered:focus,
.btn-success-bordered:active,
.btn-success-bordered.active,
.btn-success-bordered.disabled,
.btn-success-bordered[disabled] {
    color: #ffffff !important;
    background-color: #5CB85C;
    *background-color: #5CB85C;
}

.btn-info-bordered {
    color: #5DC3DE !important;
    background-color: #fff;
    border: 1px solid #5DC3DE;
}

.btn-info-bordered:hover,
.btn-info-bordered:focus,
.btn-info-bordered:active,
.btn-info-bordered.active,
.btn-info-bordered.disabled,
.btn-info-bordered[disabled] {
    color: #ffffff !important;
    background-color: #5DC3DE;
    *background-color: #5DC3DE;
}

.btn-danger-bordered {
    color: #da4f49 !important;
    background-color: #fff;
    border: 1px solid #da4f49;
}

.btn-danger-bordered:hover,
.btn-danger-bordered:focus,
.btn-danger-bordered:active,
.btn-danger-bordered.active,
.btn-danger-bordered.disabled,
.btn-danger-bordered[disabled] {
    color: #ffffff !important;
    background-color: #da4f49;
    *background-color: #da4f49;
}

.btn-inverse-bordered {
    color: #363636 !important;
    background-color: #fff;
    border: 1px solid #363636;
}

.btn-inverse-bordered:hover,
.btn-inverse-bordered:focus,
.btn-inverse-bordered:active,
.btn-inverse-bordered.active,
.btn-inverse-bordered.disabled,
.btn-inverse-bordered[disabled] {
    color: #ffffff !important;
    background-color: #363636;
    *background-color: #363636;
}

/*end Bootstrap bordered button*/

/*end Buttons shortcode*/

/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top {
    top: 28px;
}

.navbar .brand {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
    font-weight: bold !important;
    padding: 0 0 10px 0 !important;
}

.nav-container {
    padding-left: 0;
    padding-right: 0;
    padding: 15px 0;
    padding-bottom: 5px;
}

#inner-header {
    width: 100%;
}

input, textarea, select, .uneditable-input {
    margin-bottom: 0;
}

.navbar-form, .navbar-search {
    margin: 0 0 9px;
}

.navbar-search {
    padding-left: 0;
}

#s {
    width: 95%;
    min-width: 100px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #C9C9C9;
    color: #868686;
}

#content {
    /*padding: 10px 0 0;*/
    padding: 0;
}

.more-link {
    white-space: nowrap;
}

.footer-links {
    float: left;
    margin-bottom: 10px;
}

.footer-links .menu {
    list-style-type: none;
    margin-left: 0;
}

.footer-links .menu li {
    float: left;
    margin-left: 10px;
}

.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

/* post styling */
.author .entry-title,
.category .entry-title,
.tag .entry-title {
    margin-top: 0;
}

.author_details{
    background: #F6F6F6;
    padding: 15px 0;
}
#main p.meta {
    font-style: italic;
    color: #808080;
}

#main article {
    margin: 18px 0;
    padding: 0 10px;
}

#main article footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    min-height: 20px;
}

#main article footer a.edit-post {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.post:hover a.edit-post {
    display: inline;
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}


/* Shared Post Format styling */
article.format-quote footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}


/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
}

article.format-quote .entry-content blockquote {
    display: block;
    font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
    content: "\201C  ";
    font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
    content: " \201D ";
    font-size: 2rem;
}

p.tags {
    line-height: 20px;
}

div[id*='attachment_'] {
    max-width: 100%;
    height: 100%;
}

#credit320 {
    background: url('images/320press_mini.png') no-repeat left top transparent;
    padding-left: 20px;
}

img.alignleft {
    margin-right: 10px;
    float: left;
}

img.alignright {
    margin-left: 10px;
    float: right;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

.post header img {
    margin-bottom: 18px;
}

.archive #main .post h3 {
    line-height: 24px;
    margin-bottom: 10px;
}

video {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 630px;
    max-width: 100%;
    margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item {
    width: 970px;
    height: 600px;
}

.carousel-caption p {
    display: none;
}

.page-template-page-homepage-php #main article {
    border-bottom: none;
}

/* comments */


#comments {
    line-height: 24px;
    margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children {
    list-style-type: none;
    margin-left: 0;
}

.comment .vcard > div {
    margin-top: 8px;
    padding: 0 10px;
}

ol.commentlist time {
    font-size: .8em;
    color: #333;
}

ol.commentlist div.comment-author {
    position: relative;
}

ol.commentlist a.comment-edit-link {
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
}

ol.commentlist span.edit-comment {
    position: absolute;
    right: 0;
    top: 8px;
}

ol.commentlist article {
    border-bottom: none !important;
}

a.comment-reply-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

#comment-nav ul {
    list-style-type: none;
    margin: 0;
}

#comment-form-elements {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment .vcard .avatar {
    padding-right: 0;
}

.comment .vcard .comment-text {
    margin-left: 0;
}

img.avatar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #ddd;
    width: 100%;
    height: auto;
}

ol.commentlist li {
    padding-right: 10px;
}

#pings {
    margin-bottom: 9px;
}

ol.pinglist {
    list-style-type: none;
    margin: 0 0 9px 0;
}

#comment {
    width: 100%;
}

#respond {
    clear: both;
}

ol.commentlist #respond {
    padding: 5px 10px;
}
/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img {
    max-width: 100%;
    width: auto;
}

.ie8 #main .media-grid img {
    max-height: none !important;
    max-width: none !important;
}

.attachment-img {
    margin-bottom: 18px;
}

.metadata p.alert-message {
    margin-right: 0;
    margin-bottom: 18px;
}

#gallery-nav {
    list-style-type: none;
    margin-left: 0;
}

li.next a, li.previous a {
    position: relative;
}

li.next a:hover:before {
    content: "\2190";
    position: absolute;
    display: block;
    top: 42%;
    left: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before {
    content: "\2192";
    position: absolute;
    display: block;
    top: 42%;
    right: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget {
    margin-bottom: 18px;
}

.widget ul {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

.widgettitle {
    margin-bottom: 9px;
}


/* for some reason the bs version currently available for download doesn't have this style */

.label{
    text-transform: uppercase;
}
#tag-cloud .label{
    text-transform: uppercase;
    border: 1px solid #525252;
    color: #525252;
    border-radius: 0;
    font-size: 10px !important;
    padding: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    line-height: 38px;
    font-weight: normal;
}
#tag-cloud .label:hover{
    color: #FFFFFF !important;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud{
    margin-bottom: 18px;
    line-height: 160%;
    margin-top: 20px;
}
.label-info{
    background-color:#fff;
}
#tag-cloud a:hover,
.tags a:hover{
    text-decoration: none;
}
#tag-cloud a{
    white-space: pre;
}

/* change default form padding for search */

.widget_search form{
    padding-left: 0;
}
.widget_search input{
    width: 121px;
}

/* calendar widget */

#calendar_wrap{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
#wp-calendar{
    width: 100%;

}
#wp-calendar caption{
    font-weight: bold;
    padding: 8px;
}
#wp-calendar tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child{
    border-bottom: none;
}
#wp-calendar td{
    text-align: center;
    padding: 8px 0;
}
blockquote.pull-left{
    padding-right: 15px;
}
@media only screen and (min-width: 768px) {
    .carousel-caption p{
        display: block;
    }
}
@media (max-width: 767px) {
    .inline_tweets_ul li:before{padding-left:15px;}
    .footer-bottom #footer-social-media{text-align:left;}
    .margin-right5, .margin-right10, .margin-right20, .margin-left-zero, .margin-left5,
    .margin-left15, .margin-left10, .margin-left20, .margin-left30{margin-left: 0px !important;}

    .accordion-toggle .margin-left20{
        margin-left:20px !important;
    }
}

@media only screen and (min-width: 980px) {
    .container-fluid{
        max-width: 1210px;
        margin: 0 auto;
    }
    #inner-footer{
        padding: 0;
    }
    #content{
        padding-left: 0;
        padding-right: 0;
    }
    .topbar-inner{
        padding: 0;
    }
    .topbar form.pull-right {
        float: right;
    }
    .navbar-form, .navbar-search {
        margin-top: 6px;
        margin-bottom: 0;
    }
    .navbar-search{
        padding-left: 0;
    }
    .widget_search input{
        width: 230px;
    }
    /* hide edit comment button and show on hover on desktop version */
    .edit-comment{
        display: none;
    }
    .vcard:hover .edit-comment{
        display: inline-block;
    }
    #s{
        width: 100%;
        margin-bottom: 6px;
        color: #747474;
        height:40px;
        padding: 10px;
    }
    .widget_search input{
        width: 209px;
    }
    .comment .vcard .comment-text{
        padding-right: 0;
    }
}


/*Custom media query*/
@media screen and (max-width: 660px) {
    #controls-wrapper h2, h2 #slidecaption {
        font-size: 36px;
        line-height: 1.9;
    }
    #slidetitle, #slidetitle p {
        font-size: 16px;
        line-height:18px;
        padding-top: 5px;
    }
    .footer-social-wrapper .saroja-social-media {
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    a#toggle-section{
        display:none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        /*padding-left:7px !important;
        padding-right:7px !important;*/
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .inline_tweets_ul li:before{
        padding-left: 0 !important;
    }
}

/*
 * for Comment
 */
.commentlist .comment .edit-comment{
    top: 0;
}
.commentlist .comment{
    background: transparent;
}

.ie9 .fluid-width-video-wrapper
{
    padding-top: 0px!important;
}

/*
* For classic blog
*/
.classic-blog .post-container{
    background: #F8F8F8;
}
#blog.classic-blog article .post-thumb{
    margin-bottom: 0;
}
#blog.classic-blog article:nth-child(even) .post-thumb{
    float: right;
}
#blog.classic-blog .post-container .entry-title{
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 18px;
}
#blog .post-container .entry-title a{
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.classic-blog .post-container .entry-title a{
    color: #333333;
}
.classic-blog .read-more{
    background: #ff1e43;
    border: 1px solid #ff1e43;
    padding: 10px;
    margin-top: 20px;
    display: table;
    color: #FFFFFF;
    font-family: 'Roboto-Regular' , serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.classic-blog .read-more:hover{
    background: transparent;
    color: #ff1e43;
}
.classic-blog .read-more:after{
    content: '';
    padding-right: 0;
}
.classic-blog .post_content{
    margin-bottom: 20px;
}

/*Single portfolio style start*/
section.single_portfolio{
    padding-top: 0;
}
/*Single portfolio style end*/

/*maximage slider*/
.max-image-arrow-left:hover .fa,
.max-image-arrow-right:hover .fa{
    color: #ffffff;
}
.single_portfolio_container .max-image-arrow-left{
    background: rgba(0, 0, 0, 0.8);
    font-size: 30px;
    height: 120px;
    width: 45px;
    left: 0;
    line-height: 120px;
    position: absolute;
    text-align: center;
    top: 40%;
    z-index: 5001;
    color: #ffffff;
    text-indent: 1px;
    border-bottom-right-radius: 8%;
    border-top-right-radius: 8%;
    margin-top: -60px;
}
.single_portfolio_container .max-image-arrow-right{
    background: rgba(0, 0, 0, 0.8);
    font-size: 30px;
    height: 120px;
    width: 45px;
    right: 0;
    line-height: 120px;
    position: absolute;
    text-align: center;
    top: 40%;
    z-index: 5001;
    color: #ffffff;
    text-indent: 1px;
    border-bottom-left-radius: 8%;
    border-top-left-radius: 8%;
    margin-top: -60px;
}

.single_portfolio_container .post-content-detail{
    display: block;
    width: 100%;
    margin-top: 40px;
}
.single_portfolio_container .author_content{
    line-height: 25px;
}
.single_portfolio_container .taxonomy_list{
    padding-left: 40px;
}
.single_portfolio_container .project_client{
    display: inline-block;
}

/*For sinlge post*/
section#single_post{
    padding-top: 0;
}
.single-post-container > .post-content-detail{
    float: left;
}
#single_post .videoWrapper,
#single_post .videoWrapper iframe {
    height: 100%;
    width: 100%;
}
#single_post .videoWrapper {
    position: relative;
    padding-bottom: 0;
    /* 16:9 */
    padding-top: 0;
}
#single_post .audio-container{
    margin: auto;
}
#blog .audio-container{
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

#single_post .blog_quote {
    width: 100%;
    padding: 40px 15px 15px;
    text-align: center;
    z-index: 1500;
    position: relative;
}
#single_post .blog_quote .fa,
#single_post .img_blog_quote .fa{
    font-size: 60px;
    display: block;
}
#single_post .blog_quote .qoute-detail,
#single_post .img_blog_quote .qoute-detail {
    font-size: 18px;
    display: block;
}
#single_post .img_blog_quote {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    color: #ffffff;
    z-index: 1500;
}
#single_post .post-thumb.img_quote{
    overflow: hidden;
    position: relative;
    padding: 15px;
}
#single_post .quote_text {
    padding: 15px;
    color: #ffffff;
}
.maximage-slider-container-masonry .mc-cycle{
    position: inherit !important;
    height: 373px !important;
    width: auto!important;
}
.maximage-slider-container-masonry .mc-image {
    height: 373px !important;
    width: 100% !important;
}
.maximage-slider-container-masonry .max-image-arrow-left{
    background: rgba(0, 0, 0, 0.8);
    font-size: 30px;
    height: 120px;
    width: 45px;
    left: 0;
    line-height: 120px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    color: #ffffff;
    text-indent: 1px;
    border-bottom-right-radius: 8%;
    border-top-right-radius: 8%;
    margin-top: -60px;
}
.maximage-slider-container-masonry .max-image-arrow-right{
    background: rgba(0, 0, 0, 0.8);
    font-size: 30px;
    height: 120px;
    width: 45px;
    right: 0;
    line-height: 120px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    color: #ffffff;
    text-indent: 1px;
    border-bottom-left-radius: 8%;
    border-top-left-radius: 8%;
    margin-top: -60px;
}
.post_sidebar_container .go-up{
    top: 0;
}

/*bxslider style start*/
.post-thumb .bx-wrapper .bx-controls-direction a{
    color: #ffffff;
    font-size: 30px;
    line-height: 120px;
    text-align: center;
    background: #000000;
    height: 120px;
    width: 45px;
    margin-top: -60px;
    text-indent: 1px;
}
.post-thumb .bx-wrapper .bx-controls-direction a .fa{
    color: #ffffff;
}
.post-thumb .bx-wrapper .bx-controls-direction a.bx-prev{
    border-bottom-right-radius: 8%;
    border-top-right-radius: 8%;
    left: 0;
}
.post-thumb .bx-wrapper .bx-controls-direction a.bx-next{
    border-bottom-left-radius: 8%;
    border-top-left-radius: 8%;
    right: 0;
}
.post-thumb .bx-wrapper{
    overflow: hidden;
}
.post-thumb .bx-wrapper .bx-viewport{
    left: 0;
    right: 0;
}
/*bxslider style end*/
/*Flex slider navigation*/
.flex-direction-nav .fa{
    color: #000;
    font-size: 30px;
    line-height: 118px;
}
.flex-direction-nav a{
    text-align: center;
    background: transparent;
    height: 120px;
    width: 45px;
    line-height: 120px;
    padding: 0;
    border: 1px solid #000000;
}
.flex-direction-nav a:hover .fa{
    color: #fff;
}
.flex-direction-nav a:hover{
    background: #000000;
}
.flex-direction-nav .flex-next{
    text-align: center;
}
.flex-direction-nav .flex-prev{
    text-align: center;
}
/*Loader*/
.preload {
    background-color:#333333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    background-color: #fff;
    z-index: 99999;
}

.preload-loader {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    width: 4em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/*Load more*/
.pagination-wrapper .load-no-more{
   display: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.pagination-wrapper .load-more-loader {
    margin: 0 auto;
    display: none;
    z-index: 999999;
    height: 2em;
    width: 2em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #ff1e43;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.full-page-no-content-found {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.no-post-found-container {
    display: table;
    float: left;
    height: 200px;
    width: 100%;
}
.color-white{
    color: #FFFFFF !important;
}
.homepage-list > li {
    line-height: 30px;
    font-family: Roboto-Regular;
}

/*Magnific popup*/
.mfp-content .mfp-bottom-bar{
    bottom: 50px;
    top: auto;
    margin-top: 0;
    padding:  0 15px;
}
.mfp-content .mfp-counter{
    right: 15px;
}
.mfp-content .mfp-figure:after{
    background: none;
}
.mfp-content img.mfp-img{
    padding: 95px 0 40px 0;
}
.mfp-image-holder .mfp-content .mfp-close,
.mfp-iframe-holder .mfp-content  .mfp-close{
    padding-right: 0;
    right: 0;
    text-align: center;
    top: 95px;
    width: 44px;
    background: rgba(0,0,0,0.8);
}
.cart-item a span{
    content: " ";
    font-family: FontAwesome;
    display: inline-block;
}
.cart-item a span:after {
    content: "\f07a";
}
.cart-item a span:before {
    content: "\f07a" !important;
}
/*Project*/
.single-project .go-up{
    position: inherit !important;
}
.single-project .entry-content{
    border-right:1px dashed;
}
.single-project .category_container{
    color: #747474;
}
.single-project .sub_heading{
    color: #333333;
}
@media (max-width: 990px) {
    .single-project .entry-content{
        border-right:none;
    }
}
@media (max-width: 767px) {
    .maximage-slider-container-masonry .mc-cycle,
    .maximage-slider-container-masonry .mc-image{
        height: 273px !important;
    }
    #blog .blog-masonry .quote_bg,
    #blog .blog-container .quote_bg{
        min-height: 273px;
    }

    .single_portfolio_container .max-image-arrow-right,
    .single_portfolio_container .max-image-arrow-left,
    .post-thumb .bx-wrapper .bx-controls-direction a,
    .maximage-slider-container-masonry .max-image-arrow-right,
    .maximage-slider-container-masonry .max-image-arrow-left{
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
    }
}

@media (max-width: 643px) {
    .maximage-slider-container-masonry .mc-cycle,
    .maximage-slider-container-masonry .mc-image{
        height: 273px !important;
    }

    #blog .blog-masonry .quote_bg,
    #blog .blog-container .quote_bg{
        min-height: 273px;
    }

    .single_portfolio_container .max-image-arrow-right,
    .single_portfolio_container .max-image-arrow-left,
    .post-thumb .bx-wrapper .bx-controls-direction a,
    .maximage-slider-container-masonry .max-image-arrow-right,
    .maximage-slider-container-masonry .max-image-arrow-left{
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
    }
}
