@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.content-area {
    width: 100% !important;
}
.container {
    max-width: 1200px;
    padding: 0;
}
.site-content {
    padding: 2% 0 8% 0;
}
.site-main {
	    padding: 0 2%;
}
.single #page {
    margin-top: -120px;
    background: #fff;
    z-index: 20;
}
#breadcrumbs {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: #54a0ff;
    margin-bottom: 9px;
}
#breadcrumbs a {
    color: #54a0ff;
}

.home-hero {
    background-color: #343e47;
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
}
.block-featured {
	background-color: #f4f4f4;
	padding-top: 30px;
}
.block-about {
    font-family: montserrat,sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    background-color: #10ac84;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 25px 0;
}
.block-category__top {
    margin: 25px 0px;
    position: relative;
}

.block-category__subcats a {
    background: #e5e5e5;
    color: #737373;
    font-family: montserrat,sans-serif;
    font-weight: 700;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 6px;
    transition: 200ms;
    white-space: nowrap;
}
.block-category__subcats a:hover {
    color: #fff;
    background: #54a0ff;
}
.block-category__title:hover,.block-category__title.hover{color:#54a0ff;transition:200ms;will-change:color}
.block-category__description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    border-left: 4px solid #54a0ff;
    padding-left: 9px;
    margin-left: 3px;
    margin-top: 15px;
}
.block-category__title {
    color: #282828;
}
.grid-wrapper {
    margin-right: -1%;
    margin-left: -1%;
}


.block-category__show-link {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    color: #282828;
    background: #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    padding: 7px 22px;
    transition: 200ms;
    margin-right: 1%;
}

.search-container-hero {
    width: 100%;
}
.search-controls {background: #424a55;}


.post-meta__avatar {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.post-meta__name, .post-meta__date {
    font-size: 12px;
    font-family: montserrat,sans-serif;
    color: #000;
    word-break: break-word;
}
.post-meta-col {
    float: left;
    width: 50%;
    width: calc(100% - 150px);
}


/* RANKING */
.ranking-table, .ranking-table > .partner-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.ranking-table {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranking-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}
.ranking-table>.partner-row>.link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ranking-table>.partner-row>.col-1 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template: 1fr/120px 1.5fr 1fr 1fr;
}
.ranking-table>.partner-row>.col-1>.logo {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    box-shadow: 4px 4px 14px rgba(70,69,70,.25);
}
.ranking-table>.partner-row>.col-1>.info-wrap {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ranking-table>.partner-row>.col-1 .stars-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ranking-table>.partner-row>.col-1>.score-wrap {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranking-table>.partner-row>.col-1 .partner-link {
    min-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    background-color: #f55a4a;
    color: #FFF;
}
.ranking-table>.partner-row .col-2 {
    max-height: 0;
    overflow: hidden;
    transition: all .4s cubic-bezier(0,0,.21,1),-webkit-transform 233ms cubic-bezier(0,0,.21,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ranking-table>.partner-row>.col-1>.info-wrap>.partner-name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
.ranking-table>.partner-row>.col-1>.info-wrap>.text {
    font-size: 14px;
}
.ranking-table>.partner-row .expand-row, .ranking-table.\--desktop>.partner-row .expand-row>.overlay {
    border-radius: 0 0 5px 5px;
    transition: all .4s cubic-bezier(0,0,.21,1),-webkit-transform 233ms cubic-bezier(0,0,.21,1);
}
.ranking-table>.partner-row .expand-row svg.\--rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ranking-table>.partner-row .expand-row {
    position: relative;
    cursor: pointer;
    margin-left: -20px;
    height: 30px;
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ranking-table>.partner-row:hover>.expand-row svg path{stroke:#8c8c8c}
.ranking-table>.partner-row:hover>.expand-row .overlay{opacity:1}
.ranking-table>.partner-row .col-2>.linebreak {
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.ranking-table>.partner-row .col-2>.info-wrap {
    width: 60%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: none;
    line-height: 22px;
}
.ranking-table>.partner-row .col-2>.image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
}
.ranking-table>.partner-row>.col-1 .review-link {
    white-space: nowrap;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.ranking-table>.partner-row>.col-0 {
    padding: 2px 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;    
    background-color: #464546;
    color: #FFF;
}
.ranking-table>.partner-row>.col-1 .post-ratings { margin: 0px 0px 0px 9px }
.ranking-table>.partner-row>.col-1 .post-ratings>img {padding: 2px; margin: 0px;}
.ranking-table>.partner-row>.col-1 .post-ratings>span:after{font-size:22px;margin-right:6px;font-family:fontawesome;content:'\f006';position:relative;left:-1.2em;}
.ranking-table>.partner-row>.col-1 .post-ratings>img[src*=rating_on]+span:after{content:'\f005'; margin-right:6px;}
.ranking-table>.partner-row>.col-1 .post-ratings>img[src*=rating_half]+span:after{content:'\f123'; margin-right:6px;}

@media (min-width: 1200px) {
	.post-meta__avatar {
	    float: none;
	}
	.post-meta__name {
	    padding-top: 0;
	}
	.post-shares__title {
		padding-top: 20px;
	}
	.post-shares {
	    width: 150px;
	    float: right;
	}
	.post-meta-col, .post-meta-col:last-of-type {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	}
	.post-shares-col {
	    float: none;
	}
}
@media (min-width: 420px) {
	.post-meta__avatar {
	    width: 52px;
	    height: 52px;
	}
	.post-meta__name, .post-meta__date {
	    font-size: 14px;
	}
	.post-meta__name {
	    font-weight: 700;
	    padding-top: 6px;
	}
}
.post-shares-col {
    width: 150px;
    float: right;
}

.post-shares__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #5f5f5f;
}

.post-col {
	width: 33.33%;
	padding: 1%;
    position: relative;
    display: inline-block;
    float: left;
}	
.post-thumb, .post-thumb img, .post-title{
	width: 100%;
	height: auto;
}
.post-thumb, .post-thumb img {
    line-height: 0;
}

.post-block__img-overlay {
    display: none;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #54a0ff;
    mix-blend-mode: screen;
    transition: 100ms ease;
    z-index: 1;
}
.post-block__img-overlay-btn {
    display: none;
    line-height: 1.7;
    opacity: 0;
    font-weight: 700;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translateY(-50%) translateX(-50%);
    user-select: none;
    pointer-events: none;
    font-size: 18px;
    color: #282828;
    background-color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    z-index: 10;
    white-space: nowrap;
}
.post-block__link:hover .post-block__img-overlay,.post-block__link:hover .post-block__img-overlay-btn{opacity:1}

.post-block__link {
    position: relative;
    display: block;
    transform-style: preserve-3d;
}
.post-block__title {
	color: #282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}
.post-block__date {
    color: #737373;
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.2;
    margin-top: 12px;
}
.cat-item {
    display: block;
    color: #fff;
    width: 100%;
    padding-top: 66.66%;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cat-item__name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

.post-ratings{display:inline-block;position:relative;width:auto;opacity:1}
.post-ratings>img{position:relative;z-index:2;margin-right:12px;margin-left:12px;padding-right:6px;padding-left:6px;padding-bottom:32px;opacity:0}
.post-ratings>span{position:absolute}.post-ratings{margin-bottom:32px}
.post-ratings>span:after{color:#f5bb2c;font-size:32px;margin-right:16px;font-family:fontawesome;content:'\f006';position:relative;left:-1.2em;z-index:1}
.post-ratings>span:hover{color:#f5bb2c}
.post-ratings>img[src*=rating_on]+span:after{content:'\f005'}
.post-ratings>img[src*=rating_half]+span:after{content:'\f123'}
.post-ratings>img[src*=rating_over]+span:after{content:'\f005';color:#ffda44}
.post-ratings>span:last-child{display:none!important}
.content_center{text-align:center}
.post-ratings-text{display:none}

.menu-icon{width:50px;height:50px;display:inline-block;vertical-align:middle;position:relative}
.menu-btn{display:none;font-size:18px;font-weight:700;position:relative;padding:0;line-height:50px!important;color:#000;float:right;border:none;background:0 0}
.menu-btn:hover,.menu-btn:active,.menu-btn:focus{background:0 0;color:#000}
.menu-icon span{position:absolute;width:34px;height:4px;background:#000;display:block;top:50%;left:50%;transform:translate(-50%,-50%);transition:.1s}.menu-icon span:before{content:'';position:absolute;width:100%;height:100%;background:#000;display:block;top:-10px;left:0;transition-property:top,transform;transition-duration:.1s,.1s}.menu-icon span:after{content:'';position:absolute;width:100%;height:100%;background:#000;display:block;top:10px;left:0;transition-property:top,transform;transition-duration:.1s,.1s}.menu-icon.active span:before{top:0;transform:rotate(-45deg)}.menu-icon.active span{background:0 0}.menu-icon.active span:after{top:0;transform:rotate(45deg)}

.main-nav-wrap{position:absolute;top:60px;padding:0;right:5%;display:none}@media(min-width:801px){.main-nav-wrap.active{display:block;display:flex}}@media(min-width:900px){.main-nav-wrap{left:unset}}.main-nav{display:none;font-family:montserrat,sans-serif;list-style:none;margin:0;padding:0}@media(min-width:801px){.main-nav{display:block;display:flex;flex-direction:column;height:100%}}.main-nav>li>a{font-size:18px;font-weight:700;color:#54a0ff;display:block;padding:5px 20px;transition:200ms;position:relative}.main-nav>li>a:hover,.main-nav>li>a.hover{background-color:#54a0ff;color:#fff}.main-nav>li>a.arrow::before{display:block;content:' ';position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:9px 11px 9px 0;border-color:transparent #54a1ff transparent transparent}.main-nav a{padding:0 18px}.sub-nav a{font-family:montserrat,sans-serif;font-size:16px;font-weight:400;color:#000;display:block;transition:200ms;padding-top:3px;padding-bottom:3px}.sub-nav a:hover{opacity:.9;transition:200ms;color:#54a0ff}.main-nav .sub-menu{list-style:none;margin:0;padding:0;display:block}.sub-nav{background-color:#fff;box-shadow:0 2px 11px -7px rgba(0,0,0,.5);margin-right:11px}.sub-nav ul{list-style:none;margin:0;padding:0}.sub-nav a{color:#111;font-size:16px;padding:5px 20px}.sub-nav a:first-of-type{margin-top:15px}.sub-nav a:last-of-type{margin-bottom:15px}.sub-nav__col{float:left;margin-right:20px}.sub-nav-child{display:none}.sub-nav-child.active{display:block}.main-nav-wrap .menu-home-container{padding:15px 0;background-color:#fff;box-shadow:0 2px 11px -7px rgba(0,0,0,.5)}.site-header .menu-item-has-children>a:after,.site-header .page_item_has_children>a:after{display:none}@media(min-width:801px){.top-navigation{display:none}}.site-header{float:left}

body.menu-on::after{transition:200ms;display:block;width:100%;left:0;top:0;content:' ';background:rgba(224,224,224,.6);height:100vh;position:fixed;z-index:20}
.header-search {
    display: none;
    font-weight: 700;
    position: relative;
    float: right;
    border: none;
    background: 0 0;
    width: 300px;
    padding: 9px;
    margin:  6px 10px 0 0;
}
.header-search input{position:absolute;top:0;right:0;width:72px;height:36px;font-size:16px;border-radius:18px;padding:1px 54px 0 18px;border:none;background:#e5e5e5;color:#e5e5e5;cursor:pointer;z-index:1}
.header-search input:focus{width:100%;color:#000;outline:none;cursor:text}
.header-search input::-webkit-input-placeholder{color:#e5e5e5}
.header-search input:focus::-webkit-input-placeholder{color:gray}.header-search input:-moz-placeholder{color:#e5e5e5}
.header-search input:focus:-moz-placeholder{color:gray}.header-search input::-moz-placeholder{color:#e5e5e5}
.header-search input:focus::-moz-placeholder{color:gray}.header-search input:-ms-input-placeholder{color:#e5e5e5}
.header-search input:focus:-ms-input-placeholder{color:gray}.header-search i,.header-search button{position:absolute;text-align:center;height:36px;line-height:36px;right:0;top:0}.header-search i{width:72px;z-index:2;font-size:20px;color:#000;pointer-events:none;border-radius:18px}.header-search button{width:54px;z-index:0;opacity:0;border-radius:0 18px 18px 0}.header-search input:focus~i{pointer-events:auto;cursor:pointer}
.header-search input:invalid{box-shadow:none}.header-search input:valid{box-shadow:none}
.header-search input:valid:focus~button{z-index:3}.header-search input:valid~i{pointer-events:none}

.button-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    width: 55px;
    height: 55px;
    border: 0;
    box-shadow: none;
    background-color: #54a0ff;
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: "europa-1", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: 200ms ease;
}

.button-top-visible {
    opacity: 1;
    pointer-events: all;
}

.button-top-visible:hover {
    transition: 200ms ease;
    background: #68abff !important;
    transform: translateY(-3px);
}

.archive-header {
    width: 100%;
    background-color: #222f3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}


.archive-header .entry-title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-size: 6vw;
    font-family: montserrat,sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    hyphens: auto;
}
.archive-header .entry-content .taxonomy-description{
    font-family: montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    max-width: 780px;
}
.align-center {
    text-align: center;
}

.h2, .entry-content h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 130%;
}

.h1 {
    font-family: montserrat,sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 130%;
    color: #222f3e;
    margin-bottom: 3.6rem;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: montserrat,sans-serif;
    margin: 4rem 0 1.6rem;
    color: #282828;
    word-break: break-word;
    hyphens: auto;
}
.li-subcategories { margin-bottom: 60px; overflow: hidden; }

.page-navigation{padding:0;margin:40px 0;font-family:montserrat,sans-serif;font-weight:700}.page-navigation .prev,.page-navigation .next{float:none}.page-navigation .page-numbers{vertical-align:top}.entry-content a.page-numbers{border-bottom:none}.page-navigation .next{margin-left:20px}.page-navigation .prev{margin-right:20px}

blockquote {
    font-family: montserrat,sans-serif;
    font-size: 1.8rem;
    border-top: 0;
    border-left: 4px solid #222f3e;
    padding: 0 0 0 15px;
    font-style: italic;
    margin-left: 20px;
}
blockquote:before {
    content: "" !important;
}
.su-table-responsive table thead {
    font-family: montserrat,sans-serif;
    background-color: #343e47!important;
    color: #fff!important;
    border-collapse: collapse;
}
.su-table-responsive table thead th {
    font-family: montserrat,sans-serif;
    background-color: #343e47!important;
    color: #fff!important;
    border-left: 2px solid #d2d2d2!important;
    border-collapse: collapse;
    text-align: left;
    font-size: 18px!important;
    line-height: 29px!important;
    font-weight: 700;
}
.su-table-responsive table thead th:first-of-type {
	border-left: none!important;
}
.su-table-responsive table tbody tr td:first-child {
    font-weight: bold!important;
}
.su-table-responsive table tbody tr td {
    font-family: montserrat,sans-serif;
    border-collapse: collapse;
    text-align: left;
    font-size: 16px!important;
    color: #343e47!important;
    line-height: 29px;
    font-weight: 400!important;
}
.su-pullquote {
    font-weight: 700;
    font-size: 2.2rem;
    padding: .1em .5em;
}
.su-pullquote-align-right {
    border-left: 4px solid #222f3e!important;
    margin: .5em 0 1em 1.2em;
}
.entry-content .wp-caption-text {
    font-size: 1.4rem;
    border-left: 4px solid #54a0ff;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 0;
    line-height: 1.2;
}
.instagram-media, .twitter-tweet {
    margin: 0 auto!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper {
    display: table;
    width: 100%;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.i2-pros-cons-wrapper .i2-pros-title {
    background-color: #00bf08 !important;
}
.i2-pros-cons-wrapper .i2-cons-title, .i2-pros-cons-wrapper .i2-pros-title {
    color: #ffffff!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-cons-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-cons-title {
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 5px 15px;
    margin: 0px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section {
    padding-bottom: 15px;
    padding-top: 5px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul {
    margin: 0px;
    padding: 0px 15px 0px 0px;
    list-style: none outside none !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li {
    padding-left: 30px;
    position: relative;
    list-style: none outside none !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li i, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li i {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 80%;
}
.i2-pros-cons-wrapper .i2-cons-title {
    background-color: #bf000a!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li i, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li i {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 80%;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section li i {
    color: rgb(191, 0, 10);
}
.i2-pros-cons-wrapper .i2-cons ul li i {
    color: #bf000a!important;
}
.i2-pros-cons-wrapper .section ul li i {
    top: 8px!important;
}
.i2-pros-cons-wrapper .i2-pros ul li i {
    color: #00bf08!important;
}

.xadvice_shorcode {
    width: 100%;
    padding: 3.2rem 1.6rem;
    margin: 1.6rem 0;
    overflow: hidden;
    background-color: #ecf1f7;
    border-left: 26px solid #54a0ff;
    border-radius: 2px;
}
.xadvice_icon {
    float: left;
    font-size: 64px;
    text-align: center;
    display: inline-block;
    padding: 0 20px 0 10px;
}
.xadvice_content {
    width: 75%;
    float: left;
}
.xadvice_name {
    font-size: 24px;
    font-weight: 700;
}
.xadvice_title {
    display: block;
    font-size: 16px;
    color: #3e454d;
    line-height: 1.5;
    letter-spacing: 2px;
}
.xadvice_main {
    font-weight: 400;
    font-style: normal;
    color: #3e454d;
    text-align: left;
    padding-top: 15px;
}
.shortcode_note {
    background: #fff9be;
    border-left: 26px solid #fdbd40;
    overflow: hidden;
    width: 100%;
    padding: 40px 15px;
    border-radius: 2px;
}
.shortcode_note_icon img {
    margin: 0 auto;
    display: block;
    max-width: 40px;
}
.shortcode_note_content {
    float: left;
    width: 80%;
}

.footer-navigation + .footer-tagline {
    width: 50%;
}

@media (min-width: 801px) {
	.top-navigation {
	    display: none;
	}
	.menu-btn {
	    display: block;
	}
	.header-search {
	    display: block;
	}
}

@media (min-width: 900px) {
	.main-nav-wrap {
	    left: unset;
	}
	.archive-header .entry-title {
	    hyphens: none;
	    word-break: normal;
	    display: inline-block;
	    padding-right: 20px;
	    font-size: 50px;
	}
}

@media (max-width: 800px) {
	body {
	    overflow-y: auto;
	}
	.archive-header {
	    padding: 60px 10px 60px 20px;
	    display: block;
        clear: both;
	}

	.footer-navigation + .footer-tagline {
	    width: 40%;
	}
}

@media (min-width: 768px) {
	.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	    margin: 4.5rem 0 1.8rem;
	}
	.h2, .entry-content h2 {
	    font-size: 41px;
	    font-size: 4.1rem;
	}
	.h1 {
	    font-size: 54px;
	    font-size: 5.4rem;
	}
	.post-block__img-overlay, .post-block__img-overlay-btn {
	    display: block;
	}
	.block-about {
	    background-color: #10ac84;
	    text-align: left;
	    background-image: linear-gradient(90deg,#188E70 0.42%,#39B899 44.96%,rgba(57,184,153,0) 98.72%),url(images/about-min.jpg);
	}
	blockquote {
	    margin-left: 40px;
	    font-size: 2.2rem;
	}	
	.su-pullquote {
	    font-size: 2.6rem;
	}
	.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons { display: table-cell;width: 50%;}
	.xadvice_shorcode {
	    padding: 3.6rem 1.8rem;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* POST */
	.post-col {
		width: 100%;
		padding: 0px;
	}	
	.post-thumb, .post-thumb img, .post-title {
		width: 100%;
		height: auto;
	}
	.home-hero {
	    height: 300px;
	}

	.footer-navigation + .footer-tagline {
	    width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1113px) {
	/* POST */
	.post-col {
		width: 33.33%;
		padding: 0.5%;
	}	
	.post-thumb, .post-thumb img, .post-title {
		width: 100%;
		height: auto;
	}

	.footer-navigation + .footer-tagline {
	    width: 40%;
	}
}

@media (min-width: 1200px) {
	.block-category__show-link {
	    display: inline-block;
	}
	.h1 {
	    font-size: 54px;
	    font-size: 5.4rem;
	    line-height: 120%;
	}
	.post { width: 75% }
}


@media (min-width: 769px) {
	.home-hero {
	    height: 520px;
	}
	.shortcode_note_icon {
	    padding: 0 30px 0 20px;
	}
}


@media (min-width: 470px) {
	.shortcode_note_icon img {
	    width: 50px;
	}
	.shortcode_note_icon {
	    float: left;
	    padding: 0 30px 0 18px;
	}
}
@media(max-width:1300px){.container {padding: 0px 30px;max-width: 95%;}}
@media(max-width:1200px){.single #page{padding: 0px 25px;margin-top:-80px;}}
@media(max-width:768px){
	.single #page{padding:20px;margin-top:-40px}
	.ranking-table>.partner-row .col-2, .ranking-table>.partner-row .expand-row, .ranking-table>.partner-row>.col-1 .stars-wrap { display: none; }

	.ranking-table>.partner-row>.col-1 { display: block; }
	.ranking-table>.partner-row>.col-1>.logo, .ranking-table>.partner-row>.col-1>.score-wrap { float: left; }
	.ranking-table>.partner-row>.col-1>.score-wrap { margin-right: 0px; }
	.ranking-table>.partner-row>.col-1>.score-wrap>.h2 { font-size: 1.4rem; margin-right: 8px; }
	.ranking-table>.partner-row>.col-1>.info-wrap>.partner-name {
	    margin-bottom: 0px;
	    font-size: 16px;
	}
	.ranking-table>.partner-row>.col-1 .review-link {
	    font-size: 14px;
	    margin-right: 8px;
	}
	.ranking-table>.partner-row>.col-1>.info-wrap>.text {
	    font-size: 12px;
	    margin-bottom: 5px;
	}
}