@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: 30px;
}
.top_footer .row [class*=span] + [class*=span]{
margin-top: 35px;
}
.module_team .item_list > li:last-child{
margin-bottom: 0;
}
.row > .sidebar-container,
.row > .content-container{
width: 100%;
}
.thiscommentbody,
.listing_comment .thiscommentbody {
padding-left: 60px;
}
.main_wrapper ol.commentlist li ul li .stand_comment {
margin-left: 60px;
}
.main_wrapper ol.commentlist li ul li ul li .stand_comment {
margin-left: 120px;
}
.listing_comment .commentava,
.main_wrapper ol.commentlist li .commentava,
.main_wrapper ol.commentlist li .listing_comment .commentava {
width: 40px;
}
.main_wrapper ol.commentlist li .listing_comment .commentava {
top: 4px;
}
.comment_author_says a {
margin-right: 5px;
}
.comment_author_says .comment-reply-link{
margin-left: 5px;
}
.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;
}
.listing_post_main_content #respond input[type="submit"] {
padding-left: 30px;
padding-right: 30px;
width: 100%;
}
.comment_form_name_wrapper,
.comment_form_email_wrapper {
width:100%;
display: block;
margin-left: 0;
margin-right: 0;
}
.listing_comment_lp,
.listing_comment_rp {
float: none;
width: 100%;
text-align: left;
}
.listing_comment_stars {
margin-bottom: 5px;
}
.listing_comment_rp {
margin-bottom: 10px;
}
.gt3_module_featured_posts .blog_post_preview {
margin-bottom: 0 !important;
}
}
@media only screen and (max-width: 600px) {
.container {
width:420px;
}
.gt3_single_slider_thumbs {
margin: 15px -7px 0 -7px;
}
.gt3_single_thmb {
margin: 0 7px;
}
.gt3_single_thmb {
width: calc(25% - 14px) !important;
}
}
@media only screen and (max-width: 480px) {
.container {
width:90%;
}
.prev_next_links .fleft,
.prev_next_links .fright {
padding-bottom: 15px;
}
.prev_next_links .fleft a,
.prev_next_links .fright a {
text-align: center;
}
.prev_next_links span i {
display: none !important;
}
.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;
}
}
@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%;
}
}