/*

Theme Name: Evecon

Theme URI: http://shapeux.com/wp/theme/evecon

Author: Uigigs

Author URI: http://uigigs.com

Description: Responsive Event and Conference WordPress Theme

Version: 1.0

License: GPL v2 or later

License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Tags: left-sidebar, custom-menu, featured-images, post-formats

Text Domain: evecon

*/

/*

|----------------------------------------------------------------------------

| CSS INDEX

|----------------------------------------------------------------------------

	1.0 - General Styles

		1.1 - Alignments

		1.2 - Galleries

		1.3 - Fixed margin

		1.4 - Fixed padding

		1.5 - Fixed Button Style

		1.6 - page header

	2.0 - Main navbar

	3.0 - Hero Banner



	*** Visual composer addons css start ***



	4.0 - addons-section header

		4.1 - addons-section header two

	5.0 - addons-speaker

	6.0 - addons-price table

	7.0 - addons-Clients

	8.0 - addons-Contact Info

	9.0 - addons-textblock

	10.0 - addons-event schedule

	11.0 - addons-map

	12.0 - addons-contact-info

	13.0 - addons-btn area  

	14.0 - addons-conference-heading

	15.0 - addons-service

	16.0 - addons-Speaker Carousel

	17.0 - addons-Video

	18.0 - addons-testimonial carousel

	19.0 - addons-client

	20.0 - addons-questions

	21.0 - addons-Contact form

	22.0 - addons-Travel info



	*** end addons css ***



	23.0 - Blog post

	24.0 - Blog post single

	25.0 -  Comment box

	26.0 -  Comment form

	27.0 -  Search form

	28.0 -  Pagination

	29.0 -  Navigation

	30.0 -  Widgets

	31.0 -  Footer

*/

/*

|----------------------------------------------------------------------------

| 1.0 - General Styles

|----------------------------------------------------------------------------

*/

body {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 100%;

  color: #505050;

  font-weight: 400;

  background-color: #ffffff;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Exo 2", cursive;

  color: #171717;

  margin-top: 0;

  margin-bottom: 10px;

}



ul,

ol {

  padding-left: 0;

}



ul li,

ol li {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  margin-bottom: 10px;

}



ul li ul,

ul li ol,

ol li ul,

ol li ol {

  margin-top: 10px;

}



dt {

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  line-height: 20px;

  font-weight: 700;

  color: #171717;

}



dd {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 16px;

  color: #505050;

  margin-bottom: 20px;

}



strong {

  font-family: "Open Sans", sans-serif;

  color: #171717;

}



p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 24px;

  color: #505050;

}



a {

  color: #171717;

}



a:focus, a:hover {

  text-decoration: none;

}



blockquote {

  position: relative;

  background: #f7f7f7;

  padding: 30px 70px;

  margin: 0 0 20px;

  border: 1px solid #e8e8e8;

  box-sizing: border-box;

}



blockquote > p {

  font-family: "Exo 2", cursive !important;

  font-size: 16px !important;

  line-height: 30px !important;

  color: #171717 !important;

}



blockquote:before {

  content: '\f10d';

  font-family: FontAwesome;

  font-size: 24px;

  color: #82db29;

  position: absolute;

  top: 40px;

  left: 27px;

}



blockquote:after {

  content: '';

  display: block;

  width: 5px;

  background: #ff500d;

  /* Old browsers */

  background: -moz-linear-gradient(top, #ff500d 0%, #ff2931 63%, #ff2931 100%, #ff2931 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #ff500d 0%, #ff2931 63%, #ff2931 100%, #ff2931 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #ff500d 0%, #ff2931 63%, #ff2931 100%, #ff2931 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  position: absolute;

  left: 0;

  top: -1px;

  bottom: -1px;

}



.wp-caption-text {

  font-size: 14px;

}



.bypostauthor > article .fn:after {

  content: "\f304";

  left: 3px;

  position: relative;

  top: 5px;

}



table,

th,

td {

  border: 1px solid #d1d1d1;

}



table {

  border-collapse: separate;

  border-spacing: 0;

  border-width: 1px 0 0 1px;

  margin: 0 0 1.75em;

  table-layout: fixed;

  /* Prevents HTML tables from becoming too wide */

  width: 100%;

}



caption,

th,

td {

  font-weight: normal;

  text-align: left;

}



th {

  border-width: 0 1px 1px 0;

  font-weight: 700;

}



td {

  border-width: 0 1px 1px 0;

}



th,

td {

  padding: 0.4375em;

}



/*

|----------------------------------------------------------------------------

| 1.1 - Alignments

|----------------------------------------------------------------------------

*/

.alignleft {

  float: left;

  margin: 0.375em 1.75em 1.75em 0;

}



.alignright {

  float: right;

  margin: 0.375em 0 1.75em 1.75em;

}



.aligncenter {

  clear: both;

  display: block;

  margin: 0 auto 1.75em;

}



/*

|----------------------------------------------------------------------------

| 1.2 - Galleries

|----------------------------------------------------------------------------

*/

.gallery {

  margin: 0 -1.1666667% 1.75em;

}



.gallery-item {

  display: inline-block;

  max-width: 33.33%;

  padding: 0 1.1400652% 2.2801304%;

  text-align: center;

  vertical-align: top;

  width: 100%;

}



.gallery-columns-1 .gallery-item {

  max-width: 100%;

}



.gallery-columns-2 .gallery-item {

  max-width: 50%;

}



.gallery-columns-4 .gallery-item {

  max-width: 25%;

}



.gallery-columns-5 .gallery-item {

  max-width: 20%;

}



.gallery-columns-6 .gallery-item {

  max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

  max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

  max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

  max-width: 11.11%;

}



.gallery-icon img {

  margin: 0 auto;

}



.gallery-caption {

  color: #686868;

  display: block;

  font-family: "Open Sans", sans-serif;

  font-size: 13px !important;

  font-weight: 400;

  font-style: italic;

  line-height: 1.6153846154;

  padding-top: 0.5384615385em;

}



.gallery-columns-6 .gallery-caption,

.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {

  display: none;

}



/*

|----------------------------------------------------------------------------

| 1.3 - Fixed margin

|----------------------------------------------------------------------------

*/

.margin-tb120 {

  margin: 120px 0 120px 0;

}



.margin-b120 {

  margin-bottom: 120px;

}



.margin-tb100 {

  margin: 100px 0 100px 0;

}



.margin-tb80 {

  margin: 80px 0 80px 0;

}



.margin-t80 {

  margin-top: 80px;

}



.margin-b80 {

  margin-bottom: 80px;

}



.margin-b70 {

  margin-bottom: 70px;

}



.margin-b100 {

  margin-bottom: 100px;

}



.margin-b40 {

  margin-bottom: 40px;

}



.margin-b50 {

  margin-bottom: 50px;

}



/*

|----------------------------------------------------------------------------

| 1.4 - Fixed padding

|----------------------------------------------------------------------------

*/

.padding-default {

  padding: 120px 0 120px 0;

}



.padding-tb120 {

  padding: 120px 0 120px 0;

}



.padding-tb12090 {

  padding-top: 120px;

  padding-bottom: 90px;

}



.padding-tb12080 {

  padding-top: 120px;

  padding-bottom: 80px;

}



.padding-tb12070 {

  padding-top: 120px;

  padding-bottom: 70px;

}



.padding-tb12040 {

  padding-top: 120px;

  padding-bottom: 40px;

}



.padding-t120 {

  padding-top: 120px;

}



.padding-b120 {

  padding-bottom: 120px;

}



.padding-tb100 {

  padding: 100px 0 100px 0;

}



.padding-tb80 {

  padding: 80px 0 80px 0;

}



.padding-t80 {

  padding-top: 80px;

}



.padding-b90 {

  padding-bottom: 90px;

}



.padding-b70 {

  padding-bottom: 70px;

}



.padding-b40 {

  padding-bottom: 40px;

}



.padding-b20 {

  padding-bottom: 20px;

}



/*

|----------------------------------------------------------------------------

| 1.5 - Fixed Button Style

|----------------------------------------------------------------------------

*/

.btn-default, .comment-box ul.media-list li.media .media-body .comment-reply-link {

  display: inline-block;

  font-family: "Exo 2", cursive;

  font-size: 15px;

  color: #ffffff;

  font-weight: 400;

  padding: 15px 40px;

  letter-spacing: 0.75px;

  text-transform: uppercase;

  border: 0;

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.btn-default.active, .comment-box ul.media-list li.media .media-body .active.comment-reply-link, .btn-default:active, .comment-box ul.media-list li.media .media-body .comment-reply-link:active, .btn-default:active:hover, .comment-box ul.media-list li.media .media-body .comment-reply-link:active:hover, .btn-default.active.focus, .comment-box ul.media-list li.media .media-body .active.focus.comment-reply-link, .btn-default.active:hover, .comment-box ul.media-list li.media .media-body .active.comment-reply-link:hover, .btn-default:active.focus, .comment-box ul.media-list li.media .media-body .comment-reply-link:active.focus, .btn-default:focus, .comment-box ul.media-list li.media .media-body .comment-reply-link:focus, .btn-default:hover, .comment-box ul.media-list li.media .media-body .comment-reply-link:hover {

  color: #ffffff;

  outline: none;

  background-image: -moz-linear-gradient(135deg, #ff500d 0%, #ff2931 100%);

  background-image: -webkit-linear-gradient(135deg, #ff500d 0%, #ff2931 100%);

  background-image: -ms-linear-gradient(135deg, #ff500d 0%, #ff2931 100%);

}



.btn-green {

  display: inline-block;

  font-family: "Exo 2", cursive;

  font-size: 18px;

  font-weight: 400;

  text-transform: uppercase;

  line-height: 24px;

  padding: 7px 40px 4px 40px;

  letter-spacing: 0.9px;

  background: #82db29;

  color: #171717;

  border-radius: 25px;

  border-bottom: 3px solid #75c525;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.btn-green:hover {

  background-color: #75c525;

  color: #ffffff;

}



.vc_row-has-fill > .vc_column_container > .vc_column-inner,

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {

  padding-top: 0 !important;

}



.overflow-visible {

  overflow: visible !important;

}



/*

|----------------------------------------------------------------------------

| 1.6 - page header

|----------------------------------------------------------------------------

*/

.inner-page-header {

  padding: 160px 0 140px 0;

  text-align: center;

  background-size: cover !important;

  background-position: center !important;

  color: #ffffff;

}



.inner-page-header .heading {

  font-family: "Exo 2", cursive;

  font-size: 45px;

  font-weight: 400;

  line-height: 48px;

  word-break: break-all;

  color: #ffffff;

}



.inner-page-header .breadcrumb {

  background: transparent;

  margin-bottom: 0;

}



.inner-page-header .breadcrumb li {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 26px;

  word-break: break-all;

}



.inner-page-header .breadcrumb li a {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 26px;

  color: #ffffff;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.inner-page-header .breadcrumb li a:hover {

  color: #ff500d;

}



.sticky_navbar_active .inner-page-header {

  padding-top: 260px;

}



@media all and (max-width: 991px) {

  .inner-page-header {

    padding: 100px 0;

  }

  .sticky_navbar_active .inner-page-header {

    padding: 100px 0;

  }

}



/*

|----------------------------------------------------------------------------

| 2.0 - Main navbar

|----------------------------------------------------------------------------

*/

.navbar.navbar-default {

  margin-bottom: 0;

  min-height: 80px;

  border: 0;

}



.navbar.navbar-default .navbar-brand {

  float: left;

  height: 80px;

  padding: 0 15px;

  font-size: 18px;

  line-height: 20px;

}



.navbar.navbar-default .navbar-toggle {

  border-color: #ff500d;

  border-radius: 0;

}



.navbar.navbar-default .navbar-toggle .icon-bar {

  background: #ff500d;

}



.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {

  max-height: 100% !important;

}



@media all and (min-width: 991px) {

  .navbar.navbar-default .navbar-brand {

    padding-top: 15px;

  }

  .navbar.navbar-default.navbar-fixed-top .navbar-brand {

    padding-top: 0;

  }

  .navbar.navbar-default ul.nav.navbar-nav {

    margin-top: 20px;

  }

  .navbar.navbar-default ul.nav.navbar-nav > li {

    margin-bottom: 0;

    margin-right: 35px;

  }

  .navbar.navbar-default ul.nav.navbar-nav > li:last-child {

    margin-right: 0;

  }

  .navbar.navbar-default ul.nav.navbar-nav li a {

    display: inline-block;

    font-family: "Exo 2", cursive;

    font-size: 15px;

    line-height: 20px;

    font-weight: 400;

    color: #171717;

    text-transform: uppercase;

    padding: 10px 0;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children {

    position: relative;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu {

    position: absolute;

    min-width: 160px;

    top: 100%;

    left: 0;

    margin-top: 0;

    background: #f8f8f8;

    list-style: none;

    padding-left: 0;

    z-index: 9999;

    visibility: hidden;

    opacity: 0;

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    -ms-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    transform-origin: top;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li {

    border-bottom: 1px solid #e0e0e0;

    margin-bottom: 0;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li a {

    padding: 7px 15px;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu {

    margin-left: 30px;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {

    margin-left: -30px;

  }

  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children:hover > ul.sub-menu {

    visibility: visible;

    opacity: 1;

    -webkit-transform: rotateX(0);

    -moz-transform: rotateX(0);

    -ms-transform: rotateX(0);

    transform: rotateX(0);

  }

  .navbar.navbar-default.navbar-fixed-top {

    background: transparent !important;

    padding-top: 60px;

    -webkit-transition: all 0.8s ease-in-out;

    -moz-transition: all 0.8s ease-in-out;

    transition: all 0.8s ease-in-out;

  }

  .navbar.navbar-default.navbar-fixed-top ul.nav.navbar-nav {

    margin-top: 0;

  }

  .navbar.navbar-default.navbar-fixed-top ul.nav.navbar-nav li a {

    color: #ffffff;

  }

  .navbar.navbar-default.navbar-fixed-top ul.nav.navbar-nav li.current:after {

    content: '';

    display: block;

    width: 20px;

    height: 3px;

    background: #82db29;

  }

  .navbar.navbar-default.navbar-fixed-top ul.nav.navbar-nav li ul.sub-menu li a {

    color: #171717;

  }

  /* ==================================================================

	  Headroom JS Styles

	================================================================== */

  .headroom, .navbar-home.fixed-nav {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

  }

  .headroom--unpinned {

    top: -100px;

  }

  .headroom--pinned {

    top: 0;

  }

  @-webkit-keyframes slideDown {

    0% {

      -webkit-transform: translateY(-100%);

    }

    100% {

      -webkit-transform: translateY(0);

    }

  }

  @-moz-keyframes slideDown {

    0% {

      -moz-transform: translateY(-100%);

    }

    100% {

      -moz-transform: translateY(0);

    }

  }

  @-o-keyframes slideDown {

    0% {

      -o-transform: translateY(-100%);

    }

    100% {

      -o-transform: translateY(0);

    }

  }

  @keyframes slideDown {

    0% {

      transform: translateY(-100%);

    }

    100% {

      transform: translateY(0);

    }

  }

  .animated.slideDown {

    -webkit-animation-name: slideDown;

    -moz-animation-name: slideDown;

    -o-animation-name: slideDown;

    animation-name: slideDown;

  }

  @-webkit-keyframes slideUp {

    0% {

      -webkit-transform: translateY(0);

    }

    100% {

      -webkit-transform: translateY(-100%);

    }

  }

  @-moz-keyframes slideUp {

    0% {

      -moz-transform: translateY(0);

    }

    100% {

      -moz-transform: translateY(-100%);

    }

  }

  @-o-keyframes slideUp {

    0% {

      -o-transform: translateY(0);

    }

    100% {

      -o-transform: translateY(-100%);

    }

  }

  @keyframes slideUp {

    0% {

      transform: translateY(0);

    }

    100% {

      transform: translateY(-100%);

    }

  }

  .animated.slideUp {

    -webkit-animation-name: slideUp;

    -moz-animation-name: slideUp;

    -o-animation-name: slideUp;

    animation-name: slideUp;

  }

  .headroom--not-top {

    background: #ffffff !important;

    padding: 0;

  }

  .navbar.navbar-default.navbar-fixed-top.headroom--not-top {

    background: rgba(23, 23, 23, 0.8) !important;

    padding-top: 25px;

  }

  .navbar-home.fixed-nav {

    padding: 0 0;

    z-index: 99999;

    display: none;

    border-radius: 0;

    background: rgba(0, 0, 0, 0.8) !important;

  }

}



@media all and (max-width: 1024px) and (min-width: 992px) {

  .navbar.navbar-default ul.nav.navbar-nav li {

    margin-right: 20px;

  }

}



@media all and (max-width: 991px) {

  /**

	* Change bootstrap navbar collapse breakpoint

	*/

  .navbar-header {

    float: none;

  }

  .navbar-left, .navbar-right {

    float: none !important;

  }

  .navbar-toggle {

    display: block;

  }

  .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .navbar-fixed-top {

    top: 0;

    border-width: 0 0 1px;

    position: relative;

  }

  .navbar-collapse.collapse {

    display: none !important;

  }

  .navbar-nav {

    float: none !important;

    margin-top: 7.5px;

  }

  .navbar-nav > li {

    float: none;

  }

  .navbar-nav > li > a {

    padding-top: 10px;

    padding-bottom: 10px;

  }

  .collapse.in {

    display: block !important;

  }

  .navbar-toggle {

    margin-top: 23px;

    margin-bottom: 23px;

  }

  .navbar-brand {

    padding-top: 15px !important;

  }

  /** navbar click events **/

  ul.nav.navbar-nav li {

    margin-bottom: 0;

  }

  ul.nav.navbar-nav li a {

    display: block;

    font-family: "Exo 2", cursive;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    color: #171717;

  }

  ul.nav.navbar-nav li.menu-item-has-children {

    position: relative;

  }

  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile > .sub-menu {

    display: none;

    padding-left: 15px;

  }

  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile.sub-open > .sub-trigger:after {

    content: '\f068';

    font-family: FontAwesome;

  }

  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile .sub-trigger {

    display: inline-block;

    position: absolute;

    right: 20px;

    cursor: pointer;

    top: 7px;

    text-align: center;

    cursor: pointer;

    width: 25px;

    height: 25px;

    line-height: 25px;

    color: #ffffff;

    background: #1e1132;

  }

  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile .sub-trigger:after {

    content: '\f067';

    font-family: FontAwesome;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

  }

  ul.nav.navbar-nav li ul.sub-menu {

    list-style: none;

    margin-left: 25px;

    padding-left: 0 !important;

  }

  ul.nav.navbar-nav li ul.sub-menu li a {

    display: block;

    font-family: "Exo 2", cursive;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    color: #171717;

    padding-top: 10px;

    padding-bottom: 10px;

  }

}



@media all and (min-width: 991px) {

  .admin-bar .navbar.navbar-default.navbar-fixed-top {

    top: 32px;

  }

}



@media all and (max-width: 600px) {

  .admin-bar .mobile {

    position: fixed !important;

  }

}



/*

|----------------------------------------------------------------------------

| 3.0 - Hero Banner

|----------------------------------------------------------------------------

*/

.hero-banner {

  padding: 300px 0 300px 0;

}



.hero-banner .entry-title {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 72px;

  line-height: 85px;

  color: #ffffff;

  text-align: center;

  margin-bottom: 25px;

}



.hero-banner .entry-date, .hero-banner.style-three .entry-location, .hero-banner.style-four .entry-location {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 22px;

  line-height: 26px;

  color: #ff500d;

  text-align: center;

}



.hero-banner .circle-timer {

  width: 570px;

  height: 570px;

  border-radius: 50%;

  text-align: center;

  background: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  overflow: hidden;

  position: absolute;

  left: 50%;

  top: 100%;

  margin-left: -285px;

  z-index: 99;

}



.hero-banner .circle-timer .entry-title {

  margin-top: 120px;

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 30px;

  line-height: 36px;

  margin-bottom: 90px;

}



.hero-banner .circle-timer .timer {

  margin-bottom: 115px;

}



.hero-banner .circle-timer .timer .table-cell {

  display: inline-block;

  margin-right: 80px;

}



.hero-banner .circle-timer .timer .table-cell .tab-val {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 40px;

  line-height: 45px;

  color: #ffffff;

}



.hero-banner .circle-timer .timer .table-cell .tab-metr {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 15px;

  line-height: 24px;

  letter-spacing: 0.75px;

  color: #ffffff;

}



.hero-banner .circle-timer .timer .table-cell:last-child {

  margin-right: 0;

}



.hero-banner.style-two {

  position: relative;

  padding: 285px 0 240px 0;

}



.hero-banner.style-two .entry-title {

  text-align: left;

  margin-top: 100px;

}



.hero-banner.style-two .entry-date, .hero-banner.style-two .hero-banner.style-three .entry-location, .hero-banner.style-three .hero-banner.style-two .entry-location, .hero-banner.style-two .hero-banner.style-four .entry-location, .hero-banner.style-four .hero-banner.style-two .entry-location {

  text-align: left;

  color: #ffffff;

}



.hero-banner.style-two .event-register {

  background: rgba(0, 0, 0, 0.7);

  padding: 35px 30px;

}



.hero-banner.style-two .event-register .entry-heading {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 30px;

}



.hero-banner.style-two .event-register .form-control {

  margin-bottom: 20px;

  height: 45px;

  border-radius: 25px;

  background: #1e1e24;

  border: 0;

  outline: 0;

  box-shadow: none;

  padding-left: 20px;

  padding-right: 20px;

  color: rgba(255, 255, 255, 0.3);

}



.hero-banner.style-two .event-register input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: rgba(255, 255, 255, 0.3);

}



.hero-banner.style-two .event-register input::-moz-placeholder {

  /* Firefox 19+ */

  color: rgba(255, 255, 255, 0.3);

}



.hero-banner.style-two .event-register input:-ms-input-placeholder {

  /* IE 10+ */

  color: rgba(255, 255, 255, 0.3);

}



.hero-banner.style-two .event-register input:-moz-placeholder {

  /* Firefox 18- */

  color: rgba(255, 255, 255, 0.3);

}



.hero-banner.style-two .event-register br {

  display: none;

}



.hero-banner.style-two .event-register span.wpcf7-not-valid-tip {

  padding-left: 20px;

  margin-top: -15px;

  margin-bottom: 15px;

}



.hero-banner.style-two .event-register .btn-default, .hero-banner.style-two .event-register .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .hero-banner.style-two .event-register .comment-reply-link {

  border-radius: 25px;

  padding: 15px 20px;

  text-transform: capitalize;

}



.hero-banner.style-two .wpcf7-response-output {

  margin-top: 10px;

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  line-height: 20px;

  color: #ffffff;

  font-weight: 400;

}



.hero-banner.style-two .radius-timer {

  display: inline-block;

  background: #ffffff;

  padding: 35px 100px;

  border: 2px solid #efefef;

  border-radius: 100px;

  position: absolute;

  top: 100%;

  left: 50%;

  margin-left: -385px;

  margin-top: 160px;

}



.hero-banner.style-two .radius-timer .timer .table-cell {

  display: inline-block;

  margin-right: 100px;

}



.hero-banner.style-two .radius-timer .timer .table-cell:last-child {

  margin-right: 0;

}



.hero-banner.style-two .radius-timer .timer .table-cell .tab-val {

  font-family: "Exo 2", cursive;

  font-size: 48px;

  line-height: 30px;

  letter-spacing: 2.4px;

  margin-bottom: 10px;

}



.hero-banner.style-two .radius-timer .timer .table-cell .tab-unit {

  font-family: "Exo 2", cursive;

  font-size: 16px;

  line-height: 30px;

  letter-spacing: 0.8px;

  color: #171717;

  text-transform: uppercase;

}



.hero-banner.style-two .radius-timer .timer .table-cell.minute .tab-val, .hero-banner.style-two .radius-timer .timer .table-cell.day .tab-val {

  color: #ff500d;

}



.hero-banner.style-two .radius-timer .timer .table-cell.hour .tab-val, .hero-banner.style-two .radius-timer .timer .table-cell.second .tab-val {

  color: #82db29;

}



.hero-banner.style-three, .hero-banner.style-four {

  padding: 400px 0 220px 0;

}



.hero-banner.style-three .entry-title, .hero-banner.style-four .entry-title {

  text-align: left;

  margin-bottom: 30px;

}



.hero-banner.style-three .text-color-timer, .hero-banner.style-four .text-color-timer {

  display: inline-block;

  margin-bottom: 35px;

}



.hero-banner.style-three .text-color-timer .timer .table-cell, .hero-banner.style-four .text-color-timer .timer .table-cell {

  display: inline-block;

  margin-right: 100px;

}



.hero-banner.style-three .text-color-timer .timer .table-cell:last-child, .hero-banner.style-four .text-color-timer .timer .table-cell:last-child {

  margin-right: 0;

}



.hero-banner.style-three .text-color-timer .timer .table-cell .tab-val, .hero-banner.style-four .text-color-timer .timer .table-cell .tab-val {

  font-family: "Exo 2", cursive;

  font-size: 48px;

  line-height: 30px;

  letter-spacing: 2.4px;

  margin-bottom: 10px;

}



.hero-banner.style-three .text-color-timer .timer .table-cell .tab-unit, .hero-banner.style-four .text-color-timer .timer .table-cell .tab-unit {

  font-family: "Exo 2", cursive;

  font-size: 16px;

  line-height: 30px;

  letter-spacing: 0.8px;

  color: #ffffff;

  text-transform: uppercase;

}



.hero-banner.style-three .text-color-timer .timer .table-cell.minute .tab-val, .hero-banner.style-three .text-color-timer .timer .table-cell.day .tab-val, .hero-banner.style-four .text-color-timer .timer .table-cell.minute .tab-val, .hero-banner.style-four .text-color-timer .timer .table-cell.day .tab-val {

  color: #ff500d;

}



.hero-banner.style-three .text-color-timer .timer .table-cell.hour .tab-val, .hero-banner.style-three .text-color-timer .timer .table-cell.second .tab-val, .hero-banner.style-four .text-color-timer .timer .table-cell.hour .tab-val, .hero-banner.style-four .text-color-timer .timer .table-cell.second .tab-val {

  color: #82db29;

}



.hero-banner.style-three .entry-date, .hero-banner.style-three .entry-location, .hero-banner.style-four .entry-date, .hero-banner.style-four .entry-location {

  font-family: "Open Sans", sans-serif;

  font-size: 22px;

  line-height: 30px;

  color: #ffffff;

  margin-bottom: 20px;

  text-align: left;

}



.hero-banner.style-three .entry-date i, .hero-banner.style-three .entry-location i, .hero-banner.style-four .entry-date i, .hero-banner.style-four .entry-location i {

  font-size: 22px;

  color: #82db29;

  margin-right: 15px;

}



.hero-banner.style-three .entry-location i, .hero-banner.style-four .entry-location i {

  margin-right: 25px;

}



.hero-banner.style-four {

  text-align: center;

  padding: 400px 0 70px 0;

}



.hero-banner.style-four .entry-title {

  text-align: center;

}



.hero-banner.style-four .entry-title strong {

  color: #ff500d;

}



.hero-banner.style-four .entry-date, .hero-banner.style-four .entry-location {

  margin-bottom: 80px;

  text-align: center;

}



.hero-banner.style-four .text-color-timer {

  margin-bottom: 150px;

}



.hero-banner.style-four .event-register .form-control {

  display: inline-block;

  width: 200px;

  float: left;

  margin-right: 45px;

  background: transparent;

  border: 0;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  letter-spacing: 0.8px;

  color: #ffffff;

  box-shadow: none;

}



.hero-banner.style-four .event-register input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #ffffff;

}



.hero-banner.style-four .event-register input::-moz-placeholder {

  /* Firefox 19+ */

  color: #ffffff;

}



.hero-banner.style-four .event-register input:-ms-input-placeholder {

  /* IE 10+ */

  color: #ffffff;

}



.hero-banner.style-four .event-register input:-moz-placeholder {

  /* Firefox 18- */

  color: #ffffff;

}



.hero-banner.style-four .event-register .btn-default, .hero-banner.style-four .event-register .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .hero-banner.style-four .event-register .comment-reply-link {

  margin-top: -5px;

  padding: 15px 30px;

}



.hero-banner.style-four .event-register br {

  display: none;

}



.hero-banner.style-four .wpcf7-response-output {

  margin-top: 10px;

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  line-height: 20px;

  color: #ffffff;

  font-weight: 400;

}



@media all and (max-width: 1024px) {

  .hero-banner .circle-timer {

    width: 450px;

    height: 450px;

    left: 50%;

    margin-left: -225px;

  }

  .hero-banner .circle-timer .entry-title {

    margin-top: 95px;

    margin-bottom: 50px;

  }

  .hero-banner .circle-timer .timer {

    margin-bottom: 57px;

  }

  .hero-banner .circle-timer .timer .table-cell {

    margin-right: 40px;

  }

  .hero-banner.style-three {

    padding: 300px 0 150px 0;

  }

  .hero-banner.style-four .event-register .form-control {

    margin-right: 8px;

    width: 190px;

  }

  .hero-banner.style-four {

    padding: 250px 0 70px 0;

  }

}



@media all and (max-width: 991px) {

  .hero-banner {

    padding: 200px 0 200px 0;

  }

  .hero-banner .circle-timer {

    margin-top: 30px;

  }

  .hero-banner.style-two {

    padding: 100px 0 200px 0;

  }

  .hero-banner.style-two .entry-date, .hero-banner.style-two .hero-banner.style-three .entry-location, .hero-banner.style-three .hero-banner.style-two .entry-location, .hero-banner.style-two .hero-banner.style-four .entry-location, .hero-banner.style-four .hero-banner.style-two .entry-location {

    margin-bottom: 50px;

  }

  .hero-banner.style-two .entry-title {

    margin-top: 0;

  }

  .hero-banner.style-two .radius-timer {

    margin-top: 125px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell {

    display: inline-block;

    margin-right: 98px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-val {

    font-size: 40px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-unit {

    font-size: 14px;

  }

  .hero-banner.style-three {

    padding: 200px 0 150px 0;

  }

  .hero-banner.style-four {

    padding: 200px 0 70px 0;

  }

  .hero-banner.style-four .entry-title {

    font-size: 60px;

    line-height: 70px;

  }

  .hero-banner.style-four .event-register .form-control {

    width: 130px;

  }

  .hero-banner.style-four .text-color-timer {

    margin-bottom: 100px;

  }

}



@media all and (max-width: 767px) {

  .hero-banner {

    padding: 100px 0 250px 0;

  }

  .hero-banner .entry-title {

    font-size: 45px;

    line-height: 50px;

    margin-bottom: 15px;

  }

  .hero-banner .circle-timer {

    width: 300px;

    height: 300px;

    left: 50%;

    margin-left: -150px;

  }

  .hero-banner .circle-timer .timer {

    margin-bottom: 35px;

  }

  .hero-banner .circle-timer .timer .table-cell {

    display: inline-block;

    margin-right: 25px;

  }

  .hero-banner .circle-timer .timer .table-cell .tab-val {

    font-size: 30px;

    line-height: 35px;

  }

  .hero-banner .circle-timer .timer .table-cell .tab-metr {

    font-size: 14px;

  }

  .hero-banner .circle-timer .entry-title {

    margin-top: 40px;

    margin-bottom: 35px;

  }

  .hero-banner .circle-timer .btn-green {

    font-size: 15px;

    padding: 7px 30px 4px 30px;

  }

  .hero-banner.style-two .radius-timer {

    padding: 35px 70px;

    margin-left: -240px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell {

    margin-right: 20px;

  }

  .hero-banner.style-four .text-color-timer .timer .table-cell,

  .hero-banner.style-three .text-color-timer .timer .table-cell {

    margin-right: 30px;

  }

  .hero-banner.style-four .event-register .form-control {

    width: 50%;

    margin-bottom: 30px;

    margin-right: 0;

  }

  .hero-banner.style-four {

    padding: 150px 0 70px 0;

  }

}



@media all and (max-width: 480px) {

  .hero-banner.style-two .radius-timer {

    padding: 25px;

    margin-left: -145px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-val {

    font-size: 36px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-unit {

    font-size: 12px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell {

    margin-right: 10px;

  }

  .hero-banner.style-two .event-register {

    padding: 35px 15px;

  }

  .hero-banner.style-four .entry-title {

    font-size: 45px;

    line-height: 50px;

    line-height: 50px;

  }

}



@media all and (max-width: 380px) {

  .hero-banner .entry-title {

    font-size: 32px;

    line-height: 36px;

  }

  .hero-banner .entry-date, .hero-banner.style-three .entry-location, .hero-banner.style-four .entry-location {

    font-size: 16px;

    line-height: 18px;

  }

  .hero-banner.style-four .text-color-timer .timer .table-cell,

  .hero-banner.style-three .text-color-timer .timer .table-cell {

    margin-right: 10px;

  }

  .hero-banner.style-four .text-color-timer .timer .table-cell .tab-val,

  .hero-banner.style-three .text-color-timer .timer .table-cell .tab-val {

    font-size: 36px;

  }

  .hero-banner.style-four .text-color-timer .timer .table-cell .tab-unit,

  .hero-banner.style-three .text-color-timer .timer .table-cell .tab-unit {

    font-size: 12px;

  }

  .hero-banner.style-three .entry-date, .hero-banner.style-three .entry-location {

    font-size: 16px;

  }

  .hero-banner.style-three .entry-date i, .hero-banner.style-three .entry-location i {

    font-size: 16px;

  }

  .hero-banner.style-three .entry-title {

    font-size: 45px;

    line-height: 50px;

  }

  .hero-banner.style-two .radius-timer {

    padding: 25px;

    margin-left: -145px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-val {

    font-size: 30px;

  }

  .hero-banner.style-two .radius-timer .timer .table-cell .tab-unit {

    font-size: 11px;

  }

}



/*

|----------------------------------------------------------------------------

| 4.0 - addons-section header

|----------------------------------------------------------------------------

*/

.section-header {

  text-align: center;

  margin-bottom: 60px;

}



.section-header .entry_title {

  font-size: 45px;

  color: #171717;

}



.section-header.style-two .entry_title {

  color: #ffffff;

}



/*

|----------------------------------------------------------------------------

| 4.1 - addons-section header two

|----------------------------------------------------------------------------

*/

.section-header-two {

  margin-bottom: 50px;

}



.section-header-two .entry_title {

  font-family: "Exo 2", cursive;

  font-size: 30px;

  font-weight: 400;

  line-height: 36px;

  color: #171717;

}



@media all and (max-width: 480px) {

  .section-header-two {

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 5.0 - addons-speaker

|----------------------------------------------------------------------------

*/

.speaker {

  margin-bottom: 30px;

}



.speaker .entry-thumb {

  position: relative;

  margin-bottom: 20px;

  text-align: center;

}



.speaker .entry-thumb img.img-responsive {

  display: inline-block;

}



.speaker .entry-thumb .hover-content {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  background-image: -moz-linear-gradient(135deg, rgba(255, 41, 49, 0.9) 0%, rgba(255, 80, 13, 0.9) 100%);

  background-image: -webkit-linear-gradient(135deg, rgba(255, 41, 49, 0.9) 0%, rgba(255, 80, 13, 0.9) 100%);

  background-image: -ms-linear-gradient(135deg, rgba(255, 41, 49, 0.9) 0%, rgba(255, 80, 13, 0.9) 100%);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}



.speaker .entry-thumb .hover-content ul.social {

  list-style: none;

  margin-left: 0;

  margin-bottom: 0;

}



.speaker .entry-thumb .hover-content ul.social li {

  display: inline-block;

  margin-right: 30px;

}



.speaker .entry-thumb .hover-content ul.social li:last-child {

  margin-right: 0;

}



.speaker .entry-thumb .hover-content ul.social li a {

  color: #ffffff;

  font-size: 16px;

}



.speaker .entry-thumb .hover-content ul.social li:nth-child(1), .speaker .entry-thumb .hover-content ul.social li:nth-child(2), .speaker .entry-thumb .hover-content ul.social li:nth-child(3), .speaker .entry-thumb .hover-content ul.social li:nth-child(4) {

  -webkit-transform: translateY(20px);

  -moz-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}



.speaker .entry-thumb .hover-content ul.social li:nth-child(1) {

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}



.speaker .entry-thumb .hover-content ul.social li:nth-child(2) {

  -webkit-transition: all 0.6s ease-in-out;

  -moz-transition: all 0.6s ease-in-out;

  transition: all 0.6s ease-in-out;

}



.speaker .entry-thumb .hover-content ul.social li:nth-child(3) {

  -webkit-transition: all 0.8s ease-in-out;

  -moz-transition: all 0.8s ease-in-out;

  transition: all 0.8s ease-in-out;

}



.speaker .entry-thumb .hover-content ul.social li:nth-child(4) {

  -webkit-transition: all 1s ease-in-out;

  -moz-transition: all 1s ease-in-out;

  transition: all 1s ease-in-out;

}



.speaker .entry-content {

  text-align: center;

}



.speaker .entry-content .entry-title a {

  font-family: "Exo 2", cursive;

  font-size: 18px;

  font-weight: 400;

  line-height: 24px;

  color: #ffffff;

  text-transform: uppercase;

  margin-bottom: 0;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.speaker .entry-content .entry-title a:hover {

  color: #82db29;

}



.speaker .entry-content .entry-designation {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 20px;

  color: #ffffff;

}



.speaker.style-dark .entry-content .entry-title a {

  color: #171717;

}



.speaker.style-dark .entry-content .entry-title a:hover {

  color: #82db29;

}



.speaker.style-dark .entry-content .entry-designation {

  color: #171717;

}



.speaker:hover .entry-thumb .hover-content {

  visibility: visible;

  opacity: 1;

}



.speaker:hover .entry-thumb .hover-content ul.social li {

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

}



.speaker-single .entry-thumb {

  text-align: center;

}



.speaker-single .entry-thumb img {

  display: inline-block;

  max-width: 100%;

  height: auto;

  margin: auto;

}



.speaker-single .entry-title {

  font-family: "Exo 2", cursive;

  font-size: 36px;

  line-height: 30px;

  font-weight: 400;

  color: #171717;

  text-transform: uppercase;

}



.speaker-single .entry-sub-title {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 24px;

  color: #505050;

}



.speaker-single .entry-post-meta {

  margin-top: 30px;

  margin-bottom: 20px;

}



.speaker-single .entry-post-meta .time h3 {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 22px;

  line-height: 30px;

  color: #171717;

}



.speaker-single .entry-post-meta .time p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 30px;

  color: #505050;

}



.speaker-single .entry-post-meta .time p i {

  color: #ff500d;

}



.speaker-single .entry-content p {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 15px;

  line-height: 30px;

  color: #505050;

}



.speaker-single .social {

  margin-top: 25px;

}



.speaker-single .social li {

  margin-right: 25px;

}



.speaker-single .social li a {

  font-size: 16px;

  color: #171717;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.speaker-single .social li a:hover {

  color: #82db29;

}



/*

|----------------------------------------------------------------------------

| 6.0 - addons-price table

|----------------------------------------------------------------------------

*/

.price-table {

  background: #ffffff;

  padding: 80px 0 50px 0;

  text-align: center;

  border-radius: 4px;

  margin-bottom: 80px;

}



.price-table .entry-header {

  margin-bottom: 40px;

}



.price-table .entry-header .price {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 48px;

  line-height: 30px;

  color: #82db29;

}



.price-table .entry-header .price span {

  font-size: 14px;

}



.price-table .entry-header .table-name {

  font-family: "Open Sans", sans-serif;

  font-weight: 600;

  font-size: 24px;

  line-height: 30px;

  color: #171717;

  text-transform: uppercase;

}



.price-table ul.entry-feature {

  list-style: none;

  margin-bottom: 45px;

}



.price-table ul.entry-feature li {

  display: block;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  color: #505050;

  margin-bottom: 15px;

}



.price-table .entry-footer .btn-default, .price-table .entry-footer .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .price-table .entry-footer .comment-reply-link {

  border-radius: 25px;

  padding: 15px 25px;

}



.price-table.activated {

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

}



.price-table.activated .entry-header .table-name {

  color: #ffffff;

}



.price-table.activated ul.entry-feature li {

  color: #ffffff;

}



.price-table.activated .entry-footer .btn-default, .price-table.activated .entry-footer .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .price-table.activated .entry-footer .comment-reply-link {

  background: #ffffff;

  color: #171717;

}



.price-table.style-two {

  padding: 0;

  background: transparent;

  margin-bottom: 30px;

}



.price-table.style-two .left-content {

  position: relative;

  width: 40%;

  min-height: 230px;

  float: left;

  border-radius: 10px;

  background: #ffffff;

}



.price-table.style-two .left-content .entry-header {

  margin-top: 38px;

}



.price-table.style-two .left-content:after {

  content: '';

  display: block;

  border-right: 2px dashed #dedede;

  position: absolute;

  top: 10px;

  bottom: 7px;

  right: -1px;

}



.price-table.style-two .right-content {

  width: 60%;

  min-height: 230px;

  float: right;

  border-radius: 10px;

  background: #ffffff;

  display: flex;

  justify-content: center;

  align-items: center;

}



.price-table.style-two .right-content .entry-feature {

  margin-bottom: 0;

}



.price-table.style-two:after {

  content: '';

  display: block;

  clear: both;

}



.price-table.style-three {

  position: relative;

  background: #1e1132;

  overflow: hidden;

}



.price-table.style-three ul.entry-feature li {

  color: #dddddd;

}



.price-table.style-three.activated {

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

}



.price-table.style-three.activated ul.entry-feature li {

  color: #ffffff;

}



.price-table.style-three:after {

  content: '';

  display: block;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  background: #ffffff;

  position: absolute;

  top: 0;

  left: 50%;

  margin-left: -50px;

  margin-top: -50px;

}



.price-table.style-four {

  position: relative;

  border: 1px dashed #c7c7c7;

  border-top: 0;

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  overflow: hidden;

}



.price-table.style-four.activated {

  border: 0;

}



.price-table.style-four.activated:before {

  content: none;

}



.price-table.style-four.activated:after {

  border: 0;

}



.price-table.style-four:after {

  content: '';

  display: block;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  border: 1px dashed #c7c7c7;

  background: #ffffff;

  position: absolute;

  top: 0;

  left: 50%;

  margin-left: -50px;

  margin-top: -50px;

}



.price-table.style-four:before {

  content: '';

  display: block;

  border-top: 1px dashed #c7c7c7;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

}



@media all and (max-width: 991px) {

  .price-table.style-two .entry-footer .btn-default, .price-table.style-two .entry-footer .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .price-table.style-two .entry-footer .comment-reply-link {

    font-size: 14px;

    padding: 15px 20px;

  }

  .price-table.style-two .left-content {

    width: 45%;

  }

  .price-table.style-two .right-content {

    width: 55%;

  }

}



@media all and (max-width: 380px) {

  .price-table.style-two .left-content {

    width: 50%;

  }

  .price-table.style-two .right-content {

    width: 50%;

  }

}



/*

|----------------------------------------------------------------------------

| 7.0 - addons-Clients

|----------------------------------------------------------------------------

*/

ul.clients {

  list-style: none;

  padding-left: 0;

  text-align: center;

}



ul.clients li {

  display: inline-block;

  margin-left: 115px;

  margin-bottom: 70px;

}



ul.clients li:first-child {

  margin-left: 0;

}



@media all and (max-width: 991px) {

  ul.clients li {

    margin-left: 60px;

    margin-bottom: 70px;

  }

}



@media all and (max-width: 480px) {

  ul.clients li {

    width: 100%;

    margin-left: 15px;

    margin-bottom: 30px;

  }

  ul.clients li .client-thumb img {

    max-width: 100%;

    height: auto;

    margin: auto;

  }

}



/*

|----------------------------------------------------------------------------

| 8.0 - addons-Contact Info

|----------------------------------------------------------------------------

*/

.contact-info {

  margin-bottom: 80px;

}



.contact-info .entry-thumb-icon {

  margin-bottom: 15px;

}



.contact-info .entry-thumb-icon i {

  font-size: 36px;

  color: #82db29;

}



.contact-info .entry-content p {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  line-height: 30px;

  font-weight: 600;

  color: #171717;

}



.contact-info.style-two {

  text-align: center;

}



.contact-info.style-two .entry-thumb-icon i {

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



@media all and (max-width: 767px) {

  .contact-info {

    margin-bottom: 50px;

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 9.0 - addons-textblock

|----------------------------------------------------------------------------

*/

.textblock {

  text-align: center;

}



.textblock .entry-title {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 45px;

  line-height: 50px;

  color: #171717;

  margin-bottom: 25px;

}



.textblock .entry-content {

  line-height: 30px;

}



.textblock.style-two {

  text-align: left;

}



.textblock.style-two .entry-content {

  margin-bottom: 40px;

}



.textblock.style-two .btn-default, .textblock.style-two .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .textblock.style-two .comment-reply-link {

  border-radius: 25px;

}



.textblock.style-three {

  text-align: left;

}



.textblock.style-three .entry-title {

  margin-bottom: 5px;

}



.textblock.style-three .entry-sub-title {

  font-family: "Exo 2", cursive;

  font-size: 22px;

  color: #82db29;

  line-height: 26px;

  margin-bottom: 35px;

}



.textblock.style-three .entry-content {

  margin-bottom: 40px;

}



.textblock.style-three .btn-default, .textblock.style-three .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .textblock.style-three .comment-reply-link {

  border-radius: 25px;

}



@media all and (max-width: 480px) {

  .textblock .entry-title {

    font-size: 30px;

    line-height: 36px;

  }

  .textblock.style-two {

    text-align: center;

  }

  .textblock.style-three {

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 10.0 - addons-event schedule

|----------------------------------------------------------------------------

*/

.event-schedule {

  text-align: center;

  margin-bottom: 40px;

}



.event-schedule .nav.nav-tabs {

  display: inline-block;

  border: 2px solid #ebebeb;

  text-align: center;

  margin-bottom: 40px;

  border-radius: 30px;

  padding: 5px 3px 5px 5px;

}



.event-schedule .nav.nav-tabs li {

  margin-bottom: 0;

}



.event-schedule .nav.nav-tabs li a {

  border-radius: 25px;

  font-family: "Exo 2", cursive;

  font-size: 18px;

  line-height: 24px;

  letter-spacing: 0.45px;

  padding: 10px 35px;

  border: 0;

}



.event-schedule .nav.nav-tabs li:hover a, .event-schedule .nav.nav-tabs li.active a {

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  color: #ffffff;

}



.event-schedule .table {

  background: #f3f3f3;

  border: 0;

  border-radius: 10px;

  overflow: hidden;

}



.event-schedule .table tr th {

  color: #ffffff;

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 18px;

  line-height: 20px;

  letter-spacing: 0.45px;

  border: 0;

  padding-top: 20px;

  padding-bottom: 20px;

  padding-left: 30px;

  text-transform: uppercase;

  background: #82db29;

}



.event-schedule .table tr td {

  border-top: 0;

  border-left: 0;

  border-right: 0;

  border-bottom: 1px solid #dddddd;

  padding-left: 30px;

  vertical-align: middle;

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  color: #505050;

}



.event-schedule .table tr td .media-body .entry-title {

  display: inline-block;

  margin-top: 25px;

}



.event-schedule .table tr td .media-body .entry-title a {

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  color: #505050;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.event-schedule .table tr td .media-body .entry-title a:hover {

  color: #82db29;

}



.event-schedule .table tr td .entry-thumb {

  display: inline-block;

  margin-top: 5px;

}



.event-schedule .table tr:last-child td {

  border-bottom: 0;

}



.event-schedule.style-two {

  margin-bottom: 80px;

}



.event-schedule.style-two .btn-date {

  display: inline-block;

  border: 2px solid #ebebeb;

  padding: 5px;

  border-radius: 25px;

  margin-bottom: 30px;

}



.event-schedule.style-two .btn-date .btn-default, .event-schedule.style-two .btn-date .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .event-schedule.style-two .btn-date .comment-reply-link {

  border-radius: 25px;

}



@media all and (max-width: 991px) {

  .event-schedule .tab-content .table tr th {

    padding-left: 15px;

  }

  .event-schedule .tab-content .table tr td {

    padding-left: 15px;

  }

  .event-schedule .tab-content .table tr td .media-body .entry-title {

    margin-top: 13px;

  }

}



@media all and (max-width: 767px) {

  .event-schedule .nav.nav-tabs li {

    float: none;

    display: inline-block;

  }

  .event-schedule .nav.nav-tabs li a {

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 0.45px;

    padding: 7px 10px;

  }

  .event-schedule .tab-content .table tr .speaker {

    display: none;

  }

  .event-schedule.style-two .table tr th.speaker {

    display: none;

  }

  .event-schedule.style-two .table tr td.speaker {

    display: none;

  }

}



/*

|----------------------------------------------------------------------------

| 11.0 - addons-map

|----------------------------------------------------------------------------

*/

.google-map {

  height: 450px;

}



/*

|----------------------------------------------------------------------------

| 12.0 - addons-contact-info

|----------------------------------------------------------------------------

*/

.contact-section {

  position: relative;

}



.contact-section .contact-info {

  position: absolute;

  left: 6%;

  top: 13%;

  background: #ffffff;

  padding: 50px 40px;

  border: 1px solid #d6d6d6;

  border-radius: 10px;

}



.contact-section .contact-info .item {

  margin-bottom: 40px;

}



.contact-section .contact-info .item:last-child {

  margin-bottom: 0;

}



.contact-section .contact-info .entry-title {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 24px;

  line-height: 24px;

  color: #171717;

  margin-bottom: 20px;

}



.contact-section .contact-info .entry-content {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 24px;

  color: #505050;

  font-weight: 400;

}



@media all and (max-width: 991px) {

  .contact-section .contact-info {

    position: relative;

    left: 0;

    border: 0;

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 13.0 - addons-btn area 

|----------------------------------------------------------------------------

*/

.btn-area .btn-green {

  font-size: 15px !important;

  line-height: 24px;

  padding: 10px 30px 7px 30px;

}



/*

|----------------------------------------------------------------------------

| 14.0 - addons-conference-heading

|----------------------------------------------------------------------------

*/

.conference-heading .date .day {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 250px;

  line-height: 196px;

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  color: transparent;

  -webkit-background-clip: text;

  background-clip: text;

}



.conference-heading .date .day .month {

  font-size: 48px;

  margin-left: -65px;

  color: #ff3427;

}



.conference-heading .entry-title {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 60px;

  color: #82db29;

  text-transform: uppercase;

  margin-top: -40px;

}



@media all and (max-width: 1024px) {

  .conference-heading .date .day {

    font-size: 240px;

  }

}



@media all and (max-width: 480px) {

  .conference-heading {

    text-align: center;

  }

  .conference-heading .date .day {

    font-size: 158px;

    line-height: 120px;

  }

  .conference-heading .date .day .month {

    font-size: 30px;

    margin-left: -50px;

  }

  .conference-heading .entry-title {

    font-size: 36px;

  }

}



/*

|----------------------------------------------------------------------------

| 15.0 - addons-service

|----------------------------------------------------------------------------

*/

.service {

  margin-bottom: 80px;

}



.service .entry-thumb {

  margin-bottom: 25px;

}



.service .entry-title {

  font-family: "Exo 2", cursive;

  font-size: 24px;

  line-height: 30px;

  color: #171717;

}



.service .entry-content {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 15px;

  line-height: 30px;

}



@media all and (max-width: 480px) {

  .service {

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 16.0 - addons-Speaker Carousel

|----------------------------------------------------------------------------

*/

.speaker-carousel .entry-title {

  font-family: "Exo 2", cursive;

  font-size: 30px;

  font-weight: 400;

  line-height: 36px;

  margin-bottom: 0;

}



.speaker-carousel .entry-sub-title {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 36px;

}



.speaker-carousel .entry-post-meta {

  margin-top: 30px;

}



.speaker-carousel .entry-post-meta h3 {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 22px;

  line-height: 30px;

  margin-bottom: 5px;

}



.speaker-carousel .entry-post-meta p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 30px;

}



.speaker-carousel .entry-post-meta p i {

  color: #ff500d;

  margin-right: 5px;

}



.speaker-carousel .entry-post-meta .time,

.speaker-carousel .entry-post-meta .session {

  margin-bottom: 35px;

}



.speaker-carousel .entry-content {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  font-size: 15px;

  line-height: 30px;

  margin-bottom: 15px;

}



.speaker-carousel .entry-content h3 {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 22px;

  line-height: 30px;

  margin-bottom: 0;

}



.speaker-carousel ul.social {

  list-style: none;

}



.speaker-carousel ul.social li {

  display: inline-block;

  margin-right: 40px;

}



.speaker-carousel ul.social li a {

  font-size: 16px;

}



.speaker-carousel ul.social li:last-child {

  margin-right: 0;

}



.speaker-carousel.bg-thumb {

  position: relative;

}



.speaker-carousel.bg-thumb:after {

  content: '';

  display: block;

  position: absolute;

  width: 100%;

  top: 30px;

  left: -30px;

  bottom: -30px;

  background: rgba(0, 0, 0, 0.5);

  z-index: -1;

}



.speaker-carousel.color-white .entry-title,

.speaker-carousel.color-white .entry-sub-title,

.speaker-carousel.color-white .entry-post-meta h3,

.speaker-carousel.color-white .entry-post-meta p,

.speaker-carousel.color-white .time,

.speaker-carousel.color-white .session,

.speaker-carousel.color-white .entry-content,

.speaker-carousel.color-white .entry-content h3,

.speaker-carousel.color-white ul.social li a {

  color: #ffffff;

}



@media all and (max-width: 480px) {

  .speaker-carousel {

    text-align: center;

  }

}



.speaker-carousel-thumb {

  position: relative;

}



.speaker-carousel-thumb .custom-control {

  position: absolute;

  bottom: 0;

  left: 15px;

  z-index: 9999;

  width: 50px;

  height: auto;

  background: #ff500d;

}



.speaker-carousel-thumb .custom-control button {

  display: block;

  width: 100%;

  font-size: 24px;

  color: #ffffff;

  border: 0;

  outline: 0;

  padding-top: 3px;

  padding-bottom: 3px;

  background: transparent;

}



/*

|----------------------------------------------------------------------------

| 17.0 - addons-Video 

|----------------------------------------------------------------------------

*/

.evecon-video {

  position: relative;

  display: inline-block;

}



.evecon-video img {

  max-width: 100%;

  height: auto;

}



.evecon-video .hover-content {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  display: flex;

  justify-content: center;

  align-items: center;

}



.evecon-video .hover-content a {

  outline: none;

}



/*

|----------------------------------------------------------------------------

| 18.0 - addons-testimonial carousel

|----------------------------------------------------------------------------

*/

.testimonial-carousel {

  position: relative;

}



.testimonial-carousel .media-left {

  padding-right: 35px;

}



.testimonial-carousel .media-left .entry-thumb {

  position: relative;

  margin-left: 10px;

  margin-top: 15px;

}



.testimonial-carousel .media-left .entry-thumb img {

  width: auto;

  max-width: none;

}



.testimonial-carousel .media-left .entry-thumb:after {

  content: '';

  display: block;

  border: 1px dashed #dddddd;

  position: absolute;

  top: -10px;

  left: -10px;

  bottom: -10px;

  right: -10px;

  border-radius: 50%;

}



.testimonial-carousel .media-body p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 30px;

  color: #505050;

  margin-bottom: 25px;

}



.testimonial-carousel .media-body .entry-title {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 16px;

  color: #171717;

  text-transform: capitalize;

}



.testimonial-carousel .owl-nav {

  position: absolute;

  left: 30px;

  top: 120px;

}



.testimonial-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next {

  display: inline-block;

}



.testimonial-carousel .owl-nav .owl-prev i,

.testimonial-carousel .owl-nav .owl-next i {

  font-size: 24px;

}



.testimonial-carousel .owl-nav .owl-prev {

  margin-right: 10px;

}



.testimonial-carousel .owl-nav .owl-next {

  margin-left: 10px;

}



@media all and (max-width: 480px) {

  .testimonial-carousel .item {

    text-align: center;

  }

  .testimonial-carousel .media-left {

    display: inline-block;

    text-align: center;

    margin-bottom: 40px;

  }

  .testimonial-carousel .owl-nav {

    position: absolute;

    left: 50%;

    top: 112px;

    margin-left: -28px;

  }

}



/*

|----------------------------------------------------------------------------

| 19.0 - addons-client

|----------------------------------------------------------------------------

*/

.client-section .section-header {

  margin-bottom: 50px;

}



.client-section .section-header .entry_title {

  text-align: left !important;

}



@media all and (max-width: 480px) {

  .client-section .section-header .entry_title {

    text-align: center !important;

  }

}



/*

|----------------------------------------------------------------------------

| 20.0 - addons-questions

|----------------------------------------------------------------------------

*/

.questions-wrap .panel-default {

  margin-bottom: 15px;

}



.questions-wrap .panel {

  border: 2px solid #dfdfdf;

  border-radius: 0;

}



.questions-wrap .panel-body {

  padding: 10px 15px;

}



.questions-wrap .panel-title a {

  display: block;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 700;

  color: #82db29;

  position: relative;

}



.questions-wrap .panel-title a:after {

  content: '\f068';

  display: block;

  font-family: FontAwesome;

  position: absolute;

  top: 0;

  right: 0;

}



.questions-wrap .panel-title a.collapsed {

  color: #171717;

  position: relative;

}



.questions-wrap .panel-title a.collapsed:after {

  content: '\f067';

  display: block;

  font-family: FontAwesome;

  position: absolute;

  top: 0;

  right: 0;

}



.questions-wrap .panel-default > .panel-heading {

  background: #ffffff;

  border-color: #ffffff;

}



.questions-wrap .panel-group .panel-heading + .panel-collapse > .list-group,

.questions-wrap .panel-group .panel-heading + .panel-collapse > .panel-body {

  border-top: 0;

}



/*

|----------------------------------------------------------------------------

| 21.0 - addons-Contact form

|----------------------------------------------------------------------------

*/

.contact-form .form-group {

  margin-bottom: 30px;

}



.contact-form .form-control {

  border-radius: 0;

  border: 2px solid #dfdfdf;

  box-shadow: none;

  outline: 0;

  height: 50px;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  color: #505050;

  text-transform: capitalize;

}



.contact-form textarea {

  border: 2px solid #dfdfdf;

  color: #505050;

  padding: 15px;

  resize: none;

  width: 100%;

  outline: none;

}



.contact-form span.wpcf7-not-valid-tip {

  margin-top: 10px;

}



.contact-form textarea::-webkit-input-placeholder,

.contact-form input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #505050;

}



.contact-form textarea::-moz-placeholder,

.contact-form input::-moz-placeholder {

  /* Firefox 19+ */

  color: #505050;

}



.contact-form textarea:-ms-input-placeholder,

.contact-form input:-ms-input-placeholder {

  /* IE 10+ */

  color: #505050;

}



.contact-form textarea:-moz-placeholder,

.contact-form input:-moz-placeholder {

  /* Firefox 18- */

  color: #505050;

}



.contact-form .btn-default, .contact-form .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .contact-form .comment-reply-link {

  padding: 13px 50px;

  border-radius: 25px;

}



@media all and (max-width: 767px) {

  .contact-form input[type="text"] {

    margin-bottom: 30px;

  }

}



@media all and (max-width: 480px) {

  .contact-form {

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 22.0 - addons-Travel info

|----------------------------------------------------------------------------

*/

.travel-info {

  margin-bottom: 30px;

}



.travel-info .entry-thumb {

  margin-bottom: 20px;

}



.travel-info .entry-title {

  font-family: "Exo 2", cursive;

  font-size: 22px;

  line-height: 25px;

  font-weight: 400;

  color: #171717;

}



.travel-info .entry-content {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 30px;

  color: #171717;

}



@media all and (max-width: 480px) {

  .travel-info {

    text-align: center;

  }

}



/*

|----------------------------------------------------------------------------

| 23.0 - Blog post

|----------------------------------------------------------------------------

*/

.blog-post, .blog-post-single {

  margin-bottom: 80px;

}



.blog-post.sticky, .sticky.blog-post-single {

  background: #f7f7f7;

  padding: 30px;

}



.blog-post .entry-thumb, .blog-post-single .entry-thumb {

  margin-bottom: 30px;

}



.blog-post .entry-header .entry-title a, .blog-post-single .entry-header .entry-title a {

  font-family: "Exo 2", cursive;

  font-size: 24px;

  font-weight: 400;

  line-height: 30px;

  word-break: break-all;

  color: #171717;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.blog-post .entry-header .entry-title a:hover, .blog-post-single .entry-header .entry-title a:hover {

  color: #82db29;

}



.blog-post .entry-meta, .blog-post-single .entry-meta {

  margin-bottom: 20px;

}



.blog-post .entry-meta span, .blog-post-single .entry-meta span {

  font-family: "Open Sans", sans-serif;

  font-size: 14px;

  line-height: 20px;

  font-weight: 700;

  color: #171717;

}



.blog-post .entry-meta a, .blog-post-single .entry-meta a {

  font-family: "Open Sans", sans-serif;

  font-size: 14px;

  line-height: 20px;

  font-weight: 400;

  color: #505050;

}



.blog-post .entry-meta a:hover, .blog-post-single .entry-meta a:hover {

  color: #82db29;

}



.blog-post .entry-content p, .blog-post-single .entry-content p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 30px;

  font-weight: 400;

  color: #505050;

  margin-bottom: 25px;

  word-break: break-all;

}



.blog-post .entry-content ul, .blog-post-single .entry-content ul,

.blog-post .entry-content ol, .blog-post-single .entry-content ol {

  margin-left: 17px;

}



.blog-post .entry-content img, .blog-post-single .entry-content img {

  height: auto;

  max-width: 100%;

  vertical-align: middle;

}



.blog-post .entry-content .wp-caption, .blog-post-single .entry-content .wp-caption {

  margin-bottom: 1.75em;

  max-width: 100%;

}



.blog-post .entry-content .btn-default, .blog-post-single .entry-content .btn-default, .blog-post .entry-content .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .blog-post .entry-content .comment-reply-link, .blog-post-single .entry-content .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .blog-post-single .entry-content .comment-reply-link {

  border-radius: 25px;

}



.blog-post .entry-content .btn-readmore, .blog-post-single .entry-content .btn-readmore {

  font-family: "Exo 2", cursive;

  font-weight: 400;

  font-size: 14px;

  line-height: 24px;

  color: #ff500d;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.blog-post .entry-content .btn-readmore:hover, .blog-post-single .entry-content .btn-readmore:hover {

  color: #82db29;

}



.page-post ul,

.page-post ol {

  margin-left: 17px;

}



.page-post ul ul,

.page-post ul ol,

.page-post ol ul,

.page-post ol ol {

  margin-left: 30px;

}



.page-post img {

  height: auto;

  max-width: 100%;

  vertical-align: middle;

}



.page-post .wp-caption {

  margin-bottom: 1.75em;

  max-width: 100%;

}



.page-post .comment-box {

  margin-top: 50px;

}



/*

|----------------------------------------------------------------------------

| 24.0 -  Blog post single

|----------------------------------------------------------------------------

*/

.blog-post-single {

  margin-bottom: 50px;

}



.blog-post-single .social-share {

  margin-top: 40px;

  border-bottom: 2px solid #dfdfdf;

  padding-bottom: 25px;

}



.blog-post-single .social-share a {

  margin-right: 10px;

}



.blog-post-single .social-share a i.fa {

  display: inline-block;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: #505050;

  font-size: 18px;

  line-height: 40px;

  color: #ffffff;

  text-align: center;

}



.blog-post-single .social-share a i.fa.fa-facebook {

  background: #3b5998;

}



.blog-post-single .social-share a i.fa.fa-twitter {

  background: #1da1f2;

}



.blog-post-single .social-share a i.fa.fa-google-plus {

  background: #dd4b39;

}



.blog-post-single .social-share a i.fa.fa-pinterest {

  background: #bd081c;

}



.blog-post-single .entry-content .page-links {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  color: #171717;

  font-weight: 700;

}



.blog-post-single .entry-content .page-links > .page-number {

  color: #82db29;

}



.blog-post-single .entry-content .page-links a > .page-number {

  color: #171717;

}



.blog-post-single .entry-content input[type="password"] {

  padding: 0 10px;

  outline: none;

}



.blog-post-single .entry-content input[type="submit"] {

  display: inline-block;

  font-family: "Exo 2", cursive;

  font-size: 15px;

  color: #ffffff;

  font-weight: 400;

  padding: 1px 15px;

  letter-spacing: 0.75px;

  border: 1px solid #ff500d;

  outline: none;

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



/*

|----------------------------------------------------------------------------

| 25.0 -  Comment box

|----------------------------------------------------------------------------

*/

.comment-box {

  margin-bottom: 70px;

}



.comment-box .heading-text {

  font-family: "Exo 2", cursive;

  font-size: 24px;

  font-weight: 400;

  color: #171717;

  margin-bottom: 50px;

}



.comment-box ul.media-list {

  margin-left: 0;

}



.comment-box ul.media-list li.media .media-left img {

  border-radius: 50%;

}



.comment-box ul.media-list li.media .media-left, .comment-box ul.media-list li.media .media > .pull-left {

  padding-right: 30px;

}



.comment-box ul.media-list li.media .media-body .entry-header {

  margin-bottom: 15px;

}



.comment-box ul.media-list li.media .media-body .entry-header .media-heading a {

  font-family: "Exo 2", cursive;

  font-size: 16px;

  font-weight: 400;

  line-height: 20px;

  color: #171717;

}



.comment-box ul.media-list li.media .media-body .entry-header .date {

  font-family: "Open Sans", sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 20px;

  color: #505050;

}



.comment-box ul.media-list li.media .media-body .entry-content {

  margin-bottom: 20px;

}



.comment-box ul.media-list li.media .media-body .entry-content p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 24px;

  word-break: break-all;

  color: #505050;

}



.comment-box ul.media-list li.media .media-body .entry-content img {

  max-width: 100%;

  height: auto;

}



.comment-box ul.media-list li.media .media-body .entry-content iframe {

  max-width: 100%;

}



.comment-box ul.media-list li.media .media-body .entry-content ul {

  list-style-type: disc;

  list-style-position: inside;

}



.comment-box ul.media-list li.media .media-body .entry-content ol {

  list-style-type: decimal;

  list-style-position: inside;

}



.comment-box ul.media-list li.media .media-body .entry-content ul ul, .comment-box ul.media-list li.media .media-body .entry-content ol ul {

  list-style-type: circle;

  list-style-position: inside;

  margin-left: 15px;

}



.comment-box ul.media-list li.media .media-body .entry-content ol ol, .comment-box ul.media-list li.media .media-body .entry-content ul ol {

  list-style-type: lower-latin;

  list-style-position: inside;

  margin-left: 15px;

}



.comment-box ul.media-list li.media .media-body .entry-content ul ul, .comment-box ul.media-list li.media .media-body .entry-content ul ol, .comment-box ul.media-list li.media .media-body .entry-content ol ul, .comment-box ul.media-list li.media .media-body .entry-content ol ol {

  margin-left: 30px;

}



.comment-box ul.media-list li.media .media-body .comment-reply-link {

  border-radius: 25px;

  padding: 7px 25px;

  margin-bottom: 20px;

}



.comment-box .navigation.comment-navigation .nav-links .nav-next,

.comment-box .navigation.comment-navigation .nav-links .nav-previous {

  display: inline-block;

}



.comment-box .navigation.comment-navigation .nav-links .nav-next a,

.comment-box .navigation.comment-navigation .nav-links .nav-previous a {

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  line-height: 26px;

  font-weight: 700;

  text-transform: capitalize;

  color: #171717;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.comment-box .navigation.comment-navigation .nav-links .nav-next a:hover,

.comment-box .navigation.comment-navigation .nav-links .nav-previous a:hover {

  color: #82db29;

}



.comment-box .navigation.comment-navigation .nav-links .nav-next {

  float: right;

}



@media all and (max-width: 480px) {

  .comment-box ul.media-list li.media .media-body .entry-content iframe {

    height: auto;

  }

}



@media all and (max-width: 320px) {

  .comment-box .navigation.comment-navigation .nav-links .nav-next a,

  .comment-box .navigation.comment-navigation .nav-links .nav-previous a {

    font-size: 16px;

  }

  .comment-box ul.media-list li.media .media-left {

    display: block;

    margin-bottom: 20px;

  }

}



/*

|----------------------------------------------------------------------------

| 26.0 -  Comment form

|----------------------------------------------------------------------------

*/

.comment-respond {

  margin-bottom: 50px;

}



.comment-respond .comment-reply-title {

  font-family: "Exo 2", cursive;

  font-size: 24px;

  line-height: 30px;

  font-weight: 400;

  color: #171717;

  margin-bottom: 30px;

}



.comment-respond .comment-notes {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  font-weight: 400;

  color: #505050;

  margin-bottom: 25px;

}



.comment-respond textarea {

  width: 100%;

  border: 2px solid #dfdfdf;

  resize: none;

  padding: 20px 15px;

  outline: none;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  color: #505050;

}



.comment-respond textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #505050;

}



.comment-respond textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: #505050;

}



.comment-respond textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: #505050;

}



.comment-respond textarea:-moz-placeholder {

  /* Firefox 18- */

  color: #505050;

}



.comment-respond .form-control {

  border: 2px solid #dfdfdf;

  border-radius: 0;

  height: 50px;

  box-shadow: none;

}



.comment-respond .form-control::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #505050;

}



.comment-respond .form-control::-moz-placeholder {

  /* Firefox 19+ */

  color: #505050;

}



.comment-respond .form-control:-ms-input-placeholder {

  /* IE 10+ */

  color: #505050;

}



.comment-respond .form-control:-moz-placeholder {

  /* Firefox 18- */

  color: #505050;

}



.comment-respond .form-submit button.btn-default, .comment-respond .form-submit .comment-box ul.media-list li.media .media-body button.comment-reply-link, .comment-box ul.media-list li.media .media-body .comment-respond .form-submit button.comment-reply-link {

  padding: 15px 55px;

  border-radius: 25px;

  outline: none;

}



@media all and (max-width: 767px) {

  .comment-respond .form-control {

    margin-bottom: 20px;

  }

}



/*

|----------------------------------------------------------------------------

| 27.0 -  Search form

|----------------------------------------------------------------------------

*/

.search-form {

  position: relative;

}



.search-form .search-field {

  width: 100%;

  border: 2px solid #dfdfdf;

  height: 50px;

  box-sizing: border-box;

  outline: none;

  padding: 0 35px 0 10px;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  color: #505050;

}



.search-form .search-field::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #505050;

}



.search-form .search-field::-moz-placeholder {

  /* Firefox 19+ */

  color: #505050;

}



.search-form .search-field:-ms-input-placeholder {

  /* IE 10+ */

  color: #505050;

}



.search-form .search-field:-moz-placeholder {

  /* Firefox 18- */

  color: #505050;

}



.search-form .search-submit {

  padding: 15px;

  font-size: 16px;

  color: #171717;

  position: absolute;

  right: 0;

  top: 2px;

  background: transparent;

  border: 0;

  outline: none;

}



/*

|----------------------------------------------------------------------------

| 28.0 -  Pagination

|----------------------------------------------------------------------------

*/

.navigation.pagination {

  display: block;

  border-top: 1px solid #dfdfdf;

  margin-top: -30px;

}



.navigation.pagination .nav-links {

  margin-top: 50px;

}



.navigation.pagination .nav-links span.page-numbers, .navigation.pagination .nav-links a.page-numbers {

  display: inline-block;

  width: 40px;

  height: 40px;

  font-family: "Exo 2", cursive;

  font-size: 18px;

  font-weight: 400;

  color: #505050;

  border-radius: 50%;

  line-height: 36px;

  text-align: center;

  border: 2px solid #dfdfdf;

  box-sizing: border-box;

  margin-right: 10px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.navigation.pagination .nav-links span.page-numbers:hover, .navigation.pagination .nav-links a.page-numbers:hover {

  background: #82db29;

  border-color: #82db29;

  color: #ffffff;

}



.navigation.pagination .nav-links span.page-numbers.current {

  background: #82db29;

  border-color: #82db29;

  color: #ffffff;

}



/*

|----------------------------------------------------------------------------

| 29.0 -  Navigation

|----------------------------------------------------------------------------

*/

.navigation.post-navigation {

  margin-bottom: 50px;

}



.navigation.post-navigation .screen-reader-text {

  display: none;

}



.navigation.post-navigation .nav-links .nav-next,

.navigation.post-navigation .nav-links .nav-previous {

  display: inline-block;

}



.navigation.post-navigation .nav-links .nav-next a,

.navigation.post-navigation .nav-links .nav-previous a {

  font-family: "Exo 2", cursive;

  font-size: 14px;

  font-weight: 400;

  background-image: -moz-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -webkit-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  background-image: -ms-linear-gradient(135deg, #ff2931 0%, #ff500d 100%);

  padding: 7px 15px;

  color: #ffffff;

  border-radius: 4px;

}



.navigation.post-navigation .nav-links .nav-next {

  float: right;

}



.error-404 {

  text-align: center;

}



.error-404 .page-header {

  display: inline-block;

  margin: 0;

}



.error-404 .search-form {

  display: inline-block;

}



.error-404 .search-form .search-field {

  display: inline-block;

  width: auto;

}



/*

|----------------------------------------------------------------------------

| 30.0 -  Widgets

|----------------------------------------------------------------------------

*/

.widget {

  margin-bottom: 50px;

}



.widget select {

  max-width: 100%;

}



.widget ul, .widget ol {

  padding-left: 0;

  margin-left: 17px;

}



.widget ul li, .widget ol li {

  margin-bottom: 20px;

}



.widget ul li a, .widget ol li a {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 20px;

  font-weight: 400;

  color: #505050;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.widget ul li a:hover, .widget ol li a:hover {

  color: #82db29;

}



.widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {

  margin-top: 20px;

}



.widget .rssSummary,

.widget p {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  line-height: 24px;

  font-weight: 400;

  color: #505050;

}



.widget .rssSummary {

  margin-top: 10px;

}



.widget .screen-reader-text {

  display: none;

}



.widget .widget-title {

  font-family: "Exo 2", cursive;

  font-size: 20px;

  line-height: 28px;

  font-weight: 400;

  color: #00213b;

  margin-bottom: 30px;

}



.widget .widget-title:after {

  content: '';

  display: block;

  width: 35px;

  height: 3px;

  background: #ff500d;

}



.widget .textwidget img {

  max-width: 100%;

  height: auto;

}



.widget .tagcloud a {

  display: inline-block;

  font-family: "Open Sans", sans-serif;

  font-size: 15px !important;

  font-weight: 400;

  line-height: 20px;

  color: #505050;

  border: 1px solid #e1e1e1;

  padding: 7px 20px;

  margin-bottom: 10px;

  margin-right: 5px;

  border-radius: 25px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.widget .tagcloud a:hover {

  color: #82db29;

  border-color: #82db29;

}



@media all and (max-width: 991px) {

  .sidebar {

    margin-top: 50px;

  }

}



/*

|----------------------------------------------------------------------------

| 31.0 -  Footer

|----------------------------------------------------------------------------

*/

.footer .footer-top {

  padding: 120px 0;

  background: #1e1132;

}



.footer .subscribe {

  text-align: center;

}



.footer .subscribe .entry-title {

  font-family: "Exo 2", cursive;

  font-size: 30px;

  line-height: 36px;

  font-weight: 400;

  color: #ffffff;

  text-transform: capitalize;

  margin-bottom: 45px;

}



.footer .subscribe .form-group {

  position: relative;

  margin-bottom: 0;

}



.footer .subscribe .form-group .form-control {

  background: transparent;

  border: 1px solid #4b415b;

  width: 73%;

  height: 50px;

  outline: none;

  color: #ffffff;

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

}



.footer .subscribe .form-group .form-control:focus {

  box-shadow: none;

}



.footer .subscribe .form-group .form-control::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #ffffff;

}



.footer .subscribe .form-group .form-control::-moz-placeholder {

  /* Firefox 19+ */

  color: #ffffff;

}



.footer .subscribe .form-group .form-control:-ms-input-placeholder {

  /* IE 10+ */

  color: #ffffff;

}



.footer .subscribe .form-group .form-control:-moz-placeholder {

  /* Firefox 18- */

  color: #ffffff;

}



.footer .subscribe .form-group .btn-default, .footer .subscribe .form-group .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body .footer .subscribe .form-group .comment-reply-link {

  position: absolute;

  right: 0;

  top: 0;

}



.footer .copyright {

  font-family: "Open Sans", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 20px;

  color: #888888;

  text-align: right;

}



.footer .footer-bottom {

  padding-top: 80px;

  background-size: cover;

  background-repeat: no-repeat;

}



.footer .footer-bottom .copyright,

.footer .footer-bottom ul.social {

  margin-bottom: 80px;

}



.footer .footer-bottom .logo {

  margin-bottom: 80px;

  margin-top: -18px;

  text-align: center;

}



.footer ul.social {

  list-style: none;

}



.footer ul.social li {

  display: inline;

  margin-right: 15px;

}



.footer ul.social li:last-child {

  margin-right: 0;

}



.footer ul.social li a {

  color: #888888;

  font-size: 15px;

  line-height: 20px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.footer ul.social li a:hover {

  color: #ff500d;

}



@media all and (max-width: 991px) {

  .footer .footer-bottom {

    padding-top: 50px;

    background-size: cover;

    background-repeat: no-repeat;

  }

  .footer .footer-bottom ul.social {

    margin-bottom: 30px;

    text-align: center;

  }

  .footer .footer-bottom .logo {

    margin-bottom: 30px;

    margin-top: 0;

    text-align: center;

  }

  .footer .footer-bottom .copyright {

    text-align: center;

    margin-bottom: 50px;

  }

}



@media all and (max-width: 320px) {

  footer .subscribe .form-group .btn-default, footer .subscribe .form-group .comment-box ul.media-list li.media .media-body .comment-reply-link, .comment-box ul.media-list li.media .media-body footer .subscribe .form-group .comment-reply-link {

    padding: 15px 15px;

  }

}

.vrgamer:hover { color:#F00;}
.vrgamer { color:#FFF;}
.videoWrapper {
	position: relative;
	padding-bottom: 20%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:560px;
	max-height:315px;
}