/*!
Theme Name: Association German Studies
Author: Ourside
Description: Bootstrap 5.1.0
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.8
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Gutemberg color */
.has-orange-background-color {
background-color: #EF7859!important;
}
 
.has-orange-color, .has-orange-color a {
color: #EF7859!important;	
}

.has-black-background-color {
background-color: #093749!important;
}
 
.has-black-color, .has-black-color a {
color: #093749!important;
}

.has-green-background-color {
	background-color: #397F8E!important;
	}
		
	.has-green-color, .has-green-color a {
	color: #397F8E!important;
	}

	.has-lightgreen-background-color {
		background-color: #C2E3D3!important;
		}
			
		.has-lightgreen-color, .has-lightgreen-color a {
		color: #C2E3D3!important;
		}
	

.bg-orange{
background-color: #EF7859!important;
}

.bg-black{	
background-color: #093749!important;
}

.bg-blue{
background-color: #397F8E!important;
}

.bg-lightgreen{
	background-color: #C2E3D3!important;
	}

:root {
--orange: #EF7859;
}
:root {
--green: #397F8E;
}
:root {
--black: #093749;
}
:root {
	--lightgreen: #C2E3D3;
	}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html{
font-size: 62.5%;
}

html body{
font-family: 'Poppins', sans-serif;
color: var(--black) !important;
font-size: 1.6rem !important;
overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 700 !important;
}

.img-responsive{
max-width: 100%;
}

b, strong {
	font-weight: 600 !important;
}

#wrapper .btn{
font-size: 1.8rem;
padding: 6px 20px;
border-radius: 5px;
margin-top: 30px;
display: inline-flex;
align-items: center; 
font-weight: 400;
}

#wrapper .btn:before{
	vertical-align: middle;
	margin-right: 12px;
}

#wrapper .btn-primary{
background-color: var(--green);
border: none;
color: #fff;
}

#wrapper .btn-primary:before{
	content: url(img/arrow-white.svg);
}

#wrapper .btn-primary:hover{
background-color: #307887;
}

#wrapper .btn-outline-primary{
border-color: #fff;
}

#wrapper .btn-outline-primary:hover{
border-color: #fff;
background-color: #fff;
color: var(--green);
}

#wrapper .btn-secondary{
background-color: var(--lightgreen);
border:none;
color:var(--black);
}

#wrapper .btn-secondary:before{
	content: url(img/arrow.svg);
}



#wrapper .btn-secondary:hover{
	background-color:#B4DEC9;
	color:var(--black);
	}

/* header */

#wrapper .navbar-brand img {
height: 70px;
}

#wrapper .expanded svg {
fill : #fff;
}

#wrapper .expanded {
background-color: var(--black) !important;
transition: background-color 200ms ease-out;
}

#wrapper .bg-light{
background-color:transparent !important;
transition: background-color 200ms ease-out;
}

.page-template-default p {
margin-top: 0;
margin-bottom: 1rem;
}

.imgfull{
margin-bottom: 0;
height: 100%;
}

.imgfull img{
width: 100%;
height: 100% !important;
object-fit: cover;
}

.wp-block-cover{
height: 100%;
}

p.lh2{
line-height: 1.6em;
}

.relative{
position: relative;
}

#main{
margin-top: 0 !important;
}

/* menu */
#wrapper{
position: relative;
}

#wrapper .fixed-top {
position: sticky;
top: 0;
z-index: 1030;
}

.home header, .single header, .archive header{
 position: absolute;
 z-index: 999;
	width: 100%;
}

.homebanner{
 background-color: #EFF9F4;
 position: relative;
 z-index: 1;
	top: 0;
	left: 0;
	padding-top: 110px;
}

.tablogin{
padding: 8px 20px;
background-color: var(--black);
color: #fff;
font-weight: 500;
border-radius: 0 0 4px 4px;
margin-left: 16px;
}

.tablogin:hover{
background-color:#324e59;
color: #fff;
}

.tabmember{
	padding: 8px 20px;
	background-color: var(--green);
	color: #fff;
	font-weight: 500;
	border-radius: 0 0 4px 4px;
}

.tabmember:hover{
background-color:#5A9CAA;
color: #fff;
}

#navbar li a{
text-transform: uppercase;
font-size: 2rem;
color:#fff;
transition: all 0.8s ease;
}

#menu-main-menu .active{
color: var(--green);
}

#wrapper #navbar li a:hover{
color:var(--green);
}

.expanded .navbar-toggler {
border:none;
color: rgba(255,255,255, 1) !important;
}

.navbar-light .navbar-toggler {
border: none;
}

.navbar-toggler .navbar-toggler-icon {
width: 100%;
height: 100%;
}

.expanded  .navbar-toggler .navbar-toggler-icon svg{
fill:#fff
}

#wrapper .scrolled, #wrapper .expanded {
background-color: var(--black) !important;
transition: background-color 200ms ease-out;
}

#wrapper .scrolled li a{
color: #fff;
transition: background-color 200ms linear;
}

#wrapper .navbar-light .navbar-toggler-icon {
background-image: none;
}

#wrapper .navbar-toggler{
padding-right: 0;
}

#wrapper .navbar-toggler:focus{
box-shadow: none;
}


.navbar-collapse.collapse.show {
height: 100vh;
}

/*end menu*/

/*menu fixe padding main*/

/*end*/

/* prefooter */
#prefooter{
margin-top: 120px;
background-color: var(--blue);
padding-top: 30px;
padding-bottom: 30px;
}


/* end headhome */

/*******home******/

.homehead h1{
	font-size: 3.8rem;
	line-height: 1.5em;
}

.homehead .wp-block-image figure{
margin: 0 !important;
}

.home h2 {
	font-size: 3.2rem;
	}

	.home h3{
		font-size: 1.8rem;
		}

.mission{
	background: rgba(239, 120, 89, 0.04);
	clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
	padding: 180px 0;
}
.mission h2{
	margin-bottom: 75px;
}

.mission h3{
	margin-bottom: 0px;
}

.mission .wp-block-image{
	margin: 22px 0;
}

.home #news{
	padding: 100px 0;
}

.home #news h2{
	color: var(--green);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.date{
	width: fit-content;
	background-color: var(--lightgreen);
	padding: 10px 12px;
	color: var(--black);
	font-weight: 500;
	font-size: 2.6rem;
}

.date p{
	margin: 0;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
}

.date p.year{
	font-size: 2.4rem;
}

#news h3{
	font-size: 1.7rem;
	font-weight: 500;
	margin: 30px 0;
}

#news .btn{
	margin-top: 20px;
}

#news .newsct {
	padding-right: 30px;
	}

#news .excerpt a{
color: var(--black);
}
#news .excerpt a:hover{
color: var(--green);
}

/*******page******/
#head{
	margin-top: 10px;
}

.headerpage{
height: 360px;
background-size: cover;
background-repeat: no-repeat;
}

.headerpage h1{
text-align: center;
color: #fff;
font-size: 3rem;
font-weight: 600 !important;
	}

	.headerpage h1:after{
content: '';
display: block;
width: 60px;
height: 2px;
background: #fff;
margin: 10px auto 0;
	}

.wp-block-image {
margin: 0;
}

.breadcrumb{
background-color:rgba(189, 189, 189, 0.2);
margin-bottom: 0 !important;
margin-top: 10px;
}

.page .breadcrumb p.crumb, .single .breadcrumb p.crumb, .archive .breadcrumb p.crumb, .single .breadcrumb p.crumb{
font-size: 1.5rem;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
}

.breadcrumb .crumb a, .breadcrumb .crumb span{
color: #000;
}

.breadcrumb .crumb span{
color: var(--black);
}

.breadcrumb .crumb a:hover{
color: var(--black);
}

.image-caption {
width: 100%;
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
font-size: 2.6rem;
color: var(--blue);
font-weight: 500;
}

.page .content h2{
	font-size: 3rem;
	margin-bottom: 30px;
	font-weight: 600 !important;
	}

	.page .intro p{
		line-height: 1.8;
	}

.page .content p{
margin-bottom: 15px;
}
.page .content {
        padding: 60px 0 60px 0;
    }

.page .content p:last-child{
margin-bottom: 0px;
}

.page .intro{
margin-top: 50px;
}

.bgpar{
	position: relative;
	margin-top: 6rem;
}

.bgpar > .container{
	
 padding-top: 80px;padding-bottom: 60px;
}

.bgpar > .container:after{
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(239, 120, 89, 0.04);
}

.content img{
border: var(--black) 2px solid;
}

.content .border-0 img{
	border: none;
}

.readmore{
margin:100px 0;
}

.page .readmore h4{
	font-size: 2.8rem;
	font-weight: 400 !important;
	margin-bottom: 30px;
	color: var(--black);
}

.readmore .bloc{
background: var(--green) !important;
color: #fff;
/*text-align: center;*/
font-size: 3.2rem;
line-height:normal;
transition: all 600ms ease-out;
border-radius:8px;
	height:100%;
	display:flex; align-items:center; width:100%;
}
.readmore .bloc p { width:100%; }
.readmore .bloc:hover{
	background: var(--lightgreen) !important;
}

.readmore .bloc a {	position: relative; color: #fff !important; display: block; padding: 20px 80px 20px 40px; line-height:38px; transition: all 600ms ease-out; text-align:left; }
.readmore .bloc .year { font-size:24px; line-height:33px; font-weight:400; display:block; margin-bottom:7px; }
.readmore .bloc .country { font-size:16px; line-height:22px; font-weight:400; display:block; margin-top:7px; }
#wrapper .readmore .mt-1 { margin-top:24px!important; }

.readmore.column-4 .bloc a, .readmore.column-3 .bloc a { padding: 20px 50px 20px 25px; text-align:left; font-size: 2.6rem; }
.readmore.column-4 .bloc a::after, .readmore.column-3 .bloc a::after { right:20px; }

.readmore .bloc a:hover{ color: var(--green); }
.readmore .bloc a:after{
	content:'';
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 40px;
	background-image: url('img/arrow-white2.svg');
	background-repeat:no-repeat;
	background-position:center;
	width:30px; height:25px;
}
.archive #news { margin-top:60px; }
.archive #news .container .row { gap:60px 0; }
#news .newsarticle { border:1px solid #397F8E; border-radius:8px; overflow:hidden; background:#F5F5F5; }
#news .newsarticle .date { display:flex; background:#397F8E; font-size:24px; font-weight:600; justify-content:center; align-items:center; padding:20px 0; width: 100%; color: #fff; gap: 5px; }
#news .newsarticle .newsct { padding:24px; }
#news .newsarticle .newsct h3 { margin:0 0 24px 0; font-size:20px; line-height:22px; color:#093749; font-weight:600!Important; }
#news .newsarticle .newsct .excerpt { font-size:16px; line-height:22.8px; }
#news .newsarticle .mt-auto { margin:0; padding:0 24px 24px; }
#news .newsarticle .mt-auto a { margin: auto; display:block; font-size:16px; line-height:22px; padding:16px 28px; }
.home #news .container .row .col-sm-6 { margin-bottom:60px; }
#wrapper .readmore .mb-1 { margin-bottom:24px!important; }


@media (min-width:1025px) and (max-width:1199px) {
	#news .container .row .col-sm-2, #news .container .row .col-sm-6 { width: 33.33%; }
	.readmore.column-4 .col, .readmore.column-7 .col { width:50%; margin-bottom:20px; }
}

@media (min-width:768px) and (max-width:1024px) {
	.readmore .bloc a { padding: 20px 64px 20px 25px; }
	.readmore .bloc a:after { right:25px; }
	#news .container .row .col-sm-2, #news .container .row .col-sm-6 { width: 50%; }
	.readmore.column-4 .col, .readmore.column-7 .col { width:50%; margin-bottom:20px; }
	.readmore.column-4 .bloc a, .readmore.column-7 .col a { font-size: 2.2rem; }
}

@media (max-width:767px) {
	.bgpar .wp-block-media-text__content{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.readmore .bloc a { padding: 20px 64px 20px 25px; }
	.readmore .bloc a:after { right:25px; }
	#news .container .row .col-sm-2, #news .container .row .col-sm-6 { width: 100%; }
	.home #news .container .row .col-sm-6 { margin-bottom:20px; }
	.archive #news .container .row { gap:20px 0; }
	.readmore .mb-1 { margin-bottom: 30px !important; }
}


#conti p a{
	color: var(--green);
}

.profil img{
	border: 0;
}

.profil p{
	margin-bottom: 5px !important;
}

.profil p.has-green-color{
	font-size: 2rem;
}

.profil figure{
	margin-bottom: 25px;
}

.page .content .profil h2{
	font-size: 3rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 6rem !important;
}

.page #wrapper .bglight{
padding: 25px 30px;
background-color: #EFF9F4 !important;
}

.page h3{
	margin-bottom: 25px;
	font-size: 2.3rem;
}

.page h4{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2.1rem;
	color: var(--orange);
}

.bgpar ul{
	margin-bottom: 25px;
}

.pdfjs-fullscreen{
	display: none;
}

.wp-block-media-text {
	background: #EFF9F4;
	margin-bottom: 30px;
}

.wp-block-media-text .btn{
	font-size: 1.5rem !important;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid var(--green);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}

/*--------- News Pages --------*/
.newsarticle{
	/*margin-top: 60px;*/
}

/*single*/
.single h1, .archive h1{
	text-align: center;
	font-size: 4.3rem;
	text-transform: uppercase;
	line-height: 1.4;
}

.single .homehead, .archive .homehead{
min-height: 400px;
}

.single .das{
margin: 40px 0 30px 0;
color: var(--green);
font-size: 1.6rem;
}

.single p{
	font-size: 1.8rem;
	line-height: 1.7em;
	margin-bottom: 20px;
}
/*pagination*/
.pagination{
text-align: center;
display: block !important;
margin-bottom: 120px;
}

.pagination .nav-links a{
border: thin solid var(--grey);
background-color: var(--grey);
padding: 2px 10px;
margin: 0 3px;
color: #fff;
}

.pagination .nav-links a:hover{
border: thin solid var(--greylight);
background-color: var(--greylight);
color: var(--grey);
}

.pagination .nav-links span{
border: thin solid var(--greylight);
background-color: var(--greylight);
padding: 2px 10px;
margin: 0 3px;
color: var(--grey);
}
/* fin pagination*/



/*--------- End NEWS PAGES -----------*/



/*------- footer ------*/

#footer{
background-color:var(--black) !important;
padding-top: 80px;
padding-bottom: 55px;
font-size: 1.5rem;
color: #fff;
margin-top: 120px;
}

#footer h4{
font-size: 1.8rem;
margin-bottom: 15px;
font-weight: 400 !important;
}

#footer .footone .textwidget{
font-size: 1.8rem;
}

#footer .foottwo {
text-align: center;
font-size: 1.8rem;
}

#footer .foottwo img{
max-width: 53px !important;
display: inline;
}

#footer .foottwo .textwidget{
	display: inline;
}


#footer .foothree img {
height: 80px;
text-align: right;
}



.sub-footer{
background-color: var(--black);
padding: 10px 0;
color: #C4C4C4;
font-size: 1.4rem;
line-height: 2rem;
}

.sub-footer p{
line-height: 2em;
}


.sub-footer a{
color: #C4C4C4;
}

.sub-footer a:hover{
color: #fff;
}

.sub-footer .col-sm-5{
text-align: right;
}

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

/********************* FORMS *******************/
.nf-form-fields-required{
display: none;
}

.hr-container{
padding-bottom: 40px;
padding-top: 25px;
}

.nf-form-content label {
font-size: 16px;
font-weight: 500 !important;
}


/********************************* MEMBERSHIPS ********************************/
.page .membership div{
font-family: 'Poppins', sans-serif !important;
}

.pricemember h3{
margin-bottom: 8px;
margin-top: 30px;
}

.membership .ihc-level-item-title{
font-weight: 600;
font-size: 2rem !important;
line-height: normal;
padding: 30px 17px;
/*display: flex;
align-items: center;*/
text-transform: uppercase;
}

.membership .ihc-level-item-price{
background: var(--orange);
font-weight: 600;
font-size: 3.2rem !important;
}

.membership .ihc-level-item-content{
font-size: 1.5rem;
text-align: center;
display: flex;
align-items: center;
padding: 20px 15px 50px;
min-height: 200px;
}

.membership .ihc_level_template_3 .ihc-level-item-bottom {
background-color: transparent;
border-top: none;
height: auto;
}

.membership .ihc_level_template_3 .ihc-level-item-link{
padding: 14px 20px;
background: var(--green);
color: #fff;
font-weight: 600;
border-radius: 0 0 4px 4px;
width: auto;
font-size: 1.8rem;
margin: 0 auto;
}

.membership .ihc_level_template_3 .ihc-level-item-link:hover{
background: var(--black);
}

.ihc-login-form-wrap .impu-form-label-remember, .ihc-login-form-wrap .impu-form-links-pass a{
color: var(--green);
}
.ihc-login-form-wrap .impu-form-submit input{
background: var(--green);
}

.ihc-login-form-wrap .impu-form-submit input:hover{
background: #609eab;
}

/* form */

.bgform{
background-color:#fff;
box-shadow: 0 0 18px #ddd;
}

.bgform .iump-register-form{
padding: 50px 40px 20px;
}

#createuser label{
font-size: 1.6rem;
}

#createuser input{
border-radius: 4px;
border-color: var(--green);
font-size: 1.6rem;
}

#createuser .iump-form-line-register .select2-selection {
min-height: 38px;
border-radius: 4px;
border-color: var(--green);
}

#createuser .ihc-required-sign{
display: none;
}

#createuser .iump-form-line-register{
margin-bottom: 12px;
}

#createuser .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: inherit;
font-size: 1.6rem;
}

#createuser .iump-form-plain_text{
display: block;
width: 100% !important;
margin: 25px 0 20px 0 !important;
font-size: 2rem;
color: var(--green);
font-weight: 600;
border-bottom: 1px solid var(--green);
}

#createuser div.iump-form-textarea textarea{
border-radius: 4px;
border-color: var(--green);
min-height: 100px;
}

#createuser .iump-submit-form{
width: auto;
float: none;
}

#createuser .iump-submit-form #ihc_submit_bttn{
margin-bottom: 40px;
background-color: var(--orange) !important;
color: var(--black);
text-align: center;
}

#createuser .iump-submit-form {
  text-align: center;
}

#createuser .ihc-checkout-page-payment-selection-wrapper .ihc-checkout-page-payment-selection {
  background-color: #fff;
  padding: 25px 5px 15px;
}


/********************************* END MEMBERSHIPS ********************************/


/********************************* INSCRIPTION CONFERENCE ********************************/

.btnmember a{
display: block;
text-align: center;
background-color: var(--lightgreen);
font-size: 3rem;
font-weight: 600;
border-radius: 8px;
padding: 80px 40px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.btnmember a:hover{
background-color:#d9eee4;
}

.btnomember a{
display: block;
text-align: center;
background-color: var(--green);
color: #fff !important;
font-size: 3rem;
font-weight: 600;
border-radius: 8px;
padding: 80px 60px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.btnomember a:hover{
background-color:#4e92a1;
}

.nonmemberinsc .nf-breadcrumbs li.active a {
    background: var(--green);
    color: #fff;
    cursor: default;
font-weight: 600;
}


.nonmemberinsc .nf-breadcrumbs li a {
    background:rgba(57, 127, 142, 0.5);
    color: #fff;
    cursor: default;

font-size: 2rem;
}

.nonmemberinsc .nf-form-content .list-select-wrap .nf-field-element>div, .nonmemberinsc .nf-form-content input:not([type=button]), .nonmemberinsc .nf-form-content textarea{
border-radius: 4px;
border-color: var(--green);
font-size: 1.6rem;
background-color: #fff;
color: #2b2b2b;
}

.nonmemberinsc .nf-form-content button, .nonmemberinsc .nf-form-content input[type=button], .nonmemberinsc .nf-form-content input[type=submit]{
border-radius: 4px;
background-color: var(--orange);
font-size: 2rem;
color: #fff;
padding: 12px 25px;
float: right;
line-height: 2rem;
}

.nonmemberinsc .nf-form-content button:hover, .nonmemberinsc .nf-form-content input[type=button]:hover, .nonmemberinsc .nf-form-content input[type=submit]:hover{
background-color: #CE5839;
color: #fff;
}

.nonmemberinsc .nf-form-content input[type=button].nf-previous{
background-color: #C4C4C4;
color:var(--black);
font-size: 1.8rem;
line-height: 1.8rem;
}

#nf-field-28-wrap div:first-child{
margin-bottom: 25px;
}

#nf-label-field-28{
font-size: 2.3rem;
}

.nonmemberinsc .nf-mp-footer{
width: auto;
display: inline-block;
margin: -20px 0;
}

#nf-field-17-container{
    display: inline-block;
    float: right;
}

.nf-field-label .nf-label-span, .nf-field-label label{
font-weight: 600;}



/********************************* END INSCRIPTION CONFERENCE ********************************/


/********************************* MY ACCOUNT ********************************/
.ihc-login-template-12 .impu-form-line-fr, .ihc-register-9 .iump-form-line-register .select2-selection, .ihc-register-9 .iump-form-line-register input[type="number"], .ihc-register-9 .iump-form-line-register input[type="password"], .ihc-register-9 .iump-form-line-register input[type="text"], .ihc-register-9 .iump-form-line-register select, .ihc-register-9 .iump-form-line-register textarea{
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
border-color: #939393;
}
.ihc-register-9 .iump-form-line-register .select2-selection, .ihc-register-9 .iump-form-line-register input[type="number"], .ihc-register-9 .iump-form-line-register input[type="password"], .ihc-register-9 .iump-form-line-register input[type="text"], .ihc-register-9 .iump-form-line-register select, .ihc-register-9 .iump-form-line-register textarea{
padding: 11px 10px 10px;
}


.ihc-ap-top-theme-4{
padding-top: 60px;
}

.ihc-ap-top-theme-4 .ihc-user-page-top-ap-background{
background-image:-webkit-linear-gradient(top, #397F8E, #599aa9)
}

.ihc-ap-top-theme-4 .ihc-background-overlay, .ihc-ap-top-theme-4 .ihc-user-page-top-ap-background{
background-color: transparent;
}

.ihc-ap-top-theme-4 .ihc-user-page-details{	
top:-15px;
}

.ihc-register-9{
margin: 10px auto;
}

.ihc-user-page-top-ap-wrapper .ihc-top-level-box{
font-size: 16px;
background-color: var(--orange);
}

.ihc-ap-theme-3 *{
color: var(--black) !important;
}
.ihc-register-9 .iump-submit-form input{
border-radius: 4px;
background: var(--green);
}

/********************************* END MY ACCOUNT ********************************/
/* base css */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 25px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}