body{
	margin-top: -10px;
	font-family: Arial;
}

.head-nav{
	margin-top: 8px;
}

.head-nav .wrapper{
	border-bottom: 1px solid #ddd;
}

.navbar-header{
	background: #F2F2F2;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    z-index: 1053;
}

.navbar-header .wrapper{
	padding-top: 5px;
	padding-bottom: 5px;
}

.search-form{
	width:200px;
	height:25px;
	display:inline-block;
	float:right
}

#lang_sel{
	padding-top: 5px;
}

.wpml-ls-legacy-dropdown > ul{
	padding: 0px;
	right: -15px;
}

.link-headnav{
	float:right;
	margin-right:10px;
	font-size:14px;
	padding:7px 0px;
}

#searchform button.button{
	width: 33px;
	height: 32px;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	background: none;
	left: 0;
	color: #969696;
	font-size: 15px;
}

#searchform input.search{
	max-width: 300px;
	width: 100%;
	padding-left: 37px;
	font-size: 14px;
	margin-top: -30px;
	border: 1px solid #e2e2e2;
}

#searchform input.button {
    position: relative;
    top: -38px;
    right: 0px;
}

ul.social-link-header, ul.social-link-footer{
	float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
}

ul.social-link-footer{
	padding-top: 15px;
}

ul.social-link-header li, ul.social-link-footer li  {
    display: inline-block;
    padding: .5em .4em .3em;
}

ul.social-link-header li a, ul.social-link-footer li a{
    color: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    background-color: #797474;
}

.header-container .wrapper{
	margin-top: 0px;
}

#header_logo{
	padding: 0px;
}

ul.nav li.menu-item a{
	color: #575555 !important;
	font-weight: 600;
	font-size: 15px;
}

ul.slick-dots li::before{
	color: #fff !important;
}

.slider_wrap{
	display: block;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(https://programpeduli.org/wp-content/themes/kause/back-slider.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px;
}

.slider_wrap:before{
	width: 100%
	height: 100%;
	z-index: -1;
	opacity: 0.8;
	background: rgba(70, 72, 82, 0.3) !important;
}

.slider_home{
	color: white;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.slider_home .slick-slide {
	/*width: 275px;*/
	outline: 0;
}

.slider-for{
	height: 500px;
}

.slider-btn {
    width: auto;
    padding: 4px 8px;
    background-color: #f28800;
    color: white;
    text-align: center;
    border: 0px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

h1.title-slider{
	word-break: break-word;
	color: white;
	font-size: 50px;
	font-weight: 600;
	text-transform: none;
	padding: 10px 0;
}

a.slider-link{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 600;
}

a.slider-link:hover {
	color: #f28800 !important;
}

.col-slider-title{
	font-weight : 700;
}

.item .row{
	padding-left: 0px;
}

.desc-slider{
	font-size: 18px;
	line-height: 2;
}

.slick-slide{
	filter: brightness(70%);
}

.slick-current{
	filter: brightness(120%);
}

.slick-arrow{
	/*top : -200px;
	margin: -30px;*/
	width: 40px;
	height: 40px;
}

.slick-prev::before, .slick-next::before {
	font-size: 40px;
}

.slick-prev{
	left: -60px;
}

.slick-next{
	right: -60px;
}

.gallery_wrap{
	min-height: 600px;
	display: block;
    background-color: #F8F4F0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px
}

.gallery_home{
	padding-top: 50px;
}

img.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	border: 20px solid #fff;
}

.slider-gallery .slick-dots{
	margin-bottom: 0px;
}

.slider-gallery .slick-prev {
	display: none !important;
}

.slider-gallery .slick-next {
	display: none !important;
}

blockquote {
/*	font-weight: 600;
	font-size: 3rem;
	font-style: normal;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: 30px 0px;*/
	position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
    display: block;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 10rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
	color: #f9eaa8;
}

blockquote:after {
	content: '”';
	color: #f9eaa8;
	right: 0px;
	margin-top: 10px;
}

.desc-gallery{
	font-size: 16px;
	padding: 20px 0;
	line-height: 2.2;
}

.gallery-link {
	text-decoration: none;
	background-color: #fff;
	color: #f08519;
	padding: 5px ;
	border: 1px solid #f08519;
	border-radius: 4px;
}

a.gallery-link:hover {
	color: #984e02 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    margin-bottom: 1.5rem!important;
}

h2.center-title{
	text-transform: none !important;
	color: #f28800;
	text-align: center;
	font-size: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}

h2.title{
	text-transform: none !important;
	color: #f28800;
	font-size: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.card-photo {
  	position: relative;
	padding-top: 50%;
}

.card-photo img {
    position: absolute;
    left: 0;
    top: 0;
}

.card-body {
  padding-top: 15px;
}

.card-photo-title{    
    position: absolute;
	bottom: -10px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

.card-photo-title h3{
	font-size: 18px !important;
}

.card-photo-title h3 a{
	text-transform: none !important;
	color: white;
	font-weight: 600;	
	line-height: 80% !important;
}

.card-photo-title h3 a:hover{
	color: white;
	font-weight: 600;
}

.card-photo-title p,.card-photo-title p b{
	color: white;
	font-size: 12px;
	font-weight: 600;
} 

a.archive-link {
	padding-right: 15px;
    padding-bottom: 10px;
    float: right;
    color: #f28800;
    font-weight: 600;
}

a.archive-link:hover {
	color: #984e02 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.card-img{
	border-radius: 15px 15px 0 0;
	filter: brightness(65%);
}

.horizontal-post-list{
	padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 8px;
}

.horizontal-post-list .row .col-md-3{
	padding-left: 30px;
}

.title-row{
	padding-left: 10px;

}

.title-row h3{
	text-transform: none !important;
	font-size : 16px;
	font-weight: 600;
	margin-top: 0px;
	padding-right: 12px;
}

.title-row h3 a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.title-row p{
	margin-bottom: 0px;
	font-size : 12px;
	margin-top: .5em;
}

.d-block {
    display: block;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.post-list-img{
    position: relative;
    padding-top: 70%;
}

.post-list-img img {
    position: absolute;
    left: 0;
    top: 0;
}

.img {
    position: relative;
    float: left;
    width: 100px;
    height: 80px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_home .row .col-md-6{
	padding: 25px;
}

.publikasi-head{
	padding: 10px;
}

img.publikasi-img{
	border-radius: 15px;
	max-width: 100%;
    max-height: 100%;
}

.publikasi-title p{
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	font-size: 16px;
}

a.publikasi-title-link {
	text-decoration: none;
	color: black;
}

a.archive-publikasi-link {
	padding: 8px 12px;
    float: right;
    color: #f28800;
    font-weight: 600;
    margin-top: 70px;
    border: 1px solid #f08519;
	border-radius: 812px;
}

a.archive-publikasi-link:hover {
	color: #984e02 !important;
}

.banner_wrap{
	padding-top: 40px;
	padding-bottom: 100px;
}

.banner-head {
    position: relative;
    padding-top: 55%;
}

.banner-head img {
    position: absolute;
    left: 0;
    top: 0;
}

.left-banner-photo{
	position: absolute;
	bottom: 0px;	
	color: white;
	padding-left: 30px;
	width: 60%;
	font-weight: 600;
}

.left-banner-photo h4{
	color: white;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.5;
}

.left-banner-photo h4 a, .left-banner-photo h4 a:hover{
	color: white;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.5;
}

.left-banner-photo a{
	text-decoration: none;
	color: white;
	font-size: 15px;
}

.left-banner-photo a:hover{
	text-decoration: none;
	color: #f28800 !important;
	font-size: 15px;
}

.right-banner-photo{
	position: absolute;
	bottom: 0px;	
	color: white;
	padding-left: 30px;
	width: 60%;
	right: 40px;
	text-align: right;
	font-weight: 600;
}

.right-banner-photo h4{
	color: white;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.5;
}

.right-banner-photo h4 a, .right-banner-photo h4 a:hover{
	color: white;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.5;
}

.right-banner-photo a{
	text-decoration: none;
	color: white;
	font-size: 15px
}

.right-banner-photo a:hover{
	text-decoration: none;
	color: #f28800 !important;
	font-size: 15px
}

.subscription_wrap{
	display: block;
	background-image: url(../img/back-email.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px
}

.form-subscription{
	padding-top: 50px;
	text-align:center;
	min-height: 365px;
}

.form-subscription h1{
	text-transform: none !important;
	font-size: 40px;
}

.form-subscription p{
	text-transform: none !important;
	left: 25%;
	top: 50%;
	width: 50%;
	position: relative;
	padding: 15px;
	line-height: 2;
}

.form-subscription .wp-subscribe-wrap{
	background: none !important
}

.form-subscription .wp-subscribe-form{
	margin-left: 230px;
	padding-bottom: 50px;
}

.form-subscription .wp-subscribe-wrap h4.title{
	color: #000 !important;
	font-size: 40px;
	font-weight: 600;
	text-transform: none !important;
}

.form-subscription .wp-subscribe-wrap p.text{
	color: #000 !important;
}

.form-subscription .wp-subscribe-form input.email-field{
	min-width: 300px;
    max-width: 400px;
    float: left;
    color: #000 !important;
	background: #fff !important;
	font-family: inherit;
}

.form-subscription .wp-subscribe-form input.submit{
	width: 200px;
	float: left;
	margin-top: 10px !important;
	color: #fff !important;
	background: #d56144 !important;
	font-family: inherit;
	text-transform: none !important;
	font-size: 16px !important;
}

.form-subscription .wp-subscribe-wrap p.footer-text{
	color: #000 !important;
	top: 20px;
}

p.thanks{
	color: #f28800 !important;
    font-size: 18px;
    font-weight: 600;
}

p.error{
	color: red !important;
    font-size: 14px;
    font-weight: 600;
}

img.rotate{
	-webkit-transform:rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
}

.footer-top{
	border-top: 1px solid #ddd;
}

.footer-bottom .wrapper{
	padding-top: 0px;
	border-top: 1px solid #ddd;
}

.outter-wrapper.feature{
	background: #fff;
}

.logo-footer{
	height: auto;
	margin-top: 10px;
}

.footer-copyright-menu {
	text-align: center;
  	height: 100%;
  	margin-top: 24px;
}

.footer-copyright-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-copyright-menu ul>li {
    padding: 2px 10px;
    font-weight: 600;
}

.right{
	text-align: right;
}

.social-link{
	padding-top: 15px;
}

.foot.center {
    padding-top: .7em;
    padding-bottom: .7em;
    text-align: center;
}

#thumb-gallery .gallery_item a.mosaic-overlay{
	margin-left: -283px !important;
}

.four-fifths .mosaic-block a.mosaic-overlay{
	margin-left: -856px !important;
}

#gallerypage{
	padding-bottom: 60px;
}

.more-btn{
	padding-left: 55%;
	padding-bottom: 60px;
	margin-top: -40px;
}

a.load-more{
	background-color: #f08519 !important;
	color : #fff !important;
}

.gallery_item{
	min-height: 200px !important;
}

#cpt-single{
	padding-top: 15px;
}

@media only screen and (min-width: 1366px) {
	h1.title-slider{
		width: 900px;
	}

	.desc-slider{
		width: 900px;
		max-height: 170px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}

@media only screen and (max-width: 1360px) {
	.desc-slider{
		display: none;
	}
}


@media only screen and (max-width: 1050px) {
	.footer-copyright-menu ul{
		left: 10%;
	}
}

@media only screen and (min-width: 770px) and (max-width: 1050px) {
	.form-subscription .wp-subscribe-form {
		margin-left: 15% !important;
	}
}

@media only screen and (min-width: 451px) and (max-width: 1050px) {
	h1.title-slider{
		font-size: 35px !important;
	}

	.slick-arrow{
		display: none !important;
	}

	blockquote{
		font-size : 25px;
		padding-left: 20px;
	}

	blockquote::before {
	    content: '“';
	    left: -2rem;
	    top: -2rem;
	    color: #f9eaa8;
	    font-size: 7rem;
	}

	blockquote::after {
	    font-size: 7rem;
	}

	.horizontal-post-list .row .col-md-3{
		width: 25%;
		float: left;
		padding-left: 30px;
	}

	.gallery_home .row .col-md-6{
		width: 50%;
		float: left;
		padding-left: 20px !important;
	}

	img.center {
	    border: 0px;
	}

	.blog_home .row .col-md-6{
		width: 50%;
		float: left;
		padding: 5px;
	}

	.horizontal-post-list{
		padding: 0 0 20px 0;
	}

	.post-list-img {
	    position: relative;
	    padding-top: 80%;
	}

	.title-row h3 a{
		-webkit-line-clamp: 1;
	}

	.publikasi_home .row .col-md-6{
		width: 50%;
		float: left;
	}

	a.archive-publikasi-link{
		margin-top: 55px;
	}

	.publikasi_home .row .col-md-3{
		width: 25%;
		float: left;
	}

	.banner_wrap .row .col-md-6{
		width: 50%;
		float: left;
		padding-bottom: 20px;
	}

	.left-banner-photo{
		padding-left: 15px;
	}

	.right-banner-photo{
		right: 15px;
	}

	.left-banner-photo h4, .left-banner-photo h4:hover, .right-banner-photo h4, .right-banner-photo h4:hover {
	    color: white;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 1.3 !important;
	}

	.left-banner-photo h4 a, .left-banner-photo h4 a:hover, .right-banner-photo h4 a, .right-banner-photo h4 a:hover {
	    color: white;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 0.5 !important;
	}

	.left-banner-photo a, .right-banner-photo a{
		font-size: 13px;
	}

	.left-banner-photo p, .right-banner-photo p{
		margin-bottom: 0.5em;
	}

	.form-subscription{
		padding-top: 0px;
	}

	.form-subscription .wp-subscribe-form {
	    margin-left: 40px;
	}

	.footer-top .row .col-md-3{
		width: 25%;
		float: left;
	}

	.footer-top .row .col-md-6{
		width: 50%;
		float: left;
	}

	.right{
		padding-top: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
	}

	.more-btn{
		padding-left: 50%;
	}
}

@media only screen and (max-width: 820px) {
	ul.nav li.menu-item a{
		font-size: 13px;
	}

	.slider-for {
	    height: 380px;
	}

	.footer-top .row .col-md-6{
		padding-bottom: 20px;
	}

	.right{
		/*margin-left: 80px;*/
	}
}

@media only screen and (min-width: 571px) and (max-width: 670px) {

	.left-banner-photo, .right-banner-photo{
		width: 80%;
	}

	.form-subscription .wp-subscribe-form {
	    margin-left: 90px;
	}

	.form-subscription .wp-subscribe-form input.submit{
		margin-left: 100px;
	}

}

@media only screen and (max-width: 670px) {
	.publikasi-title p{
		font-size: 14px;
		line-height: 20px !important;
	}

	a.publikasi-title-link {
	    text-decoration: none;
	    color: black;
	}

	.form-subscription .wp-subscribe-wrap h4.title{
		font-size: 30px;
	}
}

@media only screen and (min-width: 451px) and (max-width: 570px) {
	.horizontal-post-list .row .col-md-3{
		padding-left: 15px;
	}

	.left-banner-photo, .right-banner-photo{
		width: 80%;
	}

	.left-banner-photo h4 a, .left-banner-photo h4 a:hover, .right-banner-photo h4 a, .right-banner-photo h4 a:hover{
		font-size: 14px;
	}

	.form-subscription .wp-subscribe-form input.submit{
		margin-left: 100px;
	}

}

@media only screen and (max-width: 450px) {
	.social-link-header{
		display: none !important;
	}

	#nav-wrap {
	    right: 0px;
	    left: 10px;
	}

	.search-form{
		width: 190px;
	}

	ul.nav li.menu-item a{
		color: white!important;
	}

	.slider_wrap{
		max-height: 250px;
	}

	.slick-slide .slider{
		width: 360px;
	}

	.slick-arrow{
		display: none !important;
	}

	.slider_home {
		margin: -25px 0 0 0;
	}

	.slider-for {
	    height: 250px;
	}

	.slider .col-md-12{
		width: 100%;
		position: relative;
		height: 235px;
	}

	h1.title-slider{
		position: absolute;
		bottom: 10px;
		font-size: 20px;
	}

	p.pslider-link{
		position: absolute;
	  	bottom: -15px;
	}

	a.slider-link{
		font-size: 13px;
	}

	.slider-nav{
		z-index: 2000;
	}

	.col-slider-title{
		display: none;
	}

	.gallery_home {
	    padding-top: 80px;
	}

	img.center {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    border: none;
	}

	.gallery_home .row .col-md-6{
		padding-left: 15px !important;
	}

	blockquote{
		font-size : 20px;
		padding-left: 20px;
	}

	blockquote::before {
	    content: '“';
	    left: -1.2rem;
	    top: -1rem;
	    color: #f9eaa8;
	    font-size: 7rem;
	}

	blockquote::after {
	    font-size: 7rem;
	}

	.desc-gallery{
		font-size: 14px;
		line-height: 2;
		padding: 5px 0;
	}

	.blog_home .row .col-md-6 {
	    padding: 0 10px;
	}

	.horizontal-post-list{
		padding-top: 0px;
		padding-left: 0px;
	}

	.horizontal-post-list .row .col-md-3{
		width: 25%;
		float: left;
	}

	.post-list-img {
	    position: relative;
	    padding-top: 80%;
	}
	.title-row h3{
		margin-bottom: 0px;
	}

	.title-row h3 a{
		-webkit-line-clamp: 1;
	}

	h2.center-title{
		font-size: 30px;
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.publikasi_home .row .col-md-6{
		width: 50%;
		float: left;
	}

	.publikasi_home .row .col-md-3{
		width: 50%;
		float: left;
		padding: 0px;
		max-height: 340px;
	}

	.publikasi-title{
		padding: 0 15px;
	}

	h2.title {
	    font-size: 30px;
	    padding-top: 0px;
	}
	
	a.archive-publikasi-link {
	    margin-top: 24px;
		padding: 2px 6px;
		font-size: 12px;
	}

	.publikasi-title p {
	    font-size: 12px;
	}

	a.publikasi-title-link{
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 40px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.banner_wrap{
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.banner_wrap .row .col-md-6{
		padding-bottom: 20px;
	}

	.left-banner-photo{
		padding-left: 15px;
	}

	.right-banner-photo{
		right: 15px;
	}

	.left-banner-photo h4, .left-banner-photo h4:hover, .right-banner-photo h4, .right-banner-photo h4:hover {
	    color: white;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 1.3 !important;
	}

	.left-banner-photo h4 a, .left-banner-photo h4 a:hover, .right-banner-photo h4 a, .right-banner-photo h4 a:hover {
	    color: white;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 0.5 !important;
	}

	.left-banner-photo a, .right-banner-photo a{
		font-size: 13px;
	}

	.left-banner-photo p, .right-banner-photo p{
		margin-bottom: 0.5em;
	}

	.form-subscription{
		padding-top: 0px;
	}

	.form-subscription .wp-subscribe-form{
		margin-left: 0px;
		margin-top: 0px;
	}

	.form-subscription .wp-subscribe-wrap p.text {
		line-height: 25px;
		width: 80%;
		left: 25px;
	}

	.form-subscription .wp-subscribe-form .submit{
		margin-left: 55px;
	}

	.footer-top .row .col-md-3{
		text-align: center;
	}

	.footer-top .row .right{
		width: 100%;
		padding-left: 28%;
	}

	.footer-top .row .col-md-6{
		padding-bottom: 0px;
	}

	.footer-copyright-menu ul{
		left: 0;
		top: 0;
	}

	ul.social-link-footer{
		padding-top: 5px;
		padding-bottom: 12px;
	}

	.footer-copyright-menu {
		margin-top: 0;
	}

	.footer-copyright-menu ul > li {
	    padding: 2px 7px;
	    font-weight: 600;
	}

	.more-btn{
		padding-left: 0;
	}

	a#scrollUp{
		bottom: 10px !important;
		right: 10px !important;
		padding: 5px 10px;
	}

	.col-slider-title {
		color: #333;
	}
	.slider_home .slider-nav .slick-slide img {
		width: 100%;
	}
	.slider_home .slider-nav .slick-slide {
		margin-right: 15px;
	}
	.slider_wrap {
		max-height: 100%;
	}
}

@media only screen and (max-width: 330px) {
	.search-form{
		width: 150px;
	}

	.slick-slide .slider {
	    width: 300px;
	}

	h2.center-title {
		font-size: 30px;
	}

	a.archive-publikasi-link{
		font-size: 11px;
	}

	.left-banner-photo h4 a, .left-banner-photo h4, .right-banner-photo h4 a, .right-banner-photo h4{
		font-size: 16px;
	}

	.form-subscription .wp-subscribe-wrap h4.title {
		font-size: 30px !important;
	}

	.form-subscription .wp-subscribe-form input.email-field{
		min-width: 0;
	}

	.form-subscription .wp-subscribe-form .submit{
		margin-left: 25px;
	}

	.footer-top .row .right{
		width: 100%;
		padding-left: 20%;
	}

	.footer_nav{
		font-size: 11px;
	}
}