/*
Theme Name: IYCA
Description: A custom theme for the International Youth Conditioning Association
Author: Jason Nall
Author URI: http://www.jsonnull.com
Version: 2.0
*/

/* --------------- Basic Layout --------------- */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
  background: white;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #222222;
}

.home, .page-id-12245 {

  }

#wrapper, .wrap {

  }
.single-event div {
    margin-bottom: 5px;
}
.single-event > div {
    margin: 0;
}
.single-event h2 {
    color: #000;
    font-weight: 800;
}
#header, #nav-wrapper {
 /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFEMEVEQzRDRjJBMTFFNEEwOTA4RDE3ODVEQ0I0RkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFEMEVEQzVDRjJBMTFFNEEwOTA4RDE3ODVEQ0I0RkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RURBNUE3RkNGMjcxMUU0QTA5MDhEMTc4NURDQjRGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RURBNUE4MENGMjcxMUU0QTA5MDhEMTc4NURDQjRGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl2u6ugAAAAGUExURRsXGAAAAIsbf3UAAAAOSURBVHjaYmCgJwAIMAAAbgABHA/EkAAAAABJRU5ErkJggg==);
 */
  }
.home #nav-wrapper {
  /*background-color: #f3f3f3;*/
}

#header h1#logo {
  border: 0;
}
#nav-wrapper {
  background-size: 100% 50%;
  background-repeat: no-repeat;
}

#main {
  margin-top: 2rem;
  }

.single #main {
  margin-top: 6rem;
}

#content {
  }

#content .entry, #content footer {
  padding-top: 10px;
}

.home #content .entry, .page-id-12245 #content .entry {
  padding: 0;
  }

#sidebar {

  }

#footer {
  clear: both;
  background: #201d1e;
  }

/* --------------- Generic Tags & Classes --------------- */

a, a:link {
  color: #f18232;
  }

.entry ul, .entry ol {
  margin: 10px 20px;
  }

.entry ul li {
  list-style-type: disc;
}

.alignnone {
  margin: 0 10px 10px 0;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

/* --------------- Headings --------------- */

h1, h2, h3, h4, h5, h6 {
  color: #f18232;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1, h2 {
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
}

h3 {
  margin-bottom: 6px;
}

.home h2 {
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  }

h1.page-title {
  padding: 10px;
  text-transform: none;
  }

h1.page-title, h1.post-title {
  font-size: 4.2rem;
  }

h2.post-title {
  font-size: 2rem;
  }

.entry h2, .entry h1 {
  border: none;
  }

.offering h3 {
  margin-top: 0;
  }

/* --------------- Logo --------------- */

#logo {
  width: 345px;
  height: 103px;
  margin: 0 auto 2rem;
}

/* Larger than tablet */
@media (min-width: 800px) {
  #logo {
    float: left;
    margin: 0;
  }
}

#logo a {
  text-indent: -9999px;
  font-size: 1%;
  overflow: hidden;
  display: block;
  width: 345px;
  height: 103px;
  background: url(/wp-content/themes/iyca/images/logo.png) no-repeat;
  }

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dppx) { 
  #logo a {
    background: url(/wp-content/themes/iyca/images/logo-retina.png) no-repeat;
    background-size: 345px 103px;
  }
}

/* --------------- Main nav --------------- */

#nav {
  background: #656565;
  font-family: "Roboto", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Neue Regular", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*margin-bottom: 28px;*/
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

#nav .menu {
  margin: 0;
}

@media (min-width: 1000px) {
  #nav .menu {
    margin: 0;
    float: left;
    text-align: left;
  }
}

#nav .menu li {
  display: inline-block;
  z-index: 500;
  text-transform: uppercase;
  margin: 0;
}

#nav .menu li a {
  color: #fff;
  text-decoration: none;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  /*margin-top: 10px;*/
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  /*letter-spacing: 20;*/
}

#nav .menu li a:hover {
  background: #f18232;
}

#nav li.current-menu-item a {
  color: #999;
}
#nav li.current-menu-item ul li a {
  color: #fff;
}
#nav li.current-menu-item a:hover {
  color: #fff;
}

#nav li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 42px;
  margin: 0;
  display: none;
  background: #656565;
  -webkit-border-radius: 0 0 5px 5px; 
  -moz-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding-top: 10px;
    /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #656565 0%, #262626 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #656565 0%, #262626 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #656565 0%, #262626 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #656565), color-stop(1, #262626));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #656565 0%, #262626 100%);
  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #656565 0%, #262626 100%);
  }

#nav li ul.sub-menu li {
  display: block;
  width: 200px;
  }

#nav li ul.sub-menu a {
  display: block;
  line-height: 1;
  padding: 10px;
  margin: 0;
  height: auto;
  }

#nav li ul.sub-menu a:hover {
  background: #f18232;
  }

/* --------------- Social Links --------------- */

#social {
  height: auto;
}

#social ul {
  margin: 0 10px 0 0;
  list-style-type: none;
  display: inline-block;
  }

@media (min-width: 1000px) {
  #social ul {
    float: right;
  }
}

#social li {
  float: left;
  margin: 0;
  }

#social ul li a {
  color: #eee;
  font-size: 2.5rem;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  text-decoration: none;
}

#social ul li a:hover {
  background-color: white;
  border-radius: 3px;
}

#social ul li a.jv-facebook:hover {
  color: #3b5998;
}
#social ul li a.jv-twitter:hover {
  color: #00bcf6;
}
#social ul li a.jv-google:hover {
  color: #f2301c;
}
#social ul li a.jv-youtube:hover {
  color: #d22222;
}


/* --------------- Header Area --------------- */

#header-widget {
  text-align: center;
  }

/* Larger than tablet */
@media (min-width: 800px) {
  #header-widget {
    float: right;
    margin: 34px 0 0;
  }
}

#searchform, #searchform input {
  margin-bottom: 0;
}
#searchform label {
  display: none;
  }

#s {
  color: #656565;
  font: 12px "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 10px 20px;
  width: 190px;
  margin-right: 5px;
  border: 1px solid #2f2f2f;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
  }

#searchsubmit {
  font: normal 12px "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #f18232;
  border: none;
  padding: 10px 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  }

/* --------------- Homepage Elements --------------- */

#banner {
  padding-top: 2rem;
  background-color: #f3f3f3;
}

#slider {
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 2rem;
  position: relative;
}
#slider .slick-list {
  margin-bottom: 4px;
  box-shadow: 0 0 10px #676767;
}
#slider ul.slick-dots {
  list-style-type: disc;
  display: inline-block;
  text-align: center;
  color: white;
  margin: 0;
}
#slider ul.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#slider ul.slick-dots li button, #slider button.slick-prev, #slider button.slick-next {
  width: 20px;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
  color: #999;
}
#slider ul.slick-dots li button:hover, #slider button.slick-prev:hover, #slider button.slick-next:hover, #slider ul.slick-dots li.slick-active button {
  color: #333;
}
#slider ul.slick-dots li button:before {
  content: "\2022";
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
}
#slider button.slick-prev {
  float: left;
}
#slider button.slick-next {
  float: right;
}
#slider button.slick-prev:before {
  content: "\25C0";
  font-size: 1.5rem;
}
#slider button.slick-next:before {
  content: "\25B6";
  font-size: 1.5rem;
}
.slick-initialized .slick-slide {
    display: block;
    overflow: hidden;
}
#home-top-right {
    background: #ff7f17 none repeat scroll 0 0;
    border-radius: 5px;
}
#home-top-right h2.widgettitle {
  background: #313437 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 4% 13%;
  text-align: center;
}
#home-top-right p {
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    padding: 5px 4%;
    text-align: center;
}
#home-top-right ul li {
  list-style-type: none;
  background: url(/wp-content/themes/iyca/images/bullet.png) left 5px no-repeat;
  padding-left: 20px;
  }

#home-top-right form {
  margin: 0;
  padding: 3px 4% 0;
  text-align:center;
} 

#home-top-right form label {
  display: none;
  }

#home-top-right input {
  border: medium none;
  border-radius: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  height: 32px;
  margin: 0 0 10px;
  padding: 4px 10px;
}

#home-top-right input[type="submit"] {
  background-image: url("images/get-video-btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0 none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: auto;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 13px;
  padding: 7px 27px 7px 20px;
  position: relative;
  width: auto;
}
#home-top-right input[type="submit"]:hover {
  background-image:url("images/get-video-btn-hover.png");
  color: #ffffff;
}


#intro {
  }

#featured .offering {
  text-align: center;
  width: 46%;
  margin: 2%;
  float: left;
}
#home-top-right input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc!important;
}
#home-top-right input ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc!important;
}
#home-top-right input :-ms-input-placeholder { /* IE 10+ */
  color: #ccc!important;
}
#home-top-right input :-moz-placeholder { /* Firefox 18- */
  color: #ccc!important;
}
.wpls-logo-showcase .slick-slide .logo-title {
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    padding: 0;
}
.owl-item h3 {
    font-size: 14px;
}
.owl-item p {
    font-size: 12px;
    line-height: normal;
}
.owl-item p {
    font-size: 12px;
    line-height: normal;
	margin:0;
}
.sa_hover_container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
}

/* Larger than tablet */
@media (max-width: 1000px) {
  #slider {
    display: block;
    float: none;
    width: 100%;
  }
}


/* Larger than tablet */
@media (min-width: 550px) and (max-width: 1000px) {
  #home-top-right {
    display: block;
    float: none;
    width: 440px;
    margin: 0 auto 0
  }
  .seven.columns.slider.slick-initialized.slick-slider {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.slick-track {
    margin: 0 auto;
}  
}

/* Larger than tablet */
@media (min-width: 800px) {
  #featured .offering {
    width: 21%
  }
}

#featured h3 {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  }

#featured h3 a {
  text-decoration: none;
}
#featured h3 a:hover {
  text-decoration: underline;
  }

#featured img {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  }

#additional {
  clear: both;
  }

#additional .offering {
  width: 140px;
  float: left;
  margin: 0 15px 0 0;
  }

#additional .offering img {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 1px; 
  -moz-border-radius: 1px; 
  border-radius: 2px; 
  }

#additional .offering a:hover img {
  border-color: #f18232;
  }

#additional .offering .thumb {
  position: relative;
  height: 88px;
  }

#additional .offering img.logo {
  border: none;
  position: absolute;
  right: 3px;
  bottom: 3px;
  }

#additional .offering h3 {
  color: #474747;
  text-transform: uppercase;
  margin-bottom: 5px;
  }

.home-sidebar-widget {
  margin: 0;
  /*padding: 20px;*/
  /*-webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; */
  }

.home-sidebar-widget .widgettitle span {
  display: block;
  padding: 0;
  }

.iyca_recent .widgettitle {
  }

.iyca_recent ul {
  }

.iyca_recent ul li {
  list-style-type: none;
  margin: 0;
  padding 0;
  }

.iyca_recent ul li.last {
  background: transparent;
  }

.iyca_recent ul li h3 a {
  color: #f18232;
  font: 18px 'NewsGothicNo.2W01-Roman', Helvetica, sans-serif;
  text-decoration: none;
  }

.iyca_recent ul li h3 a:hover {
  text-decoration: underline;
  }

#text-4 .widgettitle {
  padding: 5px 0;
  }

.highlight {
  color: #f18232;
  text-align: right;
  display: block;
  }

/* --------------- Pre Footer --------------- */

#pre-footer {
  clear: both;
  background: #bebebe;
  float: left;
  width: 100%;
  padding: 2rem 0;
  }

#pre-footer h2 {
  color: #656565;
  border: none;
  text-transform: none;
  text-align: center;
  margin-bottom: 2rem;
  }
#pre-footer ul {
  text-align: center;
}

#pre-footer li {
  display: inline-block;
  line-height: 50px;
  margin: 0 3px;
  }

#pre-footer li img.color {
  display: none;
  }

#pre-footer li:last-child {
  margin-right: 0;
  }

#pre-footer li.last {
  margin-right: 0;
  }

#pre-footer li img {
  vertical-align: middle;
  }

/* --------------- Footer --------------- */

#footer .container {
  padding: 2rem 0;
}

#footer #footer-nav {
  width: 100%;
}

#footer p {
  font-size: 1.2rem;
  color: #656565;
}

#footer #footer-nav a {
  color: #656565;
  text-decoration: none;
  }

#footer #footer-nav a:hover {
  color: #F18232;
  }
#footer ul#footer-nav-row {
  list-style-type: none;
}
#footer ul#footer-nav-row li {
  margin: 0;
  line-height: 2;
  display: block;
}
#footer ul#footer-nav-row li a {
  display: block;
  width: 90%;
}
@media (min-width: 650px) {
  #footer #footer-nav {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
  }
  #footer ul#footer-nav-row li {
    display: table-cell;
  }
  #footer ul#footer-nav-row {
    display: table-row;
  }
  #footer ul#footer-nav-row li a {
    border-bottom: 1px solid #555;
  }
}
#footer ul#footer-nav-row li.first, #footer ul#footer-nav-row li ul.sub-menu {
  display: none;
}
@media (min-width: 800px) {
  #footer ul#footer-nav-row li ul.sub-menu {
    display: block;
margin: 0;
  }
}
#footer ul#footer-nav-row li ul.sub-menu li {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
#footer ul#footer-nav-row li ul.sub-menu li a {
  border: 0;
}

/* --------------- Posts --------------- */

.post p {
  font-size: 1.6rem;
  line-height: 1.5;
  }

#content .entry h1,
#content .entry h2  {
  border: none;
  font-size: 3.0rem;
  }
#content .entry h3,
#content .entry h4 {
  border: none;
  font-size: 2.4rem;
  }
#content .entry h5,
#content .entry h6 {
  border: none;
  font-size: 1.5rem;
}

.post .post-title {
  }

.entry img {
  /*border: 1px solid #cecece;*/
  padding: 4px;
  max-width: 100%;
  text-align: center;
  float: none;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  }

/* Larger than tablet */
@media (min-width: 800px) {
  .entry img {
    text-align: left;
    margin: auto;
  }
  .entry img.alignright {
    float: right;
    margin-left: 10px
  }
  .entry img.alignleft {
    float: left;
    margin-right: 10px;
  }
  .entry img.aligncenter {
    margin: 0 auto;
  }
}

.post-date {
  }

.post-edit-link {
  float: left;
  }

.post h2 a {
  text-decoration: none;
  }

.post .comment-link {
  background: url(/wp-content/themes/iyca/images/comment-bg.png) no-repeat;
  padding: 4px 15px 7px;
  margin-left: 20px;
  }

.post .comment-link a {
  color: #fff;
  text-decoration: none;
  }

.post .more-link {
  font-size: 12px;
  margin-left: 10px;
  }

#respond {
  margin-top: 2rem;
}

.fb-comments-container .fb_iframe_widget,
.fb-comments-container .fb_iframe_widget span,
.fb-comments-container .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.fb-comments-container {
  margin-bottom: 2rem;
}

.comment-tabs {
  margin-bottom: 1rem;
}
.comment-tabs span {
  color: #999;
}
.comment-tabs div {
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
  float: right;
}
.comment-tabs div.active {
  /*font-weight: bold;*/
  background-color: #f3f3f3;
}
.comment-tabs div:hover {


  background-color: #f18232;
  color: white;
}
.wordpress-comments-container {
  display: none;
}

/*.social-view {
  display: table;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}
.social-row {
  display: table-row;
}*/
.social-row .social-facebook,
.social-row .social-twitter,
.social-row .social-google,
.social-row .social-linkedin,
.social-row .social-pinterest {
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-row .social-twitter {
  margin-right: -20px;
}

.fb-share-button {
  line-height: 20px;
  float: left;
}

/* --------------- Pagination --------------- */

.navigation {
  border-top: 1px solid #eaeaea;
  padding: 10px 0 0 ;
  }

.navigation a {
  background: #ebebeb;
  padding: 10px 20px;
  color: #656565;
  text-decoration: none;
  display: block;
  float: left;
  }

/* --------------- Sidebar --------------- */

#sidebar .widget {
  margin: 0 0 2rem;
  /*-webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; */
  }

#sidebar .widget_recent_entries ul li {
  list-style-type: none;
  line-height: 1.4;
}

#sidebar .widget_recent_entries ul li a {
  text-decoration: none;
}

#sidebar .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

#sidebar img {
  border: 1px solid #676767;
  display: block;
  margin: 0 auto;
  }

#sidebar h3 {
  font-size: 2rem;
  color: #333333;
  text-align: center;
  margin: 1rem 0;
  }

#sidebar a.button {
  color: #333;
  margin-bottom: 2rem;
}

/* --------------- Events Page --------------- */

body.page-id-195 {
  background: #201d1e url(http://iyca.org/wp-content/uploads/2015/01/eventsbg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
body.page-id-195 h1.page-title {
  border: 0;
}
body.page-id-195 #main #content .entry {
  background: rgba(32,29,30,0.9);
  border-radius: 10px;
  padding: 20px 10px 10px;
}

ul.spaced li {
  margin-top: 1em;
}
ul.spaced li strong {
  display: block;
}

.store-item { float: left; width: 46%; padding: 2%; border-top: 1px solid #cecece; }
.store-item:nth-child(odd) { clear: both; }	 	 
.store-item img, .store-item h2, .store-item h3 { display: block; margin-top: 1em; }	 	 
.store-item a { text-decoration: none; font-weight: bold; }	 	 
.store-item h2 { color: black; font-weight: bold;}

.store-itemCEU {
	width: 900px;
	padding: 2%;
	margin-bottom: 10px;
	border: 1px solid #cecece;
}

.store-itemCEU h2 {
	color: black;
	font-weight: bold;
	font-style: normal;
	margin: auto;
	}

.advisory {
text-align: center;
}


#registerButton {
    font: normal 12px "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    background: #f18232;
    border: none;
    padding: 10px 12px;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ig_form_container form.ig_clear_fix input {
  color: black;
}


/*principles-athletic-strength-conditioning*/
.page-id-14766 #nav-wrapper, .page-id-14870 #nav-wrapper, .page-id-14918 #nav-wrapper{
    position: relative;
    z-index: 1;
}
.page-id-14766 .container header, .page-id-14870 .container header, .page-id-14918 .container header, .page-id-14918 #footer {
    display: none;
}
.page-id-14766 #content .entry, .page-id-14766 #content footer, .page-id-14870 #content .entry, .page-id-14870 #content footer, .page-id-14918 #content .entry, .page-id-14918 #content footer {
    padding-top: 0;
}
.page-id-14766 div#main, .page-id-14870 div#main, .page-id-14918 div#main {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0;
	bottom:47px;
}

.top-banner {
    background-image: url(/wp-content/uploads/2017/07/banner-bg.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    text-align: center;
    float: none;
    margin: 0 auto;
	padding: 28px 0 0 0;
    width: 100%;
}
.top-banner .fixed-width {
    width: 94%;
	max-width:1280px;
    margin: 0 auto;
    float: none;
    display: table-row;
    overflow: hidden;
}
.top-banner .one-fifth.column {
    width: 17%;
    vertical-align: bottom;
    display: table-cell;
    float: none;
}

.top-banner .three-fifths.column {
    width: 47%;
    vertical-align: middle;
    float: none;
    display: table-cell;
}

#content .entry .top-banner h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    max-width: 600px;
    margin: 0 auto 5px;
}
#content .entry .top-banner p {
    margin: 0;
    font-size: 20px;
}
.section {
    text-align: center;
    margin: 25px auto 0;
    width: 100%;
    overflow: hidden;
	background:#fff;
}
.inner {
    float: none;
    margin: 0 auto!important;
    max-width: 1180px;
    overflow: hidden;
    width: 94%;
}

.section p {
    color: #444444;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: left;
}
.left-side {
    float: left;
    text-align: left;
    width: 48%;
}
.left-side > p {
    margin: 0 0 15px;
}
.right-side {
    float: right;
    text-align: left;
    width: 48%;
}
.testimnl {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    width: 96%;
    position: relative;
    padding: 3% 0 0 0;
    overflow: hidden;
    z-index: 0;
}
.testimnl > p {
    text-align: left;
    font-size: 16px;
    width: 75%;
    color: #000;
    float: left;
    display: block;
}
.testimnl > p:first-child {
    font-size: 16px;
    width: 88%;
    color: #000;
    background: #f0f0f0;
    float: left;
	padding:1%;
    margin: 0;
    display: block;
    text-align: right;
}
.testimnl span {
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: left;
    padding: 4% 7% 4% 2%;
}
.testimnl span::before, .testimnl span::after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
}
.testimnl span::before {
    background-image: url("images/quote1.png");
    left: 10px;
    top: 5px;
}
.testimnl span::after {
    background-image: url("images/quote2.png");
    bottom: 5px;
}
.testimnl > p:last-child {
    position: absolute;
    right: 0;
    width: 200px;
    margin: 0;
    bottom: 0;
}
.testimnl > p strong {
    clear: both;
    display: inline-block;
    line-height: normal;
    padding-right: 12%;
}
.testimnl > p small {
    font-size: 14px;
    padding-right: 12%;
    display: block;
}

.testimnl > * {
    display: table-cell;
    vertical-align: middle;
}

.testimnl p img {
    margin: 0;
    padding: 0;
}
.right-side .testimnl > p:first-child {
    font-size: 14px;
    text-align: right;
    width: 78%;
}
.right-side .testimnl span {
    padding: 4% 5% 4% 2%;
}
.right-side .testimnl > p strong {
    padding-right: 20%;
}
.right-side .testimnl > p small {
    padding-right: 20%;
}
.right-side .testimnl span::before, .right-side .testimnl span::after {
    height: 20px;
    width: 20px;
}
.tst-img {
    width: 203px;
    position: absolute;
    right: 0;
    top: 5px;
}
.tst-img img {
    width: 100%;
}
.middle-sctn {
    background-image: url("/wp-content/uploads/2017/07/resouce-bg.jpg");
    background-position: 38% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}
.middle-sctn .inner > p {
    color: #ffffff;
    margin: 0;
}
#main .section .middle-sctn .inner h2 {
    color: #ffffff;
    margin: 0;
    width: 100%;
}
#main .qustn > h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    text-align: left;
}
.qustn {
    overflow: hidden;
    background: #f2f2f2;
    width: 96%;
    padding: 2% 2% 0;
}
.qustn .col-left {
    float: left;
    width: 48%;
}
.qustn .col-right {
    float: right;
    width: 48%;
}
.qustn p:nth-child(2n+2) {
    background: #f2f2f2;
}
.qustn p {
    background: #ffc399 none repeat scroll 0 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 5px;
    min-height: 40px;
    padding: 10px;
    text-align: left;
}
.qustn.qustn1 {
    margin: 0 auto 35px;
    padding-bottom: 2%;
}
.qustn.qustn1 p {
    margin: 0 auto;
    max-width: 56%;
}

#main .section .inner > h2 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    width: 84%;
}
.order-style-3 {
    display: inline-block;
    margin: 0 auto;
    max-width: 350px;
    width: 80%;
}
.order-style-3:hover img {
    opacity: 0.8;
}
.page-id-14766 #footer, .page-id-14870 #footer{
    display: none;
}


/*summit-2017*/
div#summit-content {
    margin-bottom: 100px;
}
#summit.top-banner .three-fifths.column {
    width: 700px;
    vertical-align: top;
    padding-top: 4%;
}
#summit.top-banner .one-fifth.column {
    width: 24%;
}

#content .entry #summit.top-banner h2 {
    font-size: 66px;
    line-height: 51px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -5px;
    max-width: 100%;
}
#content .entry #summit.top-banner h1 {
    font-size: 97px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    line-height: 74px;
}
.align-cente{
	text-align:center;
}
.align-left{
	text-align:left;
}
.vdo {
    max-width: 840px;
    margin: 0 auto 50px;
    height: auto;
    overflow: hidden;
}

.vdo iframe{
    width: 100%;
    height: 470px;
}
#summit-content.section p {
    font-size: 24px;
    text-align: center;
	line-height: normal;
}
.page-id-14918 #summit-content.section p {
  font-size: 20px;
  line-height: normal;
  padding: 0 7%;
  text-align: center;
}
.testmnl {
    display: block;
    margin: 0 auto 50px;
    max-width: 860px;
    text-align: center;
    width: 90%;
}
.testmnl p {
    background: #f0f0f0;
}
.testmnl p span em {
    font-size: 18px;
    display: block;
    color: #000;
}

.testmnl p span {
    display: block;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 4% 4% 4%;
    margin: 0 auto;
}
.testmnl p span::before, .testmnl p span::after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
}
.testmnl p span::before {
    background-image: url("images/quote1.png");
    left: 10px;
    top: 5px;
}
.testmnl p span::after {
    background-image: url(images/quote2.png);
    bottom: 5px;
    right: 10px;
}
#summit-content.section .middle-sctn .inner > p {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
}
#summit-content.section .middle-sctn .inner > h2 {
    font-size: 48px;
}
#summit-content.section .middle-sctn .inner > h2 strong {
    color: #ed6200;
}
#main #summit-content.section .inner h2 {
    float: left;
    width: 100%;
}
ul.lft-arrow {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 30px;
}
ul.lft-arrow li {
    float: left;
    width: 44%;
    clear: left;
    padding: 0 0 12px 25px;
    list-style: none;
    background-repeat: no-repeat;
    line-height: normal;
    font-size: 18px;
    min-height: unset;
    background-position: 0 5px;
    background-image: url(images/arrow-right-double.png);
    background-size: 15px auto;
}
ul.lft-arrow li:nth-child(2n+2) {
    float: right;
    clear: right;
}
#main #summit-content.section .inner h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 36px;
}
#main #summit-content.section .inner h3 strong {
    display: block;
    font-weight: 900;
    font-size: 30px;
}
.orange {
    color: #ed6200;
}

/*Plyo page*/
.page-id-14918 #main #summit-content.section .inner h3 {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 36px;
  padding: 0 8%;
}
.page-id-14918 .top-banner {
    padding: 72px 0 40px;
}
.page-id-14918 .section .inner {
    max-width: 950px;
}
.page-id-14918 #content .entry #summit.top-banner h2 {
    font-size: 74px;
    letter-spacing: -2px;
    line-height: 57px;
	text-transform:uppercase;
}
.page-id-14918 #content .entry #summit.top-banner h1 {
    color: #000000;
    font-size: 120px;
    line-height: 88px;
}
.page-id-14918 .vdo {
    margin: 0 auto 25px;
    max-width: 100%;
}
.page-id-14918 .section .inner.align-center {
    max-width: 1280px;
}
.get-access {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.page-id-14918 #main #summit-content.section .get-access > h3 {
  color: #000;
  font-size: 110px;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

.get-access table {
    background: #ef7000 none repeat scroll 0 0;
    border: 4px solid #ffffff;
    box-shadow: 0 0 11px #7b7b7b;
    margin: 0 auto;
    width: 94%;
}
.get-access table td:first-child {
    width: 57%;
}
.get-access table td {
    padding: 4%;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
#summit-content.section .get-access table td p {
    margin: 0;
    text-align: left;
	color:#fff;
    text-shadow: 0 0 5px #999999;
}

.get-access table td br {
    display: none;
}
.get-access td label {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}
.get-access td input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    width: 100%;
}
.get-access ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.get-access ul li {
    list-style: outside none none;
    margin: 7px 0 0;
}
.get-access ul li input {
    float: left;
    height: 16px;
    margin: 5px 6px 0 0;
    width: 16px;
}
.get-access ul li label {
    display: inline;
    font-size: 16px;
}
.get-access td input[type="submit"] {
    background-image: url("images/get-accs-btn.png");
    background-size: 100% 101%;
    border: medium none;
    color: #ffffff;
    font-size: 30px;
    height: 49px;
    margin: 0;
    padding: 0;
}
.get-access td input[type="submit"]:hover {
    background-image: url("images/get-accs-btn-hover.png");
}
.inner .vido-lst {
    list-style: outside none none;
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 0;
    width: 98%;
}
.inner .vido-lst li {
    clear: left;
    float: left;
    list-style: outside none none;
    margin: 15px 0;
    position: relative;
    width: 48%;
    z-index: 0;
}
.inner .vido-lst li:nth-child(2n+2) {
    clear: right;
    float: right;
}
.vido-lst li img {
    background-image: url(images/vdo-shdow.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 10% 29px;
    max-width: 100%;
    box-sizing: border-box;
}
#content .inner .vido-lst li h5 {
    color: #ffffff;
    font-size: 26px;
    left: 0;
    line-height: normal;
    margin: 0 auto;
    max-width: 62%;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 7px #000000;
    top: 25%;
    z-index: 9;
}

/*event page css*/
.event:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px 0;
}
.event {
    margin-bottom: 20px;
}
h2.eo-event-title.entry-title {
    border: none;
    margin-bottom: 0;
    font-size: 3.6rem;
}
h2.eo-event-title.entry-title a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.eo-event-date p {
    font-weight: 800;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}
.orange{
	color:#f18232;
}
.btn {
    color: #fff!important;
    border-bottom: 5px solid #dd5702;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: #f66001;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    padding: 9px 40px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
.btn:hover{
border-bottom: 5px solid #f66001;
}

.single-event #main {
    margin-top: 0;
}
#our-speaker .vc_box_circle img {
    height: 200px;
    width: auto;
}
.event h1.entry-title {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 3.6rem;
}
.main-banner img{
	width:100%;
	height:auto;
}
.event h1.entry-title {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
div#our-speaker {
    text-align: center;
}
.vc_btn3.vc_btn3-size-md {
    height: auto;
}

.smalltxt{
font-size:13px;
}
#pre-footer {
  display: none;
}
.home-sidebar-widget .textwidget li {
  list-style: outside none none;
}
.page-id-14633 .widgettitle, .page-id-14633 .page-title{
    color: #333;
    font-weight: bold;
    font-size: 2rem;
}
.featureProducts h2 a {
    font-size: 17px;
    color: #000;
    border: 0px;
    text-decoration: none;
    font-weight: bold;
}
.featureProducts h2 {
    border: 0px;
    margin-bottom: 16px;
    line-height: 15px;
}
.featureProducts a{
  text-decoration: none !important; 
}
.featureProducts img {
    max-width: 342px;
    border: 0px solid #FFF !important;
    width: 100%;
    overflow: hidden;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    display: inline-block !important;
    padding: 10px;
    border: 0px solid #f1f1f1 !important;
    box-shadow: none !important;
}
.featureProducts p {
    margin-bottom: 5px;
}
.wpls-logo-showcase .slick-dots {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    display: none !important;
}
#banner12 h3 {
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    font-size: 32px;
}
.featurebutton {
    background-image: url("images/get-video-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 3px 25px 8px 14px;
    font-weight: bold;
}
.featureProducts {
	margin-bottom: 35px;
}
.ig_popup.ig_amaze {
    border: .3em solid #ff7f17 !important;
    background-color: #ff7f17 !important;
    color: #FFF;
}
.ig_popup.ig_amaze .ig_bg_overlay {
    display: block;
    background-image: none !important;
    opacity: .5;
}
.menu-item-15020 a {
    background: #f18232 !important;
}

.menu-item-15020 a:hover {
    background: #ccc !important;
}
.event:not(:last-child) {
    border-bottom: 0px solid #e3e3e3 !important;
    padding: 0 0 31px 0;
}
.post-type-archive-event #content {
    margin-bottom: 70px;
}
.single-event .entry-meta{
display:none;
}
.post-type-archive-event .btn {
    color: #fff!important;
    border-bottom: 5px solid #dd5702;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: #f66001;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    padding: 7px 35px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
.comments-template{
	display:none;
}
#customheader h5 {
    color: #000;
    font-size: 18px;
}
.customcol {
    border-left: 2px solid #CCC;
    padding-left: 25px;
}
.customcol1 {
    padding-right: 10px;
}

.style5 {
    font-size: 26px;
    font-weight: bold;
    color: #ff6000;
}
.page-id-15237 .page-title,.page-id-15239 .page-title{
display:none;
}

.page-id-15318 #header, .page-id-15318 #nav-wrapper,.page-id-15318 #footer,.page-id-15258 #header, .page-id-15258 #nav-wrapper,.page-id-15258 #footer,.page-id-15284 #header, .page-id-15284 #nav-wrapper,.page-id-15284 #footer   {
    display: none;
}
.page-id-15318 #content,.page-id-15258 #content {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*********40 yard dash**********/


.big-title {
    padding: 40px 0;
}
#yard-dash div {
    margin: 0;
}
.top-banner .big-title h2 {
    font-size: 74px;
    letter-spacing: 0px;
    line-height: 66px;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto 5px;
    font-weight: 400;
    border: none;
}
.top-banner .big-title h1 {
    color: #000000;
    font-size: 74px;
    line-height: 70px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    letter-spacing: -2px;
}
/*#yard-content .inner h3 {
    color: #444;
    font-size: 22px;
    font-weight: 600;
}*/
.page-id-16189 p, .page-id-16189 li {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px 0;
}

ul.lft-arrow.module-list {
    max-width: 590px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.page-id-16189 ul.lft-arrow li {
    width: 100%;
    text-align: left;
    float: left;
    box-sizing: border-box;
    margin-bottom:8px;
}

#yard-dash .vc_column-inner, #yard-dash .vc_column_container {
    padding: 0!important;
	margin: 0!important;
}

.yard-section2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.yard-section2 div, #yard-content div {
    margin-bottom: 5px;
}
.yard-section3 div {
    margin-bottom: 5px;
}

.page-id-16189 .buy-now {
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
}
.page-id-16189 .buy-now:hover img{
	opacity:0.8;
}
.page-id-16189 .buy-now img {
    width: 100%;
    height: auto;
}
.page-id-16189 .inner .vido-lst {
    max-width: 100%;
	width: 100%;
}
.page-id-16189 .vido-lst li img {
    padding: 0 0 29px;
}
.click-btn {
    background-image: url(images/learn-more-btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 230px;
    height: auto;
    color: #fff!important;
    padding: 36px 0 32px 9px;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    background-position: center center;
    display: block;
    text-transform: uppercase;
}
.click-btn:hover {
    opacity: 0.85;
}

/******************qustion page css**************/
#qustion-main div {
    margin: 0;
}
#qustion-main div {
    margin: 0;
}

#qustion-main .qustion-form {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

#qustion-main .qustion-form .half {
    width: 48%;
    display: inline-block;
}

#qustion-main .qustion-form .full {
    width: 100%;
}

#qustion-main .qustion-form input {
    width: 100%;
}

#qustion-main .qustion-form textarea {
    width: 100%;
    height: 190px;
}

#qustion-main .qustion-form .infusion-submit .infusion-recaptcha {
    background: #f18232;
    border: none;
    padding: 14px 40px;
    font-size: 14px;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    line-height: normal;
}

#qustion-main .qustion-form .infusion-submit .infusion-recaptcha:hover {
    background: #ccc;
}
ul.page-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.page-social li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

ul.page-social li a {
    display: block;
    border: 2px solid #f18232;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

ul.page-social li a:hover {
    background: #f18232;
    color: #fff;
}
/**********************/

@media screen and (max-width:1180px){
#summit.top-banner .three-fifths.column {
    width: 30%;
}
#content .entry #summit.top-banner h2 {
    font-size: 50px;
    line-height: 51px;
    letter-spacing: -2px;
}
#content .entry #summit.top-banner h1 {
    font-size: 80px;
    line-height: 60px;
}
}
@media screen and (max-width:1003px){
#content .entry #summit.top-banner h2 {
    font-size: 40px;
    line-height: 41px;
}
#content .entry #summit.top-banner h1 {
    font-size: 62px;
    line-height: 44px;
}
#summit-content.section p {
    font-size: 18px;
}
.testmnl p span em {
    font-size: 14px;
}
ul.lft-arrow li{
	font-size:16px;
}
#main #summit-content.section .inner h3 strong {
    font-size: 26px;
}
#main .section .inner > h2 {
    font-size: 28px;
}
.testmnl {
    max-width: 714px;
}
#main #summit-content.section .get-access > h3 {
    font-size: 88px;
}
.get-access table {
    width: 100%;
}
}

@media screen and (max-width:800px){
#content .entry .top-banner h2 {
    font-size: 30px;
}	
#content .entry .top-banner p {
    font-size: 16px;
}
#content .entry #summit.top-banner h2 {
    font-size: 36px;
    line-height: 38px;
}
#content .entry #summit.top-banner h1 {
    font-size: 55px;
    line-height: 38px;
}
#summit-content.section .middle-sctn .inner > p {
    font-size: 20px;
}
#summit-content.section .middle-sctn .inner > h2 {
    font-size: 36px;
}
#main #summit-content.section .get-access > h3 {
    font-size: 80px;
}
#content .inner .vido-lst li h5 {
    font-size: 18px;
}
#our-speaker .vc_box_circle img {
    height: 150px;
    width: auto;
}
}

@media screen and (max-width:760px){
.left-side {
    width: 100%;
}
.right-side {
    width: 100%;
}
#main .section .inner > h2 {
    font-size: 24px;
}
.qustn .col-left {
    float: left;
    width: 100%;
}
.qustn .col-right {
    float: right;
    width: 100%;
}
.qustn.qustn1 p {
    margin: 0 auto;
    max-width: 100%;
}
#main .qustn > h2 {
    font-size: 36px;
}
.testimnl span {
    padding: 3%;
}
.testimnl > p:last-child {
    right: 0;
    width: 24%;
    top: 0;
    position: static;
    float: right;
}
ul.lft-arrow li {
    float: left;
    width: auto;
}
ul.lft-arrow li:nth-child(2n+2) {
    float: left;
}
#main #summit-content.section .get-access > h3 {
    font-size: 60px;
}
.get-access table td:first-child {
    padding-right: 0;
    width: 53%;
}
#content .inner .vido-lst li h5 {
    font-size: 16px;
}
.vdo iframe {
    height: 312px;
    width: 100%;
}
#our-speaker .vc_box_circle img {
    height: 180px;
    width: auto;
}
.top-banner .big-title h2 {
    font-size: 54px;
    line-height: 50px;
}
.top-banner .big-title h1 {
    font-size: 120px;
    line-height: 80px;
}
.store-item {
    float: left;
    width: 100%;
}
}
@media screen and (max-width:680px){
.client-comment p:first-child {
    min-height: auto !important;
}
#content .entry #summit.top-banner h1 {
    font-size: 36px;
    line-height: 27px;
}
#content .entry #summit.top-banner h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
}
#main #summit-content.section .get-access > h3 {
    font-size: 50px;
}
.get-access table td:first-child {
    width: 50%;
}
.get-access td input[type="submit"] {
    font-size: 24px;
}
.get-access ul li label {
    display: inline;
    font-size: 14px;
}
.vdo iframe {
    height: 262px;
    width: 100%;
}
div#summit-content {
    margin-bottom: 50px;
}
.big-title {
    padding: 30px 0;
}

}
@media screen and (max-width:580px){
#content .entry .top-banner h2 {
    font-size: 22px;
}
#content .entry .top-banner p {
    font-size: 14px;
    margin: 0;
}
.section p, .qustn p, .page-id-16189 li, .page-id-16189 p {
    font-size: 15px;
    line-height: 22px;
}
#main .qustn > h2 {
    font-size: 26px;
}
.page-id-14766 .container {
    padding: 0;
}

.page-id-14918 .top-banner {
    padding: 50px 0 0;
}
.get-access table td:first-child {
    padding-right: 4%;
    width: 92%;
}
.get-access table td {
    float: left;
    width: 92%;
}
.inner .vido-lst li {
    width: 100%;
    z-index: 0;
}
#content .inner .vido-lst li h5 {
    font-size: 24px;
}
.vdo iframe {
    height: 232px;
    width: 100%;
}
.page-id-16189 .buy-now {
    max-width: 280px;
}
.page-id-16912 #content, .page-id-16930 #content {
    padding: 0;
}
#qustion-main .qustion-form .half {
    width: 100%;
    display: inline-block;
}
#qustion-main .qustion-form input, #qustion-main .qustion-form textarea {
    font-size: 14px;
}
h4 {
    font-size: 22px;
}
}
@media screen and (max-width:480px){
h1 {
    font-size: 3rem;
}
h4 {
    font-size: 20px;
}
.top-banner, .top-banner .fixed-width {
    display: block;
}
.top-banner .one-fifth.column {
    display: block;
    width: 100%;
}
.top-banner .three-fifths.column {
    display: block;
    width: 100%;
}
.order-style-3 {
    margin: 40px auto 0;
}
#summit.top-banner .one-fifth.column {
    width: 100%;
}
#summit.top-banner .three-fifths.column {
    width: 100%;
}
#summit-content.section .middle-sctn .inner > p {
    font-size: 18px;
}
#summit-content.section .middle-sctn .inner > h2 {
    font-size: 30px;
}
#main .section .inner > h2 {
    font-size: 20px;
}
ul.lft-arrow li {
    font-size: 14px;
}
#main #summit-content.section .inner h3 {
    font-size: 18px;
}
#main #summit-content.section .inner h3 strong {
    font-size: 20px;
}
.order-style-3 {
    max-width: 250px;
}
.testmnl {
    margin: 0 auto 50px;
}
#summit-content.section p {
    font-size: 14px;
    line-height: 22px;
}
#main #summit-content.section .get-access > h3 {
    font-size: 42px;
    margin-bottom: 10px;
}
#content .inner .vido-lst li h5 {
    font-size: 17px;
}
.vdo iframe {
    height: 192px;
    width: 100%;
}
.event h1.entry-title, h2.eo-event-title.entry-title {
    font-size: 2.6rem;
}
.btn {
    font-size:16px;
}
.eo-event-date p {
    font-size: 16px;
}
.top-banner .big-title h2 {
    font-size: 44px;
    line-height: 40px;
}
.top-banner .big-title h1 {
    font-size: 90px;
    line-height: 70px;
}
#yard-content .inner h3 {
    font-size: 18px;
}
.container {
    width: 94%;
}
#s {
    width: 155px;
}
.big-title {
    padding: 0;
    margin: 0!important;
}
#yard-dash div {
    margin: 0 0 3px 0;
}
.single-event div {
    margin-bottom: 10px;
}
section#qustion-main {
    padding: 0;
}
}
@media screen and (max-width:380px){
h1 {
    font-size: 2rem;
}
#logo {
    width: 100%;
}
#logo a {
    background-position: right 0;
    background-size: 100% auto;
    margin: 0 auto;
    width: 90%;
}
#nav .menu li a {
    padding: 0 5px;
}
#main .qustn > h2 {
    font-size: 28px;
}
#main .section .inner > h2 {
    font-size: 20px;
    width: 100%;
}
#summit-content.section .middle-sctn .inner > p {
    font-size: 16px;
}
#summit-content.section .middle-sctn .inner > h2 {
    font-size: 26px;
}
.vdo iframe {
    height: 172px;
    width: 100%;
}
#main #summit-content.section .get-access > h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.get-access td input[type="submit"] {
    font-size: 20px;
}
#content .inner .vido-lst li h5 {
    font-size: 15px;
}
.page-id-14918 #content .entry #summit.top-banner h2 {
    font-size: 21px;
}
#home-top-right h2.widgettitle {
  font-size: 18px;
  padding: 4% 10%;
}
.page-id-16189 .buy-now {
    max-width: 220px;
}
.top-banner .big-title h2 {
    font-size: 34px;
    line-height: 32px;
}
.top-banner .big-title h1 {
    font-size: 73px;
    line-height: 53px;
}
#s{
	width: 166px;
}
#nav .menu li a {
    padding: 0 7px;
}
}