/* some fix */
.page-template-home-page:before,
.page-template-home-page:after {
  display: none !important;
}
.page-template-home-page .site {
  margin: 0;
}
.site-content {
  font-size: 14px !important;
}

.page-template-home-page .site-content {
  padding: 0 !important;
}
.page-template-home-page .site-inner {
  max-width: 100%;
}

.page-template-default:before,
.page-template-default:after {
  display: none !important;
}
.page-template-default .site {
  margin: 0;
}

.page-template-default .site-content {
  padding: 0 !important;
}
.page-template-default .site-inner {
  max-width: 100%;
}
/*  home page content  */
.home-page-content {
  position: relative;
  width: 100%;
}
.banner-hero {
  position: relative;
  width: 100%;
  padding: 40px 0 25px;
  background: #f9f9f9;
  text-align:right;
}

@media (max-width: 768px) {
  .banner-hero {
    text-align: center;
  }
}

.banner-hero a {
  padding: 6px 20px;
  border: 1px solid #288acf;
  border-radius: 3px;
  color: #288acf;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Open-sans', sans-serif;
}

.banner-hero a:hover {
  color: #fff;
  background: #288acf;
}


/*  question box  */
.question-category {
  position: relative;
  padding: 50px 0;
}
.faqsaas-question-box{
  margin:0 0 30px;
  border-radius: 3px;
}
.faqsaas-question-box h4{
  background-color: #288acf;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding:15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

}
.faqsaas-question-box h4 a{
  float: right;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;

}
.faqsaas-question-box h4 a:hover{
  text-decoration: none;
}
.faqsass-question-list{
  background-color: #f9f9f9;
  padding:20px 15px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0;
  min-height: 320px;
}
.question-list-single {
  margin: 0;
}
.faqsass-question-list ul{
  list-style: none;

}
.faqsass-question-list li{
  margin: 0 0 10px;
  position: relative;
  padding-left: 25px;
}
.faqsass-question-list li:last-child{
  margin: 0;
}
.faqsass-question-list a{
  color: #333;
  font-size: 15px;
  position: relative;


}
.faqsass-question-list a .fa{
  position: absolute;
  left: -25px;
  top: 0;
}
.faqsass-question-list a:hover{
  text-decoration: none;
  opacity: 0.7;
}
/*


/* Search bar style */
.dwqa-search {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.dwqa-search input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  padding-left: 15px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #ddd;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
}

.dwqa-search input:active,
.dwqa-search input:focus,
.dwqa-search input.active {
  border-color: #288acf;
}



/* filter style */
.dwqa-question-filter {
  position: relative;
  padding-bottom: 30px;
}

.dwqa-question-filter select {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  font-family: 'Montserrat', sans-serif;
}

.dwqa-question-filter span ,
.dwqa-question-filter a,
.dwqa-question-meta {
  font-family: 'Montserrat', sans-serif;
}

.dwqa-question-item .dwqa-status-resolved {
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 30px;
  background: #578824;
  padding: 3px 10px;

}

.dwqa-questions-footer {
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}


/*.dwqa-question-filter select:active,
.dwqa-question-filter select:focus,
.dwqa-question-filter select.active {
  border-color: #288acf;
}*/
.dashbard-content .dashboard-tab .nav-tabs {
  border-bottom: 0;
}
.dwqa-question-filter a {
  border-bottom: 2px solid transparent !important;
  margin-right: 30px;
}

.dwqa-question-filter a.active {
  color: #288acf;
  border-bottom: 2px solid #288acf !important;
}
.dwqa-question-filter a {
  border: 0;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #b4b4b4;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: none !important;
  padding-bottom: 5px;
  margin-bottom: 15px !important;
  font-amily: 'Montserrat', sans-serif;
}

.dwqa-question-filter a:hover {
  color: #288acf;
}

.dwqa-question-filter span {
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;

}


/* question list item */

.dwqa-questions-list {
  border-top: 1px solid #ddd
}

.dwqa-questions-list .dwqa-question-item {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.dwqa-question-title {
  position: relative;
  max-width: 550px;
  padding-bottom: 5px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-title a {
  box-shadow: none;
  color: #333;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
}

.dwqa-question-item .dwqa-question-meta {
  font-size: 12px;
}

.dwqa-single-question .dwqa-question-meta {
  font-size: 15px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-title a:hover {
  color: #000;
}

.dwqa-questions-list .dwqa-question-item .avatar {
  border-radius: 2px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta span {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;

}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta span a {
  color: #288acf;
  font-size: 12px;
  box-shadow: none;
  text-transform: uppercase;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta span.dwqa-status-open {
  color: #288acf !important;
  padding: 3px 10px;
  border-radius: 30px;
  background: transparent;
  padding: 3px 10px;
  border: 1px solid #288acf;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta span a:hover {
  color: #288acf;
}


.dwqa-ask-question a {
  border: 0 !important;
  box-shadow: none;
  background: #288acf;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  transition: all .3s ease;
}
.dwqa-ask-question a:hover,
.dwqa-ask-question a:focus,
.dwqa-ask-question a:active {
  background: #106bab;
  color: #fff;
}

.dwqa-views-count,
.dwqa-answers-count,
.dwqa-votes-count {
  border-radius: 2px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
  min-width: 60px;
  max-width: 70px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}


@media (max-width: 480px) {
  .dwqa-question-item .dwqa-status {
    display: inline-block;
    margin-bottom: 5px;
  }
  .dwqa-questions-list .dwqa-question-item .avatar {
    display: none;
  }

  .dwqa-question-filter select {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 15px !important;
  }

}




/* ask question form style */
.dwqa-content-edit-form input,
.dwqa-content-edit-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  padding-left: 15px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  outline: 0;
}

.dwqa-answer-form input:active,
.dwqa-answer-form input:focus,
.dwqa-answer-form input.active {
  border-color: #288acf;
}

.dwqa-answer-form .wp-editor-container, .dwqa-content-edit-form .wp-editor-container {
  border: 1px solid #ddd;
}

.dwqa-content-edit-form label {
  color: #999;
  font-size: 14px;
}


.dwqa-content-edit-form input[type="submit"] {
  border: 0 !important;
  box-shadow: none;
  background: #288acf;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  transition: all .3s ease;
  display: inline-block;
  width: auto;
  padding-left: 35px;
  text-transform: capitalize;
  font-size: 15px;
  padding-right: 30px;
}

.dwqa-content-edit-form input[type="submit"]:hover,
.dwqa-content-edit-form input[type="submit"]:focus {
  background: #106bab !important;
}



/* question single  style */

.dwqa-question {
  width: 100%;
}

.dwqa-question .entry-header .entry-title {
  margin-bottom: 30px !important;
  font-size: 24px !important;
}

.dwqa-question .entry-content {
  width: 100% !important;
}

.dwqa-question-item .dwqa-question-meta a {
  color: #333;
  box-shadow: none;
}

.dwqa-breadcrumbs a {
  box-shadow: none;
  color: #999;
  font-size: 15px;
}

.dwqa-breadcrumbs span.dwqa-current {
  font-size: 15px;
}

.dwqa-breadcrumbs a:hover {
  color: #333;
}

.single-dwqa-question .dwqa-question-item a {
  color: #333;
  box-shadow: none;
}
.single-dwqa-question .dwqa-question-item a:hover {
  color: #288acf;
}

.single-dwqa-question .dwqa-label.dwqa-staff {
  background: #106bab;
}

.single-dwqa-question .dwqa-question-item .avatar {
  border-radius: 2px;
}


.dwqa-question-content p,
.dwqa-answer-content p,
.dwqa-comment p {
  color: #333;
  font-size: 14px;
}

.dwqa-answer-meta .avatar {
  border-radius: 2px;
}

.dwqa-comment-meta .avatar {
  border-radius: 2px;
}

.dwqa-answer-item a {
  box-shadow: none;
  color: #333;
}
.dwqa-answer-item a:hover {
  color: #288acf;
}

.dwqa-answer-item .dwqa-answer-meta,
.dwqa-comments-list .dwqa-comment-meta {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.dwqa-answer-item .dwqa-answer-meta a {
  box-shadow: none;
}

.dwqa-container .js .tmce-active .wp-editor-area {
  color: #333;
}
/* Footer style begins */

/* Block 4e */
/* ======================== */
.uou-block-4e {
  position: relative;
  display: block;
  padding: 48px 0;
  background: #f4f4f4;
  color: #737373;
  font-size: 14px;
}
.uou-block-4e:before,
.uou-block-4e:after {
  content: " ";
  display: table;
}
.uou-block-4e:after {
  clear: both;
}
.uou-block-4e:before,
.uou-block-4e:after {
  content: " ";
  display: table;
}
.uou-block-4e:after {
  clear: both;
}
.secondary.uou-block-4e {
  background: #1a1a1a;
  color: #bfbfbf;
}
.secondary.uou-block-4e .blog-posts > li span {
  color: #e6e6e6;
}
.secondary.uou-block-4e .blog-posts > li a {
  color: #bfbfbf;
}
.uou-block-4e [class*="col-"] {
  padding-right: 45px;
}
.uou-block-4e [class*="col-"]:last-child {
  padding-right: 30px;
}
.uou-block-4e .logo {
  display: block;
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 29px;
  width: 150px;
}
.secondary.uou-block-4e .logo {
  color: #ffffff;
}
.uou-block-4e .logo:hover {
  color: #288acf;
}
.uou-block-4e h5 {
  margin-top: 5px;
  line-height: 30px;
  text-transform: uppercase;
}
.secondary.uou-block-4e h5 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 18px;
}
.uou-block-4e .links {
  padding-left: 0;
  list-style: none;
}
.uou-block-4e .links > li > a {
  color: inherit;
}
.uou-block-4e .links > li > a:hover {
  color: #288acf;
}
.uou-block-4e .tags-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.uou-block-4e .tags-list:before,
.uou-block-4e .tags-list:after {
  content: " ";
  display: table;
}
.uou-block-4e .tags-list:after {
  clear: both;
}
.uou-block-4e .tags-list:before,
.uou-block-4e .tags-list:after {
  content: " ";
  display: table;
}
.uou-block-4e .tags-list:after {
  clear: both;
}
.uou-block-4e .tags-list > li {
  float: left;
  margin: 0 5px 5px 0;
}
.uou-block-4e .tags-list > li > a {
  display: block;
  background: #288acf;
  color: #ffffff;
  padding: 0 8px;
  line-height: 30px;
  border-radius: 3px;
}
.uou-block-4e .tags-list > li > a:hover {
  background: #106bab;
}
.uou-block-4e .blog-posts {
  padding-left: 0;
  list-style: none;
}
.uou-block-4e .blog-posts > li {
  margin-bottom: 24px;
}
.uou-block-4e .blog-posts > li:last-child {
  margin-bottom: 0;
}
.uou-block-4e .blog-posts > li > a {
  display: block;
  color: inherit;
}
.uou-block-4e .blog-posts > li > a:hover {
  color: #288acf;
}
.uou-block-4e .blog-posts > li > span {
  display: block;
  letter-spacing: 1px;
  color: #8c8c8c;
}
.uou-block-4e .photos-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -5px;
}
.uou-block-4e .photos-list:before,
.uou-block-4e .photos-list:after {
  content: " ";
  display: table;
}
.uou-block-4e .photos-list:after {
  clear: both;
}
.uou-block-4e .photos-list:before,
.uou-block-4e .photos-list:after {
  content: " ";
  display: table;
}
.uou-block-4e .photos-list:after {
  clear: both;
}
.uou-block-4e .photos-list > li {
  float: left;
  margin: 0;
  width: 33.33333333%;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.uou-block-4e .photos-list > li img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.uou-block-4e .contact-info {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.uou-block-4e .contact-info:before,
.uou-block-4e .contact-info:after {
  content: " ";
  display: table;
}
.uou-block-4e .contact-info:after {
  clear: both;
}
.uou-block-4e .contact-info:before,
.uou-block-4e .contact-info:after {
  content: " ";
  display: table;
}
.uou-block-4e .contact-info:after {
  clear: both;
}
.uou-block-4e .contact-info > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.uou-block-4e .contact-info > li p {
  margin-bottom: 10px;
}
.uou-block-4e .contact-info > li .fa {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 24px;
}
.uou-block-4e .contact-info > li a {
  color: inherit;
}
.uou-block-4e .contact-info > li a:hover {
  color: #288acf;
}
.uou-block-4e .contact-info > li address {
  margin: 0;
  display: inline-block;
}

.uou-block-4e ul {
  list-style: none;
}

.uou-block-4e ul li a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.uou-block-4e .newsletter-form {
  margin: 24px 0 0 0;
}
.uou-block-4e .newsletter-form input[type="email"] {
  background: none;
  margin-bottom: 12px;
  border-radius: 3px;
}
.secondary.uou-block-4e .newsletter-form input[type="email"] {
  border-color: #8c8c8c;
  color: #ffffff;
}
.secondary.uou-block-4e .newsletter-form input[type="email"]:focus {
  border-color: #ffffff;
}
.uou-block-4e .twitter-feed {
  padding-left: 0;
  list-style: none;
}
.uou-block-4e .twitter-feed li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
}
.uou-block-4e .twitter-feed li a {
  color: #288acf;
}
.uou-block-4e .twitter-feed li a:hover {
  color: #106bab;
}
.uou-block-4e .twitter-feed li:last-child {
  margin-bottom: 0;
}
.uou-block-4e .twitter-feed li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f099";
  color: #55acee;
  font-family: 'FontAwesome';
  font-size: 18px;
}
.uou-block-4e .twitter-feed li .time {
  display: block;
  letter-spacing: 1px;
  color: #e6e6e6;
}
.uou-block-4e .twitter-feed li .time:hover {
  color: #288acf;
}

.uou-block-4e ul {
  margin: 0;
}

.uou-block-4e ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 7px;
}

.uou-block-4e ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  color: #288acf;

}


.uou-block-4e ul.tags-list li {
  padding-left: 0
}

.uou-block-4e ul.contact-info li:before,
.uou-block-4e ul.tags-list li:before {
  display: none;
}


.rights {
  background: #000;
  padding: 30px 0;
}

.rights p {
  color: #808080;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767px) {
  .uou-block-4e h5 {
    margin-top: 24px;
  }
  .uou-block-4e .contact-info {
    background: none !important;
  }
  .uou-block-4e .contact-info > li {
    margin-bottom: 12px;
  }
}


/*  blog layout  */
/* Block 7f */
/* ======================== */
.content-area-blog .post {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.content-area-blog .post.sticky {
  background: #f9f9f9;
  padding: 15px;
}
.content-area-blog .post:before, .content-area-blog .post:after {
  content: " ";
  display: table;
}
.content-area-blog .post:after {
  clear: both;
}
.content-area-blog .post:before, .content-area-blog .post:after {
  content: " ";
  display: table;
}
.content-area-blog .post:after {
  clear: both;
}
.content-area-blog .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.content-area-blog .post .thumb {
  width: 250px;
  height: auto;
  float: left;
  margin-right: 30px;
  border-radius: 4px;
}
.content-area-blog .post h1 {
}
.content-area-blog .post h1 a {
  color: #333333;
}
.content-area-blog .post h1 a:hover {
  color: #288acf;
}
.content-area-blog .post a.btn {
  text-transform: capitalize;
  padding: 6px 8px;
}
.content-area-blog .post .meta {
  text-transform: uppercase;
  color: #737373;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
}
.content-area-blog .post > .meta {
  margin-bottom: 30px;
}
.content-area-blog .post .meta a {
  color: inherit;
}
.content-area-blog .post .meta a:hover {
  color: #288acf;
}
.content-area-blog .post .meta span:before {
  content: '\2022';
  margin: 0 10px;
}
.content-area-blog .post .meta span:nth-child(1):before{
  display:none;
}
.content-area-blog .post .meta span:last-child:after {
  display: none;
}
.blog-content article h1 {
  font-size:20px;
    margin: 15px 0;
}

.blog-content {
  padding-bottom: 60px;
}

.blog-content .faqsaas-content p {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

.full-content p {
  color: #666;
}

.btn-primary {
  color: #fff;
  background-color: #288acf;
  border-color: #288acf;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
.content-area-blog .post .thumb {
  width: 100%;
  height: auto;
  float: none;
  margin-right: 0;
  margin-bottom: 24px;
}
}



/*  pagination  */
/* Pagination */
/* ======================== */
.pagination {
  position: relative;
  margin-bottom: 30px !important;
  border-top: 0 !important;
}
.pagination .nav-links {
  padding-right: 20px;
}

.pagination .nav-links a.next,
.pagination .nav-links a.prev,
.pagination .nav-links:after,
.pagination .nav-links:before,
.pagination:after,
.pagination:before {
  display: none !important;
}





.widget {
  padding-bottom: 25px;
  background: transparent;
  border-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}


.widget button.search-submit {
  height: 35px;
}

.widget label {
  width: 100%;
}

.widget input[type="search"].search-field {
  width: 100%;
  height: 35px;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget a {
  font-size: 14px !important;
}

a {
  box-shadow: none !important;
}

.dwqa-container a {
  box-shadow: none;
}


/* monster widget style */
.widget li {
  color: #999;
  font-size: 14px;
}
.widget a {
  color: #288acf;
  transition: all .3s ease;
}
.widget a:hover {
  color: #106bab;
}

.tagcloud a {
  border-color: #288acf;
  transition: all .3s ease;
}

.tagcloud a:hover {
  background: #288acf;
  border-color: #288acf;
  color: #fff !important;
}


.widget input[type="search"]:focus {
  border-color: #288acf !important;
}

.dwqa-container input[type="text"],
.dwqa-container input[type="email"]{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;

}





/* bootstrap grid system */


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.post-navigation  {
  margin-bottom: 0  !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.post-navigation div + div {
  border-top: 1px solid #ddd !important;
}
.comments-title, .comment-reply-title {
  border-top: 0 !important;
  color: #666;
  font-weight: 300 !important;
}

.comment-author.vcard a,
.comment-content table tbody th,
.comment-content dl dt {
  font-family: 'Montserrat', sans-serif;
}

.comment-content {
  font-family: 'Open Sans', sans-serif;
}
.post-navigation .post-title {
  font-size: 16px;
  color: #666;
  font-weight: 300 !important;
}

.full-content p,
.full-content ul,
.full-content ol {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}


.comment-form textarea {
  height: 150px;
}

.comment-form textarea,
.comment-form input:not([type="submit"]) {
  background: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
}

.comment-form input[type="submit"] {
  background: #288acf;
  font-weight: normal;

}

.choose-plan {
  position: relative;
  padding: 30px 0;
}
.choose-plan article .price-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.choose-plan article ul li {
  font-family: 'Open Sans', sans-serif !important;

}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  font-family: 'Montserrat', sans-serif;
  background: #288acf;
  border-color: #288acf;
  color :#fff;
  text-transform: uppercase;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pmpro_content_message a {
  margin-top: 10px !important;
}
.pmpro_btn, .pmpro_btn:link:hover , .pmpro_content_message a:hover , .pmpro_content_message a:link:hover {
  background:#106bab;
  border-color: #106bab;
  color: #fff !important;
}

.choose-plan article ul {
  min-height: 250px;
  margin: 0;

}


.choose-plan article ul li {
  color: #666;
  position: relative;

}

.choose-plan article ul li:before {
  content: "\f105";
  position: relative;
  font-family: 'FontAwesome';
  color: #288acf;
  padding-right: 10px;
}


.choose-plan article .price-head strong + strong{
  font-size: 14px;
  color: #666;
  font-weight: normal;

}




/*  new fixing */
.entry-title {
  margin-top: 0 !important;
}

.uou-sidebar .widget {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.uou-sidebar .widget.widget_search {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.widget.widget_search input {
  font-family: 'Montserrat', sans-serif;

}

.uou-sidebar .widget .widget-title {
  margin-bottom: 7px;
  padding-left: 10px;
}

.uou-sidebar .widget ul {
  margin: 0;
}

.uou-sidebar .widget ul li {
  border-color: #d1d1d1;
}


.heading h2 {
  text-align: center;
}


@media (max-width: 580px) {
  #primary-blog .entry-content {
    margin: 0 !important;
  }
}



.custom-list.breadcrumbs {
  position: relative;
  width :100%;
  text-align: center;
}
.custom-list.breadcrumbs li {
  color: #fff;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}





.navbar-right > li:last-child {
  background: #78af31;
  border-radius: 30px;
  position: relative;
  top: 4px;
}

.navbar-right > li:last-child:hover {
  background: #60941c;
}

.navbar-right > li:last-child a {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 35px !important;
}

.navbar-right > li:last-child a:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
}

.navbar-right > li:last-child a:hover,
 .navbar-right > li:last-child a:focus,
 .navbar-right > li:last-child.active a {
  color: #fff !important;
}

@media (max-width: 580px) {
  .navbar-right > li:last-child a:before {
    left: 20px;
  }
}

.page-content .search-form label {
  width: 100%;
  margin: 0;
}





.dropdown-toggle:after {
  content: "\f0d7" !important;
  font-family: 'FontAwesome' !important;
}


.navbar-toggle.collapsed {
  background: #fff;
  border: 1px solid #fff;
}

.navbar-toggle {
  background:  #262626 !important;
  border-color:  #262626 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle.collapsed {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
  background: #333;
}

.navbar-collapse {
  border-top: 0;
}
