/*
	Theme Name: IAB theme
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Simplicity
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.75 'Raleway', sans-serif;
	color:#3c3c3b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.alternative-font {
	font-family: 'Source Sans Pro', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.img-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;	
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	color: inherit;
	-webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
	font: inherit;
    line-height: normal;
    overflow: visible;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.container,
.container-narrow {
	margin: 0 auto;
}
.container {
	max-width: 1110px;
}
.container-narrow {
	max-width: 860px;
}
@media only screen and (max-width:1110px) {
	.container,
	.container-narrow {
		padding: 0 15px;
	}
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	position: relative;
	padding: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	max-width: 100%;
}
@media only screen and (min-width:480px) {
	.col3{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width:768px) {
	.col1{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 8.33%;
	    -ms-flex: 1 1 8.33%;
	        flex: 1 1 8.33%;
	max-width: 8.33%;
}
.col2{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16.66%;
	    -ms-flex: 1 1 16.66%;
	        flex: 1 1 16.66%;
	max-width: 16.66%;
}

.col4{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.33%;
	    -ms-flex: 1 1 33.33%;
	        flex: 1 1 33.33%;
	max-width: 33.33%;
}
.col5{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 41.66%;
	    -ms-flex: 1 1 41.66%;
	        flex: 1 1 41.66%;
	max-width: 41.66%;
}
.col6{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	max-width: 50%;
}
.col7{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 58.33%;
	    -ms-flex: 1 1 58.33%;
	        flex: 1 1 58.33%;
	max-width: 58.33%;
}
.col8{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 66.66%;
	    -ms-flex: 1 1 66.66%;
	        flex: 1 1 66.66%;
	max-width: 66.66%;
}
.col9{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 75%;
	    -ms-flex: 1 1 75%;
	        flex: 1 1 75%;
	max-width: 75%;
}
.col10{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 83.33%;
	    -ms-flex: 1 1 83.33%;
	        flex: 1 1 83.33%;
	max-width: 83.33%;
}
.col11{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 91.63%;
	    -ms-flex: 1 1 91.63%;
	        flex: 1 1 91.63%;
	max-width: 91.63%;
}
.col12{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	max-width: 100%;
}

}
@media only screen and (min-width:1024px) {
	.col3{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		    -ms-flex: 1 1 25%;
		        flex: 1 1 25%;
		max-width: 25%;
    }
}
.row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;	
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	position:relative;
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flex-vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flex-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.flex-column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	position: relative;
}
.top-header {
	background: #6d1afe;
	border-bottom: 5px solid  #21325e;
	color: #fff;
	padding: 5px 0;
}

.top-header a {
	color: #fff;
}
.top-header  .container {
	padding-left: 190px;
}

a, button, img {
	-webkit-transition: all .23s ease-in;
	-o-transition: all .23s ease-in;
	transition: all .23s ease-in;
}

form.search .search-input {
	-webkit-appearance: none;
    border-radius: 3px;
    background-color: #ffffff;
    line-height: 1;
    letter-spacing: normal;
    color: #515151;
    font-size: 10px;
	padding: 7px;
    border: 1px solid transparent;
	height: 25px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    min-width: 170px;
	position: relative;
    right: -2px;
}

form.search .search-submit {
	width: 30px;
	  height: 25px;
	  border-radius: 3px;
	  background-color: #21325e;
	color: #fff;
	border: none;
}
form.search .search-input:focus {
	outline: none;
}
.header ul {
	list-style: none;
}


.header .logo {
    background: #fff;
    width: 160px;
    height: 150px;
    position: relative;
    top: -43px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	z-index: 19;
}
.socials i {
	font-size: 21px;
	margin-right: 10px;
}
.header .socials a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.header .socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.bottom-header {
	border-bottom: 1px solid #d7d7d7;
}
.bottom-header > .container {
	height: 77px;
}
/************ DESKTOP MENU ***************/
.header nav > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header ul {
	list-style: none;
}
.header nav > ul > li > a {
	padding: 28px 0;
}
.header ul li a {
	cursor: pointer;
	color: #6d1afe;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
    font-weight: bold;
	line-height: 1;
	position: relative;
}
.header ul li a::after {
	content: "";
	-webkit-transition: all .23s ease-in;
	-o-transition: all .23s ease-in;
	transition: all .23s ease-in;
	position: absolute;
	width: 0;
	left: 0;
	bottom: 19px;
	height: 3px;
    background-color: #21325e;
}
.header ul li:hover > a::after,  li.current_page_item > a::after, .footer ul li:hover > a::before,  .footer li.current_page_item > a::before{
	width: 100%;
}

.header ul > li {
	position: relative;
	margin: 0 15px;
}
.header .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
	padding: 20px 0;
}
.header .sub-menu li a::after {
	bottom: -3px!important;
}
.header ul > li.menu-item-has-children:hover > .sub-menu {
	display: block;
}
.header .menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
	color: #6d1afe;
}
.header ul > li.menu-item-has-children {
	padding: 26px 0;
}

.header .cta a {
	font-size: 16px;
  font-weight: bold;
	line-height: 1.25;
	color: #fff;
	background: #6d1afe;
	padding: 5px 10px!important;
	    border-radius: 3px;
}
.header .cta a:hover {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.header .cta a::after {
	display: none;
}
.header .cta {
	margin-right: 0!important;
}
.right-top-header span {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: normal;
	line-height: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
}
/************ MOB MENU ***************/
body.menu-open {
	overflow: hidden;
}
.mobile-header div.logo {
	width: 110px;
    height: 100px;
	top: 0;
}

.mobile-header div.logo img {
	max-width: 90px;
}
.mobile-header .bottom-header .container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#mob-menu-bar{
width: 33px;
	height: 27px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mob-menu-bar span{
	background-color:#6d1afe;
	  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mob-menu-bar span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mob-menu-bar span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mob-menu-bar span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mob-menu-bar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#mob-menu-bar.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mob-menu-bar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}


@media only screen and (max-width:1280px) {
	.side-nav-bg {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(47, 54, 64,.7);
	}
	.fa-bars {
		font-size: 26px
	}

	.side-nav {
		height: 100%;
		width: 70%;
		position: fixed;
		z-index: 1985;
		top: 0;
		left: -70%;
		background-color: #6d1afe;
		color: #b3b3b3;
		overflow-x: hidden;
		-webkit-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
		border-right: solid 5px #21325e;
		padding: 23px 15px 15px 23px;
	}
	.side-nav .sub-menu {
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: none;
	}
	.side-nav .sub-menu a {
		text-transform: capitalize;
		font-size: 16px;
	}
	.side-nav ul {
		list-style: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.side-nav ul li a {
		color: #fff;
		font-weight: 600;
		font-size: 18px;
	}
	.side-nav nav {
		margin-bottom: 23px;
	}
	.side-nav nav > ul > li {
		margin: 4px 0;
		position: relative;
	}
	.side-nav nav > ul > li > a {
		text-transform: uppercase;
	}

	.side-nav .menu-item-has-children::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0d7";
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 0;
		color: #fff;
	}

	.side-nav .menu-item-has-children.menu-open::after {
		color: #21325e;
	}
	.side-nav .header-search {
		 margin: 23px 0!important;
	}
	.side-nav a {
		color: #fff;
		text-transform: uppercase;
	}
	.side-nav p {
		line-height: 2;
	}
	.side-nav form {
		margin: 15px 0 15px -1px;
	}
}
/**** end of mobile menu ***/

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/* return to top button */
#return-to-top {
	position: fixed;
	bottom: 20px; right: 20px;
	display: none;
	z-index: 1983;
}
#return-to-top i {
	color: #21325e;
	font-size: 28px;
}

.footer-top {
	background-color: #005c94;
	border-top: 5px solid #21325e;
}
.footer ul {
	list-style:none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.footer ul li a {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  display: block;
    margin: 0 15px;
	position: relative;
}
.footer ul li a::before {
		content: "";
	-webkit-transition: all .23s ease-in;
	-o-transition: all .23s ease-in;
	transition: all .23s ease-in;
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	height: 3px;
    background-color: #21325e;
}

.copyright {
	color: #005c94;
	line-height: 1.38;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0!important;
}
.footer-bottom {
	padding: 10px 0;
}

.footer-middle {
	background-color:#21325e;
	padding: 29px 0;
	color: #fff;
}
.right-footer {
    border-radius: 5px;
    border: solid 1px #ffffff;
    position: relative;
}
.right-footer  svg {
position: absolute;
    right: 0;
    max-width: 100%;
    top: 0;
}
.right-footer h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.27;
    margin: 6px 0 12px;
    z-index: 11;
    position: relative;
	max-width: 630px;
}
.right-footer .footer-btn, .cta-btn {
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    line-height: 1;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background: #6d1afe;
    padding: 15px 50px;
    display: inline-block;
	margin-bottom: 11px;
}
.footer-btn:hover, .cta-btn:hover {
	 -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	         box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	background: #21325e;
}
.footer-contact {
    font-size: 20px;
    line-height: 1.4;
    margin-left: 30px;
}
.footer .socials a {
	color: #fff;
}
.left-footer {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

h3 {
	font-size: 24px;
  font-weight: bold;
	line-height: 1.17;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:390px) {
	.footer-logo svg {
		max-width: 80px;
	}
}
@media only screen and (max-width:480px) {
	.right-footer {
		padding: 0 5px;
	}
	.col4 .img-wrap img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
	}
	.socials-share {
		padding: 20px 0!important;
	}
	.home-section-title {
		font-size: 26px!important;
	}
	.slider, .slider .slick-slide {
		height: 55vh!important;
	}
	.slick-arrow {
		display: none!important;
	}
	.home-news-block img {
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.the-content {
		margin-left: 0!important;
		width: 100%;
	}
	.sidebar-section {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:768px) {
	.slider h1 {
		left: 23px!important;
	}
	.full-width .newsletter-wrapper {
		padding: 30px 15px!important;
	}
	.newsletter-wrapper h2 {
		font-size: 33px!important;
	}
	.yellow-btn {
		font-size: 18px !important;
		padding: 11px 0 !important;
	}
	.footer ul {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 15px 0;
	}
	.banner-become-member {
		padding: 25px 15px!important;
	}
	.banner-become-member a {
		font-size: 24px!important;
	}
	.banner-become-member h3 {
		font-size: 30px!important;
	}
}
@media only screen and (max-width:1024px) {
	.left-footer {
		margin-bottom: 29px;
	}
	.footer-middle > .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (-o-min-device-pixel-ratio:3/2),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-heading {
	padding: 40px 0 30px;
}
.page-heading h1 {
	font-size: 40px;
  font-weight: bold;
	line-height: 1.15;

}

.the-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 80px;
}
.sidebar-section h3 {
	font-size: 28px;
	line-height: 1.14;
	margin-bottom: 10px;
}
.sidebar-section p {
	font-size: 18px;
}
.page-section {
	padding-bottom: 40px;
}

#breadcrumbs {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.14;
    color: #676767;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs .separator {
	margin: 0 5px;
}
/*------------------------------------*\
    CF7 FORMS
\*------------------------------------*/
.wpcf7 input, .wpcf7 textarea {
	padding: 10px 5px;
	border: solid 1px #a5a5a5;
	font-size: 16px;
	line-height: 1.25;
	color: #919191;
	margin-bottom: 30px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}
.wpcf7 input {
	max-width: 541px;
}
.wpcf7 label {
	margin-bottom: 9px;
	font-size: 16px;
    font-weight: bold;
	line-height: 1.25;
}

.wpcf7-submit {
	font-size: 20px!important;
    font-weight: bold;
	color: #fff!important;
	text-transform: uppercase;
	padding: 18px!important;
	cursor: pointer;
	border-radius: 5px;
    background-color: #6d1afe;
	border: none!important;
	max-width: 100%!important;
	-webkit-transition:all .23s ease-in;
	-o-transition:all .23s ease-in;
	transition:all .23s ease-in;
}

.wpcf7-submit:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	background: #21325e;
}
span.wpcf7-not-valid-tip {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	color: #cb0000;
	position: absolute;
	left: 0;
	bottom: -33px;
	white-space: nowrap;
}
span.your-message span.wpcf7-not-valid-tip {
	bottom: 10px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 1px solid #cb0000;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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 20px 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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    BLOG - single post
\*------------------------------------*/
article.post h1 {
	font-size: 40px;
    font-weight: bold;
	line-height: 1.25;
	margin-bottom: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
img {
	max-width: 100%;
}
.img-wrap {
	position: relative;
	overflow: hidden;
}
.col4 .category-label {
	position: absolute;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #fff;
	background-color: #6d1afe;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 5px;
    top: 0;
    left: 0;
}
.single .category-label {
	position:relative;
}
.single .category-label a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #fff;
	background-color: #6d1afe;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 5px;
}
.category-label a {
	text-transform: uppercase;
	color: #fff;
}

.socials-share {
	text-align: center;
	padding: 20px;
	border-top: 2px solid #d5d5d5;
	border-bottom: 2px solid #d5d5d5;
	margin: 30px 0;
}
.socials-share h3 {
	    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
	margin-bottom: 20px;
}
.socials-share a {
	    display: -webkit-inline-box;
	    display: -webkit-inline-flex;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
    width: 50px;
    height: 50px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    border-radius: 50%;
	margin: 0 5px;
}
.socials-share a.fb {
	background-color: #3b5998;
}
.socials-share a.tw {
	background-color: #1da1f2;
}
.socials-share a.ld {
	background-color: #0077b5;
}
.socials-share a.em {
	background-color: #fbbc05;
}
.tags-wrapper {
	margin-top: 30px;
	font-size: 18px;
}
.tags-wrapper a {
	color: #1279bd;
	line-height: 1.67;
	font-style: italic;
}

.related-posts h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.17;
	color: #515151;
	font-family: 'Source Sans Pro', sans-serif;
}
.related-posts .col12 h3 {
	text-transform: uppercase;
}
.related-posts .col6 .img-wrap {
	margin-bottom: 10px;
}
.related-posts img {
	margin-bottom: 0!important;
}

.sidebar .cta-banner {
	background: url(img/pozadina.svg) no-repeat;
	font-size: 30px;
	line-height: 1.33;
	font-family: 'Source Sans Pro', sans-serif;
  	color: #004975;
	padding: 15px 10px;
	margin-bottom: 40px;
}
.sidebar .cta-banner h2 {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 400;
	margin-bottom: 29px;
}
.cta-btn {
	width: 100%;
	color: #fff!important;
}

article p, article ul, article ol {
	margin-bottom: 15px;
}
article ul, article ol {
	padding-left: 23px;
}

.sidebar .col12 {
	padding: 15px 0!important;
}
.blog-sidebar .category-label {
	background-color: #21325e;
}
.blog-sidebar h3 {
	font-size: 20px;
  font-weight: bold;
	line-height: 1.4;
}


.newsletter-wrapper {
	background: url(img/newsletter-bg.svg) no-repeat;
	background-color: #21325e;
	color: #fff;
	margin-bottom: 40px;
	padding: 14px 10px;
}
.newsletter-wrapper h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
	margin-bottom: 24px;
}
.sidebar .newsletter-wrapper h2 i {
	display: block;
}
.newsletter-wrapper input {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid transparent;
	font-size: 16px;
	 color: #515151;
}
.newsletter-wrapper .yellow-btn {
	    width: auto;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 50px;
	color: #fff;
}
.sidebar .newsletter-wrapper .flex {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.sidebar .newsletter-wrapper .mail-input {
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.yellow-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
  font-weight: bold;
	line-height: 1;
	background-color: #21325e;
	cursor: pointer;
}
.full-width .newsletter-wrapper {
	padding: 30px 95px;
}
.full-width .newsletter-wrapper .mail-input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.full-width .yellow-btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.col4 h3.alternative-font {
	margin: 10px 0;
}

.pagination {
	border-top: 6px solid  #ebebeb;
	padding-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.pagination .next, .pagination .prev {
	font-size: 16px;
	text-transform: lowercase;
	line-height: 1;
	color: #0379c0;
	border-radius: 3px;
    border: solid 1px #0379c0;
	padding: 7px 10px;
}
.pagination > a, .pagination > span {
	margin: 0 10px;
}
.page-numbers {
	color: #0379c0;
	font-size: 22px;
}
.page-numbers.current {
	border-radius: 3px;
  color: #fff;
  background-color: #0379c0;
	    width: 50px;
    height: 30px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.view-article {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    color: #8e94fe;
}


.post-type-archive-dogadjaji .col6 h3 a {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #515151;
}

.news-sidebar {
	margin-bottom: 40px;
}

span.date {
  font-size: 24px;
  line-height: 1.25;
  color: #ff2f5e;
	    display: inline-block;
    margin-top: 10px;
}
.col4 .img-wrap:hover > a > img, .col6 .img-wrap:hover > a > img  {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	transform: scale(1.1);
}

.single .col8 img {
	margin-bottom: 20px;
}





.page-template-page-tpl-clanovi .body-content {
	padding-bottom: 30px;
}
.members-heading {
	font-size: 40px;
  font-weight: bold;

}

h2.bg-blue {
	background-color: #6d1afe;
	 font-size: 22px;
  font-weight: bold;
	line-height: 2.27;
	color: #fff;
	text-align: center;
	margin: 5px 0 30px;
	z-index: -2;
	position: relative;
}
h2.bg-blue a {
	color: #fff;
	cursor: text;
	z-index: -1;
	position: relative;
}
.member-sidebar h3 {
	font-size: 28px;
  font-weight: bold;
	line-height: 1.14;
	color: #21325e;
    margin-bottom: 10px;
}
.contact-block {
	margin-bottom: 30px;
}
.single-clan .content h1 {
font-size: 40px;
  font-weight: bold;
  line-height: 1.15;
	margin-bottom: 24px;
}

.single-clan .content {
	border-bottom: 2px solid  #d5d5d5;
	padding-bottom: 30px;
}
.single-clan .content h3 {
	margin-bottom: 10px;
}
.single-clan .socials-share {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/***** animations ******/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/******* SLIDER ******/
.slider-wrapper {
	margin-bottom: 40px;
}
.slider, .slider .slick-slide {
	height: 500px;
	position: relative;
}
.slider h1 {
	font-size: 30px;
    font-weight: bold;
	line-height: 1.2;
	color: #fff;
	max-width: 540px;
	position: absolute;
	left: 96px;
	bottom: 29px;
}
.slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	 color: #575757;
	font-size: 45px;
	cursor: pointer;
	z-index: 23;
}
.slider .slick-arrow.fa-chevron-left {
	left: 10px;
}
.slider .slick-arrow.fa-chevron-right {
	right: 10px;
}

.slider .slide::before {
	content: "";
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), #000000);
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.8), #000000);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#000000));
background-image: linear-gradient(rgba(255, 255, 255, 0.8), #000000);
	    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


/******* HOME ******/
.home-events-block .col12 h2 {
	color: #ff2f5e;
}
.home-blog-block .col12 h2 {
	color: #ff9f00;
}
.home-blog-block .category-label {
	background-color: #ff9f00;
}
.home-events-block .col12 h2::before {
	border-top: 4px solid #ff2f5e;
}
.home-blog-block .col12 h2::before {
	border-top: 4px solid #ff9f00;
}
.home-section-title {
	font-size: 30px;
    font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
    z-index: 1;
	text-align: center;
	margin-bottom: 10px;
}
.home-section-title:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.home-section-title span {
  background: #fff;
  padding: 0 23px;
}
.cta-btn-home {
	font-size: 20px;
    font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 5px;
	width: 200px;
	padding: 12px;
	display: inline-block;
}
.home-blog-block .cta-btn-home {
	border-color: #ff9f00;
	color: #ff9f00;
}
.home-blog-block .cta-btn-home:hover {
	background: #ff9f00;
	color: #fff;
}
.home-news-block .cta-btn-home {
	border-color: #6d1afe;
	color: #6d1afe;
}
.home-news-block .cta-btn-home:hover {
	background: #6d1afe;
	color: #fff;
}
.home-news-block, .home-events-block {
	margin-bottom: 25px;
}
.home-blog-block {
	margin-bottom: 55px;
}


.banner-become-member {
	background: #21325e;
	background-size: cover;
	padding: 35px 95px;
}
.banner-become-member h3 {
	font-size: 36px;
    font-weight: 400;
	line-height: 1.22;
	color: #FFF;
}
.banner-become-member a {
	display: inline-block;
    width: auto;
    margin-top: 39px;
	font-size: 40px;
    font-weight: bold;
}
iframe {
	width: 100%;
}



.page-template-page-tpl-clanovi .col4 {
	margin: 20px 0;
}
.page-template-page-tpl-clanovi .col4 img {
	max-width: 220px;
    max-height: 140px;
	-webkit-transition: all .23s ease-in;
	-o-transition: all .23s ease-in;
	transition: all .23s ease-in;
}
.page-template-page-tpl-clanovi .col4:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.col4 h3 a:hover,  .col6 h3 a:hover{
	color: #21325e;
}
.mc4wp-form-fields{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sidebar .mc4wp-form-fields input {
	display: block;
	width: 100%;
}

.sidebar .mc4wp-form-fields {
	display: block;
}

.sidebar .mc4wp-form-fields .yellow-btn {
	padding: 5px;
}

input, textarea {
	 -webkit-appearance: none;
}

.member-form .wpcf7-submit {
	max-width: 541px !important;
}

.header .sub-menu {
	z-index: 999;
	width: 320px;
}

p {
	margin-bottom: 15px;
}

ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.title-clan {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.15;
}

.page-id-4445 .page-title,
.page-id-4441 .page-title {
	display: none;
}

.single-clan .featured-content {
	padding: 20px 0;
}

.single-clan .featured-content h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.5;
}

.download-category {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.download-category .inner {
  display: block;
  background-color: #f5f5f5;
}
.download-category .files {
  display: table-cell;
  width: 100px;
  padding: 30px 25px;
  vertical-align: middle;
  text-align: center;
  font: 30px/22px 'Source Sans Pro', sans-serif;
  color: #fff;
  background-color: #6d1afe;
}
.download-category .files .label {
  font-size: 14px;
  text-transform: uppercase;
}
.download-category .description {
  display: table-cell;
  padding: 30px 25px;
  vertical-align: middle;
  background-color: #f5f5f5;
}
.download-category .description h2 {
  float: left;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.download-category .description h2 a {
  font: 24px 'Source Sans Pro', sans-serif;
  color: #6d1afe;
}
.download-category .description .count {
  float: left;
  position: relative;
  top: 14px;
  font: bold 13px 'Source Sans Pro', sans-serif;
}

.files-legend {
  position: absolute;
  top: 30px;
  right: 0;
  padding-left: 0;
}
.files-legend li {
  display: inline-block;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
}
.files-legend li:before {
  top: 3px !important;
  left: 0px !important;
}
@media (max-width: 767px) {
  .files-legend {
    position: static;
  }
}

.download-item {
  margin-bottom: 5px;
  position: relative;
}
@media all and (max-width: 991px) {
  .download-item {
    padding-bottom: 50px;
  }
}
.download-item:last-child {
  margin-bottom: 100px;
}
.download-item .download-category {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
.download-item .inner {
  display: table-row;
  position: relative;
  background-color: #f5f5f5;
}
.download-item .files {
  display: table-cell;
  width: 60px;
  padding: 15px;
  font-size: 20px;
}
.download-item .docx,
.download-item .doc {
  background-color: #4777da;
}
.download-item .xlsx,
.download-item .xls {
  background-color: #8bb456;
}
.download-item .pdf {
  background-color: #e84242;
}
.download-item .description {
  display: table-cell;
  padding: 10px;
  padding-right: 260px;
}
/* @media (max-width: 767px) {
  .download-item .description {
    width: 100%;
  }
} */
@media all and (max-width: 991px) {
  .download-item .description {
	padding-right: 10px;
	padding-bottom: 50px;
  }
}
.download-item .download-detail {
  display: none;
  margin: 20px 0;
}
.download-item .download-detail .description-long {
  width: 100%;
  padding-left: 6%;
  margin: 0;
}
.download-item .meta .fa {
  color: #00ace7;
}
.download-item .meta .author {
  font: bold 13px 'Source Sans Pro', sans-serif;
  color: #333333;
}
.download-item .meta .author:hover {
  text-decoration: none;
}
.download-item .meta .data {
  text-align: right;
}
.download-item .meta .data span {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .download-item .meta .data {
    text-align: left;
  }
  .download-item .meta .data span {
    margin-left: 0;
    margin-right: 20px;
  }
}
.download-item .count {
  position: absolute;
  top: 20px;
right: 115px;
  font-size: 12px;
}
.download-item .count > i {
  color: #6d1afe;
}
@media all and (max-width: 991px) {
  .download-item .count {
    top: auto;
	right: auto;
	bottom: 15px;
	left: 175px;
  }
}
.download-item .download-btn {
  display: inline-block;
  font: 14px 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #6d1afe;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #6d1afe;
  position: absolute;
  top: 15px;
  right: 10px;
}
.download-item .download-btn:hover {
  text-decoration: none;
  background-color: #6d1afe;
  border: 2px solid #6d1afe;
}
@media all and (max-width: 991px) {
  .download-item .download-btn {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 70px;
  }
}

@media all and (max-width: 991px) {
  .download-item .download-btn.download-info {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 70px;
  }
}
.download-item h3 {
  text-transform: uppercase;
}
.download-item .description-long {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .download-item .description-long {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.cta-btn--resources {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    line-height: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#21325e), to(#005a91));
    background-image: -webkit-linear-gradient(top, #21325e, #005a91);
    background-image: -o-linear-gradient(top, #21325e, #005a91);
    background-image: linear-gradient(to bottom, #21325e, #005a91);
    padding: 15px 50px;
    display: inline-block;
    margin-bottom: 11px;
}

.cta-btn--resources:hover {
	color: #fff;
}

.postid-4388 h1.alternative-font:first-child,
.postid-190 h1.alternative-font:first-child,
.postid-183 h1.alternative-font:first-child {
	display: none;
}
.logos-wrapper .col4 img {max-height:100px;}
.logos-wrapper .col4 {
	padding:25px 20px;
}
.logos-wrapper {
	padding-bottom: 25px;
}
.logos-wrapper .col4:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}	
.logos-wrapper .vip-mobile-d-o-o img, .logos-wrapper .sva-doo img {max-height:140px;}
.logos-wrapper .internet-portal-rts img,
.logos-wrapper .ziska img{
	    max-height: 75px;
}
