/*
Theme Name: AEEC Theme
Theme URI: http://www.asiaeec-col.eccj.or.jp
Description: Modified by ECCJ
Author: ECCJ
Author URI: eccj.or.jp
Version: 1.0.0
Template: stockholm
*/

@import url("../stockholm/style.css");
@import url("css/print.css");


/* ---- Image Hover --- */
.img-hover:hover {
  opacity:0.7;    
}

@media only screen and (max-width: 1000px){
		.content .content_inner > .container > .container_inner,
		.content .content_inner > .full_width > .full_width_inner,
		.content .content_inner > .container > .container_inner.default_template_holder{
			padding-top: 0px !important;
		}
	}

nav.main_menu > ul > li > a {
	padding: 0 12px;
	letter-spacing: 1px;
}

nav.main_menu > ul > li:not(:first-child):before {
	color: #c7c7c7;
    left: 0;
}

nav.main_menu > ul a span {
	white-space: nowrap;
}

@media only screen and (max-width: 1250px) {
	#menu-mainnav {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 1000px) {
	.q_logo a {
		height: auto !important;
	}
}

@media only screen and (max-width: 600px) {
	.q_logo a img {
		width: 90% !important;
	}
}

.footer_top {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

#footer-external-link > li {
	white-space: nowrap;
	line-height: 1;
	padding-right: 0px;
	margin-bottom: 40px;
}

#footer-external-link > li a {
	font-size: 12px !important;
}

#footer-external-link > li a img {
	float: left;
	margin: -12px 5px 0 0;
	vertical-align: middle;
}

@media only screen and (min-width: 1470px) {
	.footer_top {
		padding-bottom: 10px !important;
	}
}

@media only screen and (min-width: 1000px) {
	ul#menu-footernav {
		vertical-align: baseline;
	}

	ul#menu-footernav li {
		display: inline-block;
		float: left;
		padding: 0;
		margin: 0;
		background-repeat: no-repeat;
		background-position: right;
	}

	ul#menu-footernav > li > a {
		padding: 0 12px;
		display: inline-block;
	}

	ul#menu-footernav > li:not(:first-child):before {
		 content: '|';
		 position: relative;
		 top: -2px;
		 color: #696969;
		 font-size: 12px;
		 font-weight: 400;
	}

	#footer-external-link > li {
		display: inline-flex;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	#footer-external-link > li > a .seforall {
		margin-bottom: -40px;
	}

}

/* adjust for '.title_holder' dubplicate  */
.blog_single .post_content > h2:first-child {
	display: none;
}


.title.has_background {
	background-position: bottom -50px right !important;
}

.drop_down .second .inner ul li a {
	color: #696969;
	font-size: 13px;
}

.title h1 {
	word-break: normal;
}

@media only screen and (max-width: 1000px) {
	.blog_holder, #tribe-events {
		padding-top: 44px;;
	}
}

/* The Events Calendar */
#tribe-bar-form,
#tribe-bar-collapse-toggle {
	background: #eee;
}

#tribe-events-content table.tribe-events-calendar,
#tribe-events-content table.tribe-events-calendar td:hover {
  background: #f7f7f7;
	background-color: #fff;
}

/* Highlight Search Terms */
.hilite {
	background: #D6F2FD;
}

/* Contact Form */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ddd;
    font-size: 14px;
}

select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #ddd;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    background-color: #fff;
}

.wpcf7 .required {
    color: #1cb1e4;
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
    margin: -13px 0 20px 0;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    background-color: #fff3f3 !important;
}

.wpcf7 .wpcf7-radio {
    display: inline-block;
    margin-bottom: 27px;
}

.wpcf7-confirm, .wpcf7-back {
    border: solid 2px #008cb0;
    color: #fff;
    background-color: #008cb0;
    position: relative;
    display: inline-block;
    width: auto;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.wpcf7-confirm:hover, .wpcf7-back:hover {
    border-color: #00729b;
    color: #00729b;
    background-color: transparent;
    text-decoration: none;
}

div.wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #ffa500;
}

div.wpcf7-response-output{
	color: #484848;
}

/* Popup Contact Buttun */
#popmake-contact-us {
	position: fixed;
	bottom: 130px;
	margin: 0;
	z-index: 10000;
	right: 18px;
	width: 60px;
	height: 60px;
}

#popmake-contact-us a {
	-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;
	visibility: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	right: 25px;
	background-color: #ff2366;
	width: 60px;
	height: 60px;
	display: table-cell;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	box-shadow: 0 0 20px #00000060
}

#popmake-contact-us a:hover {
	background-color: #E91E63;
}

@media (max-height: 760px) and (orientation: landscape){
	.pum-container {
		height: 96% !important;
	}
}
/*
.pum-content {
	overflow-x: scroll !important;
	height: 96% !important;
}
*/
@media only screen and (max-width: 600px) {
	.pum-container {
		width: 96% !important;
		height: 98% !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin: auto !important;
	}
/*
	.pum-content {
		height: 96%;
	}
*/
}
