/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

.header-logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a,
.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a > i,
.sh-header .sh-nav > li.sh-nav-social > a:hover > i,
.sh-header-mobile-navigation li > a:hover > i,
.sh-header-left-side li.menu-item > a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.sh-header-search-close i,
.sh-header .sh-nav > li.menu-item > a,
.sh-header .sh-nav > li.menu-item > a > i,
.sh-header-mobile-navigation li.menu-item > a > i,
.sh-header-left-side li.menu-item > a,
.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart,
.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i,
.sh-header-left-2 .sh-nav li.menu-item > a.fa::before {
    color: rgba(255, 255, 255, 0.8);
}

.sh-header .sh-nav > .current_page_item > a,
.sh-header .sh-nav > .current-menu-ancestor > a,
.sh-header-left-side .sh-nav > .current_page_item > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.page-content h2
{
	margin-bottom: 20px;
}
.page-content hr, .blog-single .post-content hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.blog-single .post-content > p:first-child, .summary {
	font-size: 26px;
	color: #111111;
	margin: 0 0 40px 0;
}
p.highlight,
div.highlight p {
	background-color: #f2f2f2;
	color: #111111;
	padding: 20px;
	margin: 20px 0;
}
#toc_container {
	background-color: #f2f2f2;
	border: 0;
	padding: 20px;
}
.highlight-border, .highlight-border-alt {
	border: 1px solid #111111;
	padding: 20px;
	margin: 20px 0;
}
.higlight-border-alt {
	border-color: #444444;
}
.highlight a:after, .highlight-border a:after
{
	content: "\02192";
	padding: 0 0 0 4px;
	white-space: nowrap;
}
.highlight-border h1, .highlight-border h2, .highlight-border h3, .highlight-border h4 {
	margin: 0;
}
.widget-item .widget-text-secondary {
	font-size: 90%;
	color: #ccc;
	padding-bottom: 7px;
}
.slick-dots li.slick-active button
{
	width: 15px;
	height: 15px;
}
.sh-single-image-overlay, .sh-overlay-style1, .sh-overlay-item
{
	background-color: rgba(17, 17, 17, 0.8) !important;
}
.current-menu-item a
{
	border-bottom: 4px solid #008eaa;
}
.sh-heading-content.text-center {
        text-align: center;
}
section.sh-section {
	padding: 0;
}
.sh-timeline-2 .sh-timeline-content-container
{
	padding: 15px 25px 0 25px !important;
}
.sh-timeline-content-container h3
{
	margin-top: 0;
}
.sh-timeline-date
{
	white-space: nowrap;
}
.sh-timeline-box-left .sh-timeline-date
{
	/*left: -115% !important;*/
}
.sh-button-medium
{
	font-size: 15px;
}
table th
{
	font-size: 22px;
	text-align: center;
	font-weight: 500 !important;
}
table h5
{
	margin-bottom: 0;
}
.sh-table h3
{
	font-size: 20px;
	margin-bottom: 0;
}
.sh-table h3, table h3
{
	font-size: 20px;
	margin-bottom: 0;
}
.sh-table .sh-timeline-content
{
	margin-top: 20px;
}
.sh-table .sh-timeline-content p
{
	margin-bottom: 20px;
}
.sh-table .sh-timeline-content ul
{
	margin-bottom: 14px;
}
.sh-table .sh-timeline-content p, .sh-table .sh-timeline-content li
{
	font-size: 16px;
}
.sh-table .sh-timeline-content h4, .sh-table .sh-timeline-content h5
{
	margin-bottom: 14px;
}
.sh-table .sh-timeline-content ul
{
	text-align: left;
}
.sh-copyrights-text
{
	font-size: 14px;
}
.sh-footer-widgets
{
	padding: 0;
	text-align: center;
	font-weight: 600;
}
.sh-footer .sh-footer-widgets .container
{
	max-width: 100% !important;
	width: 100% !important;
}
.sh-footer .widget-item.widget_text
{
	padding: 20px;
	margin: 0;
}
.sh-copyrights-image
{
	display: none;
}
.sh-text-block p
{
	margin-bottom: 20px;
}
.sh-button-manual .sh-button {
	background-color: #3f3f3f;
	color: #ffffff;
}
.header-contacts-details a
{
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-contacts-details a:hover
{
	opacity: 0.6;
	-webkit-font-smoothing: antialiased;
}
#header-navigation a
{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-form input[type="submit"], .nf-form-cont input[type="button"]
{
	font-size: 16px;
	border-radius: 0 !important;
	border: none;
   	color: #ffffff;
    padding: 14px 30px;
    text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-form input[type="submit"]:hover, .nf-form-cont input[type="button"]:hover
{
	background-color: #111111 !important;
}
.contact-form label
{
	font-size: 18px;
}
.contact-form input[type="text"]
{
	padding: 10px 14px;
	line-height: normal !important;
	height: auto !important;
	font-size: 18px;
}
.page-content ul
{
	margin: 20px 0;
}
.media-grid
{
	width: 100%;
	height: 340px;
	margin: 20px 0 0 0;
	background-color: #f1f1f1;
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.media-grid .thumb
{
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	background-color: #191818;
	float: right;
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
}
.media-grid .thumb h2 a
{
	font-weight: normal;
	font-size: inherit;
	color: #fff;
	padding: 10px 8px 12px 8px;
	margin: 0;
	background-color: rgba(0,0,0,0.4);
	border: 0 solid #fff;
	border-radius: 0;
	margin: auto;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.media-grid .thumb h2 a:hover
{
	background-color: rgba(0,0,0,0.9);
	border: 0 solid #191818;
}
.media-grid .description
{
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	background-color: #f4f4f4;
	float: left;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.media-grid .description h2
{
	text-align: center !important;
}
.media-grid .description .detail
{
	display: block;
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.media-grid .description .detail a
{
	color: #222222;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.media-grid .description .detail a:hover
{
	color: #d50032;
}
.media-grid .description em
{
	font-weight: normal;
	font-size: 1.375em;
	line-height: 1.35em;
	margin: 20px 0;
}
.media-grid .description h2
{
	margin-top: 0;
}
.media-grid .description cite
{
	text-align: center;
}
.media-grid .arrow
{
	position: absolute;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	pointer-events: none;
	border-color: rgba(25, 24, 24, 0);
	border-left-color: #f4f4f4;
	border-width: 12px;
	margin-left: 0;
	margin-top: -12px;
}
.media-caption
{
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.media-caption-wrap
{
	width: 100%;
	padding: 0px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: auto;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.post-title h2:hover
{
	color: #777777 !important;
}
.sh-blog-tags
{
	display: none;
}
div > *
{
	box-sizing: border-box;
}
.uebstf-tweet
{
	width: 33%;
	display: inline-block;
	padding: 20px 15px 0 15px;
	margin: 0 0 45px 0;
	text-align: center;
}
.uebstf-tweet .tweet-time
{
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.uebstf-feed > *
{
  	vertical-align: top;
	box-sizing: border-box;
}

/**
 * Events
 */

.box-border-full
{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	border: 8px solid #efefef;
	padding: 18px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-border-full h3
{
	margin-top: 0;
}
.event-highlight-block
{
	display: block;
	width: 48%;
	margin: 0;
	float: left;
	padding: 0;
}
.calendar-block
{
	display: block;
	width: 44%;
	margin: 0 8% 0 0;
	float: left;
}
.calendar-m
{
	display: block;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	background-color: #d50032;
	padding: 8px;
	text-align: center;
}
.calendar-d
{
	display: block;
	margin: 0;
	color: #444;
	font-size: 6.700em;
	background-color: #efefef;
	padding: 14px 8px 28px 8px;
	text-align: center;
}
.content-archive-event .calendar-block {
	width: 92%;
}
.content-archive-event .masonry-shadow .post-title h2 {
	margin: 0;
	margin-left: 4%;
}
.masonry-shadow .post-title h2 {
	margin-top: 0;
	padding-top: 30px;
}
.content-archive-event .calendar-d {
	font-size: 2.7em;
	padding: 0;
}
.content-archive-event .post-content-container {
	padding-top: 30px;
}
.content-archive-event .event-details {
	padding-top: 20px;
}
.content-archive-event .post-content {
	padding-top: 10px;
}

a.registration
{
	color: #fff;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #d50032;
	border-radius: 0;
	padding: 8px;
	text-align: center;
	margin: 20px 0 8px 0;
	display: block;
	-webkit-appearance: none;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background-color;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
a.registration:hover
{
	background-color: #444;
}
.uebsca-description h3
{
	margin-top: 0;
}
.author-contact h5
{
	margin-top: 20px;
}
.widget-item .widget-text-secondary
{
	display: block;
	padding-bottom: 30px;
	color: #888888;
}
#sidebar .widget-item .widget-title
{
	font-size: 18px;
}
.widget-item
{
	padding-bottom: 20px;
}
.post-meta-thumb
{
	margin-top: 0;
}
.titlebar-title h2
{
	margin-top: 0;
}
.sh-portfolio-overlay1-categories
{
	text-align: left;
}
.wp-caption
{
	text-align: left;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2;
}
img.alignleft
{
	padding: 0 30px 30px 0;
}
.sh-nav ul.sub-menu
{
	padding: 0;
}
.sh-nav ul.sub-menu li
{
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
blockquote
{
	margin: 3rem 0;
	font-size: 2rem;
}
blockquote:before
{
	display: none;
}

@media screen and (max-width: 1250px) {
	.uebstf-tweet
	{
		width: 48%;
	}
}

@media screen and (max-width: 850px) {
    .sh-timeline-box-left .sh-timeline-date
	{
		left: auto !important;
	}
	.media-grid
	{
		height: 240px;
	}
	.media-grid .thumb
	{
		width: 100%;
		display: block;
	}
	.media-grid .description
	{
		width: 100%;
		float: none;
		padding: 30px;
	}
	.media-grid .description .detail a
	{
		border-bottom: 2px solid #dedede;
	}
	.media-grid .description .detail a:hover
	{
		border-bottom: 2px solid #d50032;
	}
	.media-grid .arrow
	{
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.uebstf-tweet
	{
		width: 100%;
	}
	.calendar-block
	{
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.event-highlight-block
	{
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
}

.sh-copyrights-logo {
	display: none;
}

ol.emphasised {
	counter-reset: section;
	list-style: none;
	position: relative;
}

ol.emphasised li:before {
	counter-increment: section;
	content: counter(section);
	font-size: 26px;
	color: #008eaa;
	margin-left: -4.5rem;
	margin-top: -0.25em;
	position: absolute;
}
ol.emphasised li {
	margin: 1.5rem 0 3rem -2rem;
	display: block;
	padding-left: 4.5rem;
	transform: translate3d(0,0,0);
}

/* Cookie Notice */
.sh-page-notice {
	width: 100%;
	background-color: #111111;
	color: #fefefe;
	padding: 20px 0;
	display: none;
	font-size: 1.5rem;
}

.sh-page-notice a {
	color: #cccccc;
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
	color: #fff;
}

.sh-page-notice .sh-page-notice-button {
	background-color: #f4f4f4;
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: -8px 0;
	margin-left: 16px;
	font-weight: 500;
	color: #333333;
	font-size: 1.5rem;
	border-radius: 40px;
}
.sh-page-notice .sh-page-notice-button:hover {
	background-color: #666666;
}

.sh-button {
	white-space: nowrap;
	width: auto !important;
}

.sh-button-text {
	word-wrap: normal;
}

.sh-footer-widgets .container {
	margin-bottom: 0;
}

.sh-footer-columns > .widget-item {
	vertical-align: middle;
}

/* Spacers */
.m-2 {
	margin: 20px 0 !important;
}
.m-3 {
	margin: 30px 0 !important;
}
.m-4 {
	margin: 40px 0 !important;
}
.m-5 {
	margin: 50px 0 !important;
}
.mr-2 {
	margin-right: 20px !important;
}
.ml-2 {
	margin-left: 20px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}

/* Thumbs Style Override */
.sh-single-image .sh-single-image-overlay {
	opacity: 1;
}
.sh-single-image .sh-single-image-overlay:hover {
	opacity: 0;
}
form.post-password-form {
	margin-top: 60px;
}
form.post-password-form input[type=submit] {
	background-color: #008eaa !important;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    width: 110px;
    margin-top: 10px;
	margin-left: 10px;
    height: 50px;
    border-radius: 32px; /* rounded buttons */
    transition: .5s ease all; /* color change speed on hover */
}

form.post-password-form input[type=submit]:hover {
    background-color: #111111 !important;
}
form.post-password-form input[type=password] {
	margin-top: 10px;
}