/*-- Global


font-family: 'Open Sans', sans-serif;
font-family: 'Libre Baskerville', serif;

---------------------- */


@font-face {
    font-family:"Eagle-Bold";
    src:url("./assets/fonts/EagleBold.woff2") format("woff2"),url("./assets/fonts/EagleBold.woff") format("woff"),url("./assets/fonts/EagleBold.otf") format("opentype");
    font-style:normal;font-weight:400;
}


h1, h1 a {
	font-family: georgia;
	font-weight: 400;
line-height: 1.3;
font-family: 'Libre Baskerville', serif;
text-decoration: none;
}

h2, h2 a {
	font-size: 24px;
font-family: 'Libre Baskerville', serif;
line-height: 1.3;
background-color: #fff;
font-weight: 400;
text-decoration: none;
}

h4, h4 a {
line-height: 1.5;
font-size: 16px;
font-weight: 400;
font-family: 'Libre Baskerville', serif;
background-color: #fff;
text-decoration: none;
}

p {
	background-color: #fff;
}

a {
	color: #666;
font-weight: 500;
text-decoration: underline;
}

p a {
background-color: #fff;
}

a:hover {
color: #000;
}

a, a:active, a:hover, a:focus {
outline: none;
}

figcaption {
background-color: #fff;
padding: 2px 0;
}

.clear {
	clear:both;
}

.textcenter {
	text-align: center;
}

.max-1000 {
max-width: 1000px;
margin: 0 auto;
}


.max-900 {
max-width: 900px;
margin: 0 auto;
}

.max-800 {
max-width: 800px;
margin: 0 auto;
}


.max-700 {
max-width: 700px;
margin: 0 auto;
}

.max-600 {
max-width: 600px;
margin: 0 auto;
}

.textcenter .img-responsive {
margin: 0 auto;
}

.p-r-0 {
padding-right: 0px;
}

/*-- 5 col --*/

.wd-20 {
width: 20%;
}

.wd-0 {
width: 0%;
}


/*-- Main
---------------------- */

body {
	background: url(images/bg-line.jpg) center repeat-y;
line-height: 1.5;
font-family: 'Open Sans', sans-serif;
}

.vc_row {
margin-left: auto;
margin-right: auto;
}

.vc_col-has-fill>.vc_column-inner {
padding-top: 0px;
}



/*-- Header
---------------------- */

.header-main {
	margin: 30px 0 20px 0;
	background-color: #fff;
	padding: 20px;
}

.head-nav ul a {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	padding: 5px 10px;
font-size: 13px;
text-decoration: none;
}

.head-nav ul a:hover {
	background: none;
	color: #000;

}

.h-n-left {

}


.head-logo {

}

.h-n-right {
	text-align: right;
}

.h-n-right .nav-pills {
float: right;

}



.nav-pills > li a {
border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {

background: none;
color: #000;
}


.nav-pills > li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.nav-pills > li a:hover::after {
    width: 100%;
    //transition: width .3s;
}

.nav-pills > li.active > a::after {
    width: 100%;
    //transition: width .3s;
}

.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
background: none;
color: #000;
}
.dropdown-menu {
border-radius: 0px;
box-shadow: 1px 1px 2px #ccc;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
text-align: center;
text-transform: uppercase;
padding: 10px;
}

.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
background: none;
color: #666;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
background: none;
color: #333;
}

/*-- Navigation
---------------------- */

.navbar-default {
background: #fff;
box-shadow: none;
border-bottom: 0px;
}

.navbar {
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}

.navbar-default .navbar-nav > li > a {
font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a {
background: none;
box-shadow: none;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
	border: 0px;
	padding: 12px 15px;
	background: none
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
	height: 3px;
	width: 29px;
}


/*-- Home
---------------------- */
.item img {
width: 100%;
height: auto;
}

.carousel-control.right,
.carousel-control.left {
background-image: none;
}

/*-- Pages
---------------------- */

.post-single {

margin-top: 30px;
margin-bottom: 80px;
}

.alb-links {
text-align: center;
font-family: 'Libre Baskerville', serif;
}

.alb-links ul  {

margin: 0px;
padding: 0 ;
}

.alb-links ul li  {
display: inline-block;
padding: 0 10px;
}


/*-- Blog
---------------------- */
.p-title h1 {
text-align: center;
padding: 10px 0;
background-color: #fff;
margin: 10px 0 20px 0;
}


.p-title h2 {
text-align: center;
padding: 10px 0;
background-color: #fff;
margin: 10px 0 20px 0;
}


.post-single .col-sm-6 {
padding-right: 0px;
}


/*-- Footer
---------------------- */

footer {
	text-align: center;
	background: #fff;
	padding: 30px 0;
margin: 90px 0;
}

.foot-nav a {
	font-family: georgia;
	text-transform: uppercase;
	font-style: italic;
	color: #666;
	margin: 20px 10px;
	display: inline-block;
text-decoration: none;
}

footer .img-responsive {
	margin: 0 auto;
}

footer .copy {
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
}

footer .copy a {
text-decoration: none;
}

.ft-social a {
margin: 0px 5px 20px 5px;
display: inline-block;
}

/*-- Gallery
==========================---------------------- */

.g-left .wpb_image_grid .wpb_image_grid_ul .isotope-item {
float: right;
position: relative!important;
left: 0%!important;
top: 0%!important;
}


/*-- RESPONSIVE STYLES
==========================---------------------- */
@media(max-width:768px){

p {
background: #fff;
}

.wd-20 {
width: 100%;
}

.navbar-default .navbar-nav > li > a {
	text-align: center;
}


} /*-- END 768 --*/


.internationalist-splash {
  min-height: 100vh;
  line-height: 1.5;
  background-color: #FEFEF7;
	background-image: none;
	margin: 0;
	padding: 0;
}
.internationalist-splash.custom-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 1000;
}
.internationalist-splash .toggle-close{
	position: fixed;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	z-index: 100;
	cursor: pointer;
	transition: 0.2s;
}
.internationalist-splash .toggle-close:hover{
	transform: scale(1.1);
}
.internationalist-splash .toggle-close:before{
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 3px;
	top: 50%;
	left: 50%;
	transform-origin: 50%;
	background-color: black;
	transform: translate(-50%, -50%) rotate(45deg);
}
.internationalist-splash .toggle-close:after{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 3px;
	top: 50%;
	left: 50%;
	transform-origin: 50%;
	background-color: black;
	transform: translate(-50%, -50%) rotate(-45deg);;
}
.internationalist-splash p{
	margin: 0 0 0.5em;
	background-color: transparent;
}
.internationalist-splash h1, .internationalist-splash h2, .internationalist-splash h3, .internationalist-splash h4 {
  font-family: Eagle, sans-serif;
  text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	background-color: black;
  padding: 0.5em;
  color: white;
}
.internationalist-splash h1 {
  font-size: 3.5em;
}
.internationalist-splash h2 {
  font-size: 2.25em;
}
.internationalist-splash h3 {
  font-size: 2em;
}
.internationalist-splash .page-wrapper {
  font-size: 16px;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  /* background-image: url("./assets/images/bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
	padding: 40px;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .internationalist-splash .page-wrapper {
    font-size: 12px;
  }
}
.internationalist-splash .content-wrapper{
	width: 960px;
	max-width: 100%;
}
.internationalist-splash .content-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
}
.internationalist-splash a.button {
  display: inline-block;
  background-color: #000000;
  padding: 0.5em 1em;
  color: #ffffff;
  text-decoration: none;
	text-align: center;
	min-width: 150px;
  border: 1px solid currentColor;
  font-weight: 700;
  text-transform: uppercase;
}
.internationalist-splash a.button:hover {
  background-color: #ffffff;
  color: #000000;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
