/*
Theme Name: Euroexit
Description: Child theme for use with Twenty Sixteen Theme.
Author: Deepsea
Template: twentysixteen
Version: 1.0.0
*/

/* Add Custom CSS after this line */

body {
	background: rgba(255, 255, 255, 1.0);
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}

p {
	margin: 0 0 1.75em;
}

a {
	color: rgba(0, 0, 0, 0.5);
}

a:hover {
	color: #800100;
}

/*ul ol {
	margin-left: 5% !important;
}*/

ul {
	list-style-type: circle;
}


@media screen and (min-width: 1366px) {
	.custom-logo {
		min-width: 280px;
		max-width: 280px !important;
	}
}

#masthead {
	position: relative;	
	z-index: 90;
	background: rgba(0, 0, 0, 0.5);
	padding-right: 2em;
	padding-left: 2em;
}

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	height: 0px;
}

.site {
	margin-top: 0;
}

.site-header {
	padding: 1.25em 4.5455%;
}


.widget .search-submit::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}

/***************************************/
/*    MENUES, NAVS AND PAGINATION      */
/***************************************/
.menu-main-container {
	padding-left: 0px !important;
}

#menu-main li a {
	color: rgba(255, 255, 255, 1.0);
}

#menu-main .sub-menu li a {
	color: rgba(0, 0, 0, 0.8);
}

.menu-toggle {
    color: rgba(255, 255, 255, 1.0);
}

.menu-toggle:hover {
    color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6);
}

.social-navigation ul li {
    background: #fff;

}

.nav-links span.post-title {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.post-navigation {
	border: none;
}

.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
    color: rgba(0, 0, 0, 0.4);
}

.post-navigation div + div {
    border-top: 6px solid rgba(0, 0, 0, 0.2);
}

.pagination {
	border: none;
}

.pagination::before, .pagination::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.pagination .prev::before, .pagination .next::before {
    background: rgba(255, 255, 255, 0.7);
}

.ecae-button.ecae-buttonskin-white {
    padding-bottom: 0 !important;
}

/***************************************/
/*             CONTENT                 */
/***************************************/
@media screen and (min-width: 640px) {
	.post-thumbnail img {
	    display: inline;
	    float: left;
	    max-width: 26%;
		margin: 0 1em 1em 0;
	}
}

@media screen and (max-width: 639px) {
	.post-thumbnail img {

	    max-width: 100%;
	}
}

.page-header {
	display: none;
}

.site-content {
	position: relative;
	margin-top: 2em;
}

blockquote {
	font-size: 1em;
	border: none;
	margin: 1em 0 !important;
	padding: 1em 1em 1em 2em;
	background: rgba(252, 204, 44, 0.13);
}

/*.comments-area {
	display: none !important;
}*/

.comments-title, .comment-reply-title {
    border-top: 9px solid rgba(102, 102, 102, 0.2);
}

.entry-title {
    color: #3a3a3a;
}

.entry-title a:hover {
    color: #800100;
}

.entry-title {
	font-size: 1.9em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.more-link {
	float: right;
	padding: 0 0.6em;
	margin: 1em 0 0 0;
	background: #fff;
}

.widget {
	border-top: none;
	padding: 1em;
	margin-bottom: 2.3em;
	background: rgba(102, 102, 102, 0.08);
}

.eo-event-future a {
    color: #888888;
    display: block;
    font-size: 1.5em;
    margin-top: 0.3em;
}

#n2-ss-2-align {
	margin-top: -13em;
}

span.cat-links,
.site .avatar {
	display: none !important;
}

.site-main > article > .category-video > span.byline {
	display: none !important;
}

.site-main > article {
	padding: 1em 1em 0 1em;
	background: rgba(102, 102, 102, 0.08);
	margin-bottom: 1em;
}

.site-main .sticky {
	padding: 1em;
	border: 9px solid rgba(252, 204, 44, 0.13);
	margin-bottom: 1em;
}

.gallery-item {
	min-width: 240px;
}

.crp_related{
	font-size: 1.3em;
	padding-top: 1em;
	margin-top: 2em;
	border-top: 4px solid rgba(255, 255, 255, 0.9);
}

/***************************************************************************************/
/* RERSPONSIVE VIDEO CONTAINER  */
/***************************************************************************************/

    .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }
     
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    } 

/***************************************************************************************/
/* FOOTER  */
/***************************************************************************************/
#colophon {
	background: rgba(0, 0, 0, 0.7);
}

.footer-logo {
	background-image: url("footer-logo.png");
	float: left;
	width: 202px;
	height: 80px;
	margin-right: 2em;
}

.site-info {
	color: rgba(255, 255, 255, 1.0);
	margin: 0 auto;
	padding-top: 1em;
	font-size: 1em;
}

.site-info a {
	color: rgba(255, 255, 255, 1.0);
}
