/*
Theme Name: Politic - Child
Template: politic
Version: 1.0.0
*/



/*---------------------------------
      write your css from here
------------------------------------*/

/* GENERAL */

a {
	text-decoration: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	color: #CB3236;
}

.col-xs-12 {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

/* PRE-HEADER */

.header-social {
	float: right;
}

/* LOGO */

.site-title img {
	max-width: 300px;
	max-height: 110px;
}

/* MENU */

.activities-link {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 999;
}
.activities-link{
    display: block;
}

.activities-link-mobile{
    display: none;
}
.activities-link img {
	max-width: 400px;
}

.default-style-one nav > ul > li > a {
	padding: 10px 15px;
}

.primary-nav-wrap nav {
	margin-top: 55px;
}


/* HEADER SEARCH */

#search input:focus {
	color: #fff;
}

.blog-search form input {
	padding: 2px 20px 2px 60px;
	height: 33px;
}

.blog-search form button {
	height: 33px;
	right: inherit;
	left: 0;
}

/* FOOTER */

footer .footer-copyright-text {
	display: flex;
	text-align: left;
}

footer .default-footer {
	background-image: url('https://ageuropa.gal/novaweb/wp-content/uploads/2018/05/footer-bg.jpg');
	padding: 20px 5px 0;
}

footer #text-2 p {
	margin-bottom: 0
}

footer a {
	color: #fff;
}

.sub-footer {
	position: relative
}

.sub-footer p {
	margin-bottom: 0;
}

.sub-footer a {
	font-size: 13px;
}
.footer-social {
    float: none;
    height: auto;
}
@media screen and (max-width:991px) 
{
    .footer-social ul li + li {
        margin: 0px;
    }
    .footer-social ul li {
        margin: 0;
        margin-right: 10px !important;
        display: inline-table;
        width: calc(50% - 10px);
    }
}
@media screen and (max-width:767px) 
{
    .header-social {
        float: left;
        margin-top: 10px;
    }
}
@media screen and (max-width:575px) 
{
    .header-social {
        float: right;
        margin-top: 0;
    }
}

@media screen and (max-width:407px) 
{
    .header-social ul li {
        display: inline-block;
        margin: 0;
        margin-right: 10px !important;
        display: inline-table;
        width: 26px;
    }
}



/* SLIDER HOME */

.home .site-content {
	padding: 0;
}

#home .single-slide {
	padding-top: 0;
}

#home .slider-text-animation {
	display: none;
}

#home .slider_img {
	width: 100%;
	height: auto;
	padding-left: 0;
}



/* HOME NOTICIA */

.home .blog-thumb a, .home .blog-thumb a img {
	width: 100%;
}

.home .blog-thumb a {
	position: relative;
	width: 100%;
}

.home .blog-thumb a img {
	position: relative;
	width: 100%;
}

.home .blog-meta .post-view, .home .blog-meta .post-comments {
	display: none;
}







/* HOME WIDGET NOTICIAS */

.home .widget_politic_recent_post .widgettitle {
	display: none;
}

.home .widget_politic_recent_post .sidebar-post {
	padding-left: 0;
}

.home .widget_politic_recent_post .post-img {
	float: left;
	width: 33.333%;
}

.home .widget_politic_recent_post .post-text {
	float: left;
	width: 66.6666%;
	padding-left: 5px;
}

.home .widget_politic_recent_post .post-text h4 {
	margin-top: 0;
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

.home .widget_politic_recent_post .post-text p {
	font-family: "Poppins", "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 13px;
}

.home .widget_politic_recent_post .post-text a {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 16px;
}

.home .widget_politic_recent_post .post-text span {
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 1em;
}

/* HOME WIDGET XORNADAS */

.home .event_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home .event_row .blog-post {
	width: 32%;
	float: left;
}

.home .politic_event .read-more {
	display: none;
}



/* HOME VIDEOS */

.home .portfolios > div {
	display: flex;
	justify-content: space-between;
}

.home .portfolios .grid-item {
	width: 32%;
	max-width: 32%;
	float: left;
}

.portfolio_image_overlay {
	position: absolute;
	width: 100%;
	height: auto;
	top: 40%;
	text-align: center;
}

.portfolio_image_overlay img {
	max-width: 70px;
}




/* XORNADAS */

.xornadas-list .event_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xornadas-list .event_row .blog-post {
	width: 30%;
}



/* VIDEOS */

#video-view {
	display: none;
	position: fixed;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	top: 10%;
    padding-bottom: 36%;
    padding-top: 25px;
    height: 0;
    z-index: 99999;
}
#video-view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-content {
	position: relative;
	padding-bottom: 32%;
	width: 60%;
	margin-left: 20%;
}

#video-content p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-details {
	margin-top: 30px;
}

#video-view-overlay .popup-close {
	position: absolute;
	right: 50px;
	top: 25px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#video-view-overlay .popup-close:hover {
	cursor: pointer;
	color: #000;
}


#video-view-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}

.portfolio__image {
	position: relative;
}

.portfolio__image a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.portfolio__image a img {
	width: 100%;
	height: auto;
}

.portfolio__image .portfolio_image_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio__image:hover .portfolio_image_overlay {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
}

.portfolio__image .portfolio_image_overlay img {
	position: absolute;
	top: 40%;
	margin-left: -35px;
}

.portfolio_image a img {
	width: 400px;
	height: 300px;
}


.portfolio_title {
	font-size: 18px;
	font-weight: bold;
	color: #d43328;
	min-height: 90px;
	display: block;
}

.post-type-archive-portfolios .blog-masonry > .grid-item {
	margin-bottom: 30px;
}

.post-type-archive-portfolios .blog-masonry > .grid-item > .grid-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.grid-item:hover .portfolio_content, .grid-item:hover .gallery_image a {
    opacity: 1;
    top: 59%;
}

body.home .grid-item:hover .portfolio_content, body.home .grid-item:hover .gallery_image a {
	top: 66%;
}

body.home .portfolio_title {
	margin-bottom: 0;
	min-height: 70px;
}


/* BLOG */

body.blog section.page__title__wrapper {
	display: none !important;
}

body.blog #content.site-content {
	padding: 30px 0;
}

body.single .blog-wrapper a {
	color: #CB3236;
}

body.single .blog-wrapper a:hover {
	color: #50181A;
}




/* DETALLE NOTICIA */


.wp-caption .wp-caption-text {
	margin: 5px 0;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}







/* COLUMNA DETALLE NOTICIA */

.sidebar-widget {
	float: left;
}

.widget_recent_entries ul li {
	float: left;
}

.widget_recent_entries ul li .post-img {
	float: left;
	width: 30%;
	margin-top: 0;
	margin-bottom: 0;
}

.widget_recent_entries ul li .post-text {
	width: 70%;
	float: left;
	padding-left: 10px;
}

.widget_recent_entries ul li a {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 16px;
}

.widget_recent_entries ul li span {
	font-size: 14px;
	float: left;
}

.widget_calendar {
	width: 100%;
}








/* XORNADAS */

.politic_event .blog-thumb a {
	width: 100% ;
}

.politic_event .blog-thumb a img {
	width: 100%;
	height: auto;
}

.politic_event .blog-content {
	padding: 0 24px 10px;
}

.politic_event .post-title {
	font-family: inherit;
}








/* PUBLICACIÓNS */

.gallery-area .post-title {
	font-family: inherit;
	margin-top: 10px;
}

.gallery-area a {
	text-decoration: none;
}











/* PAGINACIÓN */

nav.pagination {
	flex-direction: row-reverse;
}

.nav-links {
	margin-top: 25px;
}


.wpcf7-acceptance{
    width: 15px !important;
    display: inline-table !important;;
    height: 14px !important;;
    margin: 0 9px 15px 0 !important;;
}    



















/* RESPONSIVE */

@media (max-width: 767px) {
    
    .activities-link{
        display: none;
    }
    
    .activities-link-mobile{
        display: inline-block;
    }
    
	.header-menu-wrap .site-title {
		width: 35%;
		float: left;
		display: block;	
		min-width: inherit;
	}

	.site-title img {
		width: 100%;
	}

	.primary-nav-wrap {
		float: left;
		width: 60%;
		display: block;
	}

	.activities-link {
            position: relative;
            max-width: 90%;
            top: 0;
            padding-left: calc(100% - 95%);
	}

	.activities-link img {
	    width: 100%;
            margin-left: 15px;
	}

	.header-top-area .col-md-4 {
		width: 50%;
		float: left;
	}

	.header-top-area .col-md-8 {
		width: 50%;
		float: left;
	}

	#politic .header-top-area .blog-search form button {
		right: 0;
		left: inherit;
	}

	#politic .blog-search form input {
	    padding: 2px 30px 2px 10px;
	}

	.home .portfolios .grid-item {
		width: 100%;
		max-width: inherit;
	}

	.home .event_row .blog-post {
	    width: 100%;
	}

	.xornadas-list .event_row .blog-post {
	    width: 100%;
	}
}