/*
Theme Name: Revolve
Theme URI: http://accesspressthemes.com/revolve
Author: AccessPress Themes
Author URI: http://accesspressthemes.com/
Description: Revolve is a simple and adaptable multipurpose WordPress theme suited for personal, blog, magazine, publishing and portfolio websites.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: revolve
Tags: featured-images, full-width-template, rtl-language-support, threaded-comments, translation-ready, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Revolve is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 10px 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 10px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin-bottom: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 10px .6em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #E11B30;
}
a:focus,
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
} 
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*overflow-y:auto;*/
    height:90%;
    /*overflow-x:hidden;*/
}
.main-navigation > ul > li {
    font-size: 13px;
}
.main-navigation > ul > li > a {
    display: block;
    text-decoration: none;
    color: #999;
    position: relative;
    padding: 25px 20px;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    left: -1px;
    background: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-bottom: -1px;

}
.main-navigation > ul > li.active > a,
.main-navigation > ul > li > a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    left: -8px;
    box-shadow: 8px 0 0 #E11B30;
    color: #E11B30;
}
.main-navigation ul ul {
    display: none;
}
.main-navigation ul ul li a {
    position: relative;
    display: block;
    line-height: 1.2;
    left: 0;
    border-left: 1px solid #ededed;
    background-color: #f5f5f5;
    color: #757575;
    font-size: 10px;
    padding: 8px 5px;
    text-transform: none;
    background-image: url('images/icon-chevron-left.svg');
    background-repeat: no-repeat;
    background-position: -10px 50%;
    background-size: 6px;
    text-decoration: none;
}
.main-navigation ul ul li a:hover {
    background-color: #ededed
}
.main-navigation ul.sub-nav li a{
	position:relative;
}
.main-navigation ul.sub-nav li a:before{
	position:absolute;
	left:-20px;
	font-family: FontAwesome;
    top:50%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
   	content: "\f104"; 
   	opacity:0;
   	font-size:18px;
}
.main-navigation ul.sub-nav li a:hover:before{
	left:5px;
	opacity:1;
}
.viewbox-container{
	z-index:99999 ! important;
}
.main-navigation ul.sub-nav li a:hover{
	box-shadow:0 0 0;
	left:0;
	padding-right:14px;
}
.main-navigation ul.sub-nav li.active a:before{
	opacity:1;
	left:10px;
	z-index:999;
}
.main-navigation ul ul li.active a {
    background-color: #ededed;
    width: 138px;
    padding-left: 22px;
    padding-right: 14px;
    left: -8px;
    box-shadow: none;
    background-position: 8px 50%;
}
.main-navigation ul ul ul {} .main-navigation ul ul a {} .main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {} .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {} .main-navigation .current_page_item > .sub-nav,
.main-navigation .current-menu-item > .sub-nav {
    display: block;
}
.main-navigation .menu-item:hover .sub-menu {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
}
/*.main-navigation .menu-item:hover .sub-menu li{
	-webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.header-social-icons-container {
    padding: 20px 0 0 0;
    text-align: center;
    background: #fff;
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 130px;
    /*8%;*/
}
.header-social-icons-container .aps-each-icon {
    padding: 0 2px;
}

#revolve-side-nav{
    position: fixed;
    width: 130px;
    right:0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
}
.revolve-site-header{
	position: fixed;
    top: 0;
    left: auto;
    height: 75px;
    text-align: center;
    width: 130px;
    right: 0;
    z-index: 200;
    overflow:hidden;
}
.main-navigation{
	overflow: visible;
    position: relative;
    top: -1px;
    width: 130px;
    height: 100%;
    padding-top: 100px;
    background-color: white;
    z-index:1;
    right:0;
    margin-bottom:20px;
}
.header-social-icons-container{
    position: fixed;
    width: 129px;
    bottom: 0;
    right: 0px;
    background-color: white;
    z-index:20;
    padding:5px;
    border-top: 1px solid #f1f1f1;
}
.current-menu-parent.current-menu-ancestor ul.sub-menu{
	display:block;
}
.current-menu-parent.current-menu-ancestor ul.sub-menu li.current-menu-item a{
    background-color: #ededed;
    width: 138px;
    padding-left: 22px;
    padding-right: 14px;
    left: -8px;
    box-shadow: none;
    background-position: 8px 50%;
}

/* added css for mscroll menu*/

.menu .mCSB_container li > a {
    display: block;
    text-decoration: none;
    color: #999;
    position: relative;
    padding: 25px 20px;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    left: -1px;
    background: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-bottom: -1px;
    margin-right:7px;
    font-size: 13px;
}

.menu .mCSB_container li ul  a {
 font-size: 10px;
  }

.menu .mCSB_inside > .mCSB_container {
    margin-right: 14px;
}


.menu .mCSB_container  li.active > a, 
.menu .mCSB_container  li > a:hover, 
.menu .mCSB_container  .current_page_item > a, 
.menu .mCSB_container  .current-menu-item > a {
    left: -8px;
    box-shadow: 8px 0 0 #E11B30;
    color: #E11B30;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 15px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/** Home Page Nav CSS **/
/*
#revolve-site-branding{
	position: relative;
	padding: 10px;
	border-bottom:1px solid #EEE;
	margin-bottom: -1px;
}

#revolve-site-branding .revolve-site-logo{
	webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

}
/*
#revolve-site-branding:hover .revolve-site-logo{
	webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
*/
/*
.revolve-site-tagline{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 10px;
	webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.revolve-site-tagline p{
	margin: 0;
}*/

#revolve-side-nav {
    position: fixed;
    right: 0;
    width: 130px;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    border-left: 1px solid #EEE;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow:hidden;
}
#revolve-site-branding {
    height: 100px;
    overflow: hidden;
}
.revolve-site-logo,
.revolve-site-tagline {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    padding: 10px;
}
.revolve-site-logo {
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.revolve-site-tagline {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: rotateX(-91deg);
    -moz-transform: rotateX(-91deg);
    -ms-transform: rotateX(-91deg);
    transform: rotateX(-91deg);
}
.one .revolve-site-tagline{
	opacity:1;
	-webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.revolve-site-tagline p {
    font-size: 11px;/*15px*/
    line-height: normal;
    margin: 0;
    color:#000;
}
.revolve-site-tagline p a {
    font-size: 22px;
    font-weight: bold;
    color: #e11b30;
    margin-bottom: 5px;
    display: inline-block;
}
#revolve-site-branding:hover .revolve-site-logo {
    opacity: 0.;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: rotateX(91deg);
    -moz-transform: rotateX(91deg);
    -ms-transform: rotateX(91deg);
    transform: rotateX(91deg);
}
#revolve-site-branding:hover .revolve-site-tagline {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#revolve-site-branding.one .revolve-site-logo {
    transform: none;
}
#revolve-side-nav::-webkit-scrollbar {
    width: 0;
}
#revolve-home-slider,
#revolve-page-content {
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
}
body:first-of-type #revolve-home-slider,
body:first-of-type #revolve-page-content {
    margin-right: 130px;
}
.revolve-sliders-captions {
    position: absolute;
    top: 50%;
    width: 80%;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transform: translate(-50px, -50%);
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
}
.revolve-sliders-captions .revolve-caption-title {
    font-size: 72px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.1;
   	text-shadow: 3px 2px 5px #000;
}
.revolve-caption-description {
    font-size: 20px;
}
.revolve-slider-widget {
    position: absolute;
    bottom: 8%;
    width: 100%;
    padding: 0 55px;
}
.revolve-slider-widget .hm-feat-post-wrap {
    width: 33%;
    float: left;
}
.revolve-slider-widget .hm-feat-post-wrap a {
    color: #fff;
    text-decoration: none;
}
.revolve-slider-widget .hm-feat-post-wrap .wd-pub-date {
    font-size: 14px;
    letter-spacing: 0.45em;
    color: #FFF;
    margin-bottom: 0;
    color: #DDD;
}
.wd-feat-post-title {
    font-size: 27px;
    line-height: normal;
    margin: 10px 0;
    position: relative;
    padding-right: 24px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wd-feat-post-title:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 24px;
    top: 4px;
    left: -24px;
    background-color: #e11b30;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.revolve-slider-widget .hm-feat-post-wrap:hover h2 {
    left: 18px;
}
.revolve-slider-widget .hm-feat-post-wrap:hover .wd-feat-post-title:before {
    left: -42px;
    width: 24px;
}
.revolve-bar {
    width: 72px;
    height: 78px;
    background-color: #e11b30;
    float: left;
    margin-right: 20px;
}
.revolve-cap-text {
    float: left;
}
.revolve-cap-text a {
    display: block;
    text-decoration: none;
    color: #FFF;
}
.revolve-sliders-captions:hover {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.revolve-sliders {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.revolve-sliders:last-child .revolve-move-down {
    display: none;
}
.revolve-move-down {
    background: url('images/icon-arrow-down.svg') no-repeat center;
    height: 100px;
    width: 40px;
    position: absolute;
    right: 50px;
    top: 50%;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.revole-page-header {
    padding: 50px 0;
    display: table;
    position: relative;
}
.revole-page-header:after {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    top: 55px;
    left: 0;
}
.revolve-page-header-left,
.revolve-page-content-right {
    display: table-cell;
    width: 50%;
    padding: 0 40px;
}
.revolve-page-header-left {
    padding-left: 50px;
    font-size: 40px;
    line-height: 1;
    border-right: 2px solid #EEE;
}
.revolve-page-content-right {} .sub-block-header {
    position: relative;
    border-left: 25px solid #E11B30;
    overflow: hidden;
    object-size: cover;
}
.sub-block-header img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-block-title {
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #FFF;
    font-size: 60px;
    text-shadow: 4px 3px 7px #000;
}
.sub-block-content {
    padding: 50px;
}
.revolve-move-down:hover {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@-moz-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@-ms-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

p {
    font-size: 18px;
    color: #676767;
    line-height: 2rem;
    letter-spacing: -0.015rem;
}
/*======================why page style starts======================*/

.sub-block-content h3 {
    font-size: 31px;
    margin-bottom: 30px;
    line-height: 35px;
}
.sub-block-content h4 {
    font-size: 28px;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}
.sub-block-content h4:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 22px;
    background-color: #E11B30;
}
.sub-block-content h4 strong {
    font-size: 23px;
    font-weight: bold;
}
.block-content--list {
    border-top: 2px solid #EEE;
    padding-top: 20px;
    margin-top: 24px;
}
.block-content--list h4 {
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
}
.block-content--list h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 22px;
    background-color: #E11B30;
}
.block-content--list ul {
    margin: 0;
    padding-left: 18px;
    padding-top: 0;
    width: 100%;
    display: table;
}
.block-content--list ul li {
    font-size: 22px;
    width: 48%;
    float: left;
    padding: 0 35px 0 5px;
    line-height: 30px;
    margin: 4px 0;
    list-style-type: square;
}
/*======================why page style ends======================*/
/*=================team style starts============*/

#team-control {
    padding: 20px 20px 0px;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
#team-control .team-lays {
    float: left;
}
#team-control .team-lays .icon-active {
    color: #e11b30;
}
.team-member.inactive {
    pointer-events: none;
}
.format-grid,
.format-tile,
.format-list {
    display: inline-block;
    margin-right: 10px;
}
.format-grid a,
.format-tile a,
.format-list a {
    font-size: 21px;
}
#team-control .team-search {
    float: right;
    position: relative;
}
#team-control .team-search .fa-search {
    position: absolute;
    right: 13px;
    top: 12px;
    color: #e11b30;
}
#team-control .team-search .team-search-box {
    float: right;
    width: 400px;
    height: 38px;
    position: relative;
    padding: 3px 40px 3px 5px;
}
#team-control .team-search .team-search-box .fa {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #ff6f00;
}
#team-control .team-search .team-search-box input[type="text"] {
    width: 100%;
    padding-left: 38px;
    border-radius: 3px;
    height: 40px;
}
#team-control .ream-search .search-leadership {
    display: inline-block;
    margin-right: 50px;
}
#search-leadership > span {
    color: #ff6f00 !important;
}
/*=================team style ends============*/

.team-list-block {
    width: 100%;
    display: inline-block;
}
.team-list-block .team-image-wrap {
    width: 19.5%;
    float: left;
    text-align: center;
    margin: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.team-list-block .team-image-wrap .team-image {
    background: #e11b30;
    position:relative;
}
.team-list-block .team-image-wrap.inactive .team-image:before{
	content:'';
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:1;
}
.team-list-block .team-image-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.team-list-block .team-image-wrap:hover img,
.team-list-block .team-image-wrap.active .team-image img {
    opacity: 0.8;
    -moz-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
    -o-transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
}
.team-list-block .team-image-wrap .team-member-name {
    font-size: 21px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    line-height: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.team-list-block .team-image-wrap:hover .team-member-name,
.team-list-block .team-image-wrap.active .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*tile view of team style*/

.team-tile-layout .team-image-wrap {
    width: 49.5%;
    background: none;
}
.team-tile-layout .team-image-wrap:hover img {
    transform: none;
    opacity: 1;
}
.team-tile-layout .team-image-wrap .team-image:hover img {
    transform: none;
    opacity: 1;
}
.team-tile-layout .team-image-wrap.active .team-image img {
    opacity: 0.8;
    -moz-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
    -o-transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
}
.team-tile-layout .team-image-wrap .team-image {
    width: 50%;
    float: left;
}
.team-tile-layout .team-image-wrap .team-member-name,
.team-tile-layout .team-image-wrap.active .team-member-name {
    position: relative;
    width: 50%;
    display: inline-block;
    opacity: 1;
    color: #e11b30;
    top: 50%;
    transform: translateY(50%);
    text-align: left;
}
.team-tile-layout .team-image-wrap:hover .team-member-name {
    transform: translateY(50%);
}
/*============team list layout style=======*/

.team-list-layout {
    padding: 0 20px;
}
.team-list-layout .team-list-block .letter-group {
    width: 24%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}
.team-list-layout .team-list-block .letter-group h2 {
    border-bottom: 1px solid #eee;
}
.team-list-layout .team-list-block .team-image-wrap {
    width: 100%;
    text-align: left;
}
.team-list-layout .team-list-block .team-image-wrap .team-member-name {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
    color: #5F5757;
    font-size: 18px;
    border: 0;
}
.team-list-layout .team-list-block .team-image-wrap.active .team-member-name {
    color: #e11b30;
}
.team-list-layout .team-list-block .team-image-wrap .team-member-name:before {
    content: '';
    position: absolute;
    left: 0;
    height: 40%;
    width: 3px;
    background: #e11b30;
    top: 14px;
}
.team-list-layout .team-list-block .team-image-wrap .team-member-name:hover {
    color: #e11b30;
}
/*=====team info block style====*/

.team-info-block {
    position: relative;
    padding: 40px;
    padding-right: 20px;
}
.team-list-layout .team-info-block{
	padding-right:0px;
}
.team-info-block .close-team-info {
    position: absolute;
    top: 70px;
    right: 20px;
    cursor: pointer;
    color: #e11b30;
    font-size: 25px;
}
.team-list-layout .team-info-block .close-team-info {
	right:0;
}
.team-inner-info {
    width: 100%;
    padding-bottom: 30px;
    display: table;
    border-bottom: 1px solid #eee;
}
.team-inner-info h2 {
    font-size: 48px;
    position: relative;
    line-height: normal;
}
.team-inner-info h2:before {
    content: '';
    width: 15px;
    height: 36px;
    background-color: #e11b30;
    top: 7px;
    left: -39px;
    position: absolute;
}
.bio {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
}
.bio .bio {
    width: 100%;
}
.bio h3 {
    margin: 20px 0;
}
.bio ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}
.bio ul li {
    list-style: square;
    margin-bottom: 20px;
        font-size: 18px;
    color: #676767;
    line-height: 2rem;
    letter-spacing: -0.015rem;
}
.team-inner-image {
    width: 50%;
    text-align: right;
    float: right;
    padding-left: 20px;
    padding-top: 60px
}
/*==========blog section style*/

.blog-page-header .title_section {
    top: 50%;
    width: 80%;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transform: translate(-50px, -50%);
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    padding-left: 86px;
    padding-right: 20px;
}
.blog-page-header .title_section .revolve-bar {
    display: none;
}
.blog-page-header .title_section:hover {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-page-header .title_section .feat-post-pubdate {
    font-family: "AvenirLT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 22px;
    color: #DDD;
    letter-spacing: 0.45em;
    margin-bottom: 0;
}
.blog-page-header .title_section p {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 26px;
    letter-spacing: -0.025em;
}
.blog-page-header .title_section h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
}
.blog-page-header .title_section h2:before {
    content: '';
    width: 72px;
    height: 50px;
    background-color: #E11B30;
    float: left;
    margin-right: 20px;
    position: absolute;
    left: -85px;
    top: 0;
}
.blog-page-header {
    padding: 100px 0;
    background-size: cover;
}
.page-blog-container {
    width: 100%;
    display: table;
    clear: both;
}
.blog-post-wrap {
    width: 33%;
    display: inline-block;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.blog-post-wrap img {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}
.blog-post-wrap:hover img {
    transform: scale(1.2);
}
.blog-post-wrap:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    z-index: 2;
}
.blog-post-wrap:before {
    content: '';
    position: absolute;
    bottom: -11px;
    right: -2px;
    width: 2px;
    height: 20px;
    background-color: #FFF;
    z-index: 2;
}
.blog-post-wrap:nth-child(3n+3) {
    border-right: none;
}
.blog-post-wrap .pub-date {
    font-size: 15px;
    color: #232121;
    letter-spacing: 0.025em;
    font-family: "AvenirLT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.blog-post-wrap .entry-summary {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 40px 40px 40px 24px;
    height: 100%;
    width: 100%;
    margin: 0;
}
.blog-post-wrap:hover .entry-summary {
    background: rgba(255, 255, 255, 0.51);
}
.blog-post-wrap .entry-summary .blog-post-title {
    font-size: 27px;
    margin: 10px 0;
    position: relative;
    padding-right: 24px;
    left: 0;
    font-family: 'AvenirLT-Medium', "AvenirLT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: normal;
}
.blog-post-wrap .entry-summary .blog-post-title:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 24px;
    top: 0px;
    left: -24px;
    background: #E11B30;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-post-wrap .blog-post-excerpt {
    color: #1B1919;
    line-height: 18px;
    font-weight: 400;
    font-family: "AvenirLT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.blog-post-wrap:hover .blog-post-title:before {
    left: -42px;
    width: 24px;
}
.blog-post-wrap:hover .blog-post-title {
    left: 18px;
}
.blog-post-wrap:hover .blog-post-excerpt {
    opacity: 1;
    left: 18px;
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.blog-post-wrap:hover .blog-post-title:before {
    left: -42px;
    width: 24px;
}
.prev-next-posts {
    width: 100%;
    display: table;
    padding: 50px;
}
.prev-posts-link {
    float: left;
    width: 50%;
}
.next-posts-link {
    float: right;
    text-align: right;
    width: 50%;
}
/*==========news section style============*/

.page-blog-container .blog-post-wrap {
    width: 100%;
    border: 0;
    background: #e11b30;
    max-height: 300px;
    display: block;
}
.page-blog-container .blog-post-wrap:nth-child(even) .image-wrap {
    float: right;
}
.page-blog-container .blog-post-wrap .image-wrap {
    width: 50%;
    float: left;
    overflow: hidden;
}
.page-blog-container .blog-post-wrap:hover img {
    transform: none;
}
.page-blog-container .blog-post-wrap .image-wrap img {
    width: 100%;
}
.page-blog-container .blog-post-wrap .entry-summary {
    width: 50%;
    display: inline-block;
    position: relative;
    background: none;
}
.page-blog-container .blog-post-wrap .entry-summary a,
.page-blog-container .blog-post-wrap .blog-post-excerpt,
.page-blog-container .blog-post-wrap .entry-summary .pub-date {
    color: #fff;
}
.page-blog-container .blog-post-wrap .entry-summary .blog-post-title:before {
    background: #fff;
}
/*====================portfolio style starts=====================*/

.portfolio-post-container {
    width: 100%;
    display: table;
    padding: 0 10px;
}
.portfolio-post-wrap {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0.5px;
}
.port-post-title {
    position: absolute;
    top: -50px;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    /*text-align: center;*/
    opacity: 0;
    /*transform: translate3d(0, -44px, 0);*/
  /*  top: 0%;
    left: 0;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.27);
    -webkit-box-shadow: 0px 1px 6px #000;
    box-shadow: 0px 1px 6px #000;*/
    padding: 20px 10px;
    color: #fff;
    transition: all 0.6s ease-in-out 0s;
    text-align: center;
}
.portfolio-post-wrap:hover .port-post-title {
    opacity: 1;
    /*transform: translate3d(0, 0, 0);*/
    z-index: 999;
    top: 20%;
}
.portfolio-post-wrap img{
 transform: scale(1);
  transition: all 0.8s ease-in-out 0s; 
  width:100%;
  object-size:cover;

}
.portfolio-post-wrap:hover img{ 
    transform: scale(1.5);
 }

.portfolio-post-wrap:after{ 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    content: "";
    position: absolute;
    background: rgba(228, 21, 40, 0);
    
    transform: scale(0);
    transition: all 0.8s ease-in-out 0s;

     }

   .portfolio-post-wrap:hover:after{
     background: rgba(228, 21, 40, 0.4);
    transform: scale(1);
   }  

.port-link-wrap {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 max-width: 100px;
	 max-height: 80px;
	 left: 0;
	 top: 0;
	 margin: auto;
	 z-index: 999;
	 transition: all 0.6s ease-in-out 0s;
	 transform: scale(0);
}
.portfolio-post-wrap:hover .port-link-wrap{ transform: scale(1); }

/*.port-link-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    border-style: solid;
    border-width: 0 0 414px 394px;
    border-color: transparent transparent #E11B30 transparent;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    -moz-transition: opacity 0.45s, -moz-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
}*/
/*.portfolio-post-wrap:hover .port-link-wrap:before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    -moz-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}*/
.port-link-wrap p {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.port-link-wrap p span a {
    font-size: 21px;
    color: #eee;
    margin: 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.portfolio-post-wrap:hover p span a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-post-wrap:hover p span:first-child a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.single-portfolio-post .portfolio-post_feat-image {
    padding: 50px 50px 0 50px;
}
/*=========about style csss================*/

.page-template-default .entry-header,
.single-portfolio-post .entry-header,
.single-post .entry-header {
    /*padding: 50px 0;*/
}
.page-template-default .entry-header h1,
.single-portfolio-post .entry-header h1,
.single-post .entry-header h1 {
    font-size: 40px;
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}
.page-template-default .entry-header h1:before,
.single-portfolio-post .entry-header h1:before,
.single-post .entry-header h1:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    left: 0;
    top: 11px;
}
.page-template-default .entry-content,
.single-portfolio-post .entry-content,
.single-portfolio-post .entry-footer,
.single-post .entry-content,
.single-post .entry-footer {
    padding: 0 50px;
}
}
.single-portfolio-post article,
.single-post article {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.single-portfolio-post .entry-footer .cat-links,
.single-post .entry-footer .cat-links {
    font-weight: bold;
    color: #AFAFAF;
    letter-spacing: 0.075em;
}
.single-portfolio-post .entry-footer .cat-links a,
.single-post .entry-footer .cat-links a {
    font-weight: 500;
    margin-left: 9px;
}
.single-portfolio-post .comments-area,
.single-post .comments-area {
    padding: 40px 50px 50px 50px;
}
.comments-area .comment-list article.comment-body {
    border: 1px solid #aaa;
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
}
.comments-area .comment-list article.comment-body .reply a {
    display: inline-block;
    padding: 3px 12px;
    font-size: 13px;
    line-height: 22px;
   
    text-align: center;
    vertical-align: middle;
    
   
    
    margin: 0 auto;
    
    border: 2px solid transparent;
    position: relative;
}
.comments-area .comment-list article.comment-body .reply a:before{ 
    position: absolute;
     content:"\f045"; 
     font-family: fontawesome;
     color: #000;
      left: -5px; 
      top: 5px;

      }

.comments-area .comment-list article.comment-body .reply a:hover {
    text-decoration: none;
    cursor: pointer;
    
    color: #e11b30;
}
.comments-area .comment-list article.comment-body .comment-metadata a {
    color: #aaa;
    font-size: 12px;
}
.comments-area .comment-list article.comment-body .comment-content p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 0;
    line-height: 1.3;
    font-size: 16px;
}
form p label,
.single-portfolio-post .comments-area form p label,
.single-post .comments-area form p label {
    width: 15%;
    color: #6B6767;
    float: left;
    font-weight: bold;
}
form p label span,
.single-portfolio-post .comments-area form p label span,
.single-post .comments-area form p label span {
    color: #E11B30;
}
form p input,
form p textarea,
.single-portfolio-post .comments-area form p input,
.single-portfolio-post .comments-area form p textarea,
.single-post .comments-area form p input,
.single-post .comments-area form p textarea {
    width: 70%;
    display: inline-block;
    min-height: 50px;
    border-left: 5px solid #E11B30;
}
form .form-submit,
.single-portfolio-post .comments-area form .form-submit,
.single-post .comments-area form .form-submit {
    text-align: center;
}
form p input[type="submit"],
.single-portfolio-post .comments-area form p input[type="submit"],
.single-post .comments-area form p input[type="submit"] {
    color: #fff;
    font-size: 25px;
    width: auto;
    border: 2px solid #E11B30;
    background: #E11B30;
    box-shadow: none;
    text-shadow: none;
    -webki-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
form p input[type="submit"]:hover,
.single-portfolio-post .comments-area form p input[type="submit"]:hover,
.single-post .comments-area form p input[type="submit"]:hover {
    background: none;
    color: #E11B30;
    text-shadow: none;
    border: 2px solid #E11B30;
}
.single-post .entry-header .entry-meta {
    padding: 20px 20px 20px 50px;
    letter-spacing: 0.075em;
    color: #CCC;
}
/*==============search result style============*/

.search .content-area {
    padding: 50px;
}
.search .page-header {
    margin-bottom: 50px;
}
.search .page-title {
    font-size: 50px;
    line-height: 60px;
    position: relative;
}
.search .page-title:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    top: 11px;
    left: -50px;
}
.search .entry-meta {
    padding: 20px 20px 0 0px;
    letter-spacing: 0.075em;
    color: #CCC;
}
.search .cat-links {
    font-weight: bold;
    color: #AFAFAF;
    letter-spacing: 0.075em;
}
.search .cat-links a {
    font-weight: 500;
}
.search .comments-link {
    margin-left: 10px;
}
/*=========archive style========*/

.archive .page-header {
    padding: 50px 0;
}
.archive .page-title {
    font-size: 50px;
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}
.archive .page-title:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    left: 0;
    top: 11px;
}
/*==========next previous style========*/

.nav-links {
    width: 100%;
    display: table;
    padding: 0 50px;
}
.nav-links .nav-previous a,
.nav-links .nav-next a,
.prev-next-posts .prev-posts-link a,
.prev-next-posts .next-posts-link a {
    display: inline-block;
    background: #e11b30;
    border: 2px solid #e11b30;
    color: #fff;
    position: relative;
    transition: all linear 0.3s;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.prev-next-posts .prev-posts-link a:hover,
.prev-next-posts .next-posts-link a:hover {
    border: 2px solid #e11b30;
    background: none;
    color: #e11b30;
}
.nav-links .nav-previous a,
.prev-next-posts .prev-posts-link a {
    padding: 10px 13px 10px 25px;
}
.nav-links .nav-next a,
.prev-next-posts .next-posts-link a {
    padding: 10px 25px 10px 13px;
}
.nav-links .nav-previous a:before,
.prev-next-posts .prev-posts-link a:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 5px;
    top: 11px;
}
.nav-links .nav-next a:before,
.prev-next-posts .next-posts-link a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 11px;
}
/*=============contact page style======*/

.contact-form-container,
.contact-map-container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
.contact-form-container {
    padding-right: 20px;
}
.contact-map-container {
    padding-top: 50px;
}
.contact-form-container form p input,
.contact-form-container form p textarea {
    width: 100%;
    border-left: 5px solid #E11B30;
    padding: 10px 3px;
}
.contact-form-container form p input[type="submit"] {
    width: auto;
    border: 0;
    border: 2px solid #E11B30;
    padding: 10px 20px;
}
.contact-form-container form p input[type="submit"]:hover {
    border: 2px solid #E11B30;
}
.contact-form-contain,
.contact-address-contain {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form-contain {
    padding-left: 10px;
    width: 50%;
}
.contact-address-contain {
    width: 49%;
}
.contact-form-contain form p input[type="text"],
.contact-form-contain form p input[type="email"],
.contact-form-contain form p textarea {
    width: 100%;
    border-left: 5px solid #E11B30;
    padding-left:10px;
}
/*====error style====*/

.error-404 .page-header h1 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}
.error-404 .page-header {
    padding: 50px 0;
}
.error-404 .page-header h1:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    left: 0;
    top: 11px;
}
.error-404 .page-content {
    padding: 50px;
}
.error-404 .page-content form input[type="search"] {
    width: 70%;
    float: left;
    margin-right: 20px;
    min-height: 50px;
    border-left: 5px solid #E11B30;
}
.error-404 .page-content form input[type="submit"] {
    color: #fff;
    font-size: 25px;
    width: auto;
    border: 2px solid #E11B30;
    background: #E11B30;
    box-shadow: none;
    text-shadow: none;
    -webki-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.error-404 .page-content form input[type="submit"]:hover {
    background: none;
    color: #E11B30;
}

/** Woocommerce **/
.woocommerce .woocommerce-breadcrumb {
    padding-top: 10px;
    padding-left: 50px;
}

.woo-entry-content {
    padding: 0 50px;
}

.comments-area .comments-title{ line-height: 40px; }

.category-blogs .entry-meta span{ font-size: 12px; }
.category-blogs .entry-header .entry-title{ font-size: 31px; }
.category-blogs .entry-header .entry-meta { padding: 0px 20px 20px 50px; }

.single-portfolio-post .entry-footer .cat-links a, .single-post .entry-footer .cat-links a{ 
    font-size: 15px; }
.comments-area .comments-title{ 
    font-size: 25px; 
    font-weight: normal;
    line-height: 50px;
     border-bottom: 1px solid #e1e1e1;
     }
.comments-area .comment-list article.comment-body{ 
    border-radius: 0px;
     border:none; 
     border-bottom: 1px solid #e1e1e1; 
 }

 .category-blogs .entry-footer{ padding: 15px 50px; }
 .category-blogs .entry-footer .edit-link a{
  display: inline-block; 
  clear: both;
  /*background: #E11B30;*/
  color: #E11B30; 
  padding: 10px 15px;
  margin-left:20px;
  transition: all 0.6s ease-in-out 0s;
   font-size: 14px;

 }
 .category-blogs .entry-footer .edit-link a:hover{ opacity: 0.8;  }

.comments-area .comment-meta .comment-metadata{ margin-top:5px; }
.comments-area  .comment-content{ margin:20px 0 14px; }
.comments-area  .reply{ margin:10px 0; }
.comments-area .comment-list article.comment-body .reply a{ border-radius:0px; }
.single-post .comments-area form p input[type="submit"] { border-radius:0; }
.comments-area .comment-author.vcard {
    margin-top: 5px;
}
.comments-area  h3#reply-title {
 font-size: 25px;
 font-weight: normal;
   }

   .comments-area form p label{ font-weight: normal !important; font-size: 14px; }
   .comments-area p.logged-in-as{ font-size: 14px; font-weight: normal; }

   form p input[type="submit"], 
   .single-portfolio-post .comments-area form p input[type="submit"], 
   .single-post .comments-area form p input[type="submit"]{ font-size: 15px; font-weight: normal; }
   .comments-area .comment-reply-title {
    margin: 20px 0;
}
.comments-area a#cancel-comment-reply-link{ font-size: 16px; color: #E11B30; }
.comment-respond{ margin-top: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: transparent !important; }

.header-social-icons-container ul.social-icons li.c-circle-nav__item{
 list-style: none;
  display: inline-block;
   float: left;
   padding:1px 5px;
}

.header-social-icons-container ul.social-icons{ 
    padding: 10px 0; margin:0; text-align: center; display: inline-block; width: 100%; }

