@media only screen and (max-width: 1200px) {
.container {
width:950px;
}
}
@media only screen and (max-width: 992px) {
.container {
width:728px;
}
}
@media only screen and (max-width: 768px) {
.container {
width:560px;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview {
width: 100%;
}
.gt3_module_featured_posts.blog_type3 .blog_post_media > a,
.gt3_module_featured_posts.blog_type3 .blog_post_media > a img,
.gt3_module_featured_posts.blog_type4 .blog_post_media > a,
.gt3_module_featured_posts.blog_type4 .blog_post_media > a img {
width: 100%;
height: auto;
}
.module_team .items1 .item_list > li,
.module_team .items2 .item_list > li,
.module_team .items3 .item_list > li,
.module_team .items4 .item_list > li {
width: 100%;
margin-bottom: 10px;
}
.top_footer .row [class*=span] + [class*=span]{
margin-top: 35px;
}
.module_team .item_list > li:last-child{
margin-bottom: 0;
}
.sidebar-container {
padding-top: 35px;
}
ol.commentlist li .stand_comment {
padding-left: 55px;
}
ol.commentlist li ul li .stand_comment {
margin-left: 55px;
}
ol.commentlist li ul li ul li .stand_comment {
margin-left: 110px;
}
ol.commentlist li .commentava {
left: -55px;
height:40px;
width: 40px;
}
.mobile_text_center {
text-align: center;
}
.blog_type2 .has_post_thumb .blog_content {
padding-left: 105px;
}
.blog_type2 .has_post_thumb .blog_post_media {
width: 80px;
}
.widget_search .search_form .search_text{
padding-left: 10px;
}
.widget_search .search_form .search_submit, 
.widget_search .search_form:before{
right: 0;
}
.widget-title{
font-size: 20px;
margin-left: 0;
}
aside > .widget + .widget, 
.main_footer .widget + .widget{
margin-top: 20px;
}
.widget.widget_posts .recent_posts li > .recent_posts_content .post_title a{
font-size: 16px;
}
.single-post .blog_content .blogpost_title{
font-size: 36px;
}
}
@media only screen and (max-width: 600px) {
.container {
width:420px;
}
}
@media only screen and (max-width: 480px) {
.container {
width:90%;
}
.prev_next_links .fleft a,
.prev_next_links .fright a {
text-align: center;
}
.blog_type2 .has_post_thumb .blog_content {
padding-left: 105px;
}
.blog_type2 .has_post_thumb .blog_post_media {
width: 80px;
}
.gt3-page-title__content .page_title, 
.gt3-page-title__content .gt3_breadcrumb,
.gt3-page-title__content .page_sub_title{
display: block;
}
.blog_content h2{
font-size: 25px;
margin-bottom: 15px;
}
.single-post .blog_content .blogpost_title{
margin-bottom: 10px;
margin-top: 0;
font-size: 20px;
}
}
@media only screen and (min-width: 1201px) {
.custom_counter_border > div .vc_column-inner {
position: relative;
}
.custom_counter_border > div .vc_column-inner:after {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 1px;
background: rgba(255,255,255, 0.23);
content: '';
display: block;
}
.custom_counter_border > div:last-child .vc_column-inner:after {
display: none;
}
.custom_counter_border .icon-position-right,
.custom_counter_border .icon-position-left {
text-align: center;
justify-content: center;
align-content: center;
}
.custom_counter_border .stat_count_wrapper {
flex: 0 0 auto !important;
}
}
@media only screen and (min-width: 768px) {
.custom_iconbox_border > div .vc_column-inner {
position: relative;
}
.custom_iconbox_border > div .vc_column-inner:after {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 1px;
background: #f0f0f0;
content: '';
display: block;
}
.custom_iconbox_border > div:last-child .vc_column-inner:after {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
body .vc_pie_chart .vc_pie_chart_value {
font-size: 24px;
}
.gt3_practice_list__item.span3,
.module_team .items4 .item_list > li {
width: calc(25% - 1px);
}
.gt3_practice_list__item.span4,
.module_team .items3 .item_list > li {
width: calc(33.3333% - 1px);
}
.gt3_practice_list__item.span6,
.module_team .items4 .item_list > li {
width: calc(50% - 1px);
}
.gt3_practice_list__item.span12,
.module_team .items1 .item_list > li {
width: 100%;
}
.module_team .items2 .item_list > li:nth-child(2n + 1),
.module_team .items3 .item_list > li:nth-child(3n + 1),
.module_team .items4 .item_list > li:nth-child(4n + 1) {
float: left;
}
.module_team .items2 .item_list > li:nth-child(2n + 1),
.module_team .items3 .item_list > li:nth-child(3n + 1),
.module_team .items4 .item_list > li:nth-child(2n + 1) {
clear: left;
}
}