/*
Theme Name: Urogard
Theme URI: 
Author: Eolica
Author URI: http://www.eolica.fr/
Description: Thème optimisé PWA pour le cabinet d'urologie UROGARD
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, one-column, two-columns
Text Domain: veriyas
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Clearing floats
 * 3.0 - Basic Structure
 * 4.0 - Forms & Buttons
 * 5.0 - Header
 *   5.1 - Top Menu
 *   5.2 - Main Navigation Menu
 *   5.3 - Sticky Menu
 * 6.0 - Navigation
 * 7.0 - Widgets
 * 8.0 - Content
 *    8.1 - Posts and Blogs
 *    8.2 - Post Formats
 *    8.3 - Pages
 *      8.3.1 - Welcome/Home Pages
 *    8.4 - Portfolio
 *    8.5 - Attachments
 *    8.6 - Archives
 *    8.7 - Author
 *    8.8 - Comments
 * 9.0 - Footer
 *    9.1 - Copyright
 * 10.0 - Media
 *    10.0.1 - Responsive images
 * 11.0 - Solwin Shortcodes
 * 12.0 - Ourteam block
 * 13.0 - Supported Pluggins
 * 14.0 - Media Queries
 * 15.0 - Print
 */
/***************/
/* 1.0 - Reset */
/***************/
@font-face {
    font-family: "OpenSansRegular";
    src: url('fonts/opensansregular/OpenSans-Regular.eot');
    src: url('fonts/opensansregular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/opensansregular/OpenSans-Regular.svg#Open Sans') format('svg'), url('fonts/opensansregular/OpenSans-Regular.woff') format('woff'), url('fonts/opensansregular/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway/raleway-regular.woff2') format('woff2'), url('fonts/raleway/raleway-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    color : #606060;
}
body {
    line-height: 1;
    padding: 0 !important;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*     clear: both; */
}
.h1,
h1 {
    font-size: 30px !important;
}
.h2,
h2 {
    font-size: 26px !important;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    color: #606060;
}
a:focus,
a:hover {
    text-decoration: none !important;
    color : #DB4C59;
}
.padding_0 {
    padding: 0 !important;
}
.padding_left_0 {
    padding-left: 0 !important;
}
.padding_right_0 {
    padding-right: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #444;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}
* {
    outline: none;
}
/*************************/
/* 2.0 - Clearing floats */
/*************************/
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}
/******************************/
/* 3.0 - Basic Structure      */
/*       Body, links, basics  */
/******************************/
body {
    font-size: 14px;
    font-family: "OpenSansRegular" !important;
    text-rendering: optimizeLegibility;
}
textarea {
    resize: vertical;
}
a:active,
a:focus {
    outline: none !important;
}
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    line-height: 2.181818182;
    text-transform: capitalize;
    color: #444;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}
/*************************/
/* 4.0 - Forms & Buttons */
/*************************/
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span,
.button_div a {
    padding: 6px 10px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #fff;
    background-color: #444444;
    background-repeat: repeat-x;
    border-radius: 3px;
    text-transform: uppercase;
    transition: background 0.4s ease-out 0s;
    -webkit-transition: background 0.4s ease-out 0s;
    -o-transition: background 0.4s ease-out 0s;
    -ms-transition: background 0.4s ease-out 0s;
    border: 0;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
.button_div a:hover {
    background-color: #db4c59;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background-color: #db4c59;
}
.bypostauthor cite span {
    color: #fff;
    background-color: #db4c59;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
code {
    color: #1c7b8a !important;
}
.contact-form li {
    list-style: none;
    margin-left: 5px;
    padding: 5px 0;
}
.contact-form li i {
    padding-right: 5px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}
.wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
}
input#s-head::-webkit-input-placeholder {
    color: #dddddd;
}
input:focus {
    outline: none;
}
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar */
}
/****************/
/* 5.0 - Header */
/****************/
/******************/
/* 5.1 - Top Menu */
/******************/
.top-header {
    /*background: none repeat scroll 0 0 #db4c59;*/
    padding: 5px 0 0;
    float: right;
}
.top-header a{
    color: #606060;
}
.top-header .sol_shareicon{
    border-color: #606060;
}
.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}
.site-header h1 {
    font-size: 24px;
    line-height: 1.285714286;
    margin-bottom: 14px;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.846153846;
    color: #444;
    margin-top: 0;
}
.site-header h1,
.site-header h2 {
    text-align: left;
}
.site-header h1 {
    font-size: 26px;
    margin-bottom: 13px;
    float: left;
    width: 100%;
}
.site-header h1.tagline,
.site-header h1.tagline.logo-img {
    margin-top: 5px;
}
.site-header h1.notagline,
.site-header h1.tagline.logo-text {
    margin-top: 13px;
}
.site-header h1.notagline.logo-text {
    margin-top: 18px;
    margin-bottom: 18px;
}
/* Top Menu Search Form */
.top-header .head-search,
.top-header .searchform {
    float: right;
}
.head-search .searchform {
    max-width: 235px;
    width: 100%;
}
.head-search #searchform-head,
#searchform {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    padding: 5px 5px 5px 35px;
    color: #fff;
    position: relative;
}
.head-search #searchsubmit-head,
#searchsubmit {
    color: #ffffff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-variant: normal;
    font-weight: 400;
    height: 31px;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 5px 0 5px 10px;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 30px;
    font-family: FontAwesome;
}
.head-search input::-webkit-input-placeholder,
.head-search input::-moz-placeholder {
    color: #ffffff !important;
}
.head-search #searchform-head #s-head,
#searchform #s {
    background: none;
    border: 0;
    height: 20px;
    padding-bottom: 0;
    padding-top: 0;
}
label.screen-reader-text {
    display: none;
}
#searchform {
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
}
#searchsubmit,
#searchform #s {
    color: #6a6a6a;
}
.entry-content #searchform {
    max-width: 250px;
}
.top-header a.sol_shareicon {
    width: 28px;
}
.head-social a {
    padding: 5px;
    transition: background 0.4s ease-out 0s;
    -webkit-transition: background 0.4s ease-out 0s;
    -o-transition: background 0.4s ease-out 0s;
    -ms-transition: background 0.4s ease-out 0s;
}
.head-social a:hover i,
.head-social a:focus i {
    color: #fff !important;
}
.head-social a.facebook:hover,
.head-social a.facebook:focus {
    background: #3a589d;
}
.head-social a.twitter:hover,
.head-social a.twitter:focus {
    background: #2478ba;
}
.tagline {
    float: left;
    font-size: 14px;
    line-height: normal;
    position: relative;
    width: 100%;
    color: #606060;
}
span.tagline.site-description {
    padding-left : 35px;
}
/******************************/
/* 5.2 - Main Navigation Menu */
/******************************/
.main-header {
    padding: 7px 0;
}
.menu-header-container {
    display: inline-block;
    width: 100%;
}
.main-navigation .nav-menu {
    float: right;
    margin: 13px 0 0;
}
.main-navigation {
    float: left;
    text-align: center;
    width: 100%;
}
.main-navigation li {
    font-size: 12px;
    line-height: 1.42857143;
}
.main-navigation a {
    color: #444;
}
.is-sticky .main-navigation {
    margin-top: 5px;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on {
    display: inline-block;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
}
.main-navigation ul {
    margin: 0;
    text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}
.main-navigation li a {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 18px 10px 18px;
    white-space: nowrap;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
}
.menu-header-container > ul#menu-header > li > a:hover {
    border: 2px solid #E34C59;
}
.menu-header-container ul li a {
    border: 2px solid transparent;
}
.main-navigation li {
    position: relative;
}
.main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    background: #fff;
    min-width: 100%;
}
.main-navigation li ul ul {
    top: 0;
    left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.main-navigation li li {
    display: block;
}
.main-navigation li ul li a {
    border: 1px solid #ededed;
    display: block;
    font-size: 13px;
    line-height: 2.181818182;
    padding: 8px 10px;
    white-space: nowrap;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
    color: #db4c59;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .menu-item.sfHover > a {
    color: #db4c59;
}
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
    color: #db4c59;
}
.slick-slide {
    height: inherit !important;
}
.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .current-menu-ancestor > a,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #db4c59;
}
.mean-nav .current-menu-item > a,
.mean-nav .current-menu-ancestor > a,
.mean-nav .current_page_item > a,
.mean-nav .current_page_ancestor > a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
/* overflow submenu */
ul.nav-menu > li.rmenu > ul.sub-menu {
    right: 0;
}
.main-navigation .menu-item-has-children.rmenu ul {
    left: auto;
    right: 100%;
}
.main-navigation .megamenu .menu-item-has-children ul {
    left: auto;
    right: auto;
}
.mean-bar {
    background-color: #db4c59;
}
/*********************/
/* 5.3 - Sticky Menu */
/*********************/
#masthead.is-sticky {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 15px 0 rgba(219, 76, 89, 0.5);
}
#masthead.is-sticky .site-title > a {
    line-height: normal;
    float: left;
}
/********************/
/* 6.0 - Navigation */
/********************/
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    float: left;
    margin: 10px 0;
    width: 100%;
}
/*****************/
/* 7.0 - Widgets */
/*****************/
.widget-area .widget ul ul {
    margin-left: 12px;
}
.widget_rss li {
    margin: 0;
    padding: 12px 0;
    display: inline-block;
    border-top: 1px solid #dddddd;
}
.widget_rss li:first-child {
    border-top: 0 none;
}
.widget_rss ul li cite {
    float: right;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #444;
    font-size: 11px;
    margin-left: 12px;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.846153846;
    color: #444;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}
.widget-area .widget ul,
.widget_tag_cloud .tagcloud,
.widget_calendar #calendar_wrap,
#secondary .textwidget {
    padding-left: 10px;
    padding-right: 10px;
}
.footer_area .widget-area .widget ul,
.footer_area .widget_tag_cloud .tagcloud,
.footer_area .widget_calendar #calendar_wrap {
    padding-left: 0;
    padding-right: 0;
}
.widget_nav_menu ul li:before {
    content: "";
    font-family: fontAwesome;
    margin-right: 10px;
}
.widget_meta ul li:before {
    content: "";
    font-family: fontAwesome;
    margin-right: 10px;
}
.widget_archive select,
.widget_categories select {
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
}
.footer_area .widget_archive select,
.footer_area .widget_categories select {
    margin-left: 0;
    margin-right: 0;
}
.widget_rss h3 a {
    color: #FFFFFF !important;
}
.widget-area .widget #searchform {
    margin-left: 10px;
    margin-right: 10px;
}
.widget-title {
    margin-bottom: 0;
}
.widget-area .widget-title {
    background: none repeat scroll 0 0 #db4c59;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 15px;
}
span.rss-date {
    float: left;
    margin-left: 0 !important;
    width: 100%;
}
/*contact us address format*/
.contact_us .textwidget span {
    float: left;
    width: 90%;
    text-align: left;
    margin-bottom: 5px;
}
.contact-template .widget-title,
.contact-template .entry-content h3 {
    margin-bottom: 10px;
}
.contact_us .textwidget i {
    float: left;
    margin: 4px 5px 0 0;
    width: 15px;
}
.contact_us .textwidget label {
    font-weight: normal;
    margin-bottom: 0;
}
.contact_us_form aside.widget_text,
.contact_us_form aside:first-child {
    float: left;
    width: 50%;
    padding-left: 0px;
}
.contact_us_form aside {
    clear: right;
    float: right;
    width: 50%;
    padding-left: 30px;
}
/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 30px;
    word-wrap: break-word;
    background: #f5f4f4;
    padding-bottom: 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    line-height: 1.846153846;
}
.widget-area .widget p {
    margin-bottom: 24px;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
}
.widget-area .textwidget li {
    margin-left: 36px;
}
.widget-area #s {
    width: 100%;
    /* define a width to avoid dropping a wider submit button */
}
.widget-area .widget:first-child,
.widget-area .widget:first-child .widget-title {
    margin-top: 0;
}
.widget-area .widget li:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 10px;
}
.textwidget {
    text-align: justify;
}
/******************/
/* 8.0 - Content */
/******************/
/**************************/
/* 8.1 - Posts and Blogs */
/**************************/
.blog_img {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.blog {
    padding: 15px;
}
.blog_section .blog_content {
    min-height: 186px;
}
.blog_footer {
    border-top: 1px solid #eee;
    float: left;
    padding-left: 5px;
    width: 100%;
}
.blog_footer span {
    padding: 5px;
    display: inline;
    font-size: 14px;
}
.blog_footer span a {
    padding-top: 8px;
}
.veriyas-two-blog {
    display: inline-block;
    padding-left: 5px;
}
.user i {
    padding-right: 10px;
}
.veriyas-two-blog i {
    padding-right: 10px;
}
.leave-reply {
    padding-left: 5px;
}
.effect_new {
    background-color: #db4c59;
    content: "";
    height: 84%;
    opacity: 0.8;
    position: absolute;
    right: 0%;
    text-align: center;
    top: 15px;
    transition: all 0.7s ease 0s;
    width: 30%;
    left: 15px;
}
.effect_new {
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.blog_img > img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
}
.blog-footer-two-block.blog_footer span.veriyas-two-blog a,
.blog-footer-two-block.blog_footer span.two-blocks-edit a {
    padding: 2px
}
.blog_footer a {
    display: inline-block;
    padding: 2px;
}
span.leave-reply i,
.blog_footer span i {
    padding-right: 10px;
}
.blog_footer .read_more {
    padding: 6px;
    border-left: 1px solid #eee;
    background: #DB4C59;
    float: right;
    transition: all 0.6s;
}
.blog_footer .read_more:hover {
    background: #fff;
}
#primary .blog_footer .read_more:hover a,#primary .blog_footer .read_more:hover i {
    color: #DB4C59;
}
#primary .blog_footer .read_more a,#primary .blog_footer .read_more i {
    color: #fff;
}
.blog_wrapper {
    margin-bottom: 40px;
}
.blog_div {
    float: left;
    width: 100%;
    border:1px solid #eee;
}
.blog_section .blog_div {
    border : none;
}
.blog_section .blog_img {
    margin-top: 0;
}
.blog_title {
    width: 100%;
    padding-right: 60px;
}
.blog_section .blog_content .postday {
    color: #9e9e9e;
    margin-bottom: 6px;
    display: inline-block;
    font-family: verdana, sans-serif;
}
.blog_title h3 {
    float: left;
    color: #606060;
    font-size: 16px;
    font-family: ralewayregular;
}
.padding_left_0.text-justify > p,
.padding_left_0.text-justify > span,
.padding_left_0.text-justify > span > a {
    color: #818181;
}
.postdate {
    float: right;
    font-size: 10px;
    line-height: normal;
    padding: 2px 6px 6px;
    text-align: center;
    text-transform: uppercase;
    background: #eee;
    position: absolute;
    right: -1px;
}
.postdate span {
    display: block;
    font-size: 20px;
}
#primary article {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
/* blog timeline style*/
.timeline.blog-wrap {
    border: 1px solid #eee;
}
.timeline_bg {
    background: url("images/timeline_verticle.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    padding-top: 20px;
}
.timeline.blog-wrap .post-icon i {
    color: #fff;
}
.blog-wrap.timeline:nth-child(2n+1) {
    float: left;
}
.blog-wrap.timeline {
    width: 42%;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
    right: -128px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
    top: 20px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper,
.blog-wrap:nth-child(2n) .date_wrapper {
    width: 128px;
}
.blog-wrap.timeline .date_wrapper {
    display: block;
}
.blog-wrap .date_wrapper {
    background: url("images/timeline_horizontal.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper .date {
    float: right;
}
.blog-wrap .date_wrapper .date {
    background: none repeat scroll 0 0 #db4c59;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 70px;
    padding: 5px 0px;
    text-align: center;
    width: 70px;
    border-color: rgba(0, 0, 0, 0.09);
}
.blog-wrap .date_wrapper .year {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}
.blog-wrap .year,
.blog-wrap .month {
    color: #fff;
}
.blog-wrap .date_wrapper .date .month {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
}
.blog-wrapper .photo {
    line-height: 0;
    overflow: hidden;
}
.post-icon,
.Recent_posts ul li .desc .ico i {
    background: none repeat scroll 0 0 #db4c59;
    color: #ffffff;
}
.post-icon {
    border-radius: 3px;
    display: block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 100;
}
.blog-wrap.timeline .date_wrapper {
    display: block;
}
.blog-wrap .date_wrapper {
    background: url("images/timeline_horizontal.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
}
.blog-wrap.timeline:nth-child(2n) {
    float: right;
    margin-top: 50px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper,
.blog-wrap:nth-child(2n) .date_wrapper {
    width: 128px;
}
.blog-wrap.timeline:nth-child(2n) .date_wrapper {
    right: auto;
    top: 150px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
    top: 20px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper,
.blog-wrap:nth-child(2n) .date_wrapper {
    width: 128px;
}
.blog-wrap.timeline:nth-child(2n) .date_wrapper {
    left: -128px;
}
.blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
    right: -128px;
}
.blog-wrap {
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 30px;
    position: relative;
}
.blog-wrap .desc a.desc_content {
    display: block;
    padding: 20px 20px 5px;
    position: relative;
    text-align: center;
}
.blog-wrap.timeline:nth-child(2n+1) {
    float: left;
}
.blog-wrap.timeline:nth-child(2n+3) {
    clear: both;
}
.navigation.paging-navigation {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    text-align: center;
    width: 100%;
}
.blog .navigation.paging-navigation,
.search-results .navigation.paging-navigation {
    margin-bottom: 30px;
}
.pagination span.current {
    background: #db4c59;
    padding: 3px 8px;
    color: #fff;
}
#primary .pagination a {
    background: #555;
    padding: 3px 8px;
    color: #ffffff !important;
    display: inline-block;
    margin: 2px 0;
}
.pagination a:hover {
    background: #db4c59;
    color: #fff;
}
.read_more a i {
    padding-right: 5px;
}
/*blog page design*/
.blog_wrapper article {
    border-bottom: none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.blog_footer,
.blog_div {
    background: #ffffff;
}
.nav-next > a,
.nav-previous > a {
    text-transform: capitalize;
}
#primary .pagination a:hover {
    background: #db4c59;
}
span.author.vcard {
    margin-right: 0;
}
.blog .blog_content {
    border-left: 1px solid #eeeeee;
    min-height: 352px;
}
.blog_content .user{
    text-transform: capitalize;
}
/**********************/
/* 8.2 - Post Formats */
/**********************/
/* Aside post */
article.format-aside h1 {
    margin-bottom: 24px;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #444;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    line-height: 1.846153846;
    color: #818181;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}
/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}
/* Link posts */
article.format-link header {
    padding: 0 10px;
    float: right;
    font-size: 11px;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #444;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    line-height: 1.090909091;
    text-decoration: none;
    font-size: 22px;
}
article.format-link .entry-content a:hover {
    color: #db4c59;
}
/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    font-size: 16px;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
}
blockquote {
    border-color: #db4c59 !important;
}
/* Audio posts */
article.format-audio .mejs-controls .mejs-button button:focus,
article.format-audio .mejs-controls .mejs-button button:active,
article.format-audio .mejs-controls:focus,
article.format-audio .mejs-controls:active {
    outline: none;
}
/* Video posts */
article.format-video .mejs-controls .mejs-button button:focus,
article.format-video .mejs-controls .mejs-button button:active,
article.format-video .mejs-controls:focus,
article.format-video .mejs-controls:active {
    outline: none;
}
article.format-video .wp-video {
    width: 100% !important;
}
/****************/
/* 8.3 - Pages */
/****************/
.information a {
    color: #444444 !important;
}
.entry-content .title_heading h2 {
    margin: 0;
}
/******************************/
/* 8.3.1 - Welcome/Home Pages */
/******************************/
.slider_div {
    float: left;
    width: 100%;
}
.single_block {
    margin-bottom: 15px;
}
.single_block:nth-child(1) .fa {
    border: 3px solid #DB4C59;
    height: auto;
    padding-bottom: 11px;
    width: 33%;
}
.single_block:nth-child(2) .fa {
    border: 3px solid #F79421;
    height: auto;
    padding-bottom: 11px;
    width: 33%;
}
.single_block:nth-child(3) .fa {
    border: 3px solid #25AAE1;
    height: auto;
    padding-bottom: 11px;
    width: 33%;
}
.single_block:nth-child(4) .fa {
    border: 3px solid #181818;
    height: auto;
    padding-bottom: 11px;
    width: 33%;
}
.single_block:nth-child(1) .fa {
    color: #DB4C59;
}
.single_block:nth-child(2) .fa {
    color: #F79421;
}
.single_block:nth-child(3) .fa {
    color: #25AAE1;
}
.single_block:nth-child(4) .fa {
    color: #181818;
}
.single_block:nth-child(1) .fa:hover {
    background-color: #DB4C59;
    color: #fff;
}
.single_block:nth-child(2) .fa:hover {
    background-color: #F79421;
    color: #fff;
}
.single_block:nth-child(3) .fa:hover {
    background-color: #25AAE1;
    color: #fff;
}
.single_block:nth-child(4) .fa:hover {
    background-color: #181818;
    color: #fff;
}
.block {
    background-color: #FCFCFC;
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.single_block h6 {
    font-family: verdana, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    color: #818181 !important;
}
.title_heading h2 {
    text-transform: uppercase;
}
.titlename {
    color: #db4d5b;
    font-weight: bold;
    text-transform: uppercase;
}
.single_block a i {
    display: inline-block;
    font-size: 48px;
    padding-top: 11px;
    margin-bottom: 25px;
}
.single_block a h4 {
    font-family: ralewayregular;
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #606060;
}
.single_block a {
    padding: 10px 20px;
}
.single_block a * {
    color: #606060;
}
.single_block a {
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.4s ease-out 0s;
    -webkit-transition: background 0.4s ease-out 0s;
    -o-transition: background 0.4s ease-out 0s;
    -ms-transition: background 0.4s ease-out 0s;
}
.portflio_slider_div {
    float: left;
    width: 100%;
    position: relative;
}
.portfolio_item .portfoliolink {
    background-color: #C55A62;
    bottom: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    width: 100%;
    z-index: 1000;
    text-align: left;
    padding-left: 15px;
}
.portfolio_item a {
    display: block;
    z-index: 1000;
}
.portfolio_item:hover .portfoliolink {
    opacity: 1;
}
.piteminfo i {
    float: right;
    padding-right: 16px;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    color: #fff;
}
.piteminfo {
    color: #fff;
}
.prev_carousel.fa,.next_carousel.fa {
    color: #fff;
    font-size: 18px;
}
.next_carousel,
.prev_carousel {
    background: none repeat scroll 0 0 #DB4C59;
    border-radius: 31px;
    height: 45px;
    line-height: 46px!important;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 45px;
    z-index: 999;
    opacity: 0;
}
.next_carousel.fa {
    right: 15px;
    top: 40%;
}
.prev_carousel.fa {
    left: 15px;
    top: 40%;
}
.portflio_slider_div:hover .next_carousel,
.portflio_slider_div:hover .prev_carousel {
    opacity: 1;
}
.testimonial_slider_div:after {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -29px;
    content: "";
    display: block;
    height: 29px;
    position: absolute;
    width: 100%;
    background-size: 100% auto;
}
.testimonial_slider_div:after {
    left: 0;
    width: 100%;
}
.testimonial_slider_div {
    float: none;
    padding: 40px 35px;
    position: relative;
    width: 94%;
    max-width: 1030px;
    margin: 0 auto;
}
.test_div_bg {
    background-image: url('images/test_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
}
.test_title {
    margin: 0 0;
    float: left;
    width: 100%;
    text-transform: capitalize;
    padding-top: 20px;
}
.blog_section {
    margin-bottom: 30px;
}
.view_all_button > a{
    background-color: #444444;
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: background 0.4s ease-out 0s;
}
.view_all_button > a:hover{
    background-color: #db4c59;
}
/* testimonial slider pagination*/
/* CSS for paginate circle spans. Required */
.paginatecircle a {
    border: 2px solid grey;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    width: 10px;
    border-radius: 6px;
    margin-top: 27px;
}
.paginatecircle span {
    display: none;
}
.paginatecircle a:hover {
    background: gray;
}
.paginatecircle a.selected {
    background: #555555;
}
.test_img {
    text-align: center;
}
.testimonial_row {
    padding: 20px 0;
    border-bottom: 4px double #ededed;
    float: left;
    width: 100%;
}
.testimonial_row .test_img {
    padding-right: 15px;
    float: left;
}
.testimonial_row .test_content {
    text-align: justify;
}
.test_author {
    float: right;
}
.test_content_div:before {
    font-family: FontAwesome;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 8px;
}
.test_content_div {
    float: left;
    padding-left: 30px !important;
    padding-bottom: 20px;
}
.testimonial_row .test_author {
    width: 100%;
}
.test_title,
span.test_author {
    color: #db4c59;
    font-size: 14px;
    font-weight: bold;
    font-family: verdana, sans-serif;
}
/*.read_more a {
    color: #000;
    border: 1px solid #db4c59;
    float: right;
    padding: 5px;
    border-radius: 8px;
    background: #DB4C59;
    color: #fff;
}*/
/*.read_more a:hover {
    background: #fff;
    color: #DB4C59
}*/
.title_heading {
    float: left;
    padding: 30px 0 40px 0;
    text-align: center;
    width: 100%;
}
#testimonial_slider .title_heading > span {
    border-bottom: 4px double #818181;
}
.title_heading > span {
    border-bottom: 4px double #f1f1f1;
    display: inline-block;
    width: 180px;
    position: relative;
}
#testimonial_slider .title_heading > span:before {
    border: 1px solid #818181;
    background: #818181;
}
.title_heading > span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #f1f1f1;
    content: "";
    background: #fff;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title_heading h2 {
    font-family: ralewayregular;
    font-size: 26px;
    margin: 0;
    padding: 5px 0;
    color: #818181;
}
.portflio_slider_div .caroufredsel_wrapper {
    /*height: 360px !important;*/
}
.slick-slide {
    text-align: center;
}
.our_client_div .slick-slide img {
    display: inline-block;
    width: auto !important;
}
.client {
    background-color: #FCFCFC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
section[role="banner"] {
    margin-bottom: 48px;
}
.testimonial_slider_div a img {
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.portflio_wrapper {
    margin-bottom: 30px;
}
.portfolio_slider_single_home .grid_item.portfolio_item.postclass {
    position: relative;
}
.portfolio_slider_single_home .grid_item.portfolio_item.postclass .piteminfo > h5 {
    font-family: ralewayregular;
    font-size: 16px;
    text-transform: uppercase;
}
.mean-container a.meanmenu-reveal,
.mean-container .mean-nav ul li a {
    color: #ffffff !important;
}
.testimonial-designation {
    font-size: 13px;
    color: #fff;
}
.test_content_div p {
    color: #c6c6c6;
    font-weight: normal;
    font-family: verdana, sans-serif;
}
/********************/
/* 8.4 - Portfolio */
/********************/
.list-inline.portfolio_icon {
    margin-left: 0;
}
.single_top_bar {
    background-color: #ffffff;
    border-bottom: 1px solid #6a6a6a;
    border-top: 1px solid #6a6a6a;
    color: #606060;
    margin-bottom: 25px;
    padding: 10px 0 15px 0;
    background: url('images/head_bg.png');
}
.single_top_bar h1 {
    color: #db4c59;
    margin: 0;
    text-transform: capitalize;
}
.single_top_bar #breadcrumbs{
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 15px;
}
.single_top_bar #breadcrumbs li {
    display: inline-block;
    font-family: verdana,sans-serif;
    font-size: 14px;
    margin-right: 10px;
    color: #606060;
}
.breadcrumbs_inner > a {
    color: #ffffff;
    text-transform: capitalize;
}
.breadcrumbs_inner > a:hover {
    color: #ffffff;
}
.breadcrumbs_inner span {
    color: #ffffff;
}
.filter_portfolio {
    margin-top: 35px;
    text-align: center;
}
.filter_portfolio li {
    padding: 10px 0;
    text-transform: capitalize;
}
.filter_portfolio a,
.filter_ourteam ul li a {
    float: left;
    padding: 10px 15px 10px 0;
    transition: all 0.4s ease 0s;
    font-family: verdana, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.category_menu_selected:first-child {
    color: #db4c59;
}
.filter_ourteam .list-inline > li:before,
.filter_portfolio .list-inline > li:before {
    color: #807f7f;
    content: "/";
    font-family: "Raleway";
    font-size: 16px;
    padding-right: 5px;
    line-height: 2.5;
}
.filter_ourteam .list-inline > li:last-child:before,
.filter_portfolio .list-inline > li:last-child:before{
    content: "";
}
#category_menu_ul .category_menu_selected,
.filter_ourteam ul li a.category_menu_selected,
.filter_ourteam ul li a:hover {
    outline: none;
}
.portfolio_single .portfolio-tag a {
    color: #ffffff !important;
}
#primary .filter_portfolio a:hover,
#primary .filter_portfolio a:active,
#primary .filter_portfolio a:focus {
    /*    background-color: #db4c59;
        border-color: #db4c59;
        color: #ffffff !important;*/
}
.portfolio_content {
    margin-bottom: 35px;
    box-shadow: 0 1px 5px 1px #7c7c7c;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.portfolio_item_content span {
    color:#fff;
}
.portfolio_content > img {
    height: auto;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
}
.portfolio_content:hover img {
    transform: scale(1.5);
    -webkittransform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.effect_portfolio {
    background-color: #db4c59;
    content: "";
    height: 100%;
    right: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 0.7s ease 0s;
}
.portfolio_content:hover .effect_portfolio {
    right: 0;
}
.blog_img .overlay {
    background: none repeat scroll 0 0 rgba(219, 76, 89, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
}
.blog_img:hover .overlay {
    opacity: 1;
}
.blog_img .overlay > a {
    color: #fff;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 600;
}
.blog_img {
    margin-top: 15px;
}
.blog_img a {
    overflow: hidden;
}
.blog_img img {
    transition: all 0.7s ease-in-out 0s;
}
.blog_img:hover img {
    transform: scale(1.5);
}
.blog_img .overlay .news_content {
    left: 0;
    padding: 0px 64px;
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 29px;
    text-align: center;
}
span.veriyas-two-blog:hover a,.veriyas-two-blog:hover .fa.fa-bookmark {
    color : #db4c59;
}
.blog_img.col-xs-12.col-sm-4 {
    overflow: hidden;
}
.blog_wrapper .blog_section:nth-child(2n+1) {
    border-right: 1px solid #ddd;
}
.blog_wrapper .blog_section:nth-child(2n+3) {
    border-right: 1px solid #ddd;
}
.blog_wrapper .blog_section:nth-child(n+3) {
    border-top: 1px solid #ddd;
    margin-top: -30px;
}
.portfolio_icon i {
    color: #ffffff;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    font-size: 38px;
}
.portfolio_icon i.fa-search {
    font-size: 30px;
    line-height: 41px;
}
.blog_img .news_content i.fa.fa-plus::before,
.portfolio_icon i.fa.fa-plus::before,
.portfolio_item i.fa.fa-plus::before {
    content: "+";
}
.effect_portfolio h3 {
    width: 100%;
}
.effect_portfolio a {
    color: #ffffff;
}
.portfolio_icon {
    float: left;
    width: 100%;
}
.effect_portfolio a:hover {
    color: #ffffff;
}
.portfolio-tag {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.portfolio-tag * {
    color: #fff !important;
}
.port_content {
    position: absolute;
    width: 100%;
    opacity: 0;
    text-align: center;
    top: 35%;
}
.port_content h3{
    font-size: 16px;
    font-family: ralewayregular;
}
.news_content a i {
    color: #fff;
}
.port_content h3 {
    margin-top: 0;
}
#primary .port_content h3 a {
    color: #fff;
}
.portfolio_content:hover .port_content {
    opacity: 1;
}
.port_content.team-content {
    top: 25%;
}
/*------------------------ Portfolio full width ---------------------*/
.portfolio_contain {
    padding: 0 !important;
}
.portfolio_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portfolio_wrapper img {
    width: 100%;
}
.overlay {
    background-color: #db4c59;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.2s ease 0s;
}
.portfolio_wrapper:hover .overlay {
    opacity: 0.66;
}
.portfolio_item_content {
    left: 0;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
}
.portfolio_item_content p {
    color: #ffffff;
    font-family: verdana,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: all 0.2s ease 0.22s;
}
.portfolio_item_content h3 {
    color: #ffffff;
    letter-spacing: 2px;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: all 0.2s ease 0.12s;
    font-size: 16px;
    font-family: ralewayregular;
}
#primary .portfolio_item_content h3 a {
    color: #fff !important;
}
.portfolio_wrapper:hover .portfolio_item_content h3 {
    opacity: 1;
    top: 0;
}
.portfolio_wrapper:hover .portfolio_item_content p {
    opacity: 1;
    top: 0;
}
.portfolio_image {
    margin-top: 0;
}
/*********************/
/* 8.5 - Attachments */
/*********************/
.archive-header,
.page-header {
    margin-bottom: 48px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #606060;
    font-size: 12px;
    line-height: 2;
    margin-top: 22px;
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}
/******************/
/* 8.6 - Archives */
/******************/
.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment,
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
}
/****************/
/* 8.7 - Author */
/****************/
.author .archive-header {
    margin-bottom: 24px;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    padding-top: 24px;
    overflow: hidden;
}
.author-description p {
    color: #606060;
    font-size: 13px;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
}
.author.archive .author-avatar {
    margin-top: 0;
}
/*******************/
/* 8.8 - Comments */
/*******************/
.comments-title {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}
.comments-area article {
    border: 1px solid #dddddd;
    padding: 15px;
}
.comments-area article header {
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
    border: 1px solid #dddddd;
}
.comments-area article header cite,
.comments-area article header time,
.comments-area article header .edit-link,
.comments-area article section,
.comments-area article div.reply,
.comments-area article .comment-awaiting-moderation {
    display: block;
    margin-left: 85px;
}
.comments-area article header .edit-link {
    float: right;
    margin-left: 0;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    line-height: 1.42857143;
}
.comments-area cite b {
    text-transform: capitalize;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
}
.comments-area article header a {
    text-decoration: none;
}
.comments-area article header cite a {
    font-weight: bold;
    text-transform: capitalize;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 10px;
    margin-top: 3px;
}
.comments-area .bypostauthor cite b {
    font-weight: bold;
    text-transform: capitalize;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #606060;
    font-size: 13px;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #db4c59;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
}
/* Comment form */
#respond {
    margin-top: 48px;
}
#respond h3#reply-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
}
#respond form {
    margin: 24px 0;
}
#respond form p {
    margin: 11px 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.714285714;
    padding: 10px;
    width: 100%;
    background: #fff;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    color: #606060;
}
.required {
    color: red;
}
/*Main content and comment content*/
.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 24px;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
}
.entry-header .entry-title {
    line-height: 1.2;
    font-weight: normal;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    line-height: 1.846153846;
    color: #db4c59;
}
.comments-link a,
.entry-meta a {
    color: #db4c59;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post,
.featured-post-timeline {
    background: url("images/featured.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 110px;
    margin: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 111px;
}
.featured-post-two-column {
    background: url("images/feature_small_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 58px;
    margin: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 58px;
}
.featured-post-timeline {
    margin: 0;
}
.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 15px;
    line-height: 1.714285714;
    color : #818181;
}
.entry-content a:visited,
.comment-content a:visited {
    color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    padding: 24px;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.714285714;
    margin: 24px 0;
    overflow: auto;
    padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
    margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #606060;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 24px;
    width: 100%;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 24px 0;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
}
.site-content article {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.page-links {
    clear: both;
    line-height: 1.71429;
    margin-top: 10px;
    padding: 10px 0;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #444;
    font-weight: normal;
}
/****************/
/* 9.0 - Footer */
/****************/
footer[role="contentinfo"] {
    border-top: 1px solid #ededed;
    clear: both;
    line-height: 2;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: none repeat scroll 0 0 #1F1F1F;
}
#colophon .widget {
    margin-bottom: 25px;
}
footer.entry-meta {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.846153846;
    color: #606060;
}
footer .widget_1 .footer-image{
    margin-top: 20px;
}
footer .footer-widget-title{
    color: #818181;
    font-family: ralewayregular;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
footer aside.widget h3.widget-title {
    color: #818181;
    font-family: ralewayregular;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* Up arrow */
footer[role="contentinfo"] a.arrow-up {
    background: none repeat scroll 0 0 #db4c59;
    bottom: 45px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    line-height: 21px;
    opacity: 0.5;
    padding: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 9;
}
footer[role="contentinfo"] a.arrow-up:hover {
    opacity: 1;
}
footer[role="contentinfo"] a.arrow-up:focus {
    color: #ffffff !important;
}
/******************/
/* 9.1 Copyright */
/******************/
.footer-bottom {
    background: #1F1F1F;
}
footer[role="contentinfo"] a {
    color: #818181;
}
footer {
    color: #818181;
}
footer[role="contentinfo"] a:hover {
    color: #db4c59;
}
footer .site-info a {
    color: #db4c59;
}
.site-info {
    font-size: 13px;
    margin: 10px 0;
    font-family: verdana, sans-serif;
}
a.arrow-up span {
    color: #ffffff !important;
}
.poweredby-text {
    text-align: left;
}
.copyright-text {
    text-align: right;
}
.footer-top-border {
    border-top: 1px solid #444;
}
/****************/
/* 10.0 - Media */
/****************/
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: 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;
    line-height: 2;
    color: #606060;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}
/******************************/
/* 10.0.1 - Responsive images */
/******************************/
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/****************************/
/* 11.0 - Solwin Shortcodes */
/****************************/
.sol_header {
    text-transform: uppercase;
}
hr.sol_divider.solid {
    border-top: 2px solid #000;
}
hr.sol_divider.dashed {
    border-top: 2px dashed #000;
}
hr.sol_divider.dotted {
    border-top: 2px dotted #000;
}
hr.sol_divider.double {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    height: 2px;
}
hr.sol_spacer {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.sol_progressbardiv {
    width: 100%;
    clear: both;
}
.sol_progressbar {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 9px;
    height: 36px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
}
.progress_inner {
    height: 100%;
    float: left;
    padding: 7px 0 0 15px;
    color: #fff;
    overflow: visible !important;
}
.progress_inner.progress_inner_2 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-size: 40px 40px;
}
.progress_inner.progress_inner_3 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-size: 20px 20px;
}
.sol_spacer {
    clear: both;
}
body ul.nav-tabs li {
    padding: 0;
    background: none;
}
.faq-list .fa {
    font-size: 15px;
    padding-right: 10px;
}
.faq-list .question_heading {
    background: none repeat scroll 0 0 #db4c59;
    border: 1px solid #dddddd;
    color: #ffffff;
    margin: 0 0 5px;
    padding: 10px;
}
.question_heading span, .question_heading i {
    color: #ffffff;
}
.faq-answer {
    display: none;
}
.question_heading {
    cursor: pointer;
}
.faq-list.odd .question_heading {
    border: none;
}
.faq-list.odd .faq-single {
    border: 1px solid #ddd;
}
.faq-list.odd .question_heading {
    margin: 0;
}
.faq-list.odd .faq-answer {
    padding: 0 10px;
}
.faq-answer p {
    margin: 0;
    padding-bottom: 10px;
}
.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
}
.nav.nav-tabs.vertical {
    float: left;
    width: 25%;
}
.tab-content.vertical {
    float: left;
    min-height: 139px;
    width: 75%;
}
.nav-tabs.vertical li {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}
.nav-tabs.vertical li a {
    margin-right: 0;
    border-radius: 4px 0 0 0;
    border-right: none !important;
}
.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li.active > a:hover,
.nav-tabs.vertical > li.active > a:focus,
.nav-tabs.vertical > li > a:hover,
.nav-tabs.vertical > li > a:focus {
    border-bottom: 1px solid #e9e9e9;
}
.nav-tabs.tabstyle2 > li.active > a,
.nav-tabs.tabstyle2 > li.active > a:hover,
.nav-tabs.tabstyle2 > li.active > a:focus,
.nav-tabs.tabstyle2 > li > a:focus,
.nav-tabs.tabstyle2 > li > a:hover {
    background: #979797;
    color: #fff;
}
.tab-content ul li {
    list-style: inside none disc;
}
.tablist li a {
    text-align: center;
}
th,
td {
    border: 1px solid #e9e9e9;
    padding: 5px 8px;
}
.sol_piechart {
    float: left;
    text-align: center;
}
.pie_content {
    clear: both;
    text-align: justify;
}
.pie_title {
    clear: both;
    float: left;
    font-size: 17px;
    margin: 12px 0;
    width: 100%;
}
.alert strong {
    color: inherit;
}
.alert-button {
    background: none;
    float: right;
    height: 16px;
    width: 16px;
    padding: 0;
}
.pricing_table_div {
    text-align: center;
    clear: both;
}
.pricing_table_single {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    overflow: hidden;
}
.pricing_table_single.heighlight_price {
    box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.33);
    margin-top: -25px;
}
.pricing_table_single:hover {
    box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.33);
}
.pricing_table_single a:hover {
    text-decoration: none !important;
}
.pricing_table_single .title {
    background: #e7e7e7;
    font-size: 20px;
    padding: 10px;
}
.pricing_table_single.heighlight_price .title {
    background: #db4c59;
    color: #fff;
}
.pricing_table_single .price {
    border-bottom: 1px dotted #ccc;
    font-size: 38px;
    padding: 18px 0;
}
.pricing_table_single .time_period {
    font-size: 15px;
    padding: 0;
}
.pricing_table_single div {
    padding: 10px;
}
.pricing_table_single li {
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
    margin-left: 0 !important;
    padding: 5px 0;
}
.button_div {
    float: left;
    margin-bottom: 16px;
    width: 100%;
}
.button_div a,
.button_div a:hover,
.button_div a:focus {
    color: #fff !important;
}
.sol_shareicon {
    border: 1px solid #ccc;
    float: left;
    border-radius: 100%;
    margin-left: 6px;
    margin-bottom: 5px;
    padding: 8px 0;
    text-align: center;
    width: 34px;
    transition: background 0.4s ease-out 0s;
    -webkit-transition: background 0.4s ease-out 0s;
    -o-transition: background 0.4s ease-out 0s;
    -ms-transition: background 0.4s ease-out 0s;
}
#primary .sol_shareicon {
    color: inherit;
}
.sol_shareicondiv.large .sol_shareicon {
    height: 45px;
    padding: 12px 0;
    width: 45px;
}
.sol_shareicondiv.square .sol_shareicon {
    border-radius: 0;
}
.sol_shareicon .fa {
    font-size: 14px;
}
.sol_shareicondiv.large .sol_shareicon .fa {
    font-size: 20px;
}
#primary .sol_shareicon:hover {
    color: #fff !important;
}
.sol_shareicon.facebook:hover,
.sol_shareicon.facebook:focus {
    background: #3a589d;
    border-color: #3a589d;
}
.sol_shareicon.twitter:hover,
.sol_shareicon.twitter:focus {
    background: #2478ba;
    border-color: #2478ba;
}
.sol_shareicon.mail:hover,
.sol_shareicon.mail:focus {
    background: #E29C45;
    border-color: #E29C45;
}
.sol_shareicon.pinterest:hover,
.sol_shareicon.pinterest:focus {
    background: #cb2320;
    border-color: #cb2320;
}
.sol_shareicon.google-plus:hover,
.sol_shareicon.google-plus:focus {
    background: #dd4e31;
    border-color: #dd4e31;
}
.sol_shareicon.rss:hover,
.sol_shareicon.rss:focus {
    background: #fc7600;
    border-color: #fc7600;
}
.sol_shareicon.instagram:hover,
.sol_shareicon.instagram:focus {
    background: #3b6994;
    border-color: #3b6994;
}
.sol_shareicon.linkedin:hover,
.sol_shareicon.linkedin:focus {
    background: #0072b7;
    border-color: #0072b7;
}
.sol_shareicon.youtube:hover,
.sol_shareicon.youtube:focus {
    background: #c33223;
    border-color: #c33223;
}
.sol_shareicon.flickr:hover,
.sol_shareicon.flickr:focus {
    background: #e5086f;
    border-color: #e5086f;
}
.faq-list,
.sol_shareicondiv,
.marB18,
.sol_header {
    clear: both;
}
.nav-tabs.nav li {
    margin: 0;
}
.gm-style img {
    max-width: none;
}
.progress_inner {
    background-color: #db4c59 !important;
    font-size: 14px !important;
}
.sol_shareicon {
    font-size: 11.9px;
    line-height: 17px;
}
.sol_shareicondiv.large .sol_shareicon {
    font-size: 14px;
    line-height: 20px;
}
.progress_inner.progress_inner_1 > span,
.progress_inner.progress_inner_2 > span,
.progress_inner.progress_inner_3 > span {
    float: right;
    margin-right: 5px;
}
#primary div[role="tabpanel"] .nav-tabs > li > a {
    color: inherit;
}
#primary div[role="tabpanel"] .nav-tabs > li.active > a,
#primary div[role="tabpanel"] .nav-tabs > li.active > a:hover,
#primary div[role="tabpanel"] .nav-tabs > li.active > a:focus,
#primary div[role="tabpanel"] .nav-tabs > li > a:focus,
#primary div[role="tabpanel"] .nav-tabs > li > a:hover {
    color: #db4c59;
    background: none;
}
#primary div[role="tabpanel"] .tabstyle2.nav-tabs > li.active > a,
#primary div[role="tabpanel"] .tabstyle2.nav-tabs > li.active > a:hover,
#primary div[role="tabpanel"] .tabstyle2.nav-tabs > li.active > a:focus,
#primary div[role="tabpanel"] .tabstyle2.nav-tabs > li > a:focus,
#primary div[role="tabpanel"] .tabstyle2.nav-tabs > li > a:hover {
    background-color: #db4c59;
    color: #fff !important;
}
div[role="tabpanel"] .nav-tabs > li > a {
    border-color: #ccc;
}
.gm-style img {
    max-width: none;
}
/************************/
/* 12.0 - Ourteam block */
/************************/
.nav-single {
    border-bottom: 4px double #ededed;
    border-top: 4px double #ededed;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
}
.single-post-thumbnail {
    margin-bottom: 30px;
}
.postmeta_div span {
    margin-right: 8px;
    text-transform: capitalize;
}
.postmeta_div i {
    padding-right: 5px;
}
.search-results .blog_div {
    margin-bottom: 10px;
}
ul.nav-menu > li.edge > ul.sub-menu {
    right: 0;
}
.main-navigation .menu-item-has-children.edge ul {
    left: auto;
    right: 100%;
}
.filter_ourteam {
    text-align: center;
}
.filter_ourteam #ourteam_category_menu_ul {
    margin-bottom: 30px;
}
.isotope1.our-team {
    margin-bottom: 30px;
}
.port_content h3 a {
    color: #ffffff !important;
    text-transform: uppercase;
}
.our-team-designation a {
    background: none repeat scroll 0 0 #db4c59;
    color: #ffffff !important;
    padding: 5px 15px;
}
.our-team-designation a:hover {
    background: none repeat scroll 0 0 #444444;
    color: #ffffff !important;
}
.team-content ul li,
#ourteam_category_menu_ul li {
    margin: 0;
}
.team-content h3 {
    font-family: ralewayregular;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.postmeta_div a:hover {
    color: #db4c59;
}
.team_single {
    text-align: center;
}
.slide.team-back .portfolio_content {
    display: inline-block;
}
.our-team .portfolio_content {
    box-shadow: none;
}
/*****************************/
/* 13.0 - Supported Pluggins */
/*****************************/
img#wpstats {
    display: block;
    margin: 0 auto 24px;
}
/************************/
/* 14.0 - Media Queries */
/************************/
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media screen and (min-width: 600px) {
    .author-avatar {
        float: left;
        margin-top: 8px;
    }
    .author-description {
        float: right;
        width: 80%;
    }
    .site-content {
        float: left;
    }
    body.template-front-page .site-content,
    body.full-width .site-content {
        width: 100%;
    }
    .widget-area {
        float: right;
    }
    #respond form input[type="text"] {
        width: 46.333333333%;
    }
    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }
    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }
    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }
    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }
    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 24px;
    }
    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }
    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
    }
    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }
    .commentlist .children {
        margin-left: 48px;
    }
}
@media screen and (min-width: 960px) {
    body.custom-background-empty {
        background-color: #fff;
    }
    body.custom-background-empty .site,
    body.custom-background-white .site {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
    }
}
@media screen and (max-width: 1199px) {
    .blog .blog_content {
        min-height: 292px;
    }
    #wp-calendar th,
    #wp-calendar td {
        padding: 5px !important;
    }
    .single_block a i {
        width: 40% !important;
    }
}
@media screen and (max-width: 1099px) {
    .blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
        right: -114px;
    }
    .blog-wrap.timeline:nth-child(2n+1) .date_wrapper,
    .blog-wrap:nth-child(2n) .date_wrapper {
        width: 114px;
    }
    .blog-wrap.timeline:nth-child(2n) .date_wrapper {
        left: -114px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    footer .widget_1:nth-child(2n+1){
        clear: both;
    }
    .row .blog_wrapper .blog_section{
        border: medium none;
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    .blog_section .blog_content {
        min-height: 200px;
    }
}
@media screen and (max-width: 999px) {
    .main-navigation li a {
        padding: 10px;
    }
    .testimonial_slider_div:after {
        bottom: -25px;
    }
    .blog-wrap.timeline:nth-child(2n+1) .date_wrapper,
    .blog-wrap:nth-child(2n) .date_wrapper {
        width: 96px;
    }
    .blog-wrap.timeline:nth-child(2n+1) .date_wrapper {
        right: -96px;
    }
    .blog-wrap.timeline:nth-child(2n) .date_wrapper {
        left: -96px;
    }
    .single_block a {
        padding: 10px;
    }
    .next_carousel,
    .prev_carousel {
        top: 40%;
    }
    .testimonial_slider_div:after {
        bottom: -28px;
    }
    .portfolio_item_content h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .top-header {
        margin: 28px 0px 18px 0px;
    }
    .single_block a i {
        width: 23% !important;
    }
    .prev_carousel.fa, .next_carousel.fa {
        top:30%;
    }
    .blog_img .overlay .news_content {
        top: 42%;
    }
    .blog_img {
        border-right: none;
    }
    .blog_content {
        border-left: 1px solid #eeeeee;
    }
    .blog_section .blog_img {
        border-right: 1px solid #eeeeee;
    }
    .blog_section .blog_content {
        border-left: none;
        float: left;
    }
    .blog_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .next_carousel,
    .prev_carousel {
        top: 52%;
    }
    .blog .blog_content {
        min-height: 200px;
        display: inline-block;
    }
    .comment-notes > span#email-notes {
        float: left;
        width: 100%;
    }
    .poweredby-text,
    .copyright-text {
        text-align: center;
    }
    .site-info.copyright-text {
        margin-top: 0;
    }
    .site-info.poweredby-text {
        margin-bottom: 0;
    }
    footer .widget_1:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 768px) {
    .port_content {
        top: 20%;
    }
}
@media screen and (max-width: 767px) {
    .top-header .head-social {
        /*margin-top: 15px;*/
    }
    .blog .blog_content {
        min-height: 1px;
    }
    .head-social a {
        float: none;
        display: inline-block;
        margin: 5px 2px;
    }
    .head-search {
        margin: 5px 0;
    }
    .head-search #searchform-head {
        margin: 0 auto;
        float: none;
    }
    .blog_div .blog_img {
        text-align: center;
    }
    div[role="tabpanel"] {
        margin-top: 15px;
    }
    .tab-page.padding_left_0,
    .tab-page.padding_right_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pricing_table_single.heighlight_price {
        margin-top: 0;
    }
    .post_wrapper.box-blog {
        margin-bottom: 40px;
    }
    .filter_portfolio li {
        margin: 0;
        padding: 5px 3px;
    }
    .portfolio_single,
    .portfolio_contain {
        float: left;
        /*max-width: 315px;*/
        width: 100%;
    }
    .portfolio_contain {
        /*max-width: 305px;*/
    }
    .single_block {
        margin-bottom: 30px;
    }
    .test_content {
        margin-top: 20px;
    }
    .next_carousel,
    .prev_carousel {
        top: 50%;
    }
    .next_carousel.fa {
        right: 13px;
    }
    .prev_carousel.fa {
        left: 13px;
    }
    .rslides_nav.prev,
    .rslides_nav.next {
        display: none;
    }
    .port_content {
        top: 35%;
    }
    .row .blog_wrapper .blog_section{
        border: medium none;
        margin: 0;
    }
    .blog_div .blog_img{
        display: inline-block;
    }
    .blog_section .blog_div{
        text-align: center;
    }
    .blog_title{
        padding-right: 0;
    }
    .blog_title h3{
        float: none;
    }
    body.blog .blog_title h3{
        float: left;
    }
    .blog_content .col-xs-12.padding_left_0.text-justify{
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .testimonial_slider_div:after {
        bottom: -23px;
    }
    .test_content {
        margin-top: 20px;
    }
    .colo-bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .timeline.blog-wrap .date_wrapper {
        display: none !important;
    }
    .blog-wrap.timeline:nth-child(2n+1) {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }
    .blog-wrap.timeline:nth-child(2n) {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }
    .post_wrapper.box-blog .desc {
        background: #fff;
    }
    .post_wrapper.box-blog {
        float: left;
        width: 100%;
        border: 1px solid #eee;
    }
    .sol_shareicon {
        margin-top: 5px;
    }
    .next_carousel,
    .prev_carousel {
        top: 55%;
    }
    .contact_us_form aside.widget_text,
    .contact_us_form aside {
        width: 100% !important;
    }
    .contact_us_form aside {
        float: left;
        padding-left: 0px;
    }
    .timeline.blog-wrap {
        border: 0 none;
    }
}
@media screen and (max-width: 550px) {
    .site-header h1.notagline.logo-text {
        margin-bottom: 7px;
        margin-top: 7px;
    }
    .top-header .head-social {
        margin-top: 0;
    }
    .top-header {
        width: 100%;
        padding: 5px 0;
    }
    .header-logo-text {
        width: 100% !important;
    }
    .site-header h1,
    .top-header .head-social {
        text-align: center;
    }
    .top-header{
        margin: 0;
    }
    .site-header h1{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .testimonial_slider_div:after {
        bottom: -20px;
    }
    .test_img,
    .test_content {
        text-align: center;
    }
    .testimonial_slider_div {
        padding-left: 5px;
        padding-right: 5px;
        width: 99%;
    }
    .gmnoprint > div > div {
        visibility: hidden;
    }
    .progress_inner {
        white-space: nowrap;
    }
    .sol_header {
        text-align: left;
    }
    .portfolio_single,
    .portfolio_contain {
        max-width: 100%;
    }
    .team_single {
        width: 100% !important;
    }
    .single_block {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .top-header .head-social {
        text-align: center;
        width: 100% !important;
        position: relative;
    }
    .top-header .head-search,
    .top-header .searchform {
        float: right;
        left: 0;
        position: absolute;
        top: 2px;
        width: 275px;
        z-index: 999;
    }
    .site-header h1,
    .site-header h2 {
        text-align: center;
    }
    .our-team .portfolio_content {
        text-align: center;
    }
}
@media screen and (max-width: 360px) {
    .footer_area .widget_1 {
        width: 100%;
    }
}