/*
Theme Name: SHOPEO Child
Theme URI: https://shopeo.cn
Author: SHOPEO
Author URI: https://shopeo.cn
Description: SHOPEO Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ripro
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ripro-v5
*/
@media only screen and (max-width:640px) {

.bm_c
{
	    display: grid;
    grid-template-columns: repeat(1, 100%);
	gap: 20px;
}
}
@media only screen and (min-width:900px) {
	
.bm_c
{    gap: 20px;
	    display: grid;
    grid-template-columns: repeat(2, 49%);
}


}
#sd ul{list-style:none;}
.deanphones dl dd {
   width:100%;
    display: flex;
    flex-direction: column;
}
.deanphones dl dd{margin-inline-start: 0px !important;}
.home-cat-post h3:before {
    background: linear-gradient(to right,rgba(255,92,92,0.15),#2096fb);
    content: "";
    height: 1px;
    width: 80px;
    margin: 0 20px 0 0;
}

.home-cat-post h3:after {
    background: linear-gradient(to right,#2096fb,rgba(255,92,92,0.15));
    content: "";
    height: 1px;
    width: 80px;
    margin: 0 0 0 20px;
}

*:before, *:after {
	display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-cat-post{
	background-image:url(/style/images/down_bg.png);
	    background-color: #eff3f5;
}


.home-cat-post:nth-child(even) {
    background-color: rgba(255,255,255,0.68);
    overflow: hidden;
}


/*link-box*/
.link-box {
    overflow: hidden;
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(221,221,221,0.28);
    padding: 20px 20px;
    border-radius: 18px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
    box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
}

.links-title {
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.links-title h3 {
    font-size: 16px;
    color: #333;
    margin-right: 16px;
    display: inline-block;
    vertical-align: bottom;
	    padding-left: 20px;
}

.links-title h3:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 22px;
    background-color: #00a4ff;
}

.links-title span,.links-title span a {
    font-size: 12px;
    color: #888;
}

span.suburl {
    float: right;
}

#links-home {
    overflow: hidden;
    margin-bottom: -10px;
}

#links-home li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 9%;
    margin-right: 1%;
    margin-bottom: 15px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#links-home li a {
    vertical-align: middle;
}

#links-home li img {
    width: 16px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}


.link-box section{padding:0px !important}

.navbar{   border-bottom: 1px solid rgba(0,0,0,.05);
    background-color: rgba(255,255,255,0);
    position: relative;
    background-image: url(/style/images/top-fr-bg.png);
    background-position: center right;
    background-size: auto 100%;
	
}


.home-search-box .search-warp {
    padding-top: 180px !important;
    padding-bottom: 60px !important;
    max-width: 50%;
}


@media only screen and (min-width:900px) {
 .mn{width:70% !important;float:left;}
#sd{width:25%;float:right;}

.deanmsrbtms{padding:14px;border:1px solid #e5e9ef;border-top:0;border-radius:0 0 4px 4px;margin-bottom:16px;}
}


@media screen and(max-width:640px){
	
	
	
.deanmsrbtms
{
	width:100%;
}


}