/*-----------------------------------------------
/* @media queries 
/*---------------------------------------------*/
#page, .container { max-width: 1180px; }
.secondary-navigation, footer { display: block; }
/*-[ Responsive Navigation ]--------------------------------*/
#mobile-menu-wrapper {
    -ms-transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    transform: translate(-300px,0);
}
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media only screen and (max-width:1300px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media only screen and (max-width:1124px) { 
	.mobile-menu .container { max-width: 100%; }
	.main-container, .container { max-width: 96% }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media only screen and (max-width:960px) { 
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	    width: 29.5%;
	    margin-right: 5.75%;
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media only screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/* Menu */
	#mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #444;
	    -ms-transform: translate(-300px,0);
	    -webkit-transform: translate(-300px,0);
	    transform: translate(-300px,0);
	    -webkit-transition: -webkit-transform 500ms ease;
	    transition: transform 500ms ease;
	    -webkit-backface-visibility: hidden;
	}
	.admin-bar #mobile-menu-wrapper {
	    top: 32px;
	    padding-bottom: 32px;
	}
	#mobile-menu-wrapper .mobile-menu {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    text-transform: uppercase;
	}
	/* Menu transition */
	.mobile-menu-active #mobile-menu-wrapper {
	    -ms-transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.mobile-menu-active .main-container-wrap {
	    -ms-transform: translate(300px,0);
	    -webkit-transform: translate(300px,0);
	    transform: translate(300px,0);
	}
	.main-container-wrap {
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	/* .... */
	#mobile-menu-wrapper .menu {
	    background: none;
	    display: block;
	}
	#mobile-menu-wrapper ul li {
	    width: 100%;
	    display: block;
	}
	#mobile-menu-wrapper nav ul.social-links { width: 100% }
	#mobile-menu-wrapper nav ul.social-links li {
	    display: inline-block;
	    width: 16.66% !important;
	    border-left: 0px none !important;
	}
	#mobile-menu-wrapper nav ul.social-links li a {
	    text-align: center !important;
	    line-height: 40px;
	    padding: 0;
	    border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	}
	#mobile-menu-wrapper #navigation ul li:hover, #mobile-menu-wrapper #navigation ul li:hover a { background: none }
	#mobile-menu-wrapper ul li a, #mobile-menu-wrapper #navigation ul ul a {
	    padding: 9px 20px;
	    width: 100%;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#mobile-menu-wrapper #navigation ul ul {
	    display: block;
	    position: static;
	    width: 100%;
	    border: none;
	}
	#mobile-menu-wrapper #navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#mobile-menu-wrapper ul a:after { content: "" !important }
	.primary-navigation, .secondary-navigation {
	    border: none !important;
	 
	}
	.primary-navigation, .secondary-navigation, .mts-cart {
	    	    left: 0;
	    right: 0;
	}
	
	.secondary-navigation #navigation .mega-menu-wrap{
	display:none;
	}
	.secondary-navigation #navigation .mega-menu-wrap .mega-sub-menu{
	display:none!important;
	}
	#mobile-menu-wrapper .mega-menu-wrap ul.mega-sub-menu{ display: none!important;}
	
	#navigation .menu a {
	}
	#navigation .menu {
	    float: none;
	    background: transparent;
	}
	#navigation ul ul {
	    visibility: visible!important;
	    opacity: 1!important;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation ul li li {
	    background: transparent;
	    border: 0;
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	   
	}
	#navigation ul li:after { display: none }
	#mobile-menu-wrapper ul li a:hover { background: transparent }
	#navigation ul li:before { display: none }
	nav li a {
	   
	}
	nav a {
	   
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 10px 0;
	    text-align: center;
	    z-index: 1;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	nav a.toggle-mobile-menu:after {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: absolute;
	    left: 20px;
	    top: 0;
	    font-size: 21px;
	    line-height: 42px;
	}
	
	.home_slider {
   /* margin-top: 78px !important;
    position: absolute !important;
    width: 100%;
    z-index: 0;*/
	}
	.home_slider_bottom {
   /* margin-top: 342px;
    position: relative;*/
	}
	
}
@media only screen and (max-width:830px) { 
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
	
	body.single-product #page .related.products ul.products li.product{
	width:29%;
	}
}
@media only screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media only screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }

}
@media only screen and (min-width:768px) and (max-width: 865px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	  
	
	}
	
	.top-social{
	float:left;
	width:100%;
	padding:0px;
	text-align:center;
	}
	#page, .container{
	   max-width: 96%;
	}
	.home-top_l{
	 padding-right: 28px;
    width: 53%;
	}
	.home-top_r{
	width:45%;
	}
	.home-top_r .textwidget li.last{
	width:43%;
	}
	.home-top_r h4{
	font-size:10px;
	}
	.home-top_r .textwidget img{
	margin-right:8px;
	}
	.latest-curriculum-widget{
	padding:55px 30px 30px;
	}
	.latest-curriculum-widget .one_third{
	margin-right:3.5%;
	width:31%;
	}
	.latest-curriculum-widget ul h2{
	font-size:27px;
	line-height:27px;
	}
	.latest-curriculum-widget ul h3{
	font-size:12px;
	}
	.cur_r p{
	font-size:12px;
	}
	.latest-curriculum-widget > h3{
	font-size:12px;
	}
	.home-bottom-right{
	width:55%;
	}
	.home-bottom-left{
	width:40%;
	}
	.home_bot h3{
	font-size:19px;
	line-height:20px;
	letter-spacing:-2px;
	}
	.home-bottom-right h3{
	width:85%;
	}
	.home-bottom-right li a{
	font-size:12px;
	line-height:18px;
	}
	.sidebar.c-4-12 {
    max-width: 265px;
    min-width: 265px;
	padding-top:105px;
}
.article{
width:61%;
margin-right:20px;
}
.featured-section-title{
margin:40px 0 20px;
}
.post-top .post-title{
width:71%;
}
.sidebar_list .post-title, .sidebar_list .post-title a{
font-size:15px !important;
}
.post-data .post-excerpt{
font-size:14px;
line-height:22px;
}
.sidebar_list ul li:last-child{
margin-bottom:0px;
}
.post-data .post-title a, #comments-tab-content a{
font-size:26px;
}
.post_gal li{
width:46%;
margin-right:17px;
}
#latest-posts > ul > li{
margin-bottom:30px;
padding-bottom:35px;
}
	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
	width:100px !important;
	margin-right:10px !important;
	}
	.home-bottom-right li p{
	 font-size: 10px;
    line-height: 17px;
	}
	.home-bottom-right{
	width:59%;
	}
	.home-bottom-left{
	width:38%;
	}
	.f-widget-1{
	width:26%;
	padding-right:30px;
	}
	.f-widget-2{
	margin-left:25px;
	}
	.f-widget h3{
	font-size:15px;
	}
	.f-widget-5{
	width:28%;
	padding-left:25px;
	}
	.footer-widgets{
	padding:30px 0 20px;
	}
	.featr-img{
	width:100%;
	}
	.cont-r{
	width:36%;
	}
	.cont-l{
	width:62%;
	margin-bottom:34px;
	}
	.cont-r span{
	font-size:15px;
	}
	.cont-r ul li{
	padding-left:22px;
	}
	.page-title{
	margin:55px 0 36px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin:0 43px 15px 0 !important;
	}
	.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
	font-size:14px !important;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right:0px !important;
	}
	.widget-header form#searchform { float: none; margin: 10px auto 0;}
	#header .ad-728 { margin-top: 5% }
	.education-item h4{
	font-size:13px;
	line-height:19px;
	}
	.education-item p{
	font-size:13px;
	}
	.education-page-inn .one_third{
	min-height:inherit;
	}
	.education-item h4{
	min-height:70px;
	}
	.education-tabs-top ul li a{
	font-size:15px;
	}
	.education-page-inn{
	padding-top:35px;
	}
	.bbp-body ul li.bbp-forum-freshness a, .bbp-body ul li.bbp-forum-freshness p{
	font-size:13px;
	}
	.bbp-body ul li.bbp-forum-freshness p.bbp-topic-meta{
	background-position:21% 3px;
	}
	.bbp-body ul li.bbp-forum-info p{
	width:27%;
	}
	.bbp-body ul li.bbp-forum-info p.bbp-topic-date{
	width:45%;
	}
	.forum-archive .article{
	margin-top:47px;
	}
}
@media only screen and (min-width:866px) and (max-width: 1179px) {

#navigation .menu li a{
font-size:12px;
}
.secondary-navigation a{
padding:45px 19px 44px;
}
#mega-menu-wrap-secondary-menu-2 #mega-menu-secondary-menu-2 > li.mega-menu-item > a{
padding:35px 20px!important;
}
.top-social{
width:21%;
padding-top:15px;
}
.logo-wrap{
width:18%;
}
.home_slider_bottom{
/*margin-top:460px;*/
}
#page, .container{
   max-width: 96%;
}
.home-top_r .textwidget li.last{
width:46%;
}
.home-top_r .textwidget li{
width:53%;
}
.home-top_r{
width:44%;
}
.home-top_l{
padding-right:40px;
width:52%;
}
.home-top_l h5{
font-size:18px;
line-height:25px;
}
.home-top_l p{
font-size:14px;
}
.home_slider_bot{
padding:60px 0 55px;
}
.latest-curriculum-widget{
padding:58px 35px 30px;
}
.latest-curriculum-widget .one_third {
    margin-right: 5%;
    width: 30%;
}
.latest-curriculum-widget ul h2{
font-size:30px;
line-height:30px;
}
.latest-curriculum-widget ul h3{
font-size:13px;
}
.home-bottom-right{
width:53%;
}
.home-bottom-left{
width:43%;
}
.home_bot h3{
font-size:25px;
line-height:25px;
}
.home-bottom-right h3{
width:86%;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
width:100px !important;
margin-right:10px !important;
}
.home-bottom-right li a{
font-size:12px;
line-height:17px;
}
.home-bottom-right li p{
font-size:12px;
line-height:18px;
}
.home_bot{
padding:65px 0 46px;
}
.f-widget-4{
width:10%;
}
.f-widget-3{
width:17%;
}
.f-widget-2{
width:18%;
margin-left:30px;
}
.f-widget-1{
width:26%;
padding-right:30px;
}
.f-widget-5{
width:25%;
padding-left:30px;
}
.article{
margin-right: 13px;
    width: 61%;
}
.sidebar.c-4-12{
  max-width: 310px;
    min-width: 310px;
	padding-top:113px;
}
.post-top .post-title{
width:75%;
}
.post-data .post-title a, #comments-tab-content a{
font-size:29px;
}
.featured-section-title{
margin:50px 0 20px;
}
.post_gal li{
width:47%;
margin-right:15px;
}
#latest-posts > ul > li{
margin-bottom:30px;
padding-bottom:35px;
}
.featr-img{
width:100%;
}
.cont-l{
width:63%;
margin-bottom:35px;
}
.cont-r{
width:34%;
}
.cont-r span{
font-size:15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
margin:0 49px 30px 0 !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
margin-right:0px !important;
}
.page-title{
margin:50px 0 36px;
}
.education-item h4{
font-size:15px;
line-height:21px;
}
.education-page-inn .one_third{
min-height:inherit;
}
.education-item h4{
min-height:74px;
}
.bbp-body ul li.bbp-forum-freshness p.bbp-topic-meta{
	background-position:21% 3px;
	}
	.bbp-body ul li.bbp-forum-info p{
	width:27%;
	}
	.bbp-body ul li.bbp-forum-info p.bbp-topic-date{
	width:45%;
	}


}
@media only screen and (max-width:720px) { 
	.secondary-navigation a {
	  
	}
	.f-widget, .widgets-num-4 .f-widget {
	    width: 44%;
	    margin-right: 5.75%;
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left; }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media only screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
	
	body.single-product #page .related.products ul.products li.product{
	width:49%;
	}
	
	.home_slider_bottom {
    /*margin-top: 161px;*/
	}
	
	.home_slider {
    /*margin-top: 442px !important;
    position: absolute !important;*/
}
	
}
/*dark checker small*/
@media only screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media only screen and (max-width:550px) { 
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	    float: none;
	    width: 100%;
	    margin: 0 auto !important;
	    max-width: 345px;
	}
}
@media only screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	
	}
	.sliderdate { display: none; }
	.vertical .post-img, .vertical .post-data { width: 100%; }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { width: 100% }
	#copyright-note .right {
	    margin-right: 0;
	    float: none;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	    text-align: center;
	    width: 100%;
	}
	
	.pre_header .user_menu ul li a{
	margin-right: 4px;
    padding: 0 4px 0 14px;
	}
	.lv_top_cart{
	float:left;
	}
	.pre_header .user_links{
	width:100%;
	}
	
	.home_slider {
   /* margin-top: 389px!important;
	position:absolute!important;*/
	}
	.home_slider_bottom{
	/*margin-top:190px;*/
	}
	
}
@media only screen and (max-width:423px) { 
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
	.flex-direction-nav { display: none; }
}
@media only screen and (max-width:767px) { 
.logo-wrap{
float:left;
width:100%;
text-align:center;
margin:30px 0 0;
}
#header h1, #header h2{
float:none;
}
.top-social{
float:left;
width:100%;
text-align:center;
padding:25px 0 20px;
}
.home_slider .widget_text h2{
font-size:23px;
letter-spacing:0px;
margin-bottom:20px;
}
.home_slider .widget_text{
padding:30px 0;
}
#page, .container{
max-width:96%;
}
.home-top_l {
    border-right: none;
    padding-right: 0;
    width: 100%;
}
.home_slider_bot .textwidget div{
float:none;
margin-bottom:10px;
}
.home_slider_bot .textwidget > span{
float:none;
padding-top:0px;
}
.home-top_l h5{
font-size:19px;
line-height:25px;
margin:14px 0;
}
.home-top_l, .home-top_r{
padding-top:15px;
}
.home-top_r{
float:left;
width:100%;
}
.home-top_r .textwidget > a{
float:none;
padding-top:0px;
}
.home-top_r h4{
font-size:9px;
margin-top:9px;
}
.home-top_r .textwidget img{
padding-right:8px;
}
.home-top_r .textwidget li.last{
width:47%;
}
.home_slider_bot{
padding:20px 0;
}
.latest-curriculum-widget{
padding:58px 20px 43px;
}
.latest-curriculum-widget .one_third{
margin-right:0px;
width:100%;
margin-bottom:30px;
}
.latest-curriculum-widget ul h3{
font-size:15px;
}
.home-bottom-right{
float:left;
width:100%;
margin-top:25px;
}
.home_bot h3{
font-size:30px;
line-height:32px;
margin:0 0 20px;
}
.home-bottom-right h3{
width:81%;
}
.home-bottom-right .one_half{
width:100%;
margin-right:0px;
}
.home_bot{
padding:30px 0 0;
}
.f-widget-5 {
    background: none;
    padding-left: 0;
}
.f-widget-1{
padding-right:0px;
background:none;
}
.f-widget{
padding:25px 0 10px;
}
.f-widget .widget{
float:none;
}
#copyright-note > span{
padding-bottom:20px;
}
.article{
width:100%;
margin-right:0px;
}
.post-info > span{
margin-right:15px;
}
#latest-posts > ul > li{
margin-bottom:15px;
padding-bottom:25px;
}
.post-data .post-title a, #comments-tab-content a{
font-size:22px;
}
.title.post-title, .title.post-title a{
letter-spacing:-1px;
}
.post_gal li{
margin-right:0px;
width:100%;
}
.sidebar.c-4-12 {
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
}
.post-top .post-title{
width:75%;
}
.sidebar_list ul li:last-child{
margin-bottom:0px;
}
.featured-section-title{
margin:30px 0 15px;
}
.featr-img{
width:100%;
margin:10px 0 20px;
}
.lv_sharing1 {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.lv_sharing {
    width: 100%;
}
.post-single-content{
margin-bottom: 0;
    padding-bottom: 20px;
}
.cont-r{
width:100%;
}
.cont-l{
float:left;
width:100%;
margin-bottom:25px;
}
.f-right {
    float: left;
    margin-top: 17px;
    width: 100%;
}
.f-left {
    width: 100%;
}
.cont-l textarea{
height:80px;
}
.page-title{
margin:30px 0 20px;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    margin-right: 0 !important;
    width: 100% !important;
}
hr{
margin:15px 0 30px;
}
.ss-full-width h6{
font-size:24px;
line-height:24px;
}
.view{
padding-top:5px;
}
.education-tabs-top ul li {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
}
.education-page-inn .one_third {
    margin-bottom: 0;
    margin-right: 0;
    min-height: inherit;
    width: 100%;
}
.education-page-inn .one_third.last{
float:left;
}
.education-page-inn {
    padding-top: 25px;
}
.forum-archive .article{
margin-top:20px;
}
li.bbp-forum-info, li.bbp-topic-title{
width:27%;
}
li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count{
width:20%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness, #bbpress-forums li.bbp-body li.bbp-forum-freshness, #bbpress-forums li.bbp-header li.bbp-topic-freshness, #bbpress-forums li.bbp-body li.bbp-topic-freshness{
width:30%;
}
#bbpress-forums ul.forum-titles li{
font-size:14px;
}
.bbp-body ul li.bbp-forum-info a{
font-size:12px;
}
.bbp-body ul li.bbp-forum-info p{
width:100%;
}
.bbp-body ul li.bbp-forum-info p.bbp-topic-date{
width:100%;
}
.bbp-body ul li.bbp-forum-info p.bbp-topic-date a{
font-size:11px;
}
.bbp-body ul li.bbp-forum-freshness p.bbp-topic-meta{
background:none;
}
#bbpress-forums{
margin:15px 0;
}

#navigation .mega-menu-horizontal .mega-menu-item ul.mega-sub-menu{
display:block!important;
}
#mega-menu-wrap-secondary-menu-2 #mega-menu-secondary-menu-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li{
width:100%!important;
}
#mega-menu-wrap-secondary-menu-2 #mega-menu-secondary-menu-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li a{
display:block;
border:0 none!important;
}

  .lv_top_search{
  width:185px;
  }
  .lv_top_search input[type="text"]{
  width:176px!important;
  }
  .latest-curriculum-widget ul h3,.cur_r,.home-bottom-left{
  float:none;
  width:100%;
  }
  
.f-widget.f-widget-2,
.f-widget.f-widget-4{
float:none;
width:70%;
}
.f-widget.f-widget-3,
.f-widget.f-widget-5{
float:none;
width:70%;
}

#mega-menu-wrap-secondary-menu-2 #mega-menu-secondary-menu-2 > li.mega-menu-item > a{
height:45px;
line-height:26px!important;
}
#mega-menu-wrap-secondary-menu-2 .mega-menu-toggle + label{
display:none;
}



}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-secondary-menu-2 .mega-menu-toggle ~ #mega-menu-secondary-menu-2 {
    display: block !important;
  }

 
}

@media only screen and (max-width:782px) { 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
margin:0 17px 15px 0 !important;
float:left!important;
clear:none!important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
height:44px;
overflow:hidden;
}
.latest-curriculum-widget ul h3{
min-height:38px;
}
.latest-curriculum-widget ul h3,.cur_r,.home-bottom-left, .home-bottom-right{
width:100%;
float:none;
}
#woocommerce_products-2 .product_list_widget .product_img img{
float: none !important;
    width: 100% !important;
}
#mega-menu-wrap-secondary-menu-2 #mega-menu-secondary-menu-2 > li.mega-menu-item > a{
height:45px;
line-height:26px!important;
padding: 15px!important;

}

}

@media only screen and (min-width:768px) and (max-width: 1179px) { 
.main-container, .container { max-width: 96% }
.home-top-content-l{
   padding: 26px 15px 36px;
    width: 38%;
}
.home-top-content-r{
width:60%;
}
.page-template-template_home-new-php .home-top-content-r .woocommerce ul.product_list_widget li .product_img img{
height:434px !important;
    width: 440px !important;
    margin-right: 0 !important;
	float:none;
}
.ss-full-width .home-top-content-inner .home-top-content-l h4{
font-size:46px;
line-height:48px;
}
.home-bottom-content-r{
  padding: 26px 0 30px;
    width: 38%;
}
.home-bottom-content-l{
width:60%;
}
.page-template-template_home-new-php .home-bottom-content-l .woocommerce ul.product_list_widget li{
margin-left:11px !important;
}
.page-template-template_home-new-php .home-bottom-content-l .woocommerce ul.product_list_widget li:nth-of-type(2n+1){
margin-left:0 !important;
}
.home-bottom-content-r a{
padding:13px 0;
}
.home-bottom-content-r h4{
  font-size: 36px;
    line-height: 38px;
    margin: 0 0 11px;
    padding-right: 30px;
}
.home-bottom-content-r h5{
 font-size: 20px;
    line-height: 20px;
    margin: 0 0 13px;
    padding-right: 30px;
}
.page-template-template_home-new-php .home-bottom-content-l .woocommerce ul.product_list_widget li .product_img img {
    margin-left: 0;
    min-height: 260px;
    width: 214px !important;
    margin-right: 0 !important;
}
.product_list_widget li .product_img .details{
width:200px;
text-align:center;
}
.product_list_widget li h3{
font-size:16px;
line-height:20px;
}
.product_list_widget li .product_img .product-widget-overlay-price-details{
font-size:24px;
line-height:26px;
}
.home-bottom-content-full {
    padding: 20px 0 40px;
}
.f-widget-5 {
    margin-top: 28px;
	float:right;
	width:auto;
	padding-left:0;
}
.f-widget-4{
margin-left: 6px;
    padding-left: 17px;
    width: 20%;
}
.f-widget-3 {
    padding-left: 15px;
    width: 23%;
}
.f-widget-2 {
    margin-left: 15px;
	padding-right: 15px;
    width: 24%;
}
.f-widget-1 {
    padding-right: 6px;
    width: 11%;
}
.f-widget-4 li {
    margin-bottom: 9px;
    padding-left: 18px;
}
.footer-widgets {
    padding: 16px 0 15px;
}
.f-widget {
    padding-bottom: 5px;
    padding-top: 16px;
}
.main-container-wrap nav ul{
display:block;
}
.secondary-navigation #navigation ul li a{
padding:26px 8px 28px;
}
.secondary-navigation{
margin-right:13px;
}
.header-login-right{
width:24%;
}
.lv_top_search{
width:20%;
}
.lv_top_cart{
padding-left:2px;
min-width:inherit;
}
.header-login-right .user_links{
width:64px;
}
.header-login-right .user_links .user-links-login a{
font-size:10px;
padding:5px 13px;
background-position:3px center;
}
#cart_link .cart-contents{
font-size:10px;
padding:5px 5px 5px 22px;
}
#woocommerce_product_search-2 input[type="submit"]{
padding:4px 10px;
}
#woocommerce_product_search-2 .search-field{
 padding: 5px 10px;
    width: 80%;
}
#header .secondary-navigation nav ul ul li{
width:121px;
}
#header .secondary-navigation nav ul ul li.product-cat-icon8{
width:125px;
}
.latestPost .post-data-container h2.title.post-title, .latestPost .post-data-container h2.title.post-title a{
font-size:24px;
line-height:30px;
}
.post-info > span{
 font-size: 13px;
    margin-right: 7px;
    padding-left: 23px;
}
#latest-posts > ul > li {
    margin-bottom: 30px;
    padding-bottom: 35px;
}
.single-post .hentry .entry-title{
font-size:26px !important;
}
.post-single-content{
margin-bottom: 12px;
    padding-bottom: 32px;
}
#comments{
margin-bottom:32px;
}
.blgo-single-page-full{
padding:20px 0 10px;
}
.educators-top-img-content-inn h4{
font-size:40px;
line-height:44px;
}
.educators-top-img-content-inn p br{
display:none;
}
.educators-top-img-content-inn p{
font-size:16px;
line-height:24px;
}
.educators-top-img-content-inn{
right:3%;
top:32%;
width:54%;
}
.educators-main-content-inner h5{
font-size:34px;
line-height:34px;
}
.educators-main-content {
    padding: 46px 0 26px;
}
.educators-produts-full h3{
font-size:34px;
line-height:34px;
}
.educators-product.one_third {
    margin-right: 23px;
    width: 31%;
}
.educators-product-deatils .educators-product-title{
min-height:80px;
padding:15px 15px 5px;
}
.educators-product-deatils .educators-product-title h5{
font-size:16px;
line-height:20px;
}
.educators-product-deatils img{
min-height:270px;
}
.educators-bottom-content-inner h5{
font-size:26px;
line-height:26px;
margin:0 0 15px;
}
.educators-bottom-content{
top:28%;
}
.educatros-bottom-sidebar {
    padding: 5px 0 44px;
}
.woocommerce .store-page-full #content .woocommerce-result-count{
font-size:14px;
margin:14px 0 0;
}
.woocommerce h1.page-title{
  font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.woocommerce form.woocommerce-ordering {
    margin: 16px 0 0 3%;
}
.woocommerce form.woocommerce-ordering select{
width:60%;
}
.woocommerce form.woocommerce-ordering label{
font-size:14px;
margin:7px 10px 0 0;
}
.store-page-full{
padding:65px 0 35px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width:31%;
margin:0 24px 15px 0 !important;
}
.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last{
margin-right:0 !important;
}
.product_img{
  min-height: 250px;
    padding: 20px 15px;
}
.store-product-details {
    min-height: 130px;
    padding: 16px 15px;
}
.woocommerce ul.products li.product .price{
font-size:20px;
line-height:20px;
}
body.single-product #page .lv_product_top .summary.entry-summary h1.product_title{
font-size:20px;
line-height:26px;
}
body.single-product #page .lv_product_top .summary.entry-summary .price .amount{
font-size:42px;
}
.woocommerce .related.products {
    padding: 0 0 10px;
}
.educators-form-adoption-r {
    float: none;
}
.educators-form-adoption-l {
    float: none;
    margin: 0 0 5px;
}
.educators-form-top{
  margin-bottom: 30px;
    padding: 0 0 20px;
}
.educators-form-office-phone-right-l{
width:38%;
}
.educators-form-office-phone-right-r{
    margin-left: 20px;
    width: 54%;
}
.educators-form-fax-inn {
    width: 38%;
}
.educators-form-bottom {
    padding: 0 0 28px;
}
.educators-form-page-full{
padding:55px 0 45px;
}
.educators-form-width {
    width: 86%;
}
.educators-form-main-inner form .educators-form-office-phone-right-r label {
    width: 17%;
}

}

@media only screen and (max-width:767px) { 
.logo-wrap {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 22px 0 0;
}
.lv_top_search {
    float: none;
    margin: auto;
	width:246px;
	padding:8px 0 0;
}
.lv_top_search:after{
clear:both;
content:"";
display:block;
}
.header-login-right{
  float: none;
    margin: 12px auto auto;
    width: 260px;
}
.home_slider{
/*margin-top:202px !important;*/
}
.home_slider_bottom {
   /* margin-top: 150px;*/
}
.home-top-content-l{
  padding: 20px 15px 25px;
    width: 100%;
}
.home-top-content-r {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.page-template-template_home-new-php .home-top-content-r .woocommerce ul.product_list_widget li .product_img img {
    height: auto !important;
    width: 100%;
}
.product_list_widget li .product_img .product-widget-overlay-price-details{
font-size:30px;
line-height:32px;
}
.product_list_widget li h3{
font-size:16px;
line-height:22px;
}
.home-bottom-content-l {
    float: left;
    width: 100%;
}
.page-template-template_home-new-php .home-bottom-content-l .woocommerce ul.product_list_widget li {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    margin-bottom: 20px !important;
}
.page-template-template_home-new-php .home-bottom-content-l .woocommerce ul.product_list_widget li .product_img img{
min-height:inherit;
}
.home-bottom-content-r{
 padding: 25px 0 24px;
    width: 100%;
}
.home-bottom-content-r h4{
font-size:26px;
line-height:20px;
text-align:center;
padding:0;
margin:0 0 12px;
}
.home-bottom-content-r h4 br{
display:none;
}
.home-bottom-content-r h5{
font-size:20px;
text-align:center;
padding:0;
margin:0 0 15px;
line-height:20px;
}
.home-bottom-content-full {
    padding: 20px 0 25px;
}
.ss-full-width .home-top-content-inner .home-top-content-l h4{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 13px;
}
.ss-full-width .home-top-content-inner .home-top-content-l h4 br{
display:none;
}
.ss-full-width .home-top-content-inner .home-top-content-l h6{
margin:0 0 10px;
}
.f-widget.f-widget-2, .f-widget.f-widget-4 {
    float: none;
    width: 70%;
	margin:auto;
}
.f-widget {
    padding: 0;
}
.f-widget-1{
text-align:center;
}
.f-widget-2{
background:none;
}
.f-widget-4{
background:none;
padding:23px 0 10px;
}
#copyright-note > span {
    width: 100%;
	text-align:center;
	float:none;
	display:block;
}
#copyright-note .right {
    float: none;
    margin: auto;
    text-align: center;
}
.copyrights{
padding:15px 0 14px;
}
.woocommerce h1.page-title {
    border: medium none;
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
	padding:0;
}
.woocommerce .store-page-full #content .woocommerce-result-count{
float:none;
margin:0;
}
.prodcut-store-result-l{
width:100%;
}
.product-store-result-r {
    float: left;
    margin-top: 20px;
}
.woocommerce form.woocommerce-ordering {
    float: none;
    margin: 15px 0 16px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    clear: none !important;
    float: none;
    margin: 0 0 20px !important;
    width: 100%;
}
.product_img{
  min-height: inherit;
    padding: 6px 12px;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
height:inherit;
}
.store-product-details {
    min-height: inherit;
    padding: 18px 12px;
}
.woocommerce ul.products li.product h3{
font-size:18px;
line-height:26px;
}
.footer-widgets .f-widget-1 img{
width:auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width:100% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
float:left !important;
width:100%; !important;
}
body.single-product #page .lv_product_top .summary.entry-summary h1.product_title{
font-size:20px;
line-height:24px;
}
body.single-product #page .lv_product_top .summary.entry-summary .price .amount{
font-size:30px;
line-height:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
font-size:13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
padding-right:10px;
}
.woocommerce div.product .woocommerce-tabs{
padding:0;
}
body.single-product #page .related.products h2{
font-size:26px;
line-height:26px;
margin-top:0;
}
body.single-product #page .related.products ul.products li.product{
width:100%;
}
.woocommerce div.product .woocommerce-tabs .panel.entry-content #respond h3{
font-size:17px;
line-height:24px;
}
.woocommerce .related.products{
padding:0;
}
.store-page-full{
padding:36px 0 10px;
}
.educators-top-img-content-inn {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
	padding:15px 0 0 12px;
}
.educators-top-img-content-inn h4{
font-size:42px;
line-height:50px;
color:#232323;
}
.educators-top-img-content-inn p{
font-size:17px;
line-height:24px;
color:#232323;
}
.educators-top-img-content-inn p br{
display:none;
}
.educators-main-content-inner h5{
font-size:28px;
line-height:28px;
margin:0 0 6px;
}
.educators-main-content {
    padding: 26px 0 10px;
}
.educators-produts-full h3{
font-size:28px;
line-height:28px;
margin:0 0 15px;
}
.educators-product.one_third {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
}
.educators-product-deatils .educators-product-title h5{
font-size:18px;
line-height:24px;
}
.educators-product-deatils .educators-product-title{
padding:12px;
min-height:inherit;
}
.educators-bottom-content-inner h5{
font-size:22px;
line-height:28px;
margin:0 0 12px;
}
.educators-bottom-content {
    padding: 15px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.educatros-bottom-sidebar {
    padding: 5px 0 22px;
}
.educators-form-content-inner h4{
font-size:32px;
line-height:32px;
margin:0 0 10px;
}
.educators-form-page-full{
padding:32px 0;
}
.educators-form-main-inner form label{
width:100%;
margin:0 0 5px;
}
.educators-form-width {
    width: 100%;
}
.educators-form-right{
width:100%;
}
.educators-form-adoption-l {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}
.educators-form-adoption-r {
    float: left;
}
.educators-form-office-phone-right-l{
width:100%;
}
.educators-form-office-phone-right-r {
    float: left;
    margin: 18px 0 0;
    width: 100%;
}
.educators-form-main-inner form .educators-form-office-phone-right-r label{
width:100%;
}
.educators-form-office-phone-ext{
width:100%;
}
.educators-form-fax-inn{
width:100%;
}
.educators-form-top{
    margin-bottom: 20px;
    padding: 0 0 6px;
}
.educators-form-course-term-right-l{
width:18%;
}
.educators-form-course-term-right-m{
width:25%;
}
.educators-form-bottom {
    padding: 0 0 8px;
}
.latestPost .post-data-container h2.title.post-title, .latestPost .post-data-container h2.title.post-title a{
font-size:22px;
line-height:26px;
}
.post-info > span {
    margin-right: 7px;
	font-size:13px;
}
.educators-form-main-inner h5{
font-size:18px;
margin:0 0 15px;
}
.educators-form-main-inner h5 br{
direction:none;
}
.educators-form-content {
    padding: 0 0 6px;
}
.single-post .hentry .entry-title{
font-size:22px !important;
line-height:26px;
}
.single-post h1.title.single-title.entry-title{
margin:0 0 16px;
}
.blgo-single-page-full{
padding:8px 0 0;
}
#comments{
  margin-bottom: 26px;
    padding: 20px 0 0;
}
.mobile-menu-full{
display:block;
background:#444444;
padding:7px 0 0;
}
.secondary-navigation.main-menu-full{
display:none;
}
.secondary-navigation{
background:none !important;
float:none;
margin:0;
}
.mobile-menu-full .home-mobile-menu{
 left: 12px;
    position: absolute;
    top: 13px;
    z-index: 9999;
}
.mobile-menu-full .home-mobile-menu a{
background:url(../images/home-menu-mobile-icon.png) no-repeat;
display: block;
    height: 20px;
    text-indent: -9999px;
    width: 22px;
}
.mobile-menu-full .mobile-menu-inner .secondary-navigation #navigation .show_mobile{
padding:0 0 8px;
}
.mobile-menu-full .mobile-menu-inner .secondary-navigation #navigation .show_mobile a{
background:url(../images/mobile-menu-icon.png) no-repeat center center;
  display: block;
    float: right;
    text-indent: -99999px;
    width: 38px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 3px;
}
#navigation ul li{
width:100%;
}
.secondary-navigation #navigation ul li a{
width:100%;
color:#fff;
padding:10px 12px;
}
.woocommerce table.shop_table td{
padding:5px 0 !important;
}
.woocommerce table.shop_table th{
padding:6px 5px !important;
}
.secondary-navigation #navigation ul li a:hover, .secondary-navigation #navigation ul li.current-menu-item a {
    background: none;
    color: #fff;
}
#header nav .menu-item-has-children > a:after, #header nav .page_item_has_children > a:after{
display:none;
}
#header .secondary-navigation nav ul ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 100%;
}
#navigation ul ul{
display:block !important;
position:relative !important;
}
#header .secondary-navigation nav ul ul li a{
padding:10px 56px;
text-align:left;
background:none !important;
border:none;
font-size:13px;
}
.secondary-navigation ul#menu-main-menu{
background:#444444;
position:absolute;
z-index:99999;
}
.secondary-navigation #navigation ul li{
border-bottom:1px dotted #fff;
}
.secondary-navigation #navigation ul li:last-child{
border:none;
}
#header .secondary-navigation nav ul li.current-menu-item ul li a:hover, #header .secondary-navigation nav ul ul li a:hover, #header .secondary-navigation nav ul ul li.current-menu-item a{
background:none !important;
color:#fff;
}
#cboxContent{
width:305px !important;
}
#cboxContent #cboxLoadedContent{
width:305px !important;
}
#cboxContent #cboxLoadedContent .wp_popup_default_theme .sub_content{
width:290px !important;
}
.home .home_slider {
    margin-top: 0 !important;
    position: absolute;
    top: 255px;
    width: 100%;
    z-index: 9999;
}
.home .home_page_top_wrap{
margin-top:418px;
}
}

