/*
 Theme Name:   YOOtheme PeoplesMap
 Template:     yootheme
 Author:       Tomiso
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-peoplesmap
*/

.alignfull {
    width: 100vw;
    margin: 2rem calc(50% - 50vw);
}

.alignwide {
  width: 100vw;
  margin: 2rem calc(50% - 50vw);
}

@media (min-width: 960px) {
  .alignwide {
    width: calc(100% + 20vw);
    margin: 2rem -10vw;
  }
}

.figcaption {
    font-size: 15px;
		font-family: 'Open Sans'; 
		text-align: left;
	
}

@media only screen and (max-width: 950px)   { .figcaption {
		padding-right: 20px;
		padding-left: 20px;
	
}

@media only screen and (max-width: 480px) {
.posts-table-controls .select2-container {max-width: 270px;
}