/*===============================================
 *  common
===============================================*/
body{
	color: #4d4d4d;
}
body:not(.home) .header-filter::after{
	background: rgba(0,0,0,0.3);
}
a{
	color: #4a65d8;
	transition: all 0.2s !important;
}
a:hover{
	opacity: .7 !important;
}
p{
	font-size: 1.1em !important;
}
.section{
	padding: 6% 0;
}
.inner{
	width: 60%;
	margin: auto;
}
ul.nomal-list li{
	list-style: disc;
	line-height: 1 !important;
	margin-bottom: 10px;
}
.section-title h2{
	color: #1c1c1c;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 7% 0 5% 0 !important;
}
.section-title h2::after{
	background: linear-gradient(to right, #eddc0f 0%, #eddc0f 50%, #4a65d8 50%, #4a65d8 100%);
	content: "";
	display: block;
	height: 5px;
	margin: 5px auto;
	width: 70px;
}
.section-title h3{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3;
	margin: 7% 0 1% 0 !important;
	text-indent: -1.5em;
	margin-left: 1.5em !important;
}
.section-title h3::before{
	background: url("/wp-content/uploads/2020/03/h3_before.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 25px; 
	width: 25px; 
	margin-right: 10px; 
	vertical-align: text-bottom; 
}
.section-title-small h3{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin: 3% 0 1% 0 !important;
	text-indent: -1.5em;
	margin-left: 1.5em !important;
}
.section-title-small h3::before{
	background: url("/wp-content/uploads/2020/03/h3_before.png"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 15px; 
	width: 15px; 
	margin-right: 10px; 
	vertical-align: middle; 
}
.cta-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fcfbf0;
	padding: 3% 2%;
	margin: 5% 0;
}
.cta-area p{
	font-weight: bold;
}
.cta-btn{
	display: flex;
	justify-content: space-around;
}
.sub-business_content ul{
	display: flex;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
}
.sub-business_content ul li{
	width: 25%;
	padding: 0;
	position: relative;
}
.sub-business_content div{
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	right: 0;
	margin-right: 15px;
}
span.blue-box, span.green-box, span.orange-box{
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 20px;
}
span.blue-box{
	display: inline-block;
	color: #fff;
	background: #4a65d8;
}
span.green-box{
	display: inline-block;
	color: #fff;
	background: #51a7a9;
}
span.orange-box{
	display: inline-block;
	color: #fff;
	background: #f08c5b;
}
span.underline{
	background: linear-gradient(#fcfbf0 25%,#eddc0f 75%);
}
span.emphasize{
	color: #00956b;
	font-weight: bold;
}
.container{
	width: 100%;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.points{
	font-size: 1.2em !important;
}
/*===============================================
 *  header_top
===============================================*/
.navbar{
	background: none !important;
}
.title-logo-wrapper{
	display: block !important;
}
.title-logo-wrapper h1{
	margin: 0 !important;
}
.header_top_wrap{
	background: #fff;
}
#header_top{
	align-items: center;
	display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
#header_top::after{
	clear: both;
	content: "";
	display: block;
}
#header_top > div{
	width: 50%;
	max-width: auto !important;
}
/*
#header_top > div.navbar-header{
	float: left;
}
#header_top > div.header-sidebar-wrapper{
	float: right;
	width: auto !important;
}
*/
#header_top > div.header-sidebar-wrapper img{
	width: 50px;
}
/*
.header_right{
	float: right;
}
*/
.header_right ul{
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: inside none;
	margin: 0;
	padding: 1% 0;
}
.header_right ul li{
	margin: 0 5px;
}
.home #primary > div > div > div{
	height: 35vh;
}
.header-filter{
	background-position: top center;
}
.header-filter::before {
    background-color: unset;
}
/*===============================================
 *  MENU
===============================================*/
#main-navigation{
	background: rgba(0, 38, 79, 0.8);
	color: #fff;
}
.navbar.hestia_right .navbar-nav{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*===============================================
 *  SP-Menu
===============================================*/
.navbar .navbar-toggle{
	position: absolute;
	right: 0;
	top: 0;
}
/*===============================================
 *  header-sub
===============================================*/
.page-header.header-small .hestia-title{
	font-size: 2.1em;
}
.page-header .container{
	padding-bottom: 150px !important;
	/*padding-bottom: 210px !important;*/
}
/*===============================================
 *  footer
===============================================*/
.footer_before{
	padding: 10% 0 0 0;
	background: #f6fff0;
}
/*===============================================
 *  footer
===============================================*/
.footer-big{
	/*margin-top: 7%;*/
	padding: 0;
}
footer.footer.footer-black{
	border-top: 10px solid #4a65d8;
	background: url("/wp-content/uploads/2020/07/footer_img.jpg");
	background-size: cover;
	background-position: center top;
}
.hestia-bottom-footer-content{
	align-items: center;
	display: flex;
	padding: 15px 0;
}
.footer_logo{
	width: 15%;
}
.footer_nav{
	width: 85%;
}
.footer_nav ul.footer-menu{
	display: flex;
	justify-content: flex-end;
}
.footer_nav ul.footer-menu li{
	display: block;
}
.footer_nav ul.footer-menu li+li{
	border-left: 1px solid #333;
}
ul.footer-menu li a{
	color: #333 !important;
	font-size: 16px !important;
	padding: 0 20px !important;
}
.footer_contact{
	display: flex;
	justify-content: flex-end;
	margin: 30px 0 0 !important;
}
.footer_contact a{
	padding: 0 !important;
}
.pull-left,
.pull-right{
	float: none !important;
}
.footer-big .copyright{
	background: #8a8e91;
	padding: 0;
}
.footer-big .copyright p{
	color: #fff;
	font-size: 10px !important;
	margin: 0;
	padding: 2px 0;
}
.footer-wrapper{
	background: #fff;
}
/*===============================================
 *  home
===============================================*/
.top-business_content ul{
	display: flex;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
}
.top-business_content ul li {
	width: 25%;
	padding: 0;
	position: relative;
}
.top-business_content dl{
	position: absolute;
	bottom: 0;
	background:rgba(34, 34, 34, 0.8);
	width: 100%;
	margin-bottom: 0;
	padding: 3% 6%;
}
.top-business_content dt{
	color: #ffe494;
	letter-spacing: 2px;
}
.top-business_content dt::after{
	background: url("/wp-content/uploads/2020/05/arrow0.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	margin-left: 10px;
	vertical-align: baseline;
	width: 15px;
}
.top-business_content dd{
	font-size: 0.8em;
	margin-bottom: 0 !important;
	color: #fff;
}
.top-business_content2 ul{
	display: flex;
	align-items: center;
	width: 70%;
	margin: auto;
	padding-top: 5%;
}
.top-business_content2 dl{
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 0;
	padding: 3% 6%;
}
.top-business_content2 ul li{
	width: 50%;
	padding: 0;
	position: relative;
}
.top-business_content2 ul li > div{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	background: rgba(255, 255, 255, 0.6);
	padding: 5% 7%;
	width: 70%;
	text-align: center;
}
.top-business_content2 p{
	font-weight: bold;
	font-size: 1.8em !important;
}
.top-business_content3 ul{
	display: flex;
	align-items: center;
	width: 70%;
	margin: auto;
	padding: 5% 0;
}
.top-business_content3 ul li{
	padding: 0;
	position: relative;
}
.top-business_content3 ul li > div{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	background: rgba(255, 255, 255, 0.8);
	padding: 5% 3% 5% 3%;
	width: 90%;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.top-business_content3 p::after{
	background: url("/wp-content/uploads/2020/03/arrow2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	vertical-align: baseline;
	width: 10px;
}
.top-business_content3 a{
	color: #4d4d4d;
}
.introduction p{
	background: rgba(249, 249, 249, 0.9);
	padding: 2%;
	position: absolute;
	top: -20vh;
	width: 80%;
	margin: 0 10% !important;
	color: #000;
	border: 1px solid #dfdfdf;
}
h2.wppsac-post-title{
	text-align: left !important;
}
h2::after.wppsac-post-title {
	background: none !important;
}
.wppsac-post-carousel h2.wppsac-post-title a{
	display: none;
}
.wppsac-post-carousel h2.wppsac-post-title::after{
	background: none !important;
}
.wppsac-post-content, .wppsac-post-date{
	display: none;
}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a{
	display: none;
	background: #3e3e3e;
}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a{
	background: #08359f;
}
.jisseki-more{
	text-align: center;
}
.jisseki-more a{
	background: #4f6dc8;
	text-align: center;
	margin: 5% auto 0;
	width: 40%;
	padding: 2%;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
/* NEWSプラグイン
-----------------------------------------------*/
#news{
	color: #fff;
}
#news h3{
	color: #000 !important;
}
.news_list{ 
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
} 
.news_list li{ 
	border-bottom: 1px dashed #ccc; 
	padding: 15px 0; 
	text-align: left !important; 
} 
.news_date{ 
	font-size: 13px; 
	font-style: Meiryo; 
	vertical-align: middle; 
	width: 95px; 
	color: #777; 
} 
.cat{ 
	background: #182b5c; 
	color: #fff; 
	font-size: 10px; 
	line-height: 20px; 
	margin: 0 20px; 
	padding: 5px 10px; 
	text-align: center; 
	vertical-align: middle; 
	width: 80px; 
} 
.news_title{ 
	font-size: 14px; 
}
.post-slide{
	padding: 0 0 10% 0;
}
/*===============================================
 *  看板製作
===============================================*/
.point ul{
	display: flex;
	width: 90% !important;
	margin: 3% auto;
}
.point-list li{
	margin-left: 30px;
}
.point-list li::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #eddc0f;
	position: relative;
	left: -15px;
	top: -3px;
}
.right-imgbox, .right-imgbox ul{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.right-imgbox ul{
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 30px;
}
.right-imgbox > div:first-child{
	background: #fff2cc;
	padding: 3%;
	position: relative;
	left: 5%;
	z-index: 1;
}
.right-imgbox li{
	padding: 0;
	margin: 0;
}
.seisaku-intro{
	border: 1px solid #000;
	padding: 2%;
	margin-bottom: 2%;
	background: #0f3f6a;
}
.seisaku-intro p{
	margin-bottom: 0 !important;
	font-weight: bold;
	color: #fff;
	line-height: 2em !important;
}
.seisaku-contents h4{
	font-weight: bold;
	font-size: 1.4em;
}
/*===============================================
 *  媒体調査サービス
===============================================*/
.flow{
	display: flex;
	flex-direction: column;
	align-items: center;
}
ul.flow_list li{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.flow_content{
	display: flex;
	align-items: center;
	padding: 3%;
	margin: 0 0 30px 0;
	color: #4f4f4f;
	background: #fffbe8;
	border-radius: 0 0 6px 6px;
}
.flow_content p{
	font-size: 0.9em !important;
	padding: 1%;
	width: 100%;
}
.flow_content img{
	width: 100%;
}
.flow h4{
	font-size: 27px;
	background: #f09a63;
	width: 100%;
	margin-bottom: 0 !important;
	padding: 0 0px 0 20px;
	color: #4d4d4d;
	margin-top: 30px !important;
	border-bottom: 2px solid #ffdd27;
	color: #fff;
	text-shadow: 4px 3px 0px #f48766;
}
/*===============================================
 *  よくあるご質問
===============================================*/
.faq dt{
	color: #001c6b;
	font-size: 1.2em;
	text-indent: -2.4em;
	margin-left: 2.4em;
}
.faq dt::before{
	background: url("/wp-content/uploads/2020/03/q_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	width: 35px;
}
.faq dd{
	padding: 1% 2% 4% 2%;
	font-size: 0.9em;
	border-bottom: 2px dotted #9f9f9f;
	text-indent: -2.8em;
	padding-left: 3.5em;
}
.faq dd::before{
	background: url("/wp-content/uploads/2020/03/a_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	width: 35px;
}
/*===============================================
 *  施工実績
===============================================*/
.performance{
	margin-top: 6%;
}
ul.other_archives{
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}
ul.other_archives li{
	background: rgba(249, 234, 19, 0.8);
	display: flex;
	flex-direction: column;
	width: 20%;
	padding: 0;
}
ul.other_archives dl{
	width: 100%;
	padding: 3% 6%;
}
ul.other_archives dd{
	font-size: 0.8em;
	margin-bottom: 0;
}
.jisseki_detail{
	padding: 0 5%;
	margin: 2%;
}
.jisseki_detail p{
	margin-top: 5px !important;
	text-align: right;
	font-weight: bold;
}
/*===============================================
 *  お客様の声
===============================================*/
.voice{
	display: flex;
	align-items: center !important;
}
.voice h4{
	font-size: 1.3em;
}
.voice p{
	text-align: center;
	font-size: 0.9em !important;
}
.voice ol{
	font-size: 1.2em;
}
.voice_inner{
	padding: 0 0 0 3%;
}
.voice_comment p{
	background: #fffbe8;
	padding: 2% 3%;
	border-radius: 6px;
}
.voice_comment p:last-child{
	background: #f0f0f0;
	padding: 2% 3%;
	border-radius: 6px;
}
/*===============================================
 *  会社概要
===============================================*/
.company td{
	font-size: 16px;
}
.column-1 {
	background: #eee !important;
}
/*===============================================
 *  blog
===============================================*/
.rpwwt-widget ul li{
	display: flex;
}
.rpwwt-widget ul li > a{
	display: block;
	width: 25%;
}
.rpwwt-widget ul li > div{
	width: 75%;
	padding: 0 5%;
}
table.post_table{
	margin-bottom: 0 !important;
}
table.post_table td{
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
}
table.post_table caption{
	display: none !important;
}
.rpwwt-post-title{
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px !important;
}
span.rpwwt-post-title{
	display: none;
}
.rpwwt-widget ul li img{
	margin: 0 !important;
}
/*===============================================
 *  Contact
===============================================*/
span.red{
	color: #ea1414;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}
.thanks{
	text-align: center;
}
.thanks h3 {
	font-size: 24px;
	font-weight: bold;
}
.mw_wp_form_preview label{
	display: block !important;
	background: #eee;
	padding: 1%;
}
/*===============================================
 *  post page
===============================================*/
.post-detail{
	margin-top: 30px;
}
.author{
	display: none;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1170px){
	#main-navigation > ul{
		float: none !important;
		margin: 0 auto;
		width: 1170px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer .container{
		margin: 0 20%;
		width: 60%;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){
	#main-navigation > ul{
		float: none !important;
		margin: 0 auto;
		width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-business_content3 ul li > div img{
		width: 35%;
	}
	.top-business_content3 ul li  > div p{
		font-size: 0.8em !important;
	}
	.top-business_content dl{
		padding: 3% 2%;
	}
	.top-business_content dd{
		font-size: 0.7em;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	#main-navigation > ul{
		float: none !important;
		margin: 0 auto;
		width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-business_content2 ul, .top-business_content3 ul{
		width: 90%;
	}
	.top-business_content3 ul li > div{
		padding: 2%;
	}
	.top-business_content3 ul li > div img{
		width: 40%;
	}
	.top-business_content3 ul li  > div p{
		font-size: 0.8em !important;
	}
	.top-business_content dl{
		padding: 3% 1%;
	}
	.top-business_content dt{
		font-size: 15px;
	}
	.top-business_content dd{
		font-size: 0.6em !important;
	}
}
@media screen and (min-width: 768px){
	.only_sp{
		display: none;
	}
	.top-business_content3 ul li > div img{
		width: 40%;
	}
	.top-business_content3 ul li  > div p{
		font-size: 0.8em !important;
	}
}
@media screen and (max-width: 767px){
	.only_pc{
		display: none;
	}
	body.home #primary{
		display: none;
	}
	.kv_sp{
		margin-top: 50px;
	}
	.introduction p{
		font-size: 12px !important;
		position: relative;
		margin: 0 5% -20vh !important;
		width: 90%;
	}
	body.home #primary > .container{
		padding: 25% 15px 0;
	}
	body:not(.home) #primary > .container{
		padding: 20% 15px 10%;
	}
	.top-business_content ul li{
		width: 50% !important;
		margin-bottom: 75px;
	}
	.top-business_content dl{
		display: block;
		bottom: -75px;
	}
	.sub-business_content ul li{
		width: 50% !important;
	}
	.top-business_content2 p{
		font-size: 1.4em !important;
	}
	.top-business_content2 ul, .top-business_content3 ul{
		width: 90%;
	}
 .top-business_content3 ul{
	 flex-wrap: wrap;
	}
	.top-business_content3 ul li{
		width: 100%;
	}
	.inner{
		width: 90%;
	}
	.news_date{
		width: 100%;
		display: block;
	}
	.cat{
		margin: 0 20px 0 0;
	}
	.top-business_content2 ul{
		flex-wrap: wrap;
	}
	.top-business_content2 ul li{
		width: 100%;
	}
	ul.other_archives li{
		width: 50%;
	}
	.company td{
		display: block;
		width: 100% !important;
	}
	.column-1 {
		background: #eee !important;
		border: none !important;
	}
	.column-2 {
		border: none !important;
		border-left: 1px solid #eee !important;
		border-right: 1px solid #eee !important;
	}
	.column-2:last-child {
		border-bottom: 1px solid #eee !important;
	}
	.top-business_content dl{
		padding: 3% 3%;
	}
	.navbar .navbar-nav .dropdown a .caret{
		border: 1px solid #fff !important;
		color: #fff !important;
	}
	.navbar .navbar-nav > li .dropdown-menu li{
		color: #fff !important;
	}
	#header_top > div{
		width: 70%;
	}
	.header_right ul{
		padding: 2% 5% 2% 0;
	}
	.right-imgbox{
		flex-wrap: wrap;
	}
	.right-imgbox > div:first-child{
		position: unset;
	}
	.right-imgbox ul{
		flex-wrap: wrap;
	}
	.right-imgbox li{
		width: 100%;
	}
	span.blue-box, span.green-box, span.orange-box{
		display: block !important;
		text-align: center;
	}
	.cta-area{
		padding: 3% 5%;
	}
	.point ul{
		flex-wrap: wrap;
		padding: 0;
	}
	.point li {
		width: 47%;
		margin: auto;
		padding: 0 !important;
	}
	#panel-78-5-1-0 > .panel-widget-style{
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 640px){
	#primary > .container{
		padding: 25% 15px 0;
	}
	body:not(.home) #primary > .container {
			padding: 20% 15px 5% !important;
	}
	.cta-btn{
		flex-wrap: wrap;
	}
	.sub-business_content div{
		width: 70%;
	}
	.top-business_content dl{
		padding: 3% 2%;
		min-height: 100px;
	}
	.rpwwt-widget ul li{
		flex-wrap: wrap;
	}
	.rpwwt-widget ul li > a{
		width: 100%;
		margin-bottom: 10px;
	}
	.rpwwt-widget ul li > div{
		width: 100%;
		padding: 0;
	}
	.sort_control{
		font-size: 13px !important;
	}
	.hestia-bottom-footer-content{
		flex-direction: column;
	}
	.footer_nav ul.footer-menu{
		flex-wrap: wrap;
	}
	.footer_nav ul.footer-menu li{
		width: 100%;
		margin: 1% !important;
	}
	.footer_nav ul.footer-menu li + li{
		border-left: none;
		margin: 1% 0;
	}
	.footer_logo{
		width: 40%;
		margin-bottom: 30px;
	}
	.section-title h2{
		font-size: 1.6em;
	}
	.section-title h3{
		font-size: 1.4em;
	}
	.faq dt::before, .faq dd::before{
		height: 25px;
		width: 25px;
	}
}
@media screen and (max-width: 480px){
	#primary > .container{
		padding: 15vh 0 5vh 0;
	}
	.header_right ul{
		padding: 2% 0;
	}
	#header_top > div{
		width: 80%;
		max-width: auto !important;
	}
	#header_top > div.header-sidebar-wrapper img{
		width: 50px;
	}
	.page-header.header-small .hestia-title{
		font-size: 1.4em;
	}
	.navbar.navbar-fixed-top .navbar-collapse{
		margin-top: 50px;
	}
	.header_right ul{
		padding: 3% 5% 3% 0;
	}
}
/*----------------------------------------------------------------------
 ソート
---------------------------------------------------------------------- */
/* sort_controls
---------------------------------------------------------------------- */

.sort_controls {
	color: #414141;
    padding: 0;
    font-size: 18px;
	margin-bottom: 30px;
}

.sort_control {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #414141;
	padding: 5px 20px;
	transition: background 150ms;
	border: 1px solid #a2a2a2;
	box-shadow: 2px 2px 2px #e1e1e1;
}

.sort_control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #00255e;
    color: #fff !important;
	border-radius: 3px;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.sort_control:first-of-type {
    border-radius: 3px 3px 3px 3px;
}

.sort_control, .sort_control:last-of-type {
    border-radius: 4px;
}

.sort_control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.sort_control[data-filter=".seventeen"] {
    color: #414141;
}

.sort_control[data-filter=".sixteen"] {
    color: #414141;
}

.sort_control[data-filter=".fifteen"] {
    color: #414141;
}

.sort_control[data-filter="none"] {
    color: #414141;
}

/* Container
---------------------------------------------------------------------- */

.sort_container {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}

.sort_container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix {
    margin-bottom: 1rem;
    position: relative;
}

.mix.seventeen {
    color: #414141;
}

.mix.fifteen {
    color: #414141;
}

.mix.sixteen {
    color: #414141;
}

.mix a{
	display: block;
}
.mix a img{
	width: 100%;
}

.mix h3{
	color: #555;
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
}
.sgpb-preloaded-image-847{
	position: relative !important;
	right: 0 !important;
}
.sgpb-popup-builder-content-847 img{
	width: 100% !important;
}