/*
Theme Name: Ruby
Theme URI: http://webdoone.com/ruby
Description: A Personal WordPress Blog Theme
Author: Webdoone
Author URI: http://webdoone.com
Version: 1.3.2
Tags: gray, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ruby
*/

/* TABLE OF CONTENTS

1. MAIN SETTINGS
2. MENU
3. HEADER
4. HEADER - SLIDER
5. FEATURED POST SLIDER
6. PAGE SETTINGS
7. POST SETTINGS
8. POST DATA
9. POST AUTHOR
10. IMG HOVER
11. RELATED POSTS & COMMENTS
12. SINGLE POST
13. PAGINATION
14. SIDEBAR
15. MAILCHIMP
16. CONTACT FORM 7
17. FOOTER INSTAGRAM
18. FOOTER
19. GRID-LAYOUT
20. LIST-LAYOUT
21. 404 PAGE
22. REVIEW PLUGIN
23. PROMO BOXES
--------------------------------------------------------------- */

/* 1. MAIN SETTINGS
--------------------------------------------------------------- */

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #363e44;
	background-color: rgba(35,41,48,1);
	padding: 0;
	margin: 0;
}

.pos-center {
	padding: 0 15px;
	margin: 0 auto;
	clear: both;
	z-index: 2;
	position: relative;
}

.pos-center:after, .main:after, .content:after,
.footer-stagram-widget:after, .list-layout:after, 
.comment-list .comment-description .comment-date:after, .related:after,
.widget ul.latestposts-feed li .feed-item:after, .widget ul.latestposts-feed li .feed-item:after {
	content: '';
	display: block;
	clear: both;
}

.pos-center .main article, .pos-center .main .list-layout {
	background-color: #363e44;
	margin-bottom: 35px;
}

.pos-center .main .list-layout article {
	margin-bottom: 0;
	height: auto;
    overflow: hidden;
}

.hidden {
	display: none;
}

p, li {
	font-size: 14px;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #ed485c;
	border: none;
}

.cat a, .post-like-hover a, .comment-txt a  {
	color: #363e44;
}

.main ins {
    text-decoration: underline;
    background-color: transparent;
}

q {
	font-style: italic;
}

p sub {
	vertical-align: sub;
    font-size: smaller;
}

p sup {
	vertical-align: super;
    font-size: smaller;
}

div pre {
	padding: 25px;
	line-height: 1.5;
    margin: 25px 0;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    color: #ffffff;
    background-color: #363e44;
    border: 1px solid #232930;
    border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

h2 {
	font-size: 24px;
	color: #363e44;
	font-weight: 700;
}

.content {
	/*overflow: hidden;*/
	height: auto;
	margin-top: 50px;
}

.main {
	width: 67%;
	margin-right: 3%;
	float: left;
/*	overflow: hidden;*/
}

.sticky {
	display: block;
}

.gallery-caption {
	font-size: 12px;
	font-style: italic;
}

/* REMOVE BLUE BORDER */

*:focus {
	outline: 0;
}

/* SMOOTH */

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	font-kerning: normal;
}

/* TABLE */

.main table {
    margin: 10px 0 25px;
    border: 1px solid #232930;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.main table thead tr {
    border-bottom: 1px solid #232930;
}

table tr td {
    border-bottom: 1px solid #232930;
}

table tr th,
table tr td {
    padding: 10px 8px;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #232930;
}

table tr td {
    font-weight: 300;
    text-align: center;
}

table th,
table td {
    border-right: 1px solid #232930;
}

table tr th:last-child {
    border-right: none;
}

table tr td:last-child {
    max-width: 100%;
    border-right: none;
}

table tr:last-child th,
table tr:last-child td {
    border-bottom: none;
}

table tbody tr th a {
    color: #ffffff;
}

/* DEFINITION LIST */

.main dt {
    font-weight: 700;
    line-height: 1.83;
}

.main dd {
    line-height: 1.83;
    margin-bottom: 20px;
}

.main dd:before {
    content: '\f105';
    font-size: 12px;
    color: #ffffff;
    opacity: .5;
    margin-right: 15px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: -1px;
    position: relative;
}

/* ADDRESS */

.main address {
    display: block;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* CODE */

.main code {
    padding: 5px 10px;
    font-size: 90%;
    color: #ed485c;
    background-color: #ffffff;
    white-space: nowrap;
    border-radius: 4px;
}

.wow {
   visibility: hidden;
}

/* 2. MENU
--------------------------------------------------------------- */

/* OVERLAY STYLE */

.overlay, 
.overlay-social,
.overlay-search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(35,41,48,0.983);
	z-index: 9999;
}

.overlay .overlay-close, 
.overlay-social .overlay-close,
.overlay-search .overlay-close  {
	position: absolute;
	right: 50px;
	top: 80px;
	width: 60px;
	height: 60px;
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	/*overflow: hidden;*/
	outline: none;
	z-index: 100;
}
.overlay .overlay-close:hover,
.overlay-social .overlay-close:hover,
.overlay-search .overlay-close:hover {
	opacity: 1;
}
.overlay .overlay-close:before, 
.overlay-social .overlay-close:before,
.overlay-search .overlay-close:before, 
.overlay .overlay-close:after, 
.overlay-social .overlay-close:after,
.overlay-search .overlay-close:after {
	position: absolute;
	right: 30px;
	top: 0;
	content: '';
	height: 60px;
	width: 2px;
	background-color: #ffffff;
}
.overlay .overlay-close:before, 
.overlay-social .overlay-close:before,
.overlay-search .overlay-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.overlay .overlay-close:after, 
.overlay-social .overlay-close:after,
.overlay-search .overlay-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* OVERLAY MENU STYLE */

.overlay nav, 
.overlay-social nav,
.overlay-search nav {
	text-align: center;
	position: relative;
	top: 50%;
    width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul, 
.overlay-social ul, 
.overlay-search ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: relative;
}

.overlay ul li, 
.overlay-social ul li, 
.overlay-search ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
}

.overlay ul li a,
.overlay-social ul li a,
.overlay-search ul li a {
	font-size: 54px;
	font-weight: 300;
	display: inline;
	width: 100%;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover, 
.overlay-social ul li a:hover,
.overlay-search ul li a:hover,
.overlay ul li a:focus, 
.overlay-social ul li a:focus, 
.overlay-search ul li a:focus {
	color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.overlay li ul, 
.overlay-social li ul, 
.overlay-search li ul {
	z-index: 100;
}

.overlay li:hover ul, 
.overlay-social li:hover ul, 
.overlay-search li:hover ul {
	display: block;
}

.overlay li:hover ul li, 
.overlay-social li:hover ul li, 
.overlay-search li:hover ul li {
	clear: left;
}

/* EFFECTS */

.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.overlay-door nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.overlay-door nav,
.overlay-door .overlay-close,
.overlay-door .overlay-close:before,
.overlay-door .overlay-close:after {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close,
.overlay-door.open .overlay-close:before,
.overlay-door.open .overlay-close:after {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close,
.overlay-door.close .overlay-close:before,
.overlay-door.close .overlay-close:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#trigger-overlay-search {
	right: 50px;
}

.overlay-search input {
	background: none;
	border: none;
	font-size: 54px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

::-webkit-input-placeholder {
	color: white;
}
:-moz-placeholder {
	color: white;
}
::-moz-placeholder {
	color: white;
}
:-ms-input-placeholder {  
	color: white;
}

#trigger-overlay-social {
	right: 100px;
}

.nav-container .overlay-social .top-social a i {
    font-size: 50px;
    margin-right: 20px;
    padding-bottom: 15px;
}

.nav-container .overlay-social .top-social a i:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-container .menu-button i:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button {
	position: absolute;
	display: block;
	top: 14px;
	right: 0;
	cursor: pointer;
}

.social-text {
	font-size: 54px;
	font-weight: 300;
	margin-bottom: 50px;
	display: block;
}

/* MENU
--------------------------------------------------------------- */

.top-bar {
	z-index: 9999;
	width: 100%;
}

.top-bar .pos-center {
	position: relative;
}

.menu li {
	display: inline-block;
	position: relative;
	height: 54px;
}

.menu > li {
	padding-bottom: 7px;
}

.menu li a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 48px;
	text-transform: uppercase;
	display: inline-block;
	z-index: 10;
	height: 54px;
}

.menu li > ul a {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	font-size: 32px;
	line-height: 32px;
}

.menu ul .sub-menu > li a {
	font-size: 24px;
}

#main-nav .menu > .menu-item-has-children > a:after {
	content: "\f175";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 20px;
	position: relative;
	top: -21px;
}

#main-nav .menu > .arrow-up > a:after {
	content: "\f176";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 20px;
	position: relative;
	top: -21px;
}

#main-nav .sub-menu > .menu-item-has-children > a:after {
	content: "\f175";
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 15px;
	position: relative;
	top: -6px;
}

.menu-item-has-children {
	display: none;
	z-index: 999;
}

.menu ul li {
	height: 54px;
}

.menu ul {
	margin: 20px 0;
}

/* STANDARD MENU */

.mobile-menu-on .main-menu {
    display: none;
}

.mobile-menu-off #trigger-overlay-search {
    right: 0;
}

.mobile-menu-off #trigger-overlay-social {
    right: 50px;
}

.mobile-menu-off .menu-button i {
    font-size: 16px;
    margin-top: 4px;
}

.mobile-menu-off #trigger-overlay {
    display: none;
} 

.standard-nav-container {
    position: absolute;
    right: 82px;
    margin-top: 53px;
}

.standard-nav-container .menu ul {
	margin: 0;
}

.standard-nav-container .menu li,
.standard-nav-container .menu li a,
.standard-nav-container .menu ul li {
	height: inherit;
}

.standard-nav-container .main-menu ul ul {
	display: none;
	opacity: 0;
}

.standard-nav-container .main-menu ul li:hover > ul {
	display: block;
}

.standard-nav-container .main-menu ul li > ul li:hover > ul {
	display: block;
}

.standard-nav-container .main-menu ul {
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
}

.standard-nav-container .main-menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

.standard-nav-container .main-menu ul li {
	float: left;
	display: list-item;
    position: initial;
}

.standard-nav-container .main-menu ul li a {
	font-size: 16px;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 20px;
}

.standard-nav-container .main-menu ul li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.standard-nav-container .main-menu ul ul:before {
	content: '';
    position: absolute;
    left: 20%;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #232930;
}

.standard-nav-container .main-menu ul li .sub-menu li .sub-menu a {
	font-size: 16px;
	text-align: right;
}

.standard-nav-container .main-menu ul li .sub-menu li .sub-menu:before {
	border: none;
}

.standard-nav-container .main-menu ul ul {
	background: #232930; 
	padding: 10px 0;
	position: absolute; 
	top: 100%;
}

.standard-nav-container .main-menu ul ul li {
	float: none; 
	position: relative;
}

.standard-nav-container .main-menu ul ul li a {
	padding: 5px 25px;
	color: #fff;
}

.standard-nav-container .main-menu ul ul li a:hover {
	color: #ed485c;
}

.standard-nav-container .main-menu ul ul ul {
    position: absolute;
    right: 100%;
    top: -10px;
}

.standard-nav-container .main-menu ul ul ul li a {
	white-space: nowrap;
}

.standard-nav-container .main-menu li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    margin-left: 8px;
    font-family: "FontAwesome";
    font-size: 14px;
}

.standard-nav-container .main-menu ul ul li.menu-item-has-children > a:after {
	content: '';
}

.standard-nav-container .main-menu ul ul li.menu-item-has-children > a:before {
    display: inline-block;
    content: "\f104";
    margin: 0 15px 0 0;
    font-family: "FontAwesome";
    font-size: 14px;
}


/* 3. HEADER
--------------------------------------------------------------- */

body header {
	width: 100%;
	min-height: 150px;
	max-height: 600px;
	position: relative;
	top: 0;
	z-index: 999;
	background-color: #ed485c;
}

.nav-container {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 46px;
	width: 70%;
}

.nav-container i {
	font-size: 24px;
}

.logo {
	position: absolute;
	display: table;
	height: 100%;
	width: 30%;
	z-index: 2000;
}

.logo .site-name {
	font-weight: 500;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.site-name-container {
	margin-right: auto;
}

.home .logo .site-name .site-title a {
	color: #ffffff;
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

.home .logo span h1 a:hover {
	opacity: .5;
}


.logo .site-name .site-title a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.home .logo .site-name .site-description {
	color: #ffffff;
}

.logo .site-name .site-description {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 6px;
	color: #ffffff;
}

/* 4. HEADER - SLIDER
--------------------------------------------------------------- */

header .sl-slider-header {
	background-color: #232930;
}

.text-slider {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 95px;
	visibility: hidden;
}

.text-slider ul {
	display: block;
}

.text-slider li {
	padding-top: -50%;
	list-style: none;
}

.text-slider .bx-wrapper ul li{
	height: 300px;
}

.text-slider .bxslider .slider-txt .slide-title {
	font-size: 50px;
	font-weight: 800;
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 1.2;
	width: 70%;
	display: block;
	text-align: left;
}

.text-slider .bxslider .slider-txt  {
	position: relative;
	z-index: 3;
}

.text-slider .bxslider .slider-txt p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.83;
	width: 80%;
	text-align: left;
}

.text-slider .bxslider .slider-txt .button {
	color: #ffffff;
}

.text-slider .bx-wrapper .bx-controls-direction a {
	font-size: 40px;
	top: 38%;
}

.text-slider .bx-wrapper .bx-prev {
	left: -5%;
	background: none;
}

.text-slider .bx-wrapper .bx-next {
	right: -5%;
	background: none;
}

/* GALLERY SLIDER */

.slide-bg-1, 
.slide-bg-2, 
.slide-bg-3, 
.slide-bg-4, 
.slide-bg-5, 
.slide-bg-6 {
	content: '';
	position: absolute;
	left: 12%;
	top: 20%;
	width: 76%;
	height: 60%;
	text-align: center;
	margin: auto;
	background: #ffffff;
	z-index: 2;
	opacity: .8;
}

.slide-1, 
.slide-2, 
.slide-3, 
.slide-4, 
.slide-5, 
.slide-6 {
	content: '';
	position: absolute;
	width: 100%; 
	height: 100%;    
	background: #000000;
	z-index: 1;
}

.slider-contener {
	padding-bottom: 50px;
	padding-top: 50px;
	visibility: hidden;
}

.slider-container {
	height: auto;
}

.bxslider li {
	position: relative;
	/*overflow: hidden;*/
}

.bxslider .slider-txt {
	position: absolute;
	top: 25%;
	margin-top: -85px;
	width: 100%;
	z-index: 3;
}

.bxslider .slider-txt .slide-title {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #363e44;
	padding-bottom: 20px;
	text-transform: none;
}

.bxslider .slider-txt p {
	font-size: 17px;
	font-weight: 500;
	color: #363e44;
	padding-bottom: 40px;
}

.bxslider .slider-txt .button {
	font-size: 14px;
	color: #363e44;
	border: 1px solid #333;
	padding: 10px 16px;
}

.bxslider .slider-txt .button:hover {
	color: #ffffff;
	border: 1px solid #ed485c;
	background-color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.bxslider .slider-txt .button:empty {
	display: none;
}

.format-gallery .post-img .bx-wrapper .bx-prev {
	left: 2.5%;
	background: none;
	top: 46%;
}

.format-gallery .post-img .bx-wrapper .bx-next {
	right: 2.5%;
	background: none;
	top: 46%;
}

.post-img .bx-wrapper .bx-prev i,
.post-img .bx-wrapper .bx-next i {
	font-size: 50px;
	color: #ffffff;
	opacity: 1;
}

.post-img .bx-wrapper .bx-prev i:hover,
.post-img .bx-wrapper .bx-next i:hover {
	opacity: .5;
}

/* GALLERY SLIDER SETTINGS */

.bx-wrapper .bx-viewport {
	/* Fix other elements on the page moving (on Chrome) */
	-webkit-transform: translatez(0);
	-ms-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* SLIDER RESET AND LAYOUT */

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10.5%;
}

.bx-wrapper .bx-next {
	right: 10.5%;
	opacity: 1;
}

.bx-wrapper .bx-next:hover .fa {
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-o-transform: translateX(2px);
	-webkit-transition: .2s;
	transition: .2s;
	opacity: .5;
}

.bx-wrapper .bx-prev:hover .fa {
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
	-webkit-transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	-webkit-transition: .2s;
	transition: .2s;
}

.bx-wrapper .bx-next .fa-caret-right {
	padding-left: 4px;
}

.bx-wrapper .bx-prev .fa-caret-left {
	padding-right: 4px;
}

.bx-wrapper .bx-next .fa-arrow-right {
	padding-left: 2px;
}

.bx-wrapper .bx-prev .fa-arrow-left  {
	padding-right: 2px;
}

.bx-wrapper .bx-next .fa-angle-right {
	margin-right: -3px;
}

.bx-wrapper .bx-prev .fa-angle-left {
	margin-left: -3px;
}

.bx-wrapper .bx-next .fa-chevron-right {
	margin-right: -3px;
	line-height: 35px;
}

.bx-wrapper .bx-prev .fa-chevron-left {
	margin-left: -3px;
	line-height: 35px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -16px;
	font-size: 20px;
	line-height: 31px;
	width: 32px;
	height: 32px;
	z-index: 9999;
	color: #ffffff;
}

.related-post .bx-wrapper .bx-controls-direction a {
    margin-top: -24px;
}

.single .bx-wrapper .bx-next .fa-angle-right {
    margin-right: -40px;
}

.single .bx-wrapper .bx-prev .fa-angle-left {
    margin-left: -40px;
}

.bx-wrapper .bx-controls-direction .disabled {
	display: none;
}

/* SLIDER HR */

.slider-hr {
	display: block;
	width: 43px;
	border: 0;
	border-top: 2px solid #ffffff;
	padding: 0;
	margin: 20px auto;
}

/* 5. FEATURED POST SLIDER
--------------------------------------------------------------- */

.featured-full {
	background-color: #ed485c;
	padding: 50px 0;
	overflow: hidden;
    position: relative;
}

.featured-full a {
	padding: 0;
}

.featured-full .featured .items {
    display: block;
}

.featured-container .pos-header-title-link {
	margin-top: 0;
}

.featured-container .info h2 a:hover,
.featured-container .info h3 a:hover {
	letter-spacing: 1px;
}

.featured-container .info h2 a,
.featured-container .info h3 a  {
	padding-left: 0;
	 color: #ffffff;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.featured-container .info .post-data p {
	padding-left: 0;
	padding-bottom: 0;
}

.featured-img {
	width: 45%;
	height: auto;
	float: right;
	margin-left: 30px;
	position: relative;
}

.featured-img:before {
	content: '\f08d';
	font-family: 'Fontawesome';
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 9999;
	right: 14px;
	top: -4px;
}

.featured-img:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 60px solid #ed485c;
	border-left: 60px solid transparent;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
}

.featured-img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.featured-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.featured-wrapper .info {
	float: left;
	width: 50%;
}

.featured-wrapper .post-data {
    padding: 25px 0 0 0;
}

.featured-wrapper .post-info .admin-edit {
	margin-left: 10px;
}

.featured-container .info .post-info {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-top: 18px;
	padding-right: 25px;
	padding-left: 0;
	margin-bottom: 13px;
}

/* DIVIDER STYLE */

.food .featured-full:before {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 32px;
}

/* 6. PAGE SETTINGS
--------------------------------------------------------------- */

.page-wrapper {
	float: left;
	width: 67%;
}

.page-data {
	padding: 0 25px 25px 25px;
}

.page-wrapper .post-ful {
	width: 100%;
}

.page-wrapper .main {
	width: 100%;
	background-color: #363e44;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

.page .main p {
	color: #ffffff;
	padding: 4px 0;
	line-height: 1.83;
	font-size: 16px;
}

.main .alignnone {
	width: 100%;
	height: auto;
	padding: 25px 0;
	margin: 25px 0;
	box-sizing: border-box;
}

.page .main blockquote {
	border-left: 3px solid #9d9d9d;
}

.page .main blockquote p {
	font-size: 16px;
	font-style: italic;
	color: #9d9d9d;
	margin: 40px 0 40px 25px;
}

.page-data .wp-caption-text {
	text-align: center;
	font-style: italic;
    font-weight: 400;
    margin-top: 10px;
    font-size: 12px;
}

.pagetitle {
	font-size: 34px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 25px;
	padding: 25px 25px 0 0;
}

.page .page-comments {
	float: left;
	width: 100%;
}

.page .page-comments.post-ful {
    width: 100%;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation,
.infinite-scroll.neverending .footer-stagram-widget,
.infinite-scroll.neverending .footer,
.infinite-scroll.neverending .footer-bottom {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .footer-stagram-widget,
.infinity-end.neverending .footer,
.infinity-end.neverending .footer-bottom {
    display: block;
}

/* 7. POST SETTINGS
--------------------------------------------------------------- */

.post-data p {
    margin-bottom: 10px;
}

.post-data iframe {
    width: 100%;
}

img.alignright { 
	float: right; 
	margin: 0 0 25px 25px;
	padding-top: 8px;
}

img.alignleft { 
	float: left; 
	margin: 0 25px 25px 0;
	padding-top: 8px;
}

img.aligncenter { 
	display: block; 
	margin: 25px auto; 
}

.alignright { 
	float: right; 
}

.alignleft { 
	float: left; 
}

.aligncenter { 
	display: block; 
	margin: 25px auto;
}

.main .wp-caption {
    max-width: 100%;
    border: 1px solid #232930;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
}

.main .wp-caption img {
    display: block;
    width: 100%;
    height: auto;
}

.main .wp-caption.alignright {
    margin: 0 0 50px 25px;
}

.main .wp-caption.alignleft {
    margin: 9px 25px 50px 0;
}

.page-wrapper .main .wp-caption-text {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

article {
	position: relative;
}

.post-header {
	padding: 20px 25px 15px;
}

.pos-header-title-link {
	font-family: "Roboto", sans-serif;
	font-size: 53px;
	font-weight: 500;
	max-width: 100%;
	line-height: 55px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.post-has-review .no-thumb .pos-header-title-link {
	margin-top: 80px;
}

.list-layout .post-has-review .no-thumb .pos-header-title-link,
.grid-layout .post-has-review .no-thumb .pos-header-title-link {
	margin-top: 30px;
}

.post-has-review.star .no-thumb .pos-header-title-link {
	margin-top: 30px;
}

.post-header h2 a:hover,
.post-header h3 a:hover {
	letter-spacing: 1px;
}

.post-info {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-top: 22px;
}

.post-info .author a {
    color: #ffffff;
    font-weight: 500;
    opacity: 1;
}

.post-info .author a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-info .date {
	color: #ffffff;
}

.post-info .cat {
    color: #ffffff;
	font-weight: 700;
    line-height: 1.5;
}

.post-header .post-info .cat a {
    opacity: 1;
}

.post-header .post-info .cat a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-header .post-info .admin-edit {
    margin-left: 10px;
}

.post-info .post-icon {
	margin: 0 6px;
	font-size: 14px;
}

.screen-reader-text {
	display: none;
}

.post-header .tagcloud {
	margin-top: 15px;
}

.post-header .tagcloud a {
	float: none;
}

.post-img {
	overflow: hidden;
	display: block;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}

.post-type-icon {
	position: absolute;
	right: 0;
	z-index: 1;
	font-size: 18px;
}

.post-type-icon i {
	color: #ed485c;
}

.post-img:after, 
.top-headline:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 60px solid #232930;
	border-left: 60px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.format-gallery img,
.post-img a {
	display: block;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.post-img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.page .post-img img {
	padding: 0 25px 25px 25px;
	box-sizing: border-box;
}

.page .main:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 60px solid #232930;
	border-left: 60px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.post-data p input {
    border: 1px solid #363e44;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.post-data p input[type="password"] {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 8px;
    padding: 13px;
    border: 1px solid #232930;
    color: #ffffff;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: transparent;
}

.post-data p input[type='submit'] {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #363e44;
    border-radius: 50px;
    padding: 13px 35px;
    background-color: rgba(255,255,255,0.1);
}

.post-data p input[type='submit']:hover {
    background-color: #ed485c;
    border: 1px solid #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.main .post-share .social-share-icons .share-whatsapp {
    display: none !important;
}

.post-img.audio iframe {
    width: 100%;
}

/* ARCHIVE / CATEGORY / TAG TOP HEADLINE */

.top-headline {
       text-align: left;
       margin-bottom: 30px;
       padding: 25px;
       background-color: #363e44;
       position: relative;
}

.top-headline span {
       font-size: 22px;
       color: #ffffff;
       margin-bottom: 8px;
       display: inline-block;
}

.top-headline h1 {
   font-size: 50px;
}

.top-headline p {
   font-size: 14px;
}

/* 8. POST DATA
--------------------------------------------------------------- */

.home article .post-data,
.archive article .post-data {
    padding-bottom: 15px;
}

.post-data .fluid-width-video-wrapper {
	margin: 25px 0;
}

.post-data {
	overflow: hidden;
}

.post-data p {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.83;
}

.post-data blockquote p {
    padding-bottom: 0;
}

.post-data .post-pagination p {
	padding-bottom: 45px;
}

.single .post-data blockquote,
.post-data blockquote {
	border-left: 3px solid #9d9d9d;
}

.blockquote-text,
.single .post-data blockquote p,
.post-data blockquote p {
	font-size: 16px;
	font-style: italic;
	color: #9d9d9d;
	padding-bottom: 0;
	margin: 40px 0 40px 25px;
}

.post-data .wp-caption-text {
	font-style: italic;
	font-weight: 400;
	color: #9d9d9d;
}

cite {
    font-style: italic;
}

.page .main h1 {
	font-weight: 500;
	margin: 0 25px 20px;
}

.page-wrapper .main .page-data h1 {
	margin: 0 0 20px 0;
}


.page .main h3, 
.page .main h4, 
.page .main h5, 
.page .main h6,
.post-data h1, 
.post-data h3, 
.post-data h4, 
.post-data h5, 
.post-data h6 {
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 40px 0 20px;
}

.page .main h2,
.post-data h2 {
	font-weight: 500;
	margin: 40px 0 20px;
}

.page .main h1,
.post-data h1 {
	font-size: 56px;
}

.post-data h2 {
	font-size: 30px !important;
	text-transform: none;
}

.page .main h2,
.post-data h2 {
	font-size: 18px;
}

.page .main h4,
.post-data h4 {
	font-size: 25px;
}

.page .main h5,
.post-data h5 {
	font-size: 16px;
}

.page .main h6,
.post-data h6 {
	font-size: 12px;
}

.post-data hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.page .main ul,
.page .main ol,
.post-data ul, 
.post-data ol {
	font-family: "Roboto", serif;
    line-height: 1.83;
	color: #ffffff;
	margin: 10px 25px;
}

.page .main ul li,
.post-data ul li {
	list-style: square;
}

.page .main ol li,
.post-data ol li {
	list-style: decimal;
}

.more-link {
	font-size: 14px;
	margin-left: 8px;
}

.more-link-header {
	font-size: 28px;
	margin-left: 12px;
}

.more-link-header i {
	color: #ffffff;
}

.more-link i {
	color: #ed485c;
}

.more-link-header i:hover,
.more-link i:hover {
	-ms-transform:translateX(5px);
	transform:translateX(5px); 
	-webkit-transform:translateX(5px); 
	-moz-transform:translateX(5px); 
	-o-transform:translateX(5px);
	-webkit-transition: .3s;
	transition: .3s;
}

.gallery .gallery-item {
    display: inline-block !important;
    float: none !important;
    margin-top: 0 !important;
    text-align: inherit !important;
}

.gallery a img {
    border: none !important;
}
.gallery a img:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
}

/* 9. POST AUTHOR
--------------------------------------------------------------- */

.author-box .author-info h4.heading {
    margin-bottom: 15px;
}

.author-box .author-info h4.heading span a {
	font-size: 18px;
	font-weight: 700;
}

.author-box .author-info h4.heading span a:hover {
    color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.author-box .author-info-inner .social-links {
	font-size: 14px;
	line-height: 1.4;
	padding-right: 15px;
	display: inline-block;
}

.author-box .author-info-inner .social-links li a i {
	color: #ffffff;
}

.author-box .author-info-inner .social-links li a i:hover {
    color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.author-box .author-info .author-info-inner .author-avatar a {
	float: left;
	margin-right: 20px;
	margin-top: -15px;
}

.author-box .author-info .author-info-inner .author-avatar a img {
	border-radius: 50%;
}

.author-box .author-info .author-description p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
}

.author-box .author-info .social-links .icons {
	list-style: none;
	margin-left: 5px;
}

.author-box .author-info .social-links .icons li {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.author-box .author-description {
	overflow: hidden;
}

/* 10. IMG HOVER 
--------------------------------------------------------------- */

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* EFFECT JAZZ */

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
	background: -webkit-linear-gradient(135deg, #f3cf3f 0%, #f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}

figure.effect-jazz img {
	opacity: 1;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}


/* 11. RELATED POSTS & COMMENTS
--------------------------------------------------------------- */

.related {
	margin: 30px 0 60px;
	/*overflow: hidden;*/
}

.comment-respond {
	margin-bottom: 60px;
}

.comment-respond h3,
.comments-title,
.related-title {
	font-size: 16px;
	font-weight: 700;
	color: #363e44;
	margin-bottom: 30px;
	text-align: left;
	line-height: 30px;
}

.comment-respond h3,
.comments-title span,
.related-title span {
	border-bottom: 1px solid #ed485c;
	padding-bottom: 5px;
	color: #ffffff;
}

.comment-respond h3, .comments-title h2 {
	display: table;
}

.related-post {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	display: block;
}

.related-post:last-child, 
.related-post:last-child  {
	margin-right: 0;
}

.related-post img {
	max-width: 100%;
	height: auto;
}

.related-post .post-img {
	height: 155px;
}

.related-post .post-img iframe {
    height: 155px;
}

.related-post .post-img:after {
    content: none;
}

.related-post h4 a {
	font-size: 14px;
	line-height: 17px;
	color: #363e44;
	margin-bottom: 5px;
    margin-top: 10px;
    display: block;
}

.related-post h4 a:hover {
	color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.related-post h4 {
	margin-bottom: 5px;
}

.related-post .date {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
    opacity: .5;
}

/* COMMENTS SETTINGS */

.comments .comment-list {
	list-style: none;
}

.comments .comment-list .bypostauthor {}

.comments .comment-list .comment-area {
	border-bottom: 1px solid #363e44;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.comment-list .comment-avatar {
	width: 50px;
	height: 50px;
	margin-right: 30px;
	float: left;
}

.comment-list .comment-avatar img {
	border-radius: 50%;
}

.comment-list .comment-description {
	overflow: hidden;
}

.comment-list .comment-description .comment-date {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
    opacity: .5;
	display: block;
	margin-bottom: 10px;
}

.comment-list .comment-description .reply a {
	font-size: 12px;
	font-weight: 700;
	color: #363e44;
	margin-bottom: 30px;
	margin-left: 5px;
	float: right;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #363e44;
	border-radius: 3px;
	padding: 0 8px;
}

.comment-list .comment-description .comment-reply-link:after {
	content: '\f064';
	font-size: 10px;
	margin-left: 6px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.comment-list .comment-description .reply a:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.comment-list .children {
	margin-left: 60px;
	list-style: none;
}

#cancel-comment-reply-link {
	float: right;
}

.comment-form-comment textarea {
	padding: 15px;
	width: 100%;
	color: #ffffff;
	background-color: #232930;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.comment .comment-description .comment-info {
	font-weight: 700;
}

.comment .comment-description .comment-info a {
	color: #ffffff;
}

.comment .comment-description .comment-info a:hover {
	color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.comment .comment-description p {
	font-size: 14px;
	font-weight: 400;
}

/* COMMENTS FORM */

.comment-respond .comment-reply-title small a {
	color: #ffffff;
}

.comment-respond .comment-reply-title small a:hover {
	color: #ed485c;
}

.comment-respond .logged-in-as {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-respond .comment-form-comment label {
	display: none;
}

.comment-respond .comment-form-comment textarea {
	width: 100%;
	resize: vertical;
}

.comment-respond .form-submit .submit {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #363e44;
	border-radius: 50px;
	padding: 13px 35px;
	background-color: #232930;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.comment-respond .form-submit .submit:hover {
	background-color: #ed485c;
	border-color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

/* NOT LOGGED IN */

.comment-awaiting-moderation {
	font-size: 12px;
}

.comment-notes {
	margin-bottom: 20px;
	font-size: 12px;
}

.comment-form-author,
.comment-form-email {
	margin-bottom: 10px;
}

.comment-form-url {
	margin-bottom: 20px;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #363e44;
	background-color: #232930;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
	border: 1px solid #ed485c;
}

/* 12. SINGLE POST
--------------------------------------------------------------- */

.single .topnav-bg {
	background-color: #232930;
	z-index: 1;
	padding-bottom: 40px;
}

.single .author-box {
	background-color: #363e44;
	padding: 50px 25px 25px 25px;
	position: relative;
	margin-bottom: 35px;
}

.single .author-box:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 60px solid #232930;
	border-right: 60px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.single .main {
	margin-bottom: 70px;
}

.main .post-data {
	position: relative;
	padding: 25px;
}

.post-data .post-tags-list, 
.post-data .post-pagination {
    margin-bottom: 25px;
	color: #ffffff;
}

.post-data .post-tags-list {
	margin-top: 50px;
}

.post-data .post-tags-list a {
    color: #ffffff;
}

.post-data .post-tags-list a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.main .post-share {
	margin: 0 -25px -15px -25px;
	padding-top: 25px;
}

.main .post-share-before {
	display: block;
	width: 100%;
	height: 64px;
}

.single .main .post-share .social-share-icons {
    height: 53px;
}

.main .post-share .social-share-icons {
	display: block;
	height: 63px;
	border-top: 1px solid #232930;
}

.main .post-share .social-share-icons a {
	font-size: 14px;
	line-height: 2.1;
	height: 33px;
	min-width: 33px;
	padding: 15px;
	display: inline-block;
	border-right: 1px solid #232930;
	font-size: 16px;
	text-align: center;
    opacity: 1;
}

.main .post-share .social-share-icons a:hover {
    opacity: .7;
	-webkit-transition: .3s;
	transition: .3s;
}

.main .post-share .social-share-icons a:last-child {
	border-right: none;
}

.main .post-share .social-share-icons a i {
	color: #ffffff;
	margin: 0;
}

.main .post-share .social-share-icons .post-like-comments a {
    color: #ffffff;
	padding: 15px 15px;
}

.main .post-share .comments-closed p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.main .post-share .comments-closed {
	opacity: .15;
	padding: 15px 20px;
}

.main .post-share .comments-closed i {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.comments-closed-icon {
	color: #ed485c;
	font-size: 33px;
    position: relative;
    line-height: 43px;
    top: 6px;
    left: 2px;
    margin-right: 15px;
}

.post-like-comments {
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 1px solid #232930;
	border-right: none;
}

.post-like-comments a:last-child i {
	padding-right: 8px;
}

.post-like-comments .like {
	padding-left: 8px;
    color: #ffffff
}

.main .post-share .social-share-icons .comments-icon a {
	display: inline;
}

.main .post-share .social-share-icons .comments-icon a i {
	margin-right: 4px;
}

.featured-full .post-data .post-share {
    display: none;
}

.single .content .main img {
	max-width: 100%;
	height: auto;
}

/* 13. PAGINATION
--------------------------------------------------------------- */

#infscr-loading {
	text-align: center;
	margin-bottom: 50px;
}

#infscr-loading div {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 20px 0 0;
}

#infscr-loading img {
	vertical-align: middle;
	height: 30px;
	width: 30px;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.light .double-bounce1, .light .double-bounce2 {
	background-color: #938172;
}

.default .double-bounce1, .default .double-bounce2 {
	background-color: #ed485c;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.navigation {
	margin: 80px 0;
	text-align: center;
	clear: both;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation li a,
.navigation li.disabled {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 12px 17px;
	background-color: #363e44;
}

.navigation li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.navigation li.active a {
	color: #ffffff;
	background-color: #232930;
}

.navigation li a:hover {
	color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

/* 14. SIDEBAR
--------------------------------------------------------------- */

.sidebar {
	width: 30%;
	float: right;
	/*overflow: hidden;*/
}

.sidebar .widget-area .widget ul li {
	list-style-type: none;
}

.widget-area {
	margin-bottom: 0;
}

/* MAIN WIDGETS SETTINGS */

.widget {
	padding-bottom: 35px;
	clear: both;
}

.widget-title {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
	height: 30px;
	padding: 9px 0 2px 17px;
	display: block;
	letter-spacing: 1px;
	background-color: #ed485c;
	box-sizing: initial;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget-title:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 41px solid #232930;
	border-left: 41px solid transparent;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
}

.is_stuck {
	overflow: hidden;
}

.line ul li {
	border-bottom: 1px dotted #9d9d9d;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.line ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.red-line {
	height: 1px;
	width: 35px;
	position: absolute;
	background-color: #ee4962;
	margin-top: 17px;
	left: 0;
}

/* WIDGETS */

/* RUBY ABOUT ME WIDGET */

.about-widget p {
	font-size: 16px;
	text-align: left;
}

.about-widget .about-image-round  {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	border-radius: 50%;
}

.about-widget .about-image-square {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
} 

.about-widget .author {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.about-widget a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	text-align: left;
	color: #363e44;
	width: 100%;
}

.about-widget a:after {
	content: '\f178';
	font-size: 14px;
	color: #363e44;
	margin-left: 8px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.about-widget a:hover {
	color: #ed485c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about-widget a:hover:after {
	color: #ed485c;
	margin-left: 13px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* RUBY SOCIAL WIDGET */

.social-widget {
	text-align: left;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}

.social-widget a i {
	font-size: 16px;
	color: #363e44;
	margin-right: 16px;
}

.social-widget a:first-child i {
	margin-left: 0;
}

.social-widget a i:hover {
	color: #ed485c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* RUBY LATEST POSTS WIDGET */

.widget ul.latestposts-feed li {
	margin-left: 0;
	padding: 17px 0;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #363e44;
	position: relative;
	font-weight: 400;
	font-size: 16px;
}

.widget ul.latestposts-feed li:first-child {
	padding-top: 0;
}

.widget .full-latestposts-feed li {
	margin-bottom: 15px;
	list-style-type:none
}

.widget .full-latestposts-feed li:last-child,
.widget ul.latestposts-feed li:last-child {
	border-bottom: none;
}

.widget ul.latestposts-feed li .feed-item .feed-image {
	float: left;
	margin-right: 15px;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image {
	text-align: center;
}

.widget ul.latestposts-feed li .feed-item .feed-image img {
	width: 90px;
	height: auto;
	margin-top: 8px;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image img {
    width: 100%;
    height: auto;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image:hover,
.widget ul.latestposts-feed li .feed-item .feed-image:hover {
	opacity: .8;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text,
.widget ul.latestposts-feed li .feed-item .feed-text {
	display: block;
	/*overflow: hidden;*/
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
    display: block;
}

.widget ul.latestposts-feed li .feed-item .feed-text a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #363e44;
	text-align: left;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text a:hover,
.widget ul.latestposts-feed li .feed-item .feed-text a:hover {
	color: #ed485c; 
	-webkit-transition: .3s; 
	transition: .3s;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-meta,
.widget ul.latestposts-feed li .feed-item .feed-text .feed-meta {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	opacity: .5;
	font-weight: 300;
}

.widget ul.latestposts-feed li:last-child .red-line {
	display: none;
}

/* RUBY LIKES WIDGET */

.latestposts-feed {
	font-size: 14px;
}

.latestposts-feed .likes-count {
    color: #ffffff;
	float: right;
	font-size: 12px;
}

.latestposts-feed .likes-count i {
	padding-right: 2px;
	color: #ed485c;
}

/* CATEGORIES DEFAULT WIDGET */

.widget_categories ul {
	list-style: none;
}

.widget_categories ul .cat-item {
    text-align: left;
	font-size: 16px;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
	position: relative;
}

.widget_categories ul .cat-item a:hover {
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_categories ul .cat-item:before {
    content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
    bottom: -1px;
    left: 0;
}

.widget_categories ul .cat-item ul .cat-item:before {
    content: '';
	position: absolute;
	width: 35px;
	border-top: 1px solid #ee4962;
    border-bottom: none;
    top: -1px;
    left: 0;
    height: 0;
}

.widget_categories ul .cat-item ul .cat-item {
    text-align: left;
	font-size: 16px;
    margin-top: 13px;
	padding-top: 15px;
	border-top: 1px solid #363e44;
	position: relative;
    margin-left: 0; 
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_categories ul .cat-item:last-child:before {
    content: none;
}

.widget_categories ul .cat-item:last-child {
    border: 0;
}

.widget_categories ul .cat-item ul .cat-item {
    margin-left: 20px;
    border-bottom: none;
}

.widget_text .textwidget select,
aside .widget_categories .postform, 
aside .widget_archive select[name="archive-dropdown"] {
	width: 100%;
	color: #363e44;
}

.widget_categories .postform {
	width: 100%;
}

.widget_text .textwidget select,
.widget_categories .postform, 
.widget_archive select[name="archive-dropdown"] {
	display: block;
	height: 45px;
	color: #363e44;
	border: 1px solid #363e44;
	cursor: pointer;
	background: url(img/dropdown-arrow.png) no-repeat right 15px center;
}

.footer-widget .widget_categories .postform,
.footer-widget .widget_archive select[name="archive-dropdown"] {
    color: #ffffff;
    width: 100%;
}

.widget_categories label, 
.widget_archive label {
	display: none;
}

.widget_categories select, 
.widget_archive select {
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 14px;
	background: transparent;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}

.widget_archive .post_count,
.widget_categories .post_count {
    float: right;
    font-size: 12px;
    width: 40px;
    text-align: right;
    color: #ffffff;
    opacity: .5;
}

.footer-widget .widget_categories li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

/* ARCHIVE DEFAULT WIDGET */

.widget_archive ul {
	list-style: none;
}

.widget_archive ul li {
	text-align: left;
	font-size: 14px;
}

.widget_archive ul li {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
}

.widget_archive ul li:last-child {
	border-bottom: none;
}

.widget_archive ul li:before {
    content: '';
    height: 1px;
    width: 35px;
    position: absolute;
    background-color: #ee4962;
    margin-top: 39px;
}

.widget_archive ul li:last-child:before {
    display: none;
}

.widget_archive ul li a {
    font-size: 16px;
	color: #363e44;
}

.widget_archive ul li a:hover {
	color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;    
}

.widget_archive ul li span {
	width: 40px;
	float: right;
	font-size: 12px;
	padding: 5px 0;
	margin-top: -4px;
	text-align: center;
	line-height: normal;
}

/* RUBY ARCHIVE WIDGET */

.widget_ruby_archive_yearly {
	font-size: 14px;
	list-style: none;
}

.widget_ruby_archive_yearly .archive-month,
.widget_ruby_archive_yearly .archive-year {
	border-bottom: 1px solid #363e44;
}

.widget_ruby_archive_yearly .archive-month {
	display: inline-block;
    width: 76%;
    float: right;
}

.widget_ruby_archive_yearly .archive-year {
	position: relative;
}

.widget_ruby_archive_yearly .archive-year:after {
	content: '';
	height: 1px;
	width: 35px;
	position: absolute;
	background-color: #ed485c;
	left: 0;
	bottom: -1px;
}

.widget_ruby_archive_yearly ul:last-child .archive-month:before {
	content: '';
	background: none;
}

.widget_ruby_archive_yearly ul:last-child .archive-month {
	border-bottom: none;
}

.widget_ruby_archive_yearly ul:last-child {
	clear: right;
}

.widget_ruby_archive_yearly li a {  
	padding: 16px 0; 
	display: block;
	text-align: left;
	color: #363e44;
	font-weight: 400;
	font-size: 16px;
}

.widget_ruby_archive_yearly ul:first-child li a, .widget_ruby_archive_yearly ul:nth-child(2) li a {
	padding-top: 0;
}

.widget_ruby_archive_yearly li a:hover {
	color: #ed485c;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.widget_ruby_archive_yearly li {
	margin: 0; 
	padding: 0;
}

.widget_ruby_archive_yearly .archive-month a:before {
	content: '\f105';
	font-size: 12px;
	color: #ffffff;
	opacity: .5;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

li.archive-year a {
	margin: 0; 
	border: 0; 
	padding: 16px 0 16px 0; 
}

.widget_ruby_archive_yearly .archive-count {
	float: right;
	font-size: 12px;
	width: 40px;
	text-align: right;
	color: #ffffff;
	opacity: .5;
} 

.widget_ruby_archive_yearly .archive-year {
	float: left; 
	display: inline-block;
    width: 24%;
}

.archives-widget li {
	list-style-type: none;
}

.archives-widget li {
	list-style-type: none;
}

.widget_ruby_archive_yearly .clear {
	clear: both;
}

/* CALENDAR DEFAULT WIDGET */

.widget_calendar table {
	width: 100%; 
	font-size: 14px;       
}

.widget_calendar table thead tr th {
    border-right: 1px solid #363e44;
}

.widget_calendar table thead tr th:last-child {
    border-right: none;
}

.widget_calendar caption {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    opacity: .5;
	padding-bottom: 15px;
}

.widget_calendar table tbody tr td,
.widget_calendar table tr th {
    padding: 17px 0;
    border-bottom: 1px solid #363e44;
    text-align: center;
}

.widget_calendar table tbody tr:last-child td {
    border-bottom: none;
}

.widget_calendar table td {
    border-right: 1px solid #363e44;
}

.widget_calendar table td a {
    font-weight: 700;
}

.widget_calendar tfoot {
	padding-top: 10px;
}

.widget_calendar tfoot tr td {
    border-right: none;
    padding: 0;
}

.widget_calendar tfoot tr td a {
    color: #ffffff;
    font-size: 16px;
}

.widget_calendar tfoot tr td a:hover {
    color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.widget_calendar tfoot td:first-child {
	text-align: left;
	padding-top: 10px;
}

.widget_calendar tfoot td:last-child {
	text-align: right;
	padding-top: 10px;
}

.widget_calendar caption {
    text-align: right;
}

/* PAGES DEFAULT WIDGET */

.widget_pages .page_item a {
    font-size: 16px;
    color: #ffffff;
}

.widget_pages .page_item a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_pages .page_item {
    text-align: left;
	font-size: 14px;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
	position: relative;
}

.widget_pages .page_item:before {
	content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
	bottom: -1px;
	left: 0;
}

.widget_pages .page_item:last-child:before {
	border-bottom: none;
}

.widget_pages .page_item:last-child {
	border-bottom: none;
}

.widget_pages .page_item_has_children .children {
    padding-top: 15px;
}

.widget_pages .page_item_has_children .children li {
    margin-left: 25px;
    list-style: none;
}

.widget_pages .page_item_has_children .children li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_pages .page_item_has_children .children li:first-child {
    border-top: 1px solid #363e44;
    padding-top: 15px;
}

.widget_pages .page_item_has_children .children li:first-child:before {
	content: '';
	position: absolute;
	width: 35px;
	border-top: 1px solid #ee4962;
	top: -1px;
	left: 0;
}

.footer-widget .widget_pages .page_item {
    list-style: none;
}

/* META DEFAULT WIDGET */

.widget_meta li a {
    font-size: 16px;
    color: #ffffff;
}

.widget_meta li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_meta li {
    text-align: left;
	font-size: 14px;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
}

.widget_meta li:before {
	content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
    margin-top: 39px;
}

.widget_meta li:last-child,
.widget_meta li:last-child:before {
	border-bottom: none;
}

.widget_meta li,
.footer-widget .widget_meta li {
    list-style: none;
}

/* RUBY RECENT COMMENTS WIDGET */

.recent-comments ul.recomm {
	margin-left: 0;
	list-style: none;
}

.recent-comments .recomm-wrapper {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #363e44;
	padding: 17px 0;
	position: relative;
}

.recent-comments li:first-child {
	padding-top: 0;
}

.recent-comments .recomm li:last-child {
	border-bottom: none;
} 

.recent-comments .recomm li:last-child .red-line {
	display: none;
}

.recent-comments .recomm .avatar {
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 50%;
}

.recent-comments .recomm .comment-avatar {
	margin-right: 2%;
	float: left;
}

.recent-comments .recomm .comment-txt {
	font-size: 14px;
	line-height: 1.83;
	max-width: 100%;
	display: block;
	/*overflow: hidden;*/
	min-height: 60px;
}

.recent-comments .recommauth {
	font-weight: bold;
}

.recent-comments .commentdate {
	font-weight: 300;
	color: #fff;
	opacity: 0.5;
	float: right;
	font-size: 12px;
}

.recent-comments .authcomment {
	color: #ffffff;
	font-style: italic;
	line-height: 1.5;
	display: block;
	margin-top: 5px;
}

.recent-comments .comment-txt a {
	font-weight: 700;
}

.recent-comments .comment-txt a:hover {
	color: #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

/* RECENT COMMENTS DEFAULT WIDGET */

.widget_recent_comments ul li {
    text-align: left;
	font-size: 16px;
    font-weight: 300;
    color: #363e44;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
    position: relative;
}

.widget_recent_comments ul li:before {
	content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
    margin-top: 39px;
    bottom: -1px;
    left: 0;
}

.widget_recent_comments ul li:last-child,
.widget_recent_comments ul li:last-child:before {
	border-bottom: none;
}

.widget_recent_comments ul li a {
    font-weight: 300;
    color: #363e44;
}

.widget_recent_comments ul li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_recent_comments ul li .comment-author-link a {
    color: #ffffff;
    font-weight: 500;
}

.footer-widget .widget_recent_comments .widget-title {
    color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #ed485c;
    background-color: transparent;
    padding: 0;
}

.footer-widget .widget_recent_comments .recentcomments {
    list-style: none;
}

.footer-widget .widget_recent_comments .widget-title:after {
    display: none;
}

/* RECENT POSTS DEFAULT WIDGET */

.widget_recent_entries li a {
    font-size: 16px;
    color: #ffffff;
}

.widget_recent_entries li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_recent_entries li {
    text-align: left;
	font-size: 14px;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
    position: relative;
}

.widget_recent_entries li:before {
	content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
    bottom: -1px;
    left: 0;
}

.widget_recent_entries li:last-child,
.widget_recent_entries li:last-child:before {
	border-bottom: none;
}

.widget_recent_entries ul li span {
    font-size: 12px;
    color: #ffffff;
    opacity: .5;
    display: block;
}

.footer-widget .widget_recent_entries li {
    list-style: none;
}

/* RSS DEFAULT WIDGET */

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss .widget-title span:before {
	content: '\f09e';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.widget_rss .widget-title span a {
    color: #ffffff
}

.widget_rss ul li {
    text-align: left;
	font-size: 16px;
    margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #363e44;
    position: relative;
}

.widget_rss ul li:before {
	content: '';
	position: absolute;
	width: 35px;
	border-bottom: 1px solid #ee4962;
    bottom: -1px;
    left: 0;
}

.widget_rss ul li:last-child:before,
.widget_rss ul li:last-child {
	border-bottom: none;
}

.widget_rss ul li a {
    color: #ffffff;
    font-weight: 500;
}

.widget_rss ul li a:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_rss ul li .rssSummary {
    color: #ffffff;
    opacity: .5;
}

.widget_rss ul li span {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    opacity: .5;
    margin-bottom: 10px;
    display: block;
}

.footer-widget .widget_rss .footer-widget-title span a {
    color: #ffffff;
}

.footer-widget .widget_rss ul li {
    list-style: none;
}

/* TAG CLOUD DEFAULT WIDGET */

.widget .tagcloud {
	display: inline-block;
}

.widget .tagcloud a {
	font-size: 12px !important;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	color: #ffffff;
	display: inline-block;
	padding: 1px 5px;
	text-decoration: none;
	margin-bottom: 6px;
	float: left;
	margin-right: 5px;
	border: 1px solid #363e44;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: initial;
	transition-timing-function: initial;
	-webkit-transition-delay: initial;
	transition-delay: initial;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.widget .tagcloud a:hover {
	background-color: #ec485c;
	color: #ffffff;
	border: 1px solid #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}

/* TEXT DEFAULT WIDGET */

.widget_text .textwidget {
	font-size: 16px;
}

.widget_text .textwidget p {
    line-height: 1.5;
    font-weight: 300;
}

.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.widget_text .textwidget p img {
    margin-top: 10px;
}

.widget_text .textwidget .wp-caption {
    border: 1px solid #363e44;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.widget_text .textwidget .wp-caption .wp-caption-text {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}

.widget_text strong {
    display: inline-block;
    margin-bottom: 5px;
}

.widget_text .textwidget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0px 2px 1px 12px;
    font-size: 14px;
    color: #ffffff;
}

/* NAV MENU DEFAULT WIDGET */

.widget_nav_menu .menu {
    position: relative;
}

.widget_nav_menu .menu li {
	display: block;
	position: relative;
	height: auto;
}

.widget_nav_menu .menu > li {
	padding-bottom: 7px;
}

.widget_nav_menu .menu li a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
    font-weight: 500;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 48px;
	text-transform: uppercase;
	display: block;
	z-index: 10;
	height: auto;
}

.widget_nav_menu .menu li > ul a {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 32px;
}

.widget_nav_menu .menu ul .sub-menu > li a {
	font-size: 16px;
}

.widget_nav_menu .menu-item-has-children {
	display: block;
	z-index: 999;
}

.widget_nav_menu .menu ul li {
	height: auto;
}

.widget_nav_menu .menu ul {
	margin: 0;
}

/* RUBY INSTAGRAM WIDGET */

.sidebar .null-instagram-feed li:nth-child(3n) img {
	margin-right: 0;
}

.sidebar .null-instagram-feed li:hover {
	opacity:.8;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.sidebar .null-instagram-feed .instagram-pics {
	/*overflow: hidden;*/
}

/* SEARCH DEFAULT WIDGET */

.widget_search form input {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
	width: 100%;
	padding: 15px;
	border: 1px solid #363e44;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
	box-sizing: border-box;
}

.widget_search form input:focus {
	border: 1px solid #ed485c;
}

/* 15. MAILCHIMP
--------------------------------------------------------------- */

.mc4wp-form {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 !important;
}

.mc4wp-form h5 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
}

.mc4wp-form small {
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	display: block;
	margin: 10px 0;
	opacity: 0.5;
}

.mc4wp-form p label {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
}

.mc4wp-form p input {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin-bottom: 8px;
	padding: 15px;
	border: 1px solid #363e44;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
    width: 100%;
}

.mc4wp-form-basic p input[type="email"],
.mc4wp-form p input[type="email"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.mc4wp-form p input:focus {
	border: 1px solid #ed485c;
}

.mc4wp-form input, textarea {
	font-size: 14px;
	color: #9d9d9d;
	background: #fff;
	box-shadow: none;
	border: 1px solid #363e44;
}

.mc4wp-form input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #363e44;
	border-radius: 50px;
	padding: 13px 35px;
	background-color: rgba(255,255,255,0.1);
	width: 100%;
}

.mc4wp-form input[type="submit"]:hover {
	background-color: #ed485c;
	border: 1px solid #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

/* 16. CONTACT FORM 7
--------------------------------------------------------------- */

.page .main .form-error h3,
.contact-form .grunion-field-label,
.wpcf7-form p {
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
    font-weight: 300;
}

.page .main .form-error ul {
    margin-left: 0;
    margin-bottom: 30px
}

.page .main .form-error ul li {
    list-style: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.contact-form .grunion-field-label span {
    color: #333333;
    font-weight: 300;
}
.page .main .contact-form-submission p,
.page .main .contact-form-submission {
    margin: 0;
    padding: 0 1em;
}

.contact-form textarea,
.wpcf7-form span .wpcf7-form-control {
	font-size: 14px;
    resize: vertical;
}

.contact-form textarea,
.contact-form input[type='text'],
.contact-form input[type='email'],
.wpcf7 textarea, 
.wpcf7 input {
    font-size: 16px;
	padding: 15px;
	width: 100%;
    max-width: 100%;
	color: #ffffff;
	background-color: #363e44;
	border: 1px solid #232930;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.contact-form textarea,
.contact-form input[type='text'],
.contact-form input[type='email'] {
	width: 100% !important;
    max-width: 100% !important;
}

.contact-form textarea:focus,
.contact-form input:focus,
.wpcf7 textarea:focus, 
.wpcf7 input:focus {
	border: 1px solid #ed485c;
}

.contact-form .contact-submit input[type="submit"],
.wpcf7-form input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #232930;
	border-radius: 50px;
	padding: 13px 35px;
	max-width: 200px;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.contact-form .contact-submit input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background-color: #ed485c;
	border: 1px solid #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-appearance:none;
}

.page-data .contact-form input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #363e44 inset;
}

span.wpcf7-not-valid-tip {
	color: #ed485c;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

div.wpcf7-mail-sent-ok:before {
	content: '\f00c';
	font-size: 35px;
	color: #43CD9C;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

div.wpcf7-response-output, 
div.wpcf7-mail-sent-ok {
	padding: 0 25px;
}

div.wpcf7-validation-errors {
	border: none;
}
div.wpcf7-validation-errors:before {
	content: '\f071';
	font-size: 35px;
	color: #ed485c;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

/* 17. FOOTER INSTAGRAM
--------------------------------------------------------------- */

.footer-stagram-widget  {
	text-align: center; 
	/*overflow: hidden;*/  
}

.footer-stagram-widget ul {
	display: block;
}

.footer-stagram-widget li {
	width: 12.5%;
	height: 0;
	padding-bottom: 12.5%;
	float: left;
	list-style: none;
	line-height: 0;
	position: relative;
}

.footer-stagram-widget li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-stagram-widget li:hover {
	opacity:.8;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.footer-stagram-widget .widget {
	margin-bottom: 0;
	padding: 0;
}

.footer-stagram-widget .widget-title {
	border: none;
}

.footer-stagram-widget .widget-title span {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-stagram-widget .widget-title span:before {
	border: none;
}

.footer-stagram-widget .widget-title span:after {
	border: none;
}

/* FOOTER INSTAGRAM FEED */

.footer-widget .null-instagram-feed li, 
.sidebar .null-instagram-feed li {
	width: 32%;
	height: 0;
	padding-bottom: 32%;
	float: left;
	list-style: none;
	line-height: 0;
	position: relative;
	margin: 0 2% 2% 0;
}

.footer-widget .null-instagram-feed li img, 
.sidebar .null-instagram-feed li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-widget .null-instagram-feed li:nth-child(3n), 
.sidebar .null-instagram-feed li:nth-child(3n) {
	margin-right: 0;
}

.footer-widget .null-instagram-feed li:hover {
	opacity:.8;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.footer-widget .null-instagram-feed .instagram-pics {
	/*overflow: hidden;*/
}

.footer-widget .social-widget i {
	color: #ffffff;
	float: left;
	line-height: 30px;
}

.footer-widget .social-widget i:hover {
    color: #ed485c;
    -webkit-transition: .3s;
    transition: .3s;
}

/* 18. FOOTER
--------------------------------------------------------------- */

.footer {
	background: rgba(18,25,32,0.5);
	padding-top: 60px;
	padding-bottom: 30px;
	/*overflow: hidden;*/
}

.footer-bottom {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #363e44;
}

.footer-bottom .footer-bar {
	box-sizing: border-box;
}

.footer-text a {
	color: #363e44;
    opacity: 1;
}

.footer-bottom .footer-bar .menu-footer-container li a:hover,
.footer-text a:hover {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-bottom .footer-bar .footer-text-bar {
	bottom: 10px;
	float: left;
	min-height: 55px;
}

.footer-bottom .footer-bar .footer-text-bar p {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
    line-height: 1.5;
    margin: 17px 0;
}

.footer-bottom .footer-bar .menu-footer-container {
	float: right;
	height: 55px;
}

.footer-bottom .footer-bar .menu-footer-container .menu li {
	margin-right: 0;
	padding-bottom: 0;
}

.footer-bottom .footer-bar .menu-footer-container li:after {
	content: '/';
	line-height: 24px;
	font-size: 11px;
	padding: 0 15px;
	color: #ffffff;
}

.footer-bottom .footer-bar .menu-footer-container li:last-child:after {
	content: '';
	padding: 0;
}

.footer-bottom .footer-bar .menu-footer-container li a {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
	line-height: 4.2;
	opacity: 1;
}

.footer-bottom .footer-bar .go-top {
	font-weight: 500;
	display: inline-block;
	position: fixed;
	bottom: 70px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0,5px);
	-ms-transform: translate(0,5px);
	transform: translate(0,5px);
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-bottom .footer-bar .go-top.on {
	color: #ed485c;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.footer-bottom .footer-bar .go-top:hover {
	opacity: 0.5;
}

.footer-bottom .footer-bar .go-top i {
	padding: 4px 9px;
	font-weight: 700;
}

/* FOOTER WIDGETS */

.footer-widget {
	width: 30%;
	float: left;
	margin-right: 5%;
	color: #363e44;
	line-height: 1.83;
}

.footer-widget:last-child {
	margin-right: 0;
}

.footer-widget .widget {
	padding-bottom: 35px;
}

.footer-widget .footer-widget-title {
	color: #363e44;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #ed485c;
}

.footer-widget .about-widget img {
	float: left;
	width: 100px;
	height: 100px;
}

.footer-widget .about-widget p {
	float: left;
	text-align: left;
}

.footer-widget .widget_search form input {
	font-family: "Roboto", sans-serif;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.footer-widget .widget_webdoone_latestposts_widget ul.latestposts-feed li .feed-text a {
	color: #9d9d9d;
}

.footer-widget .widget_webdoone_latestposts_widget ul.latestposts-feed li .feed-text a:hover {
	color: #ed485c;
}

/* 19. GIRD LAYOUT
--------------------------------------------------------------- */

.home-lsl,
.home-gsl, 
.home-sl,
.arch-lsl,
.arch-gsl, 
.arch-sl, 
.post-sl {
	margin-left: 3%;
	margin-right: 0;
	float: right;
}

.home-lsl-aside,
.home-gsl-aside, 
.home-sl-aside,
.arch-lsl-aside,
.arch-gsl-aside, 
.arch-sl-aside, 
.post-sl-aside {
	float: left;
}

.home-lfw,
.home-gfw, 
.home-ful,
.arch-lfw,
.arch-gfw, 
.arch-ful,
.post-ful {
	width: 100%;
	margin-right: 0;
	float: none;
}

.grid-layout {
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
	/*overflow: hidden;*/
	list-style-type: none;
}

.grid-layout.left-column {
	margin-right: 2.3%;
}

.grid-layout.right-column {
	margin-right: 0;
}

.grid-layout

.grid-layout .post-header {
	padding: 25px;
}

.grid-layout .post-icon {
	margin-bottom: 20px;
}

.grid-layout .post-header h2 a {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
	padding-bottom: 15px;
	word-wrap:break-word;
}

.grid-layout .post-header .post-info {
	margin-top: 10px;
	margin-bottom: 5px;
}

.grid-layout .post-data .post-share {
    display: none;
}

.grid-layout .post-share {
	margin-top: 10px;
	margin-bottom: 30px;
}

.grid-layout .post-img a {
	display: inline;
}


/* 20. LIST LAYOUT
--------------------------------------------------------------- */

.list-layout {
	display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.list-layout figure.effect-jazz img {
    height: 241px;
    width: auto;
}

.list-layout .post-header h2 a {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.home .list-layout article .post-data {
    display: block;
    padding: 10px 25px 0;
}

.home .list-layout article .post-data .more-link {
    display: inline-block;
}

.list-layout .post-info {
    margin-top: 5px;
}

.list-layout .post-header .post-info .cat a {
    display: inline-block;
}

.list-layout .post-share {
    display: none;
}

.list-layout .post-info .author a {
    display: inline-block;
}

.list-layout-main {
    width: 35%;
	float: left;
	height: 100%;
}

.list-layout .fluid-width-video-wrapper { /* fitvids */
    padding-top: 240px !important; /* override fitvids-generated padding; too much padding at full size */
}

.list-layout .fluid-width-video-wrapper iframe { /* fitvids */
    max-width: 600px; /* prevent videos from stretching too wide */
    max-height: 300px;
}

.list-container {
	float: left;
    width: 65%;
    vertical-align: top;
}

.list-layout article {
	height: auto;
	/*overflow: hidden;*/
	width: 100%;
}

.list-layout-main .video-wrapper {
    max-width: 100%;
    height: auto !important;
}

.content .home-lfw .list-layout article .list-layout-main .post-img {
   width: 387px !important;
}


/* 21. 404 PAGE
--------------------------------------------------------------- */

.wrongpage {
	padding-top: 45px;
	text-align: center;
}

.wrongpage h1 {
	font-size: 120px;
}

/* 22. REVIEW PLUGIN
--------------------------------------------------------------- */

.post-data .review-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.review-wrapper ul li span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/* 
* Plugin Name: WP Review
* Plugin URI: http://mythemeshop.com/plugins/wp-review/
*/

.content .review-total-only.small-thumb {
	padding-left: 0;
}

.content .wp_review_tab_thumb_small {
	width: 90px;
	height: auto;
	margin-right: 15px;
}

.content .wp_review_tab_widget_content { 
	border: none; 
}

.content .wp_review_tab_widget_content a { 
	color: #ffffff; 
}

.content .wp_review_tab_widget_content .tab_title a {
    color: #ffffff;
    background-color: #363e44;
	border: 1px solid #363e44;
    -webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.content .wp_review_tab_widget_content .tab_title a:hover {
    color: #ffffff;
    background-color: #ed485c;
    border: 1px solid #ed485c;
	-webkit-transition: .3s;
	transition: .3s;
}

.content .wp_review_tab_widget_content .tab_title.selected a { 
	background: #232930; 
}

.content .wp_review_tab_widget_content .inside { 
	background: #232930; 
}

.content .wp_review_tab_widget_content .tab-content li { 
	border-color: #363e44; color: #ffffff;
}

.content .wp_review_tab_widget_content .tab-content li:after { 
	content: ''; 
	height: 1px; 
	width: 35px; 
	position: absolute; 
	background-color: #ed485c; 
	left: 0; 
	bottom: -1px;
}

.content .wp_review_tab_widget_content .tab-content li:last-child:after { 
	content: none;
}

.content .wp_review_tab_widget_content .wp-review-tab-postmeta { 
	color: #ffffff;
}

.content .wp-review-tab-loading:before {
    background-color: #232930;
}

.content .wp_review_tab_widget_content .review-result-wrapper {
	color: #363e44;
	
}
.content .wp_review_tab_widget_content .review-result-wrapper i {
	opacity: 1;
}
.content .wp_review_tab_widget_content .review-result-wrapper .review-result {
	color: #ffffff;
}

.content .wp_review_tab_widget_content ul.has-1-tabs li {
	margin-right: auto !important;
}

.content .wp_review_tab_widget_content ul.wp-review-tabs li {
	width: 48%;
	margin-bottom: 10px;
}

.content .review-total-only.large-thumb {
	background: #ed485c;
	font-size: 18px;
	top: 10px;
}

.content li:first-child .review-total-only.large-thumb {
	top: 15px;
}

.content .wp_review_tab_widget_content .wp_review_tab_thumb_large .wp-post-image  {
	margin-top: 10px !important;
}

.content .wp_review_tab_thumb_large, .content .wp_review_tab_thumb_large img {
	width: 100%;
}

.content .wp-review-tab-loading:after {
    border-top: 0.4em solid #363e44;
    border-right: 0.4em solid #363e44;
    border-bottom: 0.4em solid #363e44;
    border-left: 0.4em solid #ed485c;
}

.content .wp_review_tab_widget_content ul.wp-review-tabs li:nth-child(odd) {
	margin-right: 4%;
}

.content .wp_review_tab_widget_content .tab_title.selected {
	pointer-events: none;
}

.content .wp_review_tab_widget_content .tab_title.selected a {
	text-transform: uppercase;
	color: #363e44;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #363e44;
	border-radius: 50px;
}

.content .wp_review_tab_widget_content .tab_title a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #363e44;
	border-radius: 50px;
}

.content .wp_review_tab_widget_content .has-4-tabs .tab_title.selected a { 
	border-color: #363e44 
}

.content .review-total-only {
	background: #232930; 
}

.content .review-total-only .percentage-icon, .review-wrapper .percentage-icon {
	font-style: normal;
}

aside .wp_review_tab_widget_content .tab-content li {
	padding: 0 0 15px 0;
}

aside .wp_review_tab_widget_content .entry-title {
	font-weight: 400;
}

.content .main .review-total-only {
	background: #ed485c;
    position: absolute;
    z-index: 10;
	overflow: visible !important;
}

aside .wp_review_tab_widget_content .wp-review-tab-postmeta {
	font-size: 12px;
	opacity: .5;
}

.single .post .review-total-only,
.search .post .review-total-only,
.archive .post .review-total-only {
    top: 0px;
    left: 25px;
}

.home .post .review-total-only {
    top: 0px;
    left: 25px;
}

.single .post .review-total-only:before,
.archive .post .review-total-only:before,
.search .post .review-total-only:before,
.home .post .review-total-only:before {
	border-bottom: 10px solid #ed485c;
    border-right: 10px solid transparent;
    top: 0;
    right: -10px;
}

.review-total-box {
    font-weight: 700;
    color: #ffffff;
}

.single .post .review-total-only .review-total-box,
.archive .post .review-total-only .review-total-box,
.search .post .review-total-only .review-total-box,
.home .post .review-total-only .review-total-box  {
	font-size: 40px;
    padding: 10px;
    line-height: 1.5;
}

.archive .list-layout .post .review-total-only .review-total-box,
.search .archive .list-layout .post .review-total-only .review-total-box,
.home .list-layout .post .review-total-only .review-total-box,
.archive .grid-layout .post .review-total-only .review-total-box,
.search .archive .grid-layout .post .review-total-only .review-total-box,
.home .grid-layout .post .review-total-only .review-total-box {
	font-size: 30px;
    padding: 5px;
    line-height: 1.1;
}

.single .main .post .review-total-only .review-result-wrapper i,
.archive .main .post .review-total-only .review-result-wrapper i,
.search .main .post .review-total-only .review-result-wrapper i,
.home .main .review-total-only .review-result-wrapper i {
	font-size: 25px;
	margin: 10px 0;
    line-height: 1.8;
    opacity: 1;
}

.single .list-layout .post .review-total-only .review-result-wrapper i,
.archive .list-layout .post .review-total-only .review-result-wrapper i,
.search .list-layout .post .review-total-only .review-result-wrapper i,
.home .list-layout .review-total-only .review-result-wrapper i,
.single .grid-layout .post .review-total-only .review-result-wrapper i,
.archive .grid-layout .post .review-total-only .review-result-wrapper i,
.search .grid-layout .post .review-total-only .review-result-wrapper i,
.home .grid-layout .review-total-only .review-result-wrapper i {
	font-size: 20px;
	margin: 10px 0;
    line-height: 1.8;
    opacity: 1;
}

.single .post .review-total-only .review-result-wrapper .review-result,
.archive .post .review-total-only .review-result-wrapper .review-result,
.search .post .review-total-only .review-result-wrapper .review-result,
.home .review-total-only .review-result-wrapper .review-result {
	height: 40px;
	color: #ffffff;
}

.content .wp_review_tab_widget_content .wp_review_tab_thumbnail:hover {
    opacity: .8;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.wp-review-tab-pagination a {
	background: #363e44;
	padding: 12px 17px;
	font-weight: 500;
	font-size: 14px;
}

.wp-review-tab-pagination a:hover, .content .wp_review_tab_widget_content a:hover {
	color: #ed485c;
	-webkit-transition: .3s;
    transition: .3s;
}

.content .wp_review_tab_widget_content .wp-review-tab-pagination a {
	margin: 0;
	display: inline-block;
}

/* 23. PROMO BOXES
--------------------------------------------------------------- */

.promo-area {
    width: 100%;
    padding: 50px 0;
    background-color: #ed485c;
    overflow: hidden;
}

.promo-area .promo-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    float: left;
    overflow: hidden;
}

.promo-area .promo-item:last-child {
    margin-right: 0;
}

.promo-area .promo-item img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}

.promo-area .promo-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.promo-area .promo-mask a {
    font-size: 16px;
    background-color: #ffffff;
    padding: 15px 10px 16px;
    color: #232930;
    position: relative;
    text-overflow: ellipsis;
    height: 50px;
	white-space: nowrap;
	overflow: hidden;
}

.promo-area .promo-mask a:before {
	content: '';
	width: 0;
	height: 0;
	border-right: 50px solid #363e44;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 0;
	left: -50px;
}
.promo-area .promo-mask a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 50px solid #363e44;
	border-top: 50px solid transparent;
	position: absolute;
	top: 0;
	right: -50px;
}