html, body { height: 100%; }
body { overflow-x:hidden; }
html { 
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden; 
}
td,th { padding: 2px 4px; }
ol, ul { padding: 0 0 0 20px; }
dl { margin: 0 15px; }
option {
    color: #000;
}
/*ol, ul { margin: 0; padding: 0; }*/
label { font-weight: inherit; }


/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
    min-height: 32px;
}

#top-bar {
    position: relative;
    z-index: 99998;
}
#top-bar .menu {
    list-style: outside none none;
}
#top-bar .sub-menu { display: none; }
#top-bar .menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 0 7px;
}
#top-bar .menu li:first-of-type { 
    padding-left: 0;
    border-left: none; 
}

.site-header.shadowed,
.site-header.submenu-shadowed .primary-navigation ul.sub-menu {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 10001;
}


.site-header.header-on-top.shrinked nav.site-navigation ul:not(.mega-sub-menu):not(.sub-menu) > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.site-header.header-on-top.shrinked .site-title img, .site-header.header-on-top.shrinked .site-title {
    margin-top: 0;
    margin-bottom: 0;
}
.site-header.header-on-top.shrinked .nav-menu > li.cta-design > a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.fixed-header #top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
.fixed-header .site-header.header-on-top {
    position: fixed;
    z-index: 99997;
}
#page.boxed #top-bar, #page.boxed .site-header {
    max-width: 1170px;
}
#top-bar,
.site-header.header-on-top {
    position: relative;
    top: 0;
}
.fixed-header.admin-bar #top-bar, .fixed-header.admin-bar .site-header.header-on-top {
    top: 32px;
}
#top-bar,
.site-header {
    backface-visibility: hidden;
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.15s;
}
.hide-offscreen #top-bar,
.hide-offscreen .site-header {
    opacity: 0;
    transform: translate3d(0px, -71px, 0px);
}
.on-scroll #top-bar { opacity: 0; z-index: 1; }
.on-scroll .site-header { top: 0 !important; }
.admin-bar.on-scroll .site-header {
    top: 32px !important;
}

/* If logo as text, line height set in styles.php */
.site-header.header-on-top.shrinked .site-title > a {
    padding-bottom: 0;
    padding-top: 0;
}


.site-header.header-on-top {
    width: 100%;
}
.site-title {
    display: block;
    float: left;
    max-width: 100%;
}
.site-title a:hover {
    text-decoration: none;
}
.header-on-top .site-title a {
    display: table-cell;
    vertical-align: middle;
}

/*
 * Menu items 
 */
.site-navigation a,
 .site-navigation a:hover,
 .site-navigation a:focus {
    text-decoration: none; 
}

.site-navigation ul.sub-menu {
    display: none;
}
.site-navigation ul.sub-menu li {
    width: 100%;
    position: relative;
}
.site-navigation ul ul a {
    width: 100%;
}
.site-navigation ul.sub-menu ul.sub-menu li {
    float: none;
}

/* Fix Mega Menu widget title conflict with Redux Framework */
h4.mega-block-title {
    transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    visibility: unset;
}

/* custom-design menu-btn */
.nav-menu > li.cta-design > a {
    border: none !important;
    text-align: center;
}

#sidr-close {
    display: none;
}

.search-toggle .screen-reader-text {
    left: 5px;
}
.search-box-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
}
.search-box-wrapper:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 16px 12px;
    content: "";
    height: 0;
    position: absolute;
    right: 28px;
    top: 0;
    width: 0;
}
.search-box {
    padding: 18px;
}  
.search-box .search-field {
    border: 0;
    float: right;
    font-size: 16px;
    padding: 2px 2px 3px 6px;
    width: 100%;
}
.site-header .searchform #s {
    border: medium none;
}

#yoast-breadcrumb { clear: both; } 


/**********************/

#top-slider .rev_slider_wrapper ul { float: left; }

#main-content {
    position: relative;
}

/*
Helper classes 
*/
.full-height-row {
    height: 100vh;
}
.center-content {
    text-align: center;
}
#content .wrapper {
    clear: both;
}
#top-nav .wrapper {
    overflow: visible;
}
.text-align-left {
    text-align: left !important;
}
.text-align-center {
    text-align: center !important;
}
.text-align-right {
    text-align: right !important;
}
.rounded-element, .rounded-element > * {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#content {
    clear: both;
}
#content-header {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#content-header:not(.container) {
    float: left;
    display: block;
    width: 100%;
}
#content.no-fi.no-ch.boxed-sidebar-left .entry-header, 
#content.no-fi.no-ch.boxed-sidebar-right .entry-header {
    margin-top: 0;
}
.site-content {
    clear: both;
    display: block;
}
.site-content.ztp {
    padding-top: 0 !important;
}
.site-content.zbp {
    padding-bottom: 0 !important;
}
#content.boxed.has-fi.fw-fi .site-content,
#content.boxed.no-fi.fw-fi .site-content,
#content.no-top-padding .site-content,
#page.boxed .no-top-padding .site-content {
    padding-top: 0;
}

.home.blog .site-content,
.single #content .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

#content.no-bottom-padding .site-content,
#page.boxed .no-bottom-padding .site-content {
    padding-bottom: 0;
}

.single #content.boxed.no-fi.no-ch .entry-header {
    height: auto;
}
.single #content.boxed.no-fi.no-ch.fw-fi .entry-header {
    height: 116px;
}


body:not(.blog) .has-fi .entry-header,
.format-video .entry-header {
    background-color: transparent !important;
}

.visible {
    visibility: visible;
}
.unvisible {
    visibility: hidden;
}

#top-nav .wrapper { padding: 0; }


/*--------------TYPOGRAPHY--------------*/

li > h5 { clear: none; }

p {
    margin-bottom: 30px;
}

/* remove bs outline */
a:focus {
    color: inherit;
    outline: medium none;
    outline-offset: 0;
    text-decoration: none;
}

.entry-header h1 {
    margin: 0;
    padding: 20px 0;
}

.section-header h2,
.section-header h3 { 
    margin-bottom: 26px;
    margin-top: 25px;
}

a.fa, i.fa, span.fa {
    text-decoration: none;
}

.dropcap {
    float: left;
    font-size: 80px;
    padding-right: 7px;
    line-height: 72px;
}

.text-white,
.text-white a {
    color: #ffffff !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-strong {
    font-weight: 700 !important;
}

button.btn-default { color: inherit; }


/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}
/*--------------------------------------*/


/*** Social Widget **/
.widget_dual_somewidget  {
    margin: 0;
}
.widget_dual_somewidget .social .align-horizontal .item:last-of-type { padding-right: 0; }
.widget_dual_somewidget .social .align-vertical .item:last-of-type { padding-bottom: 0; }
.widget_dual_somewidget .align-horizontal .item { display: inline-block !important; padding-bottom: 10px !important; float: left !important; }
.widget_dual_somewidget .align-vertical .item { display: block; }
.widget_dual_somewidget .item  a {
    text-align: center !important;
    vertical-align: middle;
}
.widget_dual_somewidget .circle .item a {
    border-radius: 50% !important;
}
.widget_dual_somewidget .item a {
    display: block !important;
}
.widget_dual_somewidget a:hover, .widget_dual_somewidget a:active { text-decoration: none; }


.widget.widget_calendar th, .widget.widget_calendar td {
    padding: 2px 4px;
    text-align: center;
}

#secondary .widget_dual_somewidget {
    margin-left: 0;
}
#secondary .widget_dual_somewidget {
    width: 100%;
}

/* Footer menu */
#footer-menu ul.nav-footer > li > a i {
    display: none;
}
#footer-menu ul.sub-menu li a i {
    font-size: 0.8em;
    padding-right: 5px;
}
#footer-menu ul.nav-footer li,
#footer-menu ul.nav-footer .sub-menu li {
    list-style: none outside none;
}

/* Footer general */
#footer, #footer-copyright, #footer-menu {
    position: relative;
}
#footer.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer p {
    margin-bottom: 0;
}

/* Scroll to tob button */
#scroll-to-top-btn {
    bottom: 0;
    height: 80px;
    line-height: 80px;
    opacity: 0;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 80px;
}
#scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}
#scroll-to-top-btn span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/************ BLOG + SINGLE + ARCHIVE + SEARCH ************/

/* Post header */
.entry-header {
    width: 100%;
    clear: both;
}

.entry-date {
    display: inline-block;
    padding-left: 5px;
}
.entry-date span.day,
.entry-date span.month {
    padding-right: 5px;
}
.entry-date span:last-of-type {
    padding-right: 0;
}

.page .entry-header, 
.blog .entry-header, 
.archive .entry-header, 
.single .boxed-sidebar-right.no-fi .entry-header, 
.single .boxed-sidebar-left.no-fi .entry-header {
    float: left;
}

.blog .has-post-thumbnail .entry-header,
.archive .has-post-thumbnail .entry-header,
.search .has-post-thumbnail .entry-header {
    padding-top: 30px;
}
.blog article.has-post-thumbnail:first-of-type .entry-header,
.archive article.has-post-thumbnail:first-of-type .entry-header,
.search article.has-post-thumbnail:first-of-type .entry-header {
    padding-top: 0;
}
.blog .entry-content, 
.archive .entry-content, 
.search .entry-content {
    clear: both;
    /*padding: 30px 0 40px;*/
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
}
.blog article:first-of-type .entry-content,
.archive article:first-of-type .entry-content,
.search article:first-of-type .entry-content { 
    padding-top: 0; 
}
.blog article.has-post-thumbnail:first-of-type .entry-content, 
.archive article.has-post-thumbnail:first-of-type .entry-content, 
.search article.has-post-thumbnail:first-of-type .entry-content { 
    padding-top: 30px; 
}
/*.search .entry-content {
    padding-top: 0;
    padding-left: 0;
}*/



/* Post content */
.single .entry-content {
    clear: both;
    word-wrap: break-word;
}

/* oEmbedded media file */
.oembedded-media {
    max-width: 100%;
}

.post-thumbnail.full-width .wrapper, .post-thumbnail.full-width .wrapper > * {
    padding: 0;
}
.full-width, .full-width img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.half-width {
    width: 50% !important;
}

.entry-content .meta {
    margin-bottom: 0;
    margin-top: 12px;
}
.type-dual_portfolio .entry-content .meta,
.format-standard .entry-content .meta,
.format-image .entry-content .meta,
.format-aside .entry-content .meta,
.format-quote .entry-content .meta,
.format-chat .entry-content .meta,
.format-video .entry-content .meta {
    margin-bottom: 30px;
}
.entry-content .footer-meta {
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}
.format-image .entry-content .footer-meta {
    margin-top: 0;
}
.entry-content .footer-meta.no-meta .social-share {
    position: relative;
}
.type-dual_portfolio .entry-content .footer-meta,
.format-standard .entry-content .footer-meta {
    margin-top: 22px;
    margin-bottom: 22px;
}
.entry-content .meta .sep {
    padding: 0 6px;
    position: relative;
    top: -1px;
}
.entry-content .meta .fa.fa-comment-o {
    padding-right: 2px;
    position: relative;
}

.entry-content .footer-meta .social-share a {
    padding: 0 5px;
}
.entry-content .meta a,
.entry-content .footer-meta a {
    color: inherit;
}

.footer-meta .social-share .fa {
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.footer-meta .social-share.icon-format-circle .fa {
    border-radius: 50%;
}

.blog article, .archive article, .error404 article {
    float: none;
    margin: 0 0 40px;
}
.blog.fullwidth article.post,
.blog.fullwidth .num-nav {
    padding-left: 15px;
    padding-right: 15px;
}
.blog article:first-of-type,
.archive article:first-of-type,
.error404 article:first-of-type {
    margin-top: 0;
}
.search #site-header { margin-bottom: 40px; }

.single .boxed article {
    margin: 0;
}

article .entry-meta a:hover, article .entry-meta a:focus,
article footer a:hover, article footer a:focus {
    text-decoration: none;   
}
.categories span, .tags span, .meta > span.fa-user {
    padding-right: 5px;
}

#post .single-post {
    margin: 10px 0;
}

.sticky-badge {
    float: left;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 2px 20px;
}

.home h2.entry-title, .blog h2.entry-title, .single h2.entry-title, .archive h2.entry-title, .search h2.entry-title {
    clear: both;
    margin-bottom: 7px;
    margin-top: 0;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.single .has-post-thumbnail h2.entry-title { /*margin-top: 15px;*/ }
.single h2.entry-title a:hover, 
.single h2.entry-title a:active, 
.single h2.entry-title a:focus {
    cursor: default;
    text-decoration: none;
}
.single.single-format-link h2.entry-title a:hover, 
.single.single-format-link h2.entry-title a:active, 
.single.single-format-link h2.entry-title a:focus { 
    cursor: pointer;
    text-decoration: underline;
}

.format-audio h2.entry-title,
.format-quote h2.entry-title {
    margin-bottom: 29px;
}

/* for html5 video. another formats use js solution */
.blog .format-video .video-container video,
.blog .format-video .embed embed {
    width: 100% !important;
    height: auto !important;
}

blockquote {
    border: medium none;
    font-size: inherit;
    padding: 0;
}
blockquote > * {
    margin-top: -30px !important;
    padding-left: 40px;
}
blockquote:before {
    font-family: "FontAwesome";
    content: "\f10e"; 
}

article:not(.postgrid-item).has-post-thumbnail .entry-header {
    background-color: unset !important;
}

.format-image .entry-header .entry-date,
.has-post-thumbnail .entry-header .entry-date {
    position: relative;
}

.search .format-image .entry-header {
    padding-top: 5px;
}
.format-link .entry-title {
    margin: 10px 0;
}

/* Blog navigation */
.num-nav {
    display: block;
    float: left;
    margin-bottom: 50px;
    margin-top: 40px;
}
.num-nav li a,
.num-nav li a:hover,
.num-nav li.active a,
.num-nav li.disabled {
    color: #000;
    text-decoration:none;
}
.num-nav li {
    display: inline;
    float: left;
    margin-left: -1px;
}
.num-nav li a {
    background-color: #fafafa;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    float: left;
    padding: 18px;
}
.num-nav li.active a {
    background-color: #ffffff;
}
.num-nav li a,
.num-nav li a:hover,
.num-nav li.active a,
.num-nav li.disabled {
    cursor: pointer;
}


/*********** 
SIDEBAR 
**********/
#secondary {
    margin-bottom: 20px;
    padding-left: 22px;
}
#content.boxed-sidebar-left #secondary {
    padding-left: 0;
    padding-right: 22px;
}

#secondary .recentcomments a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#secondary aside:first-child,
#secondary li.widget:first-child {
    padding-top: 0;
}

#secondary aside, #secondary li.widget, #footer aside, #footer .widget, #footer-copyright aside, #footer-copyright .widget {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
}
#footer aside, #footer .widget, #footer-copyright aside, #footer-copyright .widget {
    margin: 15px 0;
    padding: 10px 0;
}

#secondary h3, #secondary h4.widget-title { margin-top: 0; }

#secondary ul, #secondary li,
#footer ul, #footer li,
#footer-copyright ul, #footer-copyright li {
    list-style: none outside none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 3px;
}
#secondary ul ul,
#footer ul ul,
#footer-copyright ul ul {
    padding-left: 5px;
}

#secondary ul.menu > li > a,
.widget_pages ul li a {
    font-weight: 500;
}
#secondary ul.sub-menu,
.widget_pages ul.children {
    padding-left: 5px;
    padding-top: 2px;
}
#secondary ul.sub-menu li {
    padding-left: 5px;
}
.tagcloud a {
    border: 1px solid #d6d6d6;
    display: inline-block;
    margin: 2px;
    padding: 6px 13px;
}
.tagcloud a:hover {
    text-decoration: none;
}

.widget_recent_entries .post-date {
    clear: both;
    display: block;
    font-size: 0.8em !important;
    font-weight: normal;
    margin-top: -3px;
    padding-bottom: 7px;
    padding-top: 0;
}

select { 
    color: #333333;
    max-width: 100%;
    border: 1px solid #DDDDDD;
    outline: medium none;
    padding: 5px 10px;
    width: 100%;
}
input { color: #333333; }

/* Popular posts plugin */
#secondary aside.popular-posts ul { margin-left: 0; }
#secondary aside.popular-posts .post-stats { 
    font-size: 11px;
    font-weight: normal; 
}

/* Search */
.searchform label { display: none; }

.searchform #searchsubmit, .widget_product_search input[type="submit"], .widget_product_search button[type="submit"], .revtp-searchform input#searchsubmit, .revtp-searchform input#searchsubmit:focus,
.edd_form input[type="submit"], .edd_sl_form input[type="submit"] {
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    float: left;
    font-family: "Arial",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: inherit;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
}
.searchform #searchsubmit {}

#secondary .searchform #s, .searchform #s, .widget_product_search .search-field {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    float: left;
    font-size: 1em;
    outline: medium none transparent;
    padding: 10px 15px;
    width: 70%;
}


#footer ul, #footer li {
    list-style: none outside none;
}

/* Language selector */
.site-navigation .menu-item-language img.iclflag {
    margin-bottom: 2px !important;
    margin-right: 10px;
}
#secondary #lang_sel,
#secondary #icl_lang_sel_widget {
    
}
#secondary #lang_sel li,
#secondary #icl_lang_sel_widget li {
    float: none; 
    width: 100%;
    margin-bottom: 1px;
}
#secondary #lang_sel a.lang_sel_sel, #secondary #icl_lang_sel_widget a.lang_sel_sel, #secondary #lang_sel ul ul a, #secondary #lang_sel_click ul ul a {
    background-image: none;
    border: 1px solid #dddddd;
    margin-bottom: 1px;
    padding: 10px;
}
#secondary #lang_sel,
#secondary #lang_sel_click {
    height: 100%;
}
#secondary #lang_sel_click img.iclflag, 
#secondary #lang_sel img.iclflag { top: 0; }

#secondary #lang_sel ul ul, #secondary #lang_sel_click ul ul {
    border-top: medium none;
    position: static;
    width: 100%;
}


/*********** 
SINGLE 
**********/
#nav-below {
    clear: both;
    display: block;
    margin: 0;
}
#nav-below .titled-nav {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    float: left;
    height: 100%;
    width: 100%;
}
#nav-below .titled-nav .title {
    padding: 0 10px;
    vertical-align: middle;
}
#nav-below .titled-nav .fa {
    font-size: 1.2em;
    vertical-align: middle;
}
#nav-below .titled-nav .nav-previous {
    padding: 22px 32px 27px;
    text-align: left;
}
#nav-below .titled-nav .nav-next { 
    padding: 22px 32px 27px;
    text-align: right;
}
#nav-below .inactive {
    opacity: 0.5;
}

#nav-below a:hover, #nav-below a:active {
    text-decoration: none;
}

/*********** COMMENTS ***********/
/* hide the default submit btn */
.form-submit {
    display: none;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    padding-left: 60px;
    padding-right: 376px;
}

.comments-title h2 {
   margin-top: 26px;
}

.comment-list, .comment-list .children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.children #respond .section-header h2 span {
    background-color: #FFFFFF;
}

.comment-list li {
    padding: 0;
    width: 100%;
    margin: 0;
}
.comment-list li article {
    float: left;
    margin: 0;
    padding: 30px;
    width: 100%;
}

.comment-list .comment-author {
    font-size: 13px;
    margin-bottom: 3px;
}

.comment-list li.depth-1 {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.comment-list li.depth-2 article {
    padding-left: 90px;
}
.comment-list li.depth-3 article {
    padding-left: 120px;
}
.comment-list li.depth-4 article {
    padding-left: 150px;
}
.comment-list li.depth-2, .comment-list li.depth-3, .comment-list li.depth-4, .comment-list li.depth-5 {
    border-top: 1px solid #dddddd;
}

.comment-list .children {
   
}

.comment-list .children li {
    background: url("../images/comment-reply-arr.png") no-repeat scroll 30px 30px #f6f6f6;
    clear: both;
    display: block;
    margin-top: 0;
}
.comment-list .children li.depth-3 { background-position: 60px 30px; }
.comment-list .children li.depth-4 { background-position: 90px 30px; }
.comment-list .children li.depth-5 { background-position: 120px 30px; }

.comment-list > li:last-child {
    padding-bottom: 0;
}

.comment-list img.avatar {
    float: left;
}
.comment-list .comment-info {
    float: left;
    padding-left: 20px;
    padding-top: 14px;
}
.comment-list .comment-reply {
    display: block;
    float: left;
}


.comment-list .comment-meta {
    display: block;
    float: left;
    width: 100%;
}
.comment-list .comment-reply a:hover { text-decoration: none; }

#cancel-comment-reply-link  { 
    display: none;
}

.comment-list .comment-text {
    float: left;
    clear: both;
    width: 100%;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-author .avatar {
    display: block;
}

.comment-author .fn {
    word-wrap: break-word;
}

a.comment-reply-link, .comment-reply-login {

}
a.comment-reply-link:hover { 

}
a.comment-permalink { float: right; }

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.comment-metadata, .comment-awaiting-moderation, .comment-content {
    padding-top: 33px;
    width: 100%;
}

.comment-metadata {
    margin-bottom: 20px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

/* Comment form */
#comments {
    clear: both;
    display: block;
    float: left;
    margin: 20px auto;
    max-width: 1170px;
    width: 100%;
}
.page #comments { float: none; }
#commentform {
    background-color: transparent;
    padding: 0;
}
#commentform .row div { margin-top: 20px; }
#commentform code {
    background-color: #ffffff;
    font-size: 1em;
    white-space: pre-wrap;
}
#commentform .btn-primary, #commentform .btn-primary:hover { border: none; }

.comment-respond {
    padding: 0px 0 20px;
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.logged-in-as {
    margin-bottom: 0;
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}

.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form .form-control {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
}

.comment-form textarea {
    font-size: 18px;
    height: 140px;
    width: 100%;
}
.comment-form input.comment-submit {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}


#comments .pager li > a, #comments .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 5px 10px;
}


/** Attachments **/
.attachment .entry-header {
    background: none;
    padding: 10px 0;
}
.attachment .entry-header .entry-date {
    background: none;
    float: none; 
    color: inherit;
}
.attachment footer.meta {
    padding: 30px 0 10px;
}
.navigation-image.pager li > a, .navigation-image.pager li > span {
    border-radius: 0;
}
.navigation-image.pager li a > span {
    padding: 0 4px;
    position: relative;
    top: -1px;
}


/** WP Gallery **/
.gallery .gallery-item img { border: none !important; }
.gallery-item { padding: 0 10px }
.gallery-item img:hover { opacity: 0.8 }
.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    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-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: inherit;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/** Related posts **/
.related-posts .single .inner {
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 10px 20px;
    text-align: center;
    word-wrap: break-word;
}
.related-posts .thumb {
    margin: 0 auto 10px; 
    position: relative;
}
.related-posts .thumb a {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.related-posts .thumb a:after {
    bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) inset;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.related-posts .thumb a img {
    height: auto;
    max-width: 100%;
}
.related-posts .title {
    display: inline-block;
    padding: 0 0 5px;
    width: 100%;
}

/********** REQUIRED ************/
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text, .entry-caption {
    color: inherit;
    font-size: 14px;
    font-style: italic;
    line-height: 2;
    padding: 6px 0;
    text-align: center;
}
li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}

/* Images */
/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.entry-content iframe {
    max-width: 100%;
}

/* Alignment */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}
.wp-caption {
    margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * .img-responsive` class.)
 */
.google-map-canvas,
.google-map-canvas * { .box-sizing(content-box); }


/* bs-customzations */
span.bs-tooltip { display: inline-block; }


/************ 
CONTACT FORM 7  + MailChimp for WordPress Lite 
************/
div.wpcf7 {
    padding: 10px 0 20px;
}
.wpcf7 p,
.mc4wp-form p {
    margin-bottom: 20px;
}
/* hides the error msg below field */
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    border-color: #f67b7b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f67b7b !important;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select,
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="number"], .mc4wp-form input[type="tel"], .mc4wp-form textarea, .mc4wp-form select {
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    outline: medium none;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus,
.mc4wp-form input[type="text"]:focus, .mc4wp-form input[type="email"]:focus, .mc4wp-form input[type="number"]:focus, .mc4wp-form input[type="tel"]:focus, .mc4wp-form textarea:focus, .mc4wp-form select:focus {
    border: 1px solid #acabab;
}
.wpcf7 input[type="submit"],
.mc4wp-form input[type="submit"],
.post-password-form input[type="submit"] {
    border: medium none;
    border-radius: 0;
    padding: 10px 50px;
}

.wpcf7 div.wpcf7-validation-errors {
    color: #f67b7b;
    background-color: transparent;
    border: none;
    margin: 20px 0;
    padding: 20px;
}
.wpcf7 div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 0em;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    background-color: transparent;
    color: #4ab165;
    border: none;
    margin: 20px 0;
    padding: 20px;
}


/*****************
EXTRA CLASSES 
******************/
.custom-list ul, 
.custom-list ol {
    list-style: none; 
    padding: 0;
}
.custom-list.number ol {
    counter-reset: item;
    list-style-type: none;
} 
.custom-list.number ol li { display: block; }
.custom-list.number ol li:before {
    content: counter(item, decimal) " ";
    counter-increment: item;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    top: 2px;
}
.custom-list ul li:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.custom-list.number ul li:before {
    content: "";
}
.custom-list.check li:before {
    content: "\f058";
}
.custom-list.arrow li:before {
    content: "\f0da";
}

.custom-list.red li:before {
    color: #c00000;
}
.custom-list.black li:before {
    color: #000000;
}
.custom-list.grey li:before {
    color: #bbbbbb;
}
.custom-list.blue li:before {
    color: #0900c0;
}
.custom-list.white li:before {
    color: #ffffff;
}

.top-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #007bff transparent;
}

/*
 Image mask
 */
.post-thumbnail {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.post-thumbnail .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.post-thumbnail img {
    display: block;
    position: relative;
}
.post-thumbnail .info {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.post-thumbnail .mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow:visible;
    box-sizing:border-box;
    transition: all 0.4s ease-in-out;
}
.post-thumbnail .info {
    transition: opacity 0.5s 0s ease-in-out;
}
.post-thumbnail:hover .mask {
    opacity: 1;
}
.post-thumbnail:hover .info {
    opacity:1;
    transition-delay: 0.3s;
}

/*****************
 UVC MODS 
******************/

/* Fix triangle top border bug */
.ult-vc-seperator.top_seperator .uvc-svg-triangle { top: -1px; }

/* Pricing tables */
.wpb_column .wpb_wrapper .ult_pricing_table_wrap, .wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
    display: block;
    float: left;
    margin-bottom: 30px;
}
div.theme-design .ult_pricing_table,
div.custom-design .ult_pricing_table {
    border: 1px solid #e4e3e3;
    padding-bottom: 20px;
}
div.theme-design .ult_pricing_table .ult_price_body_block,
div.custom-design .ult_pricing_table .ult_price_body_block {
    border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;
}
div.theme-design .ult_pricing_table .ult_pricing_heading,
div.custom-design .ult_pricing_table .ult_pricing_heading {
    padding: 5px 0;
}
div.theme-design .ult_pricing_table .ult_price_features ul li,
div.custom-design .ult_pricing_table .ult_price_features ul li {
    border-bottom: 1px solid #e4e3e3;
}
div.theme-design .ult_pricing_table .ult_price_features ul li:last-of-type,
div.custom-design .ult_pricing_table .ult_price_features ul li:last-of-type {
    border-bottom: none;
}
div.theme-design .ult_pricing_table .ult_price_link .ult_price_action_button,
div.custom-design .ult_pricing_table .ult_price_link .ult_price_action_button {
    border-radius: 35px;
    padding: 14px 65px;
}
/* Carousel fix */
div.ult-carousel-wrapper .slick-next,
div.ult-carousel-wrapper .slick-prev {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* Admin toolbar link */
#wp-admin-bar-dual_theme {
    background-color: #2aace1 !important;
}