/*
Theme Name: Smartschool
Theme URI: https://themeforest.net/item/smartschool-education-wordpress-theme/17720789
Author: enndrit
Author URI: http://themeforest.net/user/enndrit
Description: Smartschool is a nice and clean WordPress Theme made for Educational Institutions and Colleges.
Version: 1.1.0
License: GNU General Public License
License URI: license.txt
Tags: right-sidebar, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments
Text Domain: smartschool
*/


/* Reset Styles */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 2;
}


/* Global Styles */

body {
  font: 14px/26px 'Open Sans', sans-serif;
  color: #777;
  background: #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #384042;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
a:link,
a:visited {
  color: #92c03d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
}
a:hover {
  color: #a2a6a7;
}
a:focus {
  outline: 0;
}
p,
.smartschool_widget-courses ul li {
  margin-bottom: 30px;
}
iframe {
  vertical-align: top;
}
input,
textarea,
select {
  font: 14px 'Open Sans', sans-serif;
  color: #333;
  border: 0;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
input[type="submit"],
.services-list:hover,
.teacher-avatar .teacher-social-icons {
  -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
          transform: rotate(0);
  -moz-backface-visibility: hidden;
}
ul li {
  list-style: disc inside;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
ol li {
  list-style: decimal inside;
  margin-left: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
input[type='text'],
input[type='submit'],
input[type='password'],
input[type='email'],
textarea {
  -webkit-appearance: none;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.last {
  margin-right: 0 !important;
}
::selection {
  background: #72798a;
  color: #FFF;
}
::-moz-selection {
  background: #72798a;
  color: #FFF;
}
::-moz-placeholder {
  color: #000;  
}
::-webkit-input-placeholder {  
  color: #555;  
}
.widget ::-moz-placeholder {
  color: #979a9e;  
}
.widget ::-webkit-input-placeholder {
  color: #979a9e;  
}
#searchform ::-moz-placeholder {
  color: #979a9e;  
}
#searchform ::-webkit-input-placeholder {
  color: #979a9e;  
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('img/status.gif') no-repeat center;
  margin: -100px 0 0 -100px;
}
.theme-menu ul li,
.social-icons li,
.widget ul li,
.testimonial-flexslider ul li,
.blog-post ul li,
.teachers-post ul li,
.page-numbers li,
.tab-menu li,
.blog-flexslider ul li,
.comment-list li,
.cat-list li,
.course-info ul li,
.aq-block li.widget,
.gallery-terms ul li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}
.inside {
  width: 1170px;
  margin: 0 auto;
}
.password-protect-thumb {
  background: #000;
  color: #FFF;
  font-size: 11px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 46px 0;
  letter-spacing: 1px;
}
.no-pass-large {
  padding: 111px 0;
}
header.sticky-header-animate {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
header.sticky-header-animate .header-info,
.select-menu {
  display: none;
}
header.sticky-header-animate .header-logo-menu {
  padding: 30px 0;
  border-bottom: 1px solid #CCC;
}
.admin-bar header.sticky-header-animate {
  top: 32px;
}


/* Search Modal */

.search-icon {
  float: right;
  margin-left: 40px;
}
.search-icon a {
  color: #333;
}
#search-modal {
  width: 50%;
  margin: 0 auto;
}
#search-modal input[type='text'] {
  font-size: 30px;
  background: none;
  color: #FFF;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}


/* Theme Columns */

.post-col-1 {
  width: 100%;
}
.post-col-2 {
  width: 570px;
}
.post-col-3,
.sidebar {
  width: 370px;
}
.post-col-4 {
  width: 270px;
}
.post-col-6 {
  width: 170px;
}
.post-col-2,
.post-col-3,
.post-col-4,
.post-col-6 {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.post-col-with-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.left-container {
  width: 770px;
  float: left;
}
.sidebar,
.left-container.right {
  float: right;
}
.sidebar.left {
  float: left;
}
.left-container ol,
.left-container ul,
.left-container table,
.left-container dl,
.left-container address {
  margin-bottom: 30px;
}
.left-container table {
  width: 100%;
}
.left-container table thead th {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.left-container table tbody th a {
  color: #e4a300;
}
.left-container table thead th,
.left-container table tbody th,
.left-container table tbody td {
  border: 1px solid #CCC;
  padding: 10px 20px;
  text-align: left;
}
dt {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
dd {
  margin-left: 20px;
  margin-bottom: 10px;
}
blockquote { 
  background: #F8F8F8; 
  padding: 30px 30px 0 30px; 
  border: 1px solid #E9E9E9; 
  font: italic 18px/28px 'georgia', sans-serif; 
  margin-bottom: 30px; 
  color: #999;
}


/* Headers */

.logo {
  float: left;
  width: 300px;
}
nav {
  float: right;
}
.theme-menu ul li {
  float: left;
  margin-left: 40px;
}
.theme-menu ul li a {
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.theme-menu ul li.current-menu-item a,
.theme-menu ul li.current-menu-parent a,
.theme-menu ul li.current-menu-ancestor a,
.theme-menu ul li.current_page_item a,
.theme-menu ul li a:hover,
.blog-desc h4 a:hover,
.teacher-info h4 a:hover,
.teacher-social-icons a:hover,
.teachers-post-2 .teacher-social-icons a:hover,
.courses-info h4 a:hover,
.sidebar .widget a:hover,
.blog-list-desc h4 a:hover,
.blog-info span a:hover,
.course-layout a:hover,
.course-layout a.layout-active,
.teacher-sidebar-desc a:hover,
.search-icon a:hover,
.gallery-info h4 a:hover {
  color: #93c01f;
}
.header-logo-menu {
  background: #FFF;
  padding: 50px 0;
}
.header-info {
  background-color: #80A01C;
  background-image: url('img/header-pattern2.png');
  background-repeat: repeat-x;
  padding: 20px 0;
}
.site-desc-social {
  float: left;
  width: 60%;
  font-size: 13px;
}
.site-desc {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  color: #FFF;
}
.social-icons,
.logo h1 {
  margin-bottom: 0;
}
.social-icons li {
  float: left;
  margin-right: 15px;
}
.social-icons li a,
.contact-info a {
  color: #FFF;
}
.social-icons li a:hover,
.contact-info a:hover {
  color: #e4a300;
  text-decoration: none;
}
.contact-info {
  float: right;
  color: #FFF;
  font-size: 13px;
}
.contact-info span {
  margin-left: 20px;
}
.contact-info span i {
  margin-right: 10px;
}
.section-head {
  text-align: center;
}
.section-head h2 {
  font-size: 22px;
}
.section-head label,
.page-template-content-courses-php .courses-post,
.teachers-course .courses-post {
  display: block;
  margin-bottom: 70px;
}
.section-two-cols,
.single-news-post .blog-list-desc {
  text-align: left;
}
.section-two-cols label,
.sidebar .widget,
.comments h5,
.course-info,
.teacher-sidebar,
.gallery-post {
  margin-bottom: 40px;
}
.page-title-breadcrumbs {
  background-image: url('img/page-header-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 0;
  text-align: center;
}
.page-title-breadcrumbs h2 {
  color: #FFF;
  font-size: 40px;
  margin-bottom: 30px;
}
.page-title-breadcrumbs h5 {
  font-size: 14px;
  color: #FFF;
}


/* Breadcrumbs */

.breadcrumbs {
  position: relative;
  bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 40px;
  background: #258079;
  background: rgba(37, 128, 121, 0.4);
  color: #e4a300;
  padding: 8px 20px;
  letter-spacing: 1px;
  display: inline-table;
}
.breadcrumbs a {
  color: #FFF;
}
.breadcrumbs a:hover,
.comment-details label a:hover,
a.comment-reply-link:hover {
  color: #e4a300;
}
.breadcrumbs i {
  margin-right: 6px;
  margin-left: 3px;
  color: #FFF;
}


/* Page Not Found */

.page-not-found {
  padding: 150px 0;
}
.page-not-found i {
  float: left;
  width: 40%;
  font-size: 25em;
  color: #000111;
  text-align: center;
  margin-top: -30px;
}
.page-not-found-desc {
  float: right;
  width: 55%;
  margin-top: 30px;
}
.page-not-found-desc h3 {
  font-size: 18px;
  line-height: 28px;
}


/* Services */

.services-block {
  margin: 60px 0;
}
.services-list {
  float: left;
  width: 388px;
  text-align: center;
  padding: 50px 0;
  border: 1px solid #ededed;
  border-right: 0;
}
.services-list.last {
  border-right: 1px solid #ededed;
}
.services-list:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.services-list a {
  color: #545e73;
}
.services-icon {
  margin-bottom: 30px;
  display: block;
}
.services-desc,
.services-list-three-cols-bg p,
.contact-value {
  width: 70%;
  margin: 0 auto;
}
.services-desc h5,
.services-list-three-cols-bg h5 {
  font-size: 16px;
}
a.more:hover {
  color: #48947a;
}
.contact-form {
  margin-bottom: 90px;
}
.services-list-four-cols .services-icon {
  background: #45c4ba;
  padding: 70px 0;
  text-align: center;
  color: #FFF;
}
.services-list-four-cols .services-green {
  background: #89d19b;
}
.services-list-four-cols .services-orange {
  background: #f7c252;
}
.services-list-four-cols .services-pink {
  background: #dc7c89;
}
.services-list-four-cols .services-desc,
.services-list-three-cols .services-desc {
  width: 100%;
}
.services2-block,
.services3-block {
  padding: 70px 0;
}
.services3-block {
  background: #f6f6f6;
}
.services-name-icon {
  margin-bottom: 20px;
}
.services-name-icon .services-icon,
.services-name-icon h5 {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.services-name-icon h5 {
  font-size: 16px;
  color: #333;
  margin-top: 25px;
}
.services4-block {
  background-image: url('img/services-bg.jpg');
  color: #ccd2d8;
}
.services-list-three-cols-bg .services-icon {
  color: #e4a300;
  margin-bottom: 40px;
}


/* Testimonials */

.testimonial-block,
.blog-block,
.partners-block,
.welcome-block,
.text-box-block,
.theme-pages {
  margin: 70px 0;
}
.testimonial-flexslider ul li img {
  width: 60px;
  height: 60px;
  border: 2px solid #e4a300;
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.testimonial-flexslider ul li p {
  background: #FFF;
  padding: 30px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 300;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.testi-info {
  margin-top: 14px;
  float: left;
}
.testi-info h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 16px;
}
.testi-info h5 {
  font-size: 11px;
  color: #777;
}
.testi-icon {
  position: absolute;
  top: -10px;
  right: 10px;
  color: #CCC;
}


/* Blog */

.blog-post ul li {
  margin-bottom: 30px;
}
.blog-image {
  width: 175px;
  float: left;
  margin-right: 30px;
  position: relative;
}
.blog-desc h4 {
  margin-bottom: 10px;
}
.blog-desc h4 a,
.teacher-info h4 a {
  font-size: 16px;
  color: #333;
}
.blog-desc label {
  color: #a8a8a8;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-desc label i {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.blog-desc label span {
  color: #e4a300;
}
.blog-list-desc {
  text-align: center;
}
.blog-list-desc h4 {
  border-bottom: 1px solid #EEE;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-list-desc h4 a {
  color: #333;
  font-size: 18px;
}
.blog-list-desc span {
  margin-right: 30px;
  color: #777;
  font-size: 13px;
}
.blog-list-desc span i {
  color: #00a094;
  margin-right: 10px;
}
.blog-list-desc span a {
  color: #777;
}
span.comment-count {
  margin-right: 0;
}
.news-post article,
.single-news-post .blog-list-desc {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 3px solid #EEE;
}
.blog-author {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #00a094;
}
.blog-author span {
  margin-right: 2px;
}
.blog-info {
  display: block;
  margin-bottom: 20px;
}
.blog-mask iframe {
  margin-bottom: 0 !important;
}
.blog-tags a {
  padding: 2px 14px !important;
}
.sticky-post {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 9992;
  padding: 2px 14px;
  color: #FFF;
  background: #e4a300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.single-news-post .blog-list-desc {
  border-bottom: 1px solid #EEE;
}
.comment-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEE;
}
.comment-list img.avatar,
.teacher-image,
.teacher-sidebar img.avatar {
  border: 5px solid #f1d17f;
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.comment-details {
  float: right;
  width: 83%;
}
.comment-details label,
.comment-details p {
  display: block;
  margin-bottom: 20px;
}
.comment-details label,
.comment-details label a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.comment-details span {
  color: #999;
  font-weight: normal;
  margin-left: 10px; 
}
a.comment-reply-link {
  color: #999;
}
a.comment-reply-link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
  color: #999;
}
.comment-reply-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
  border: 1px solid #EEE;
  padding: 20px 30px;
  width: 708px;
  color: #555;
}
.comment-form textarea {
  height: 150px;
}
#cancel-comment-reply-link {
  background: #f1d17f;
  color: #FFF;
  padding: 4px 14px;
  font-size: 11px; 
  text-transform: uppercase;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#cancel-comment-reply-link:hover {
  background: #e4a300;
}
.children {
  margin-left: 9.3em;
}
.children img.avatar {
  width: 60px;
  height: 60px;
}
.children li {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
}
.children .comment-form input[type='text'],
.children .comment-form input[type='email'],
.children .comment-form textarea {
  width: 578px;
}
.children .children {
  margin-left: 7.8em;
}
.children .children .children .children {
  margin-left: 5em;
}
.children .children .comment-details {
  width: 80%;
}
.children .children .children .comment-details {
  width: 100%;
  margin-top: 10px;
}
.paging-comments {
  margin: 70px 0;
}
.post-password-form input[type='password'] {
  border: 1px solid #DDD;
  color: #555;
  padding: 7px 10px 10px;
  width: 460px;
  margin-left: 20px;
}
.post-password-required .blog-image {
  margin-bottom: 1px;
}
.pingback .comment-details {
  width: 100%;
}


/* Teachers */

.teachers-block,
.teacher-details-page {
  margin: 70px 0 40px;
}
.teacher-info-social {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.teacher-info {
  float: left;
  width: 60%;
}
.teacher-info h4,
.teacher-desc,
.services-list-four-cols p,
.teachers-post-2 ul li img,
.services-list-three-cols .services-desc p {
  margin-bottom: 0;
}
.teacher-info label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.teacher-social-icons {
  float: right;
  width: 30%;
  text-align: right;
}
.teacher-social-icons a {
  margin-left: 10px;
  color: #999;
}
.teachers-post-2 .teacher-info-social {
  background: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.teachers-post-2 .teacher-info {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.teachers-post-2 .teacher-info label {
  color: #777;
}
.teacher-avatar,
.teachers-image,
.courses-image,
.video-image,
.video-block,
.blog-mask,
.gallery-image {
  position: relative;
}
.teacher-avatar .teacher-social-icons:hover,
.post-hover:hover {
  opacity: 0.6;
  cursor: pointer;
}
.teachers-post-2 .teacher-social-icons,
.post-hover {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 999;
  background: #00a094;
}
.teachers-post-2 .teacher-social-icons a {
  color: #FFF;
  position: relative;
  top: 45%;
}
.teachers-image,
.blog-mask,
.avatar-info,
.teachers-course h3 {
  margin-bottom: 30px;
}
.teacher-details-info h4 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 10px;
}
.teacher-details-info .teacher-social-icons {
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.teacher-details-info .teacher-social-icons a {
  font-size: 18px;
  margin-left: 0;
  margin-right: 10px;
}
.teacher-contact-info {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 10px 0;
}
.teacher-contact-info span {
  display: inline-block;
  color: #555;
  margin-right: 30px;
}
.teacher-contact-info span i {
  margin-right: 6px;
}
.avatar-info {
  border-bottom: 1px solid #EEE;
  padding-bottom: 70px;
  margin-bottom: 70px;
}


/* Courses */

.courses-block {
  background-image: url('img/courses-bg.jpg');
}
.courses-block h2,
.courses-block label,
.services-list-three-cols-bg h5 {
  color: #FFF;
}
.courses-post,
.courses-block .section-head,
.services4-block .inside {
  position: relative;
  z-index: 2;
}
.courses-info {
  background: #FFF;
  padding: 30px 16px;
}
.courses-info h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.courses-info h4 a {
  color: #333;
}
.course-teacher {
  border-top: 1px solid #EEE;
  padding-top: 20px;
  display: none;
}
.course-teacher span {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-top: 4px;
  display: inline-block;
}
.teacher-profile-image {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.course-category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #29abe2;
  padding: 4px 20px;
  z-index: 9999;
}
.course-category a {
  color: #FFF;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.course-hover {
  background: #000;
}
.courses-page .courses-info {
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.course-avatar {
  float: left;
  width: 70%;
}
.course-price {
  float: right;
  width: 20%;
  text-align: right;
}
span.price-free,
span.price-full {
  font-size: 14px;
}
span.price-free {
  color: #00a094;
}
span.price-full {
  color: #e4a300;
}
.course-category-list {
  background: #00a094;
  padding: 60px 0;
}
.course-layout {
  float: right;
}
.course-layout a {
  color: #FFF;
  margin-left: 20px;
}
.cat-toogles {
  width: 200px;
  position: absolute;
  z-index: 4;
  top: -6px;
}
.cat-toogles span {
  display: inline-block;
  width: 11px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.cat-toogles span:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.cat-toogles a.pfilter:link,
.cat-toogles a.pfilter:visited {
  background: none;
  color: #FFF;
  border: 1px solid #4dbdb4;
  padding: 8px 14px;
  width: 200px;
  display: inline-block;
  position: relative;
}
.cat-list {
  display: none;
  background: #00a094;
  width: 228px;
  border-right: 1px solid #4dbdb4;
  border-left: 1px solid #4dbdb4;
  border-bottom: 1px solid #4dbdb4;
}
.cat-list a:link,
.cat-list a:visited {
  color: #92c03d;
  padding: 8px 14px;
  display: block;
}
.cat-list a:hover,
.cat-list li.current-cat a {
  background: #4dbdb4;
}
.cat-list li {
  border-bottom: 1px solid #4dbdb4;
}
.cat-list li:last-child {
  border-bottom: 0;
}
.course-list .courses-list {
  width: 100%;
  margin-right: 0;
  float: none;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.course-list .courses-image {
  width: 370px;
  float: left;
}
.course-list .courses-info {
  float: right;
  width: 63.1%;
  border-left: 0;
  border-top: 1px solid #EEE;
  padding-left: 30px;
  padding-right: 30px;
}
.course-info {
  background: #f2f5f6;
}
.course-paid,
.course-free {
  background: #e4a300;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  letter-spacing: 1px;
}
.course-free {
  background: #00a094;
}
.course-info ul li {
  padding: 20px 30px;
  border-bottom: 1px solid #e2ebee;
  position: relative;
}
.course-info ul li span {
  font-weight: 600;
  color: #333;
  display: inline-block;
}
.course-info ul li label {
  position: absolute;
  right: 30px;
}
.course-button {
  padding: 40px 0;
  text-align: center;
}
a.join-now {
  border: 1px solid #e4a300;
  padding: 8px 0;
  width: 85%;
  text-align: content: '';
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  letter-spacing: 1px;
}
a.join-now:hover {
  background: #e4a300;
  color: #FFF;
}
.course-list-desc {
  padding-bottom: 40px !important;
}
.teacher-image {
  width: 90px;
  height: 90px;
}
.teacher-sidebar-desc {
  float: right;
  width: 64%;
}
.teacher-sidebar-desc a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.teacher-sidebar-desc span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.teacher-sidebar-social-icons a {
  display: inline-block;
  color: #858585;
  margin-right: 10px;
}


/* Gallery */

.gallery-hover {
  background: #e4a300;
}
.gallery-info {
  background: #f1f1f1;
  padding: 14px 20px;
}
.gallery-info h4 {
  color: #333;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 4px;
}
.gallery-info h4 a {
  color: #333;
}
.gallery-category a {
  color: #777;
}
.gallery-category a:hover {
  color: #00a094;
}
.gallery-terms {
  text-align: center;
  margin-bottom: 60px;
}
.gallery-terms ul {
  display: inline-table;
}
.gallery-terms ul li {
  float: left;
  margin-right: 10px;
}
.gallery-terms ul li a {
  background: #f1f1f1;
  padding: 10px 30px;
  color: #333;
  display: inline-block;
}
.gallery-terms ul li a:hover,
.gallery-terms ul li.current-cat a {
  background: #00a094;
  color: #FFF;
}
.gallery-info-desc {
  width: 65%;
  float: left;
}
.gallery-likes {
  width: 25%;
  float: right;
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}
.gallery-page {
  background: #FFF;
  padding: 1px;
  width: 50%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.gallery-list-desc {
  padding: 30px;
}
.gallery-page .mfp-close {
  background-color: #FFF !important;
}


/* Contact */

#contact-map {
  height: 550px;
}
.contact-details {
  position: relative;
  top: -110px;
}
.contact-details .inside {
  background: #00a094;
  padding: 30px;
  color: #FFF;
}
.contact-list {
  float: left;
  width: 388px;
  text-align: center;
  border-right: 1px solid #16b1a5;
}
.contact-list.emailadd,
.contact-list:last-child {
  border-right: 0;
}
.contact-list:last-child {
  border-left: 1px solid #16b1a5;
}
.contact-list label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.contact-icon {
  display: block;
  margin-bottom: 20px;
}
.contact-icon i {
  padding: 17px 10px;
  border: 2px solid #FFF;
  width: 28px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.contact-value {
  font-size: 13px;
  color: #d4eeec;
}
.contact-form .inside {
  width: 580px;
}
.contact-form h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 70px;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  border: 1px solid #DDD;
  padding: 20px 30px;
  width: 518px;
  color: #555;
}
.contact-form input[type='submit'],
.comment-form input[type='submit'],
.post-password-form input[type='submit'] {
  cursor: pointer;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background: #FF0000;
  color: #FFF;
  border: 0;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 8px 16px;
}
span.wpcf7-not-valid-tip,
.tax-smartschool_courses_category .course-category,
button.mfp-close,
#search-modal input[type='submit'],
#search-modal button.mfp-close {
  display: none;
}
.wpcf7-not-valid {
  border: 1px solid #FF0000 !important;
}
div.wpcf7-mail-sent-ok {
  background: #00a094;
}


/* Welcome and Separator */

.separator-block .inside {
  border-bottom: 1px solid #EEE;
  line-height: 0;
}
.welcome-desc {
  width: 59%;
  float: left;
  margin-top: 40px;
} 
.welcome-desc h2 {
  font-size: 22px;
}
.welcome-image {
  width: 41%;
  float: right;
  text-align: right;
}
a.welcome-button,
.contact-form input[type='submit'],
.comment-form input[type='submit'],
.post-password-form input[type='submit'] {
  background: #93c01f;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 10px 40px;
  color: #FFF;
  letter-spacing: 1px;
}
a.welcome-button:hover,
.contact-form input[type='submit']:hover,
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover {
  background: #5d8200;
}
  

/* Video */

.play-icon {
  position: absolute;
  top: 35%;
  color: #FFF;
  z-index: 999;
  text-align: center;
  width: 100%;
}
.play-icon label {
  display: block;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  letter-spacing: 1px;
}
a.video-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 9999;
}


/* Text */

.text-block {
  padding: 40px 0;
}
.text-block h2,
.text-box-block h2 {
  font-size: 22px;
  margin-bottom: 40px;
}
.text-box-block,
.services-list-three-cols-bg {
  text-align: center;
}
.text-box-block p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.text-block h4.toggle {
  background: #FFF;
}
.text-block .toggle_container {
  background: #f7f7f7;
}


/* Callouts */

.callout-block {
  background: #29abe2;
  padding: 50px 0;
}
.callout-desc { 
  float: left;
  width: 60%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #FFF;
}
.callout-button {
  float: right;
  width: 20%;
  text-align: right;
}
.callout-button a {
  border: 1px solid #FFF;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
}
.callout-button a:hover {
  background: #FFF;
  color: #00a094;
}


/* Counter */

.counter-block {
  background-image: url('img/count-bg.jpg');
}
.counter-block .inside {
  position: relative;
  z-index: 2;
}
.counter {
  text-align: center;
}
.counter i {
  margin-bottom: 30px;
  color: #FFF;
}
.js-counter {
  font-size: 34px;
  color: #00a094;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}
.counter label {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
}
.overlay {
  background: #151a1f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.attachment-media {
  margin-bottom: 30px;
}


/* Footers */

footer {
  background: #161e24;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}
.footer-main {
  background: #151a1f;
  color: #FFF;
  padding: 6em 0;
}
.footer-widgets {
  border-top: 1px solid #23272c;
  padding-top: 6em;
  color: #979a9e;
}
.footer-logo {
  margin-bottom: 50px;
  text-align: center;
}
.footer-logo img {
  margin-bottom: 15px;
}
.footer-logo label {
  display: block;
  color: #b6b6b6;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-social-icons {
  text-align: center;
}
.footer-social-icons ul {
  display: inline-table;
}
.footer-social-icons ul li {
  margin-right: 10px;
}
.footer-social-icons ul li a {
  background: #FFF;
  padding: 3px 6px;
  color: #616161;
  width: 20px;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.footer-social-icons ul li a:hover {
  background: #29abe2;
  color: #FFF;
}
.footer-social-icons ul li:last-child {
  margin-right: 0;
}


/* Widgets */

.widget {
  margin-bottom: 30px;
}
.widget h5 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 30px;
}
.widget ul li a {
  color: #979a9e;
}
.widget ul li a:hover {
  color: #FFF;
}
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_meta ul li a:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
}
.smartschool_widget-contact-info ul li {
  margin-bottom: 6px;
}
.smartschool_widget-contact-info ul li label {
  float: right;
  width: 88%;
}
.smartschool_widget-contact-info ul li i {
  float: left;
  width: 20px;
  margin-right: 10px;
  margin-top: 6px;
}
.widget_mc4wp_form_widget input[type='email'],
.widget_search input[type='text'] {
  background: #161e24;
  border: 1px solid #272c31;
  color: #979a9e;
  font-size: 12px;
}
.widget_mc4wp_form_widget input[type='submit'],
.widget_search input[type='submit'] {
  cursor: pointer;
  color: #FFF;
  background: #e4a300;
  font-size: 12px;
}
.widget_mc4wp_form_widget input[type='submit']:hover,
.widget_search input[type='submit']:hover {
  background: #ffb600;
}
.widget_mc4wp_form_widget input[type='email'] {
  width: 170px;
}
.widget_search input[type='text'] {
  width: 173px;
}
#wp-calendar,
.sidebar .recentcomments {
  width: 100%;
}
#wp-calendar caption {
  background: #161e24;
  padding: 8px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #272c31;
  border-right: 1px solid #272c31;
  border-left: 1px solid #272c31;
}
#wp-calendar tbody tr td,
#wp-calendar thead tr th {
  text-align: center;
  border: 1px solid #272c31;
}
#today {
  background: #e4a300;
  color: #000;
}
#today a {
  color: #FFF;
  font-weight: 600;
}
.smartschool_widget-get-in-touch ul li {
  float: left;
  margin-right: 15px;
}
.smartschool_widget-get-in-touch ul li a {
  font-size: 20px;
}
.sidebar .widget h5 {
  color: #333;
  margin-bottom: 20px;
}
.sidebar .widget_categories ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_nav_menu ul li {
  border-bottom: 1px solid #EEE;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_nav_menu ul li a {
  color: #555;
  padding: 10px 0;
  display: inline-block;
}
.sidebar .widget_categories ul li a:before,
.sidebar .widget_meta ul li a:before,
.sidebar .widget_pages ul li a:before,
.sidebar .widget_recent_comments ul li:before,
.sidebar .widget_recent_entries ul li:before,
.sidebar .widget_archive ul li a:before,
.sidebar .widget_nav_menu ul li a:before {
  color: #e8af22;
  content: "\f105";
}
.sidebar .tagcloud a,
.blog-tags a {
  display: inline-block;
  background: #00a094;
  color: #FFF;
  font-size: 13px !important;
  padding: 6px 20px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.sidebar .tagcloud a:hover,
.blog-tags a:hover {
  background: #333;
  color: #FFF;
}
.sidebar .widget_search input[type='text'],
.sidebar .widget_mc4wp_form_widget input[type='email'] {
  background: #FFF;
  color: #555;
  border: 1px solid #EEE;
  font-size: 14px;
  width: 225px;
  padding: 15px 20px;
}
.sidebar .widget_search input[type='submit'],
.sidebar .widget_mc4wp_form_widget input[type='submit'] {
  padding: 15px 24px;
  font-size: 14px;
}
.sidebar .widget_mc4wp_form_widget input[type='email'] {
  width: 220px;
}
.sidebar #wp-calendar caption {
  background: #EEE;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.sidebar #wp-calendar tbody tr td, 
.sidebar #wp-calendar thead tr th {
  border: 1px solid #CCC;
}
.sidebar #today {
  background: #CCC;
}
.sidebar .sub-menu {
  margin-left: 12px;
  padding-bottom: 10px;
}
.sidebar .sub-menu li {
  border-bottom: 0 !important;
}
.sidebar .sub-menu li a {
  padding: 4px 0 !important;
}
.sidebar .smartschool_widget-video iframe {
  height: 200px;
}
.sidebar .smartschool_widget-contact-info ul li label {
  width: 91%;
}
.course-widget-image {
  width: 100px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.course-widget-desc {
  float: left;
  width: 65%;
}
.course-widget-desc span {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.course-widget-desc h4 {
  margin-bottom: 10px;
}
.course-widget-desc h4 a:link,
.course-widget-desc h4 a:visited {
  color: #92c03d;
  font-size: 16px;
  font-weight: normal;
}
.smartschool_widget-gallery ul li {
  float: left;
  width: 50%;
}
.widget_media_image .wp-caption {
  background: none;
  border: 0;
  padding: 0;
}
.widget_media_image .wp-caption img {
  margin-bottom: 10px;
}


/* Pagination */

.pagination {
  text-align: center;
}
.page-numbers {
  display: inline-table;
}
.page-numbers li {
  float: left;
  margin-right: 6px;
}
.page-numbers li a,
.alignleft a:link,
.alignleft a:visited,
.alignright a:link,
.alignright a:visited {
  color: #92c03d;
  padding: 6px 15px;
  display: block;
}
.page-numbers li a:hover,
.alignleft a:hover,
.alignright a:hover,
.page-numbers li a.next:hover,
.page-numbers li a.prev:hover {
  color: #FFF;
  background: #00a094;
}
.alignleft a,
.alignright a,
.page-numbers li a.next,
.page-numbers li a.prev {
  font-size: 11px;
  color: #333;
  background-color: #EEE;
  padding: 6px 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
span.current {
  color: #FFF;
  font-size: 14px;
  padding: 6px 15px;
  display: block;
  background: #e4a300;
}
span.dots {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.tax-smartschool_courses_category .pagination {
  margin: 40px 0;
}


/* WordPress Default Styles */

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright,
.post-link-blog .next {
  float: right;
  margin-left: 20px;
}
.alignleft,
.post-link-blog .prev {
  float: left;
  margin-right: 20px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft,
.log-links {
  text-align: left;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background: #f3f3f3;
  padding: 4px;
  width: auto !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.gallery-caption,
.bypostauthor { } 
.resize,
.alignright,
.alignleft,
.aligncenter,
.alignnone {
  max-width: 100%;
  height: auto;
}
.gallery {
  margin-bottom: 40px !important;
}
.gallery-item {
  margin-bottom: 1px;
  margin-top: 0 !important;
  text-align: left !important;
  float: left;
}
.gallery-item img {
  border: 0 !important;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1%;
}


/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

code, samp, kbd { 
  font-family: "Courier New", Courier, monospace, sans-serif; 
  text-align: left; 
  color: #555; 
}
pre { 
  padding: 6px 15px !important; 
  border-left: 11px solid #ccc !important; 
  margin: 15px 0 !important; 
  overflow: auto; 
  line-height: 22px; 
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -o-pre-wrap; 
  word-wrap: break-word; 
  background: #ececec !important; 
  font-size: 14px;
}


/* jQuery Stylesheets */
/* Tooltip Tipsy */

.tipsy {
  padding: 5px;
  font-size: 11px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url('js/tipsy/tipsy.gif');
}
.tipsy-inner {
  padding: 0 6px;
  background-color: black;
  color: #FFF;
  max-width: 200px;
  text-align: center;
}
.tipsy-inner {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.tipsy-north {
  background-position: top center;
}
.tipsy-south {
  background-position: bottom center;
}
.tipsy-east {
  background-position: right center;
}
.tipsy-west {
  background-position: left center;
}


/* Superfish */

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu ul {
  position: absolute;
  top: 50px;
  width: 170px;
  background: #FFF;
}
.sf-menu ul li {
  width: auto;
  display: block;
}
.sf-menu li,
.course-category-list .inside,
.gallery-widget-image {
  position: relative;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 9999;
  width: 170px;
}

.sf-menu li.sfHover ul a:link,
.sf-menu li.sfHover ul a:visited {
  font-weight: normal;
  padding: 10px 20px;
  color: #92c03d;
}
.sf-menu li.sfHover ul a:hover {
  background: #93c01f;
  color: #FFF;
}
.sf-with-ul:after,
.sub-menu li a.sf-with-ul:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-with-ul:after {
  content: "\f107";
  padding-left: 10px;
}
.sub-menu li a.sf-with-ul:after {
  content: "\f105";
  position: absolute;
  right: 10px;
}

.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 100%;
  top: 0 !important;
}
.sf-menu li li ul {
  position: absolute;
  z-index: 99999;
}
.sf-menu ul li { 
  border-right: 0;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.theme-menu .sub-menu {
  -webkit-box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.1);
}

/*** Demo Skin ***/

.sf-menu a:link,
.sf-menu a:visited {
  text-decoration: none;
}
.sf-menu li li {
  margin: 0;
  width: 100%;
}
.sf-menu li li:last-child {
  border-bottom: 0;
}
.sf-menu li li:hover,
.sf-menu li li.sfHover {
  outline: 0;
}
.sf-sub-indicator {
  display: block;
}


/* Page Builder */

.aq-block-aq_column_block,
.aq-block-smartschool_column_fullwidth_block {
  background: #f7f7f7;
}
.aq-block .widget {
  margin-bottom: 0;
}