/*
 Theme Name:   Enfold Child
 Description:  Custom Enfold Child Theme
 Author:       Viktar Ramanovich
 Template:     enfold
 Version:      0.1.0
 Text Domain:  enfold-child
*/


/* General Custom CSS */

.main_color .white strong {
	color: white;
}

.no-border {
	border:none;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.woff') format('woff');
  font-weight: 100;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
}

@font-face {
  font-family: "untitled-font-1";
  src: url("fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {

  font-family: 'Gotham Light';

  src: url('fonts/Gotham-Light.woff') format('woff');

  font-weight: 100;

}



@font-face {

  font-family: 'Gotham Book';

  src: url('fonts/Gotham-Book.woff') format('woff');

  font-weight: 400;

}



@font-face {

  font-family: 'Gotham Medium';

  src: url('fonts/Gotham-Medium.woff') format('woff');

  font-weight: 600;

}



@font-face {

  font-family: 'Gotham Bold';

  src: url('fonts/Gotham-Bold.woff') format('woff');

  font-weight: 700;

}



@font-face {

  font-family: 'Gotham Black';

  src: url('fonts/Gotham-Black.woff') format('woff');

  font-weight: 900;

}

@font-face {

  font-family: 'Jenna Sue';

  src: url('fonts/JennaSue.ttf') format('truetype');

  font-weight: 500;

}


[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\67";
}
.icon-facebook:before {
  content: "\66";
}
.icon-download:before {
  content: "\64";
}
.icon-instagram:before {
  content: "\69";
}
.icon-linkedin:before {
  content: "\6c";
}
.icon-pinterest:before {
  content: "\70";
}
.icon-twitter:before {
  content: "\74";
}

body {
  font-family: 'Gotham' !important;
  color: #030303;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Gotham' !important;
}

/*
Mobile Styles
================================================== */

@media only screen and (max-width: 768px) {
  #tve_editor .tve_editor_main_content {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 1200px) {
  aside.sidebar_right {
    display: none;
  }

  .container .av-content-small.units {
    width: 100% !important;
  }
}

.wpb_video_wrapper {
  height: 1px !important;
}

#frontpageicons, #after_masonry,#thankstop, #thankyou2, #blogroll, #blogrolltitle, #hometop, #cmproducts, #about2, #about3, #contact1 {
  border-top: 0;
}

body {
  background-color: white !important;
}

#header_main ul li a {
  font-size: 14px;
}

.container.fullsize {
  min-width: 100%;
}

.slideshow_caption {
  width: 65%;
  padding-top: 8%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  .avia-slideshow-inner {
    margin-left: -4%;
  }

  .slideshow_caption {
    padding: 0 20px 0 110px;
  }
}

.slideshow_caption h2 {
  text-transform: none !important;
  font-size: 2.5em !important;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.slideshow_caption .avia-caption-content {
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
  max-width: 550px;
  margin: 0 auto;
}

.slideshow_caption .avia-caption-content p {
  color: #000 !important;
  font-size: 18px;
  line-height: 28px;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.slideshow_caption a.avia-color-theme-color-subtle {
  color: #fff !important;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.avia-slideshow-button {
  margin-top: 0 !important;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
  font-weight: 600 !important;
}

.avia-slideshow-button:hover {
  background-color: #ff2e26 !important;
  opacity: .9;
}

/* Common Convertkit styles */

#top .ck_form.ck_naked {
  margin: 0;
  clear: both;
}

#top .ck_form_container {
  width: 100%;
  clear: both;
}

#top .ck_subscribe_form {
  margin: 0;
}

#top .ck_form_fields {
  padding: 0;
}

#top .ck_control_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#top input[type="text"].ck_first_name,
#top input[type="email"].ck_email_address {
  margin: 0;
  background-color: #fff;
  border-color: #000;
  font-family: 'gotham' !important;
  font-weight: 400;
}

#top button.ck_subscribe_button {
  width: 35%;
  height: 46px;
  line-height: 6px;
  background-color: #fb6c65;
  border: 0;
  padding: 20px 0;
  color: white;
  font-family: gotham;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  margin: auto;
  display: inline-block;
  float: none;
}

#hometop {
  width: 60%;
  padding-bottom: 25px;
  margin-left: 20%;
}

#hometop .av-special-heading-h3 {
  margin-top: 0;
}

#hometop h3 {
  font-weight: 600 !important;
  font-size: 1.8em;
  line-height: 1.5em;
}

#frontpageicons {
  padding: 0 150px;
  color: #373737;
}

#frontpageicons .entry-content-wrapper {
  margin-left: 6%;
}

#frontpageicons .av_one_third {
  width: 26% !important;
  padding: 0 1%;
}

#frontpageicons .av-special-heading {
  margin-top: 10px;
}

#frontpageicons h5 {
  line-height: 1.4em;
  font-family: 'Bitter' !important;
  font-size: 20px;
}

#frontpageicons a {
  text-decoration: none;
  color: inherit;
}

#specheading {
  min-height: 0;
  padding-top: 85px;
  margin-bottom: -20px;
}

#specheading h3 {
  font-weight: 600 !important;
  font-size: 29px !important;
}

#after_section_3 {
  border-top: 0;
}

#after_section_3 {
  padding: 0px 100px;
  border: none;
}

#after_section_3 .avia-button {
  font-size: 16px;
  line-height: 1.7em;
;
}

#after_section_3 article.slide-entry {
  border-radius: 0;
}

article.slide-entry {
  border-radius: 0;
}

.slide-image img {
  border-radius: 0 !important;
}

#after_section_3 article.slide-entry a {
  background-color: transparent;
  border-radius: 0;
}

#after_section_3 article.slide-entry h3 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.avia-button {
  padding: 13px 50px !important;
  font-size: 14px;
  font-family: 'Gotham';
}

#after_section_3 {
  padding: 0px 100px;
}

.read-more-link {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 80px;
}

.read-more-link a {
  background-color: #46C3C9;
  color: white;
  text-transform: uppercase;
  font-family: 'Gotham';
  padding: 15px 30px !important;
}

.read-more-link a:hover {
  color: white !important;
  opacity: .9;
}

.read-more-link a span {
  display: none !important;
}

.avia-content-slider {
  margin-bottom: 0 !important;
}

ul#avia-menu a {
  border: none !important;
}

ul#avia-menu a .avia-menu-text {
  text-transform: uppercase;
}

.av-logo-container {
  width: 85% !important;
}

.textwidget {
  text-align: center;
}

.textwidget p {
  font-size: .85em !important;
  line-height: 1.4em;
  color: #333;
}

.textwidget a.actiontext {
  color: #46c2c9;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: -5px;
  text-transform: uppercase;
}

.textwidget a.actiontext:hover {
  text-decoration: none;
}

.textwidget h2 {
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #000;
}

.textwidget .avia-button {
  font-size: 16px;
  font-weight: 700;
}

.author-avatar img {
  width: 40px;
  height: 40px;
  margin-top: -10px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-avatar, .blog-author {
  float: right;
}

.html_elegant-blog #top .post-entry .minor-meta {
  text-transform: lowercase;
}

.vcard .fn a, .post-meta-infos .date-container {
  text-transform: capitalize !important;
}

.post-meta-infos {
  margin: 0px !important;
  padding: 0px !important;
  padding-right: 20px !important;
}

.blog-categories {
  display: none !important;
}

.entry-content-header .single-big {
  margin-top: 0px !important;
}

.yuzo_wraps .relatedthumb {
  width: 33% !important;
  overflow: visible !important;
}

.yuzo_wraps .relatedthumb .yuzo-img {
  width: 100% !important;
}

.yuzo_related_post .relatedthumb:first-child {
  padding-left: 0 !important;
}

.yuzo_related_post .relatedthumb:last-child {
  padding-right: 0 !important;
}

.yuzo_clearfixed h3 {
  font-family: 'Gotham';
  text-transform: uppercase;
  margin: 30px 0px !important;
}

.yuzo_related_post {
  margin-top: 45px;
  border-top: 2px solid #ededeb !important;
  border-bottom: 2px solid #ededeb !important;
  padding-top: 55px;
  padding-bottom: 70px !important;
  width: calc(100% - 50px);
}

.yuzo-img {
  height: 125px !important;
}

h3.widgettitle, .avia-post-nav {
  display: none !important;
}

.widgetone {
  background-color: #f8f8f8;
  text-align: center;
  padding:30px;
}

.widgetone p {
  margin-bottom: 0;
  font-family: 'Bitter' !important;
}

.widgetone .buttonc {
  position: relative;
  margin-top: 25px;
}

.buttonc a {
  background-color: #fb6c65;
  border-color: #fb6c65;
  color: #ffffff !important;
  width: 70%;
}

#text-4 {
  padding-top: 65px !important;
  padding-bottom: 42px !important;
}

.widgettwo {
  background-image: url('/wp-content/uploads/2017/08/challenge-widget.jpg');
  background-size: cover;
  padding: 40px 20px 35px 20px;
}

.widgettwo h3.styled {
  font-family: 'lobster two' !important;
  text-transform: capitalize;
  font-size: 2em;
  color: white;
  margin: 0 30px 15px 30px;
  background-color: rgba(0,0,0,.5);
  padding: 10px;
}

.widgettwo p {
  color: #000;
  font-family: 'Bitter' !important;
}

.widgetthree {
  background-size: cover;
  padding: 100px 60px 80px 60px;
}

.widgetthree h2 {
  letter-spacing: 2px;
}

.widthree {
  position: relative;
  margin-top: -25px;
}

.widgetone .buttonc a.avia-button, .widthree a.avia-button {
  padding: 13px 5px !important;
}

#text-6 {
  padding-top: 20px !important;
}

.widgetfour {
  border: 4px solid #dedfdf;
  border-bottom: none;
  border-color: #dedfdf !important;
}

.widgetfour:last-child {
  border-bottom: 4px solid #dedfdf;
}

.rbinner1, .rbinner2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.rbinner1 {
  padding: 20px;
}

.rbinner2 {
  padding-right: 20px;
}

.rbinner1 .avia-button, .rbinner2 .avia-button {
  font-weight: 400;
}

.widgetfour p {
  text-align: left;
  font-family: 'Bitter' !important;
  padding-top: 6%;
  color: #666 !important;
}

.widgetfour .pdfimg, .widgetfour .avia-button {
  width: 100%;
}

.widgetfour .avia-button {
  padding: 13px 0 !important;
}

.widgetfour .avia-button span {
  font-size: 13px !important;
}

#after_section_3 h3.slide-entry-title {
  font-size: 22px;
  text-transform: none;
}

.author-box .post-author-format-type {
  margin-right: 20px;
}

.author-box .rounded-container {
  min-width: 110px;
  min-height: 110px;
  background-color: transparent;
  border: 2px solid #d8d8d8;
}

.author-box .rounded-container img {
  width: 110px;
  height: 110px;
}

.authorcontainer {
  padding-bottom: 30px;
  padding-right: 60px;
  padding-top: 60px;
}

.author-box h3.author-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600 !important;
}

.author_description_text p {
  font-size: 15px !important;
  line-height: 22px;
}

.yuzo__text--title {
  font-weight: 600;
  font-size: 13px !important;
  line-height: 19px;
  color: #000;
}

.yuzo__title h3 {
  margin-bottom: 15px !important;
}

.template-single-blog {
  padding: 0 150px;
}

.postpagination {
  border-bottom: 2px solid #ededeb !important;
  padding: 5px 0 20px 0;
  text-align: center;
  color: #fb6c65;
  font-style: italic;
  font-family: 'bitter';
  text-transform: lowercase;
  width: calc(100% - 50px);
}

.postpagination a {
  color: #fb6c65;
  padding: 0 30px;
  margin: 0 30px;
}

.side-container-comment-inner {
  display: none;
}

li.comment article .comment_content {
  overflow: visible !important;
  margin-left: 0 !important;
}

li.comment article .comment_content cite {
  color: #000 !important;
}

li.comment .gravatar img {
  width: 35px !important;
}

h3.miniheading {
  font-size: 20px;
  color: #000;
}

span.minitext {
  font-size: 16px;
  color: #000;
}

.comm-count {
  padding-top: 100px;
}
.comment-entry.post-entry {
  padding-top: 20px;
}

.comment-entry {
  color: #333 !important;
}

.comment-entry li.comment {
  border: 0 !important;
}

.comment-entry cite.comment_author_name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 10px;
  font-family: 'gotham';
}

.comment-entry .commentmetadata {
  display: none;
}

#about1 {
  padding: 85px 140px 0 210px;
  min-height: 607px !important;
}

#about2 {
  padding: 85px 25px;
}

#about2 .container, #about2 .template-page, #about3 .template-page, #about4 .template-page, #about5 .template-page {
  padding: 0;
}

#about5 {
  padding-top: 85px;
  padding-bottom: 85px;
}

#about3, #about4, #contact1 {
  padding: 85px 25px;
}

#about4 {
  border-top: 2px solid #f3b45d !important;
  padding-top: 85px;
  padding-bottom: 85px;
}

#about6 {
  padding: 85px 240px 0px 140px;
}

#contact1 .container, #contact1 .template-page {
  padding: 0 !important;
}

#contact1 p:nth-child(2n+2) {
  padding-bottom: 30px;
}

#blogrolltitle {
  padding-top: 70px !important;
}

#blogroll div .av_one_third {
  margin-left: 9.3%;
  width: 26.5%;
}

#blogroll div .first {
  margin-left: 0 !important;
}

#blogroll article a {
  background-color: transparent;
}

#blogrolltitle h3 {
  font-weight: 700 !important;
}

#blogrolltitle .hr-inner {
  border-top-width: 5px !important;
}

#blogroll {
  padding: 30px 0 70px 0;
}

#blogroll .slide-entry a {
  border-radius: 0;
}

#blogroll h3.entry-title {
  padding-top: 0;
  text-transform: none;
  font-size: 1.2em;
}

#after_section_3 .authorcontainer, #after_section_3 .postpagination {
  display: none;
}

.avia-content-slider .slide-entry-title {
  letter-spacing: normal !important;
  padding-top: 5px !important;
  font-weight: 700 !important;
}

h2.post-title.entry-title {
  font-weight: 600 !important;
}

.post-meta-infos time, .post-meta-infos span {
  font-family: 'Gotham' !important;
  font-weight: 600;
}

blockquote {
  margin: 30px 0;
  border: none;
  border-top: 2px solid #dedede !important;
  padding: 0;
  color: #b0b0b0;
}

blockquote p {
  padding: 10px 0 0;
  margin: 0;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 100;
  color: #666666;
  font-family: 'Bitter' !important;
}

.post-entry h2 {
  font-size: 1.4em;
  font-weight: 700 !important;
}

.post-entry h3 {
  padding: 10px 0 0 0;
  font-size: 1.35em;
  font-weight: 600 !important;
}

.post-entry h4 {
  text-transform: uppercase;
  margin: 30px 0 40px 0;
  border-bottom: 2px solid #bbbbbb;
  padding: 10px 0;
  font-size: 16px;
  color: #666 !important;
}

li.comment {
  border-bottom: 1px solid #bbbbbb;
}

textarea#comment, #commentform input {
  background-color: transparent !important;
  border: 1px solid #d8d8d8 !important;
  padding: 15px 20px !important;
  font-family: 'gotham' !important;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 16px !important;
}

#commentform input {
  width: 350px !important;
}

#commentform input[type="submit"] {
  background-color: #46c2c9 !important;
  padding: 20px 50px;
  text-transform: uppercase;
  font-family: 'Gotham';
  font-weight: 600;
  color: white !important;
  font-size: .9em;
  letter-spacing: 1px;
  border: none !important;
}

#commentform input[type="submit"]:hover {
  opacity: .9;
}

#commentform label {
  display: none;
}

#commentform textarea::-webkit-input-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform textarea::-moz-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform textarea:-ms-input-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform textarea:-moz-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform input::-webkit-input-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform input::-moz-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform input:-ms-input-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

#commentform input:-moz-placeholder {
  font-family: 'Bitter' !important;
  font-size: 14px;
  color: #666;
}

p.logged-in-as a {
  color: #030303 !important;
}

#cmproducts .container {
  padding: 150px;
  padding-top: 0;
}

#cmproducts img {
  width: 100%;
}

#cmproducts .image-overlay {
  width: 100% !important;
  left: 0 !important;
}

#cmproducts .avia-image-container-inner {
  width: 100% !important;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#cmproducts .avia-image-container img {
  transition: .3s;
}

#cmproducts .avia-image-container:hover img {
  transform: scale(1.1);
  transition: .3s;
}

#cmproducts a.avia-button {
  color: #ffffff;
  font-size: .9em;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: 'gotham';
  padding: 13px !important;
  line-height: 1.8em;
  text-transform: uppercase;
}

#cmproducts a.avia-button:hover {
  background-color: #ff2e26 !important;
  opacity: .9;
}

.template-portfolio .page-thumb img {
  display: none;
}


.portfoliogrid {
  	padding: 0 150px;
}

.portfoliogrid .av-inner-masonry figcaption {
  opacity: 0 !important;
  transition: .3s;
  position: absolute !important;
}

.portfoliogrid .av-inner-masonry:hover figcaption {
  opacity: 1 !important;
  transition: .3s;
}

.portfoliogrid .av-inner-masonry .av-inner-masonry-content {
  background-color: rgba(255,255,255,.1) !important;
}

.portfoliogrid figcaption h3 {
  color: black !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 20px;
  margin-bottom: 15px;
}

.portfoliogrid figcaption h3:before {
  content: 'd';
  font-family: 'untitled-font-1' !important;
  background-color: #fff2cb;
  color: #fb6c65 !important;
  display: block;
  margin-bottom: 15px;
  width: 20px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 10px;
}

.portfoliogrid figcaption h3:hover:before {
  background-color: #fb6c65;
  color: #fff !important;
}

.portfoliogrid figcaption .av-masonry-entry-content {
  color: black !important;
  font-size: 15px;
  line-height: 20px;
}

.portfoliogrid .av-inner-masonry:hover {
  transition: .3s;
}

.portfoliogrid .av-inner-masonry:hover img {
  opacity: .05;
}

.portfoliogrid .av-masonry-image-container img {
  width: 100%;
}

.portfoliogrid .av-masonry-image-container {
  opacity: 1;
}

.portfoliogrid .av-inner-masonry {
  margin: 0 !important;
  transition: .3s;
  height: 100%;
  position: relative;
}

.portfoliogrid a.av-masonry-entry {
  width: 27% !important;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    right: 0 !important;
    bottom: 0 !important;
}
.portfoliogrid .av-masonry {
  padding-bottom: 120px !important;
  box-sizing: content-box !important;
}

.portfoliogrid .av-masonry-container.isotope a:nth-child(3n+1) {
  left: 69% !important;
}

.portfoliogrid .av-masonry-container.isotope a:nth-child(3n+2) {
  left: 0 !important;
}

.portfoliogrid .av-masonry-container.isotope a:nth-child(3n+3) {
  left: 34% !important;
}

.portfoliogrid .av-masonry-container.isotope a {
  margin-top: 70px;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{
	background: #fff !important;
}

@media only screen and (max-width: 640px){
	.portfoliogrid {
  		padding: 0 30px;
	}
	.portfoliogrid a.av-masonry-entry {
  		width: 97% !important;
	}
	
	.portfoliogrid .av-masonry-container.isotope a:nth-child(3n+1) {
  		left: 0 !important;
	}

	.portfoliogrid .av-masonry-container.isotope a:nth-child(3n+3) {
 		 left: 0 !important;
	}
}



ul#menu-redesign-menu {
  text-align: center;
}

ul#menu-redesign-menu li {
  background-color: transparent;
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: 600;
}

ul#menu-redesign-menu li a {
  color: #030303;
  font-size: 14px !important;
}

.widget_nav_menu .current-menu-item > a, .widget_nav_menu .current_page_item > a {
  font-weight: 900 !important;
}

#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text {
  color: #ff5a54;
}

.footersocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto !important;
  margin: 0 auto -8px auto !important;
  padding-top: 6px !important;
}

.footersocial > * {
  margin: 0 7px;
}

.footersocial > *:hover {
  text-decoration: none;
}

.footersocial span {
  font-family: 'untitled-font-1';
  color: #f3b45d;
  font-size: 44px;
  line-height: 1;
}

.footersocial span:hover {
  color: #fb6c65;
}

#about1 h2 {
  font-family: 'lobster';
  font-size: 1.8em;
}

#about2 h5, #about3 h5, #about5 h5 {
  font-size: 30px;
  font-weight: 400 !important;
  padding-bottom: 20px;
}

#about4 h5 {
  font-family: 'lobster';
  font-size: 40px !important;
  color: #ff5a54;
}

#about4 .av-subheading p {
  font-weight: 600;
  padding-top: 20px;
  font-size: 22px;
}

#about4 h5 {
  font-size: 1.7em;
}

#about4 .av_one_half {
  margin-top: 20px;
}

#about4 strong {
  color: #ff5a54 !important;
  font-size: 22px;
  font-weight: 700 !important;
  font-family: 'gotham';
  line-height: 32px;
}

#about5 p {
  font-size: 1.1em;
}

#top #about6 .ck_form.ck_naked {
  margin: 48px 0 53px 0;
}

#about6 input[type="text"].ck_first_name,
#about6 input[type="email"].ck_email_address {
  background-color: #f2f2f2;
  border: 0;
  border-top: 1px solid #dfdfdf;
  width: 49%;
  padding: 13px;
  margin-bottom: 6px;
  font-size: 14px;
}

#about6 input[type="email"].ck_email_address {
  margin-left: 2%;
}

#about6 button.subscribe_button {
  background-color: #ff5a54;
  text-transform: uppercase;
  border-bottom: 2px solid #c00551;
  margin-left: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  width: 40%;
}

.topslider {
  background-color: #e1e6e1;
}

.topslider li img {
  max-height: 29.5vw;
}

.topslider h2.avia-caption-title {
  font-family: montserrat !important;
  color: #49c2c9 !important;
  font-weight: 700 !important;
}

#landing1, #landing2, #landing3, #landing4, #landing5, #landing6, #landing7, #landing9 {
  padding: 50px 150px;
  border: none;
}

#landing8 {
  padding: 20px 150px;
}

#landing1 {
  border-top: 20px solid #ffc16b !important;
}

#landing1 h1, #landing2 h1 {
  color: #fb6c65;
  font-size: 2em;
  font-weight: 700 !important;
  line-height: 42px;
  text-transform: initial;
}

#landing1 .av-special-heading-h3 {
  margin-top: 20px;
}

#landing1 h3 {
  font-weight: 600 !important;
  font-size: 23px;
}

#landing1 p, #landing2 p, #landing4 p, #landing5 p {
  color: #666 !important;
}

#landing1 .avia-button-wrap {
  margin-top: 20px;
}

#landing1 .avia-button {
  padding: 13px 20px !important;
}

#landing1 .avia-button:hover {
  background-color: #d5453f !important;
}

#landing1 .avia-button-wrap .avia_iconbox_title {
  font-weight: 600 !important;
  font-size: .9em;
  letter-spacing: 1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#landing2 .iconlist_icon {
  display: none;
}

#landing2 .container {
  max-width: 900px;
  padding: 0 !important;
}

#landing2 .av_one_full p {
  margin: 0 auto;
}

#landing2 .av_one_half {
  width: 43%;
}

#landing2 .av_one_half:last-child {
  margin-left: 12%;
}

#landing2 h1 {
  letter-spacing: 0 !important;
}

#landing2 {
  padding-top: 0;
}

#landing2 h4.av_iconlist_title {
  margin-top: 0;
  font-size: 20px;
}

#landing2 .iconlist-timeline {
  display: none;
}

#landing2 h4.av_iconlist_title {
  border: none;
  text-transform: capitalize;
  font-weight: 600 !important;
}

#landing2 h5 {
  font-family: 'lobster';
  color: #FB6C65;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: -20px;
}

#landing3 h2, #landing4 h2, #landing5 h2, #landing7 h2, #landing8 h2 {
  color: #fb6c65;
  text-transform: none;
  letter-spacing: .5px;
  font-size: 1.5em;
  font-weight: 700 !important;
}

#landing3 .template-page {
  padding: 20px 0;
  padding-bottom: 0px;
}

#landing3 .container, #landing6 .container {
  max-width: 1000px;
}

#landing3 p, #landing6 p {
  color: #444 !important;
}

#landing3 .avia_textblock, #landing6 .avia_textblock {
  padding: 20px 40px;
}

#landing4 .flex_cell, #landing5 .flex_cell {
  vertical-align: middle !important;
}

#landing4 .flex_cell_inner, #landing5 .flex_cell_inner {
  margin: 0 30px;
}

#landing5 {
  padding-top: 0;
}

#landing5 .flex_cell:last-child {
  padding-left: 0 !important;
}

#landing5 .flex_cell:last-child .flex_cell_inner {
  margin-left: 0 !important;
}

#landing7 li {
  list-style: none;
}

#landing7 .av_one_half {
  width: 45%;
}

#landing7 .av_one_half:last-child {
  margin-left: 8% !important;
}

#landing7 li::before {
  content: "■";
  color: #fb6c65;
  display: inline-block;
  width: 1em;
  font-size: 1.5em;
  margin-left: -1.1em;
  top: 2px;
  position: relative;
}

#landing7 .flex_column:nth-child(4) {
  padding: 0 120px;
}

#landing7 h4 {
  text-transform: initial;
  border: 0;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 600 !important;
  padding: 0 50px 30px 50px;
}

#landing7 .flex_column:nth-child(4) img {
  width: 100%;
}

#landing8 img {
  border-radius: 50%;
  border: 1px solid #45c6cd;
}

#landing8 {
  background-color: #F6F6F6;
}

#landing8 p {
  color: #444444;
  margin-left: 3%;
}

#landing8 a.avia-button {
  padding: 13px 22px !important;
  margin-top: 15px;
}

#landing8 .avia-button:hover {
  background-color: #d5453f !important;
}

#landing8 .avia-button-wrap, #landing8 h2 {
  margin-left: 3%;
}

#landing8 a.avia-button span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

#landing9 {
  padding-top: 20px;
}

#landing9 h3 {
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-size: 1.85em;
  color: #000;
}

#landing9 p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

#landing9 .avia-image-container.el_after_av_textblock img {
  width: 70%;
  margin: 0 auto;
}

#landing9 span.red {
  font-size: 1.35em;
  padding: 20px;
  font-weight: 600;
  color: #ff6d66;
}

#landing9 .avia-button-wrap {
  margin-bottom: 20px;
}

#landing9 .avia-button-wrap .avia_iconbox_title {
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 600;
}

#landing9 .avia-button:hover {
  background-color: #d5453f !important;
}

#landing10, #landing10 .container, #landing10 .template-page {
  padding: 0;
}

#landing10 .avia-image-container, #landing10 img {
  width: 100%;
}

#passpage #banner {
  width: 100vw;
  background-color: #fbf6e9;
  margin-top: -50px;
  padding: 100px 15px;
}

#passpage #banner h1 {
  color: black;
  text-align: center;
  font-weight: 700 !important;
  margin: 0;
}

#passpage .content {
  max-width: 650px;
  margin: 0 auto;
  padding: 75px 15px 0 15px;
  text-align: center;
  font-weight: 100;
}

#passpage form {
  max-width: 300px;
  margin: 30px auto 100px auto;
}

#passpage form input[type="password"] {
  width: 100%;
  margin: 0;
  background-color: transparent !important;
  border-color: #bdbdbd !important;
  padding: 13px;
  font-size: .9em;
}

#passpage form input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  background-color: #ff5a54;
  text-transform: uppercase;
  padding: 13px;
  font-size: .9em;
}

@media only screen and (max-width: 768px) {
  #passpage {
    margin-top: -50px;
  }
}

.main #thankstop {
  padding: 0px 50px 0 50px !important;
}

#thankyou2 {
  color: white;
}

#thankyou2 h2 {
  color: white;
  font-size: 2.5em;
  text-transform: initial;
}

#thankyou2 p {
  line-height: 32px;
  font-size: 20px;
  font-weight: 600 !important;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#thankyou2 .av_one_third {
  margin-top: 0;
}

#thankyou2 .avia-button-wrap {
  width: 50%;
  top: 45px;
  position: relative;
  padding: 0 5px;
  float: left;
}

#thankyou2 .avia-button-wrap:nth-child(1) a {
  background-color: #3d5e96;
  border-bottom: 0;
}

#thankyou2 .avia-button-wrap:nth-child(2) a {
  background-color: #67afeb;
  border-bottom: 0;
}

#thankyou2 a.avia-button {
  padding: 13px 20px !important;
  width: 100%;
  box-sizing: border-box;
}

#thankyou2 .avia_button_icon {
  float: left;
  font-size: 1.5em;
}

#thankyou2 .avia_iconbox_title {
  font-size: .8em;
  text-transform: uppercase;
}

#thankyou2 .template-page {
  padding-bottom: 20px;
}

#thankyou3 {
  /*padding: 0px 300px 150px 300px;*/
  padding: 0px 20% 150px 20%;
}

#thankyou3 img {
  border-radius: 50%;
  border: 2px solid #f05648;
}

#thankyou3 .flex_cell {
  padding: 30px 15px;
}

#thankyou3 p {
  font-size: 20px;
  line-height: 32px;
  color: #444;
  padding-right: 0px;
  font-weight: 600;
}

#thankyou4 {
  /*padding: 0px 300px 150px 300px;*/
  padding: 0px 20% 150px 20%;
}

p.copy {
  margin-top: 0;
  color: #666666;
  font-size: .65em;
}

img.copy {
  margin-top: 20px;
}

/* Blog post form */

#top .entry-footer .ck_form {
  margin-top: 60px;
  padding: 36px 0 40px 0;
  background-color: #fdf3e4;
}

#top .entry-footer .ck_form:before {
  display: block;
  padding: 0 20px;
  margin-bottom: 19px;
  line-height: 1.4;
  font-family: 'Bitter'!important;
  font-size: .9em;
  color: #000;
  content: "Ready to build your freedom business?";
}

#top .entry-footer .ck_form_fields:before {
  display: block;
  padding: 0 20px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  content: "GET INSTANT ACCESS TO MY LIBRARY OF RESOURCES";
}

#top .entry-footer input[type="email"].ck_email_address {
  margin-left: 2%;
}

#top .entry-footer input[type="text"].ck_first_name,
#top .entry-footer input[type="email"].ck_email_address {
  width: 45%;
  height: 37px;
  margin-bottom: 20px;
  background-color: #fff;
  border-color: #666;
  padding: 9px 6px 7px 6px;
}

#top .entry-footer button.ck_subscribe_button {
  width: 35%;
  height: 46px;
  line-height: 6px;
  background-color: #fb6c65;
  border: 0;
  padding: 20px 0;
  color: white;
  font-size: 1.2em;
}



@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  #hometop {
    width: 100%;
    margin-left: 0;
  }

  #after_section_3 article {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #after_section_3 {
    padding: 0px !important;
  }

  .yuzo_wraps .relatedthumb {
    min-width: 100% !important;
  }

  #about1, #about2, #about3, #about4, #about5, #blogroll {
    padding: 15px !important;
  }

  .topslider {
    height: 75vh;
  }

  .topslider .avia-slideshow {
    height: 100%;
  }

  .topslider ul.avia-slideshow-inner {
    height: auto !important;
  }

  .topslider img, .author-extra-border {
    display: none !important;
  }

  .topslider .slideshow_align_caption {
    text-align: center;
  }

  .topslider .slideshow_align_caption h2.avia-caption-title {
    font-size: 29px !important;
  }

  .topslider a.avia-slideshow-button {
    font-size: 20px;
  }

  .authorcontainer, .comment_container {
    padding-right: 0 !important;
  }

  .authorcontainer .post-author-format-type {
    display: block !important;
  }

  .yuzo_related_post, .postpagination, .comment_container form#commentform p.form-submit input, .comment_container form#commentform input {
    width: 100% !important;
  }

  .yuzo_related_post .relatedthumb {
    padding: 0 0 10px 0 !important;
    height: auto !important;
  }

  .slide-entry-wrap, #after_section_3 {
    margin-bottom: 0 !important;
  }

  .read-more-link {
    padding-bottom: 20px !important;
  }

  #about2 .flex_column {
    padding: 10px !important;
  }

  #about2 {
    padding-top: 30px !important;
  }

  #about3, #about4 .container, #about5 .container {
    margin-top: 30px !important;
  }

  #about6 {
    padding: 0 !important;
  }

  #passpage #banner {
    width: 100vw !important;
    margin: 0;
    padding: 80px 15px !important;
  }

  #passpage .content {
    padding-top: 30px !important;
  }

  #portfoliogrid {
    padding: 10px !important;
  }

  #portfoliogrid .av-masonry-container.isotope a {
    margin-top: 0 !important;
    width: 80% !important;
    position: relative !important;
    margin-left: 9% !important;
    margin-bottom: 30px !important;
    top: 0 !important;
  }

  #portfoliogrid .av-masonry-container.isotope a:nth-child(3n+1) {
    left: 0px !important;
    position: relative !important;
  }

  #portfoliogrid .av-masonry-container.isotope a:nth-child(3n+3) {
    left: 0 !important;
    position: relative !important;
  }

  #portfoliogrid #av-masonry-1 {
    padding-bottom: 0 !important;
  }

  #after_masonry {
    border: 0 !important;
  }

  #contact1 {
    padding: 10px !important;
  }

  #landing1, #landing2, #landing3, #landing4, #landing5, #landing6, #landing7, #landing8, #landing9, #landing7 .flex_column:nth-child(4) {
    padding: 10px !important;
  }

  ul#mobile-advanced li a {
    border: 1px solid #fafafa !important;
  }

  #frontpageicons .av_one_third {
    width: 100% !important;
    padding: 0;
  }

  #frontpageicons {
    padding: 0 10px;
  }

  #frontpageicons .av_one_third .entry-content-wrapper {
    margin-left: 0;
  }

  #top input[type="text"].ck_first_name,
  #top input[type="email"].ck_email_address {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #top .ck_control_group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top .entry-footer .ck_control_group {
    padding: 0 20px;
  }

  #top .entry-footer .ck_form {
    margin-top: 30px;
  }
}

.main_color .pagination .pagination-meta {
  display: none;
}

.main_color .pagination .current {
  background: #ff5a54;
  color: #fff;
}

.main_color .pagination .inactive {
  background: #d8d8d8;
  color: #fff;
}

.main-heading h1 {
  font-size: 40px;
  font-weight: 600 !important;
}

.post-meta-infos .blog-author, .post-meta-infos .author-avatar {
  display: none;
}

.entry-content-header hr {
  margin: 0px;
  width: 100%;
}

.entry-content img.alignright,
.entry-content .lightbox-added.alignright {
  margin: 0 0 20px 20px !important;
}

.entry-content img.alignleft,
.entry-content .lightbox-added.alignleft {
  margin: 0 20px 20px 0 !important;
}

.entry-content .lightbox-added .image-overlay {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .entry-content .lightbox-added.alignright,
  .entry-content .lightbox-added.alignleft,
  .entry-content img.alignright,
  .entry-content img.alignleft {
    display: block;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .entry-content a.lightbox-added img,
  .entry-content a.lightbox-added img {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.template-single-blog p, .template-single-blog ul, .template-single-blog ol {
  font-size: 18px;
}

.entry-content-wrapper .post_delimiter {
  display: none;
}

.comment-entry .commentlist ul {
  margin-left: 50px !important;
  border: none;
}

.comment-entry .children .gravatar {
  width: auto;
  left: 0;
}

.sidebar.sidebar_right .widget {
  padding: 0 0 60px 0;
}

.sidebar.sidebar_right .textwidget p {
  margin-top: 0;
}

#scroll-top-link {
  border-color: #d8d8d8;
  background: #d8d8d8;
}

#scroll-top-link:hover::before {
  color: #fff;
}

.footer_color a {
  color: #666;
}

/* New landing styles */

.landing-brand,
.landing-plan,
.landing-challenge {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.landing-brand .av-special-heading,
.landing-plan .av-special-heading,
.landing-challenge .av-special-heading {
  margin: 0;
}

.landing-brand .custom-button .avia-button,
.landing-plan .custom-button .avia-button,
.landing-challenge .custom-button .avia-button {
  padding: 18px 64px !important;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 24px;
}



/* #landing-brand-1 */

#landing-brand-1, #landing-plan-1 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
}

#landing-brand-1:before,
#landing-plan-1:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.71;
  content: "";
}

#landing-brand-1:before {
  background: #f9b968;
}

#landing-brand-1 .heading-1 h1,
#landing-plan-1 .heading-1 h1 {
  margin: -9px 0 0 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 42px;
}



/* landing-brand-2 */

#landing-brand-2 {
  border: none;
}

#landing-brand-2 .content {
  padding-top: 87px;
  padding-bottom: 50px;
}

#landing-brand-2 .heading-2 h2 {
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: 0.001em;
  font-weight: 600 !important;
  font-size: 26px;
}

#landing-brand-2 .heading-3 h3 {
  margin-bottom: 15px;
  letter-spacing: normal;
  font-family: Bitter, sans-serif !important;
  font-style: italic;
  font-size: 20px;
}

#landing-brand-2 .heading-2 + .heading-3 {
  margin-top: -4px;
}

#landing-brand-2 .text-content-1 {
  max-width: 785px;
  margin: 0 auto 48px auto;
  line-height: 1.6;
}

#landing-brand-2 .text-content-1 p {
  margin: 0 0 23px 0;
}

#landing-brand-2 .text-content-2 {
  margin-bottom: 47px;
  line-height: 1.6;
}

#landing-brand-2 .text-content-2 p {
  margin: 0 0 8px 0;
}

#landing-brand-2 .text-content-3 {
  margin-bottom: 60px;
  line-height: 1.6;
}

#landing-brand-2 .text-content-3 p {
  margin: 0 0 8px 0;
}

#landing-brand-2 .custom-button {
  margin-bottom: 54px;
}

#landing-brand-2 .text-content-4 {
  line-height: 1.6;
  margin: 19px 0 75px 0;
}

#landing-brand-2 .text-content-4 p {
  font-family: Bitter, sans-serif !important;
  margin: 0;
}

#landing-brand-2 .picture-content {
  margin: 0;
}



/* landing-brand-3-1 */

#landing-brand-3-1 {
  border: none;
}

#landing-brand-3-1 .content {
  padding-top: 86px;
  padding-bottom: 69px;
}

#landing-brand-3-1 .heading-2 h2 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600 !important;
  font-size: 26px;
}



/* landing-brand-3-2 */

#landing-brand-3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  background: #e9eae8;
}

#landing-brand-3-2 .flex_cell {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
  max-width: 514px;
}

#landing-brand-3-2 .icon-list {
  margin: 0;
}

#landing-brand-3-2 .icon-list li {
  margin-bottom: 25px;
}

#landing-brand-3-2 .icon-list li:last-child {
  margin-bottom: 0;
}

#landing-brand-3-2 .iconlist_icon {
  line-height: 1.8 !important;
  font-size: 15px !important;
}

#landing-brand-3-2 .iconlist_title_small {
  line-height: 1.7;
}

@media only screen and (max-width: 800px) {
  #landing-brand-3-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #landing-brand-3-2 .flex_cell {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #landing-brand-3-2 .icon-list li:last-child {
    margin-bottom: 25px;
  }
}


/* landing-brand-3-3 */

#landing-brand-3-3 {
  border: none;
}

#landing-brand-3-3 .content {
  padding-top: 57px;
  padding-bottom: 91px;
}

#landing-brand-3-3 .text-content-1 {
  max-width: 630px;
  margin: 0 auto;
  line-height: 1.3;
}

#landing-brand-3-3 .text-content-1 p {
  margin: 0;
  font-weight: 600;
}



/* landing-brand-4 */

#landing-brand-4 {
  border: none;
}

#landing-brand-4 .content {
  padding-top: 77px;
  padding-bottom: 232px;
}

#landing-brand-4 .heading-2 h2 {
  margin-bottom: 24px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 28px;
  font-weight: 600 !important;
}

#landing-brand-4 .text-content-1 {
  margin-bottom: 23px;
  font-weight: 500;
}

#landing-brand-4 .text-content-1 p {
  margin: 0;
  line-height: normal;
}

#landing-brand-4 .text-content-2 {
  margin-bottom: 19px;
  font-weight: 600;
}

#landing-brand-4 .text-content-2 p {
  margin: 0;
}

#landing-brand-4 .text-content-2 del {
  margin-right: 14px;
  font-size: 28px;
  font-weight: 500;
}

#landing-brand-4 .picture-content-1 {
  margin: 0 0 41px 0;
}

#landing-brand-4 .picture-content-2 {
  margin: 57px 0 0 0;
}



/* landing-brand-5 */

#landing-brand-5 {
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
  border: none;
}

#landing-brand-5 .content {
  padding-top: 77px;
  padding-bottom: 0;
}

#landing-brand-5 .heading-2 {
  max-width: 1080px;
  margin: 0 auto;
}

#landing-brand-5 .heading-2 h2 {
  margin-bottom: 21px;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 22px !important;
  font-weight: 500 !important;
}

#landing-brand-5 .text-content-1 {
  margin-bottom: 45px;
}



/* #landing-plan-1 */

#landing-plan-1:before {
  background: #fb6c65;
}



/* #landing-plan-2 */

#landing-plan-2 {
  border: none;
}

#landing-plan-2 .content {
  padding-top: 61px;
}

#landing-plan-2 .heading-2 h2 {
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600 !important;
  font-size: 28px;
}

#landing-plan-2 .text-content-1 {
  max-width: 750px;
  margin: 0 auto 31px auto;
  line-height: 1.35;
}

#landing-plan-2 .text-content-1 p {
  margin: 0;
}

#landing-plan-2 .picture-content-1 {
  margin: 0 0 50px 0;
}



/* #landing-plan-3-1 */

#landing-plan-3-1 {
  border: none;
}

#landing-plan-3-1 .content {
  padding-top: 88px;
  padding-bottom: 65px;
}

#landing-plan-3-1 .heading-2 h2 {
  margin-bottom: 17px;
  text-transform: none;
  letter-spacing: 0.015em;
  font-weight: 600 !important;
  font-size: 40px;
}

#landing-plan-3-1 .text-content-1 {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.35;
}

#landing-plan-3-1 .text-content-1 p {
  margin: 0;
}



/* #landing-plan-3-2 */

#landing-plan-3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px 107px 50px;
}

#landing-plan-3-2 .flex_cell {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
  max-width: 474px;
}

#landing-plan-3-2 .icon-list {
  margin: 0;
}

#landing-plan-3-2 .icon-list li {
  margin-bottom: 35px;
}

#landing-plan-3-2 .icon-list li:last-child {
  margin-bottom: 0;
}

#landing-plan-3-2 .iconlist_icon {
  display: none;
}

#landing-plan-3-2 .iconlist_title_small {
  padding-bottom: 8px;
  font-weight: 600;
}

#landing-plan-3-2 .iconlist_content {
  line-height: 1.4;
}

#landing-plan-3-2 .icon-list p {
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #landing-plan-3-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #landing-plan-3-2 .flex_cell {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #landing-brand-3-2 .icon-list li:last-child {
    margin-bottom: 25px;
  }
}



/* #landing-plan-4 */

#landing-plan-4 {
  border: none;
}

#landing-plan-4 .content {
  padding-top: 91px;
  padding-bottom: 50px;
}

#landing-plan-4 .heading-2 h2 {
  margin-bottom: 50px;
  text-transform: none;
  letter-spacing: 0.007em;
  font-weight: 600 !important;
  font-size: 26px;
}

#landing-plan-4 .text-content-1 {
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.65;
}

#landing-plan-4 .text-content-1 p {
  margin: 0 0 31px 0;
}



/* #landing-plan-5 & #landing-plan-6 */

#landing-plan-5, #landing-plan-6 {
  max-width: 1060px;
  margin: 0 auto;
}

#landing-plan-5 .heading-2 h2,
#landing-plan-6 .heading-2 h2 {
  margin-bottom: 25px;
  text-transform: none;
  letter-spacing: 0.007em;
  font-weight: 600 !important;
  font-size: 26px;
}

#landing-plan-5 .text-content-1,
#landing-plan-6 .text-content-1 {
  line-height: 1.35;
}

#landing-plan-5 .text-content-1 p,
#landing-plan-6 .text-content-1 p {
  margin: 0;
}

#landing-plan-5 .picture-content-1,
#landing-plan-6 .picture-content-1 {
  margin: 0;
}



/* #landing-plan-5 */

#landing-plan-5 {
  padding: 105px 50px 67px 50px;
}

#landing-plan-5 .column-right {
  width: 351px !important;
}

@media only screen and (max-width: 800px) {
  #landing-plan-5 .flex_cell {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }

  #landing-plan-5 .column-left {
    margin-bottom: 30px;
  }
}



/* #landing-plan-6 */

#landing-plan-6 {
  padding: 67px 50px 139px 50px;
}

#landing-plan-6 .column-left {
  width: 351px !important;
}

@media only screen and (max-width: 800px) {
  #landing-plan-6 .flex_cell {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }

  #landing-plan-6 .column-left {
    margin-bottom: 30px;
  }
}



/* #landing-plan-7 */

#landing-plan-7 {
  border: none;
}

#landing-plan-7 .content {
  padding-top: 112px;
  padding-bottom: 146px;
}

#landing-plan-7 .heading-2 h2 {
  margin-bottom: 50px;
  text-transform: none;
  letter-spacing: 0.007em;
  font-weight: 600 !important;
  font-size: 26px;
}

#landing-plan-7 .text-content-1 {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.35;
}

#landing-plan-7 .text-content-1 p {
  margin: 0 0 23px 0;
}



/* landing-plan-8-1 */

#landing-plan-8-1 {
  border: none;
}

#landing-plan-8-1 .content {
  padding-top: 81px;
  padding-bottom: 68px;
}

#landing-plan-8-1 .heading-2 h2 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600 !important;
  font-size: 26px;
}



/* landing-plan-8-2 */

#landing-plan-8-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
}

#landing-plan-8-2 .flex_cell {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
  max-width: 522px;
}

#landing-plan-8-2 .icon-list {
  margin: 0;
}

#landing-plan-8-2 .icon-list li {
  margin-bottom: 19px;
}

#landing-plan-8-2 .icon-list li:last-child {
  margin-bottom: 0;
}

#landing-plan-8-2 .iconlist_icon {
  line-height: 1.8 !important;
  font-size: 15px !important;
}

#landing-plan-8-2 .iconlist_title_small {
  line-height: 1.7;
}

@media only screen and (max-width: 800px) {
  #landing-brand-3-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #landing-brand-3-2 .flex_cell {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #landing-brand-3-2 .icon-list li:last-child {
    margin-bottom: 25px;
  }
}



/* landing-plan-8-3 */

#landing-plan-8-3 {
  border: none;
}



/* #landing-plan-9 */

#landing-plan-9 {
  border: none;
}

#landing-plan-9 .content {
  padding-top: 72px;
  padding-bottom: 200px;
}

#landing-plan-9 .heading-2 h2 {
  text-transform: none;
  max-width: 780px;
  margin: 0 auto 14px auto;
  letter-spacing: 0.005em;
  line-height: 1.35;
  font-size: 26px !important;
  font-weight: 600 !important;
}

#landing-plan-9 .picture-content-1 {
  margin: 0 0 25px 0;
}

#landing-plan-9 .text-content-1 {
  max-width: 750px;
  margin: 0 auto 24px auto;
  line-height: 1.35;
}

#landing-plan-9 .text-content-1 p {
  margin: 0;
}

#landing-plan-9 .text-content-2 {
  margin-bottom: 22px;
  font-weight: 600;
}

#landing-plan-9 .text-content-2 del {
  margin-right: 14px;
  font-weight: 500;
  font-size: 28px;
}

#landing-plan-9 .text-content-2 p {
  margin: 0;
}



/* #landing-challenge-1 */

#landing-challenge-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

#landing-challenge-1 .flex_cell {
  display: block;
  width: auto !important;
}

#landing-challenge-1 .column-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 747px;
  -ms-flex: 1 1 747px;
  flex: 1 1 747px;
  background-size: contain;
}

#landing-challenge-1 .column-middle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
}

#landing-challenge-1 .column-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 173px;
  -ms-flex: 1 1 173px;
  flex: 1 1 173px;
}

#landing-challenge-1 .heading-1 h1 {
  margin-bottom: 23px;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  font-family: Lobster, sans-serif !important;
  font-size: 46px;
}

#landing-challenge-1 .heading-2 h2 {
  margin-bottom: 13px;
  text-transform: none;
  letter-spacing: 0.006em;
  line-height: 1.25;
  font-weight: 600 !important;
  font-size: 24px;
}

#landing-challenge-1 .text-content-1 {
  line-height: 1.45;
}

#landing-challenge-1 .text-content-1 p,
#landing-challenge-1 .text-content-1 ul {
  margin: 0 0 15px 0;
}

#landing-challenge-1 .text-content-1 li {
  padding: 0;
}

#landing-challenge-1 .picture-content-1 {
  margin: 0 12px 0 0;
}

#landing-challenge-1 .ck_form.ck_naked {
  margin-top: 31px;
}

#landing-challenge-1 .ck_control_group {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#landing-challenge-1 .ck_form input[type='text'],
#landing-challenge-1 .ck_form input[type='email'] {
  height: 52px;
  padding: 8px 23px;
  margin-bottom: 10px;
  border: 0;
  background: #fff;
  color: #191919;
}

#landing-challenge-1 .ck_form input[type='text']::placeholder,
#landing-challenge-1 .ck_form input[type='email']::placeholder {
  color: #191919;
}

#landing-challenge-1 .ck_form button {
  width: 100%;
  height: 52px;
  margin-top: 3px;
  background: #46c2c9;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 800px) {
  #landing-challenge-1 .column-left {
    display: none;
  }

  #landing-challenge-1 .column-middle {
    flex-basis: 100%;
  }

  #landing-challenge-1 .column-right {
    display: none;
  }
}

/* #privacy */

#privacy {
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#privacy .heading-1 h1 {
  text-transform: none;
  font-weight: 600;
}

#privacy .heading-2 h2 {
  text-transform: none;
  font-weight: 600 !important;
}

#privacy .last-updated {
  margin-top: 50px;
}

/* Share buttons */

.nc_socialPanel {
  margin: 67px 0 80px 0 !important;
}

.nc_socialPanel a .swp_count:not(.swp_hide) {
  padding-right: 10px;
  text-align: right;
}

/* Click 2 Tweet */

a .sw-click-to-tweet {
  margin: 15px 0 34px 0;
  border-color: #ff5a54 !important;
}

a .sw-click-to-tweet .sw-ctt-text {
  font-weight: 300;
}

a .sw-click-to-tweet .sw-ctt-btn {
  margin-right: -10px;
  padding-right: 0;
}

a .sw-click-to-tweet i.sw-twitter {
  margin-left: 7px;
}

/* Content */

div.entry-content > *:last-child {
  margin-bottom: 0;
}

.authorcontainer {
  clear: both;
}



#top .av_seperator_big_border#header .av-main-nav > li > a {
  padding: 0 10px;
  min-width: initial;
}
#top #header_main > .container {
  padding: 0;
}
.single .template-single-blog {
  padding: 0;
  width: 85%;
}
.page .container_wrap.fullsize .container {
  padding: 0;
  width: 85%;
}
.page .avia-fullwidth-slider.container_wrap.fullsize .container {
  width: 100%;
}
.main_menu {
  padding-right: 10px;
}
.textwidget .rbinner2 {
  padding-top: 22px;
}
.textwidget .rbinner2 p {
  padding-top: 0px;
}

/* Shop page */
.page-id-1084 #cmproducts.sec-shop .container {
  padding: 0;
  width: 70%;
}
.page-id-1084 .sec-shop .template-page.content {
  padding-top: 80px;
}
.page-id-1084 .sec-courses .template-page.content {
  padding-top: 60px;
}
.page-id-1084 .sec-shop .template-page.content h1 {
  color: #444;
  font-size: 26px;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.page-id-1084 .sec-shop .template-page.content h3 {
  font-size: 1em;
  line-height: 1.35em;
  padding-top: 15px;
  font-weight: 600 !important;
}
.page-id-1084 .sec-shop .template-page.content p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.75em;
  margin-bottom: 20px;
}
.page-id-1084 .sec-shop .template-page.content h4 {
  display: none;
}
.page-id-1084 .sec-shop .template-page.content a.avia-button {
  font-size: 1em !important;
  font-weight: 700;
  margin-top: 0 !important;
}
.page-id-1084 .sec-shop .template-page.content .avia-image-container-inner {
  box-shadow: none !important;
}
#top.page-id-1084 #wrap_all .sec-courses {
  padding-bottom: 100px;
}

#advanced_menu_toggle,
#advanced_menu_hide {
  border: none;
  right: -20px;
}

#advanced_menu_toggle:before {
  content: "";
}

@media (max-width: 767px) {
  #top.page-id-1084 #wrap_all .sec-shop .template-page.content .flex_column {
    margin-bottom: 90px;
  }
  #top.page-id-1084 #wrap_all .sec-shop .template-page.content .flex_column:last-child {
    margin-bottom: 0px;
  }
  #top.page-id-1084 #wrap_all .sec-courses .hr {
    height: 50px !important;
  }
}




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

  #thankyou3,
  #thankyou4{
    padding: 50px 10% 150px 10%;
  }

  #thankyou3 .flex_cell,
  #thankyou4 .flex_cell{
    vertical-align: top !important;
  }
  #thankyou3 img,
  #thankyou4 img{
    margin-top: 30px;
  }

}

@font-face {
  font-family: 'Ernest and Emily';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Ernest&Emily_Slanted_solid.eot');
  src: url('fonts/Ernest&Emily_Slanted_solid.eot?#iefix') format('embedded-opentype'),url('fonts/Ernest&Emily_Slanted_solid.otf') format('opentype'), url('fonts/Ernest&Emily_Slanted_solid.woff') format('woff');
}

.ernest-emily p,
.ernest-emily ul,
.ernest-emily ol,
.ernest-emily h1,
.ernest-emily h2,
.ernest-emily h3,
.ernest-emily h4,
.ernest-emily h5{
  font-family: 'Ernest and Emily', Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  margin:0;
}

@font-face {
  font-family: 'Gotham Condensed Medium';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Gotham Condensed Medium.eot');
  src: url('fonts/Gotham Condensed Medium.eot?#iefix') format('embedded-opentype'),url('fonts/Gotham Condensed Medium.otf') format('opentype'), url('fonts/ufonts.com_gothamcondensed-medium-opentype.woff') format('woff');
}

.gotham-med-cond p{
  font-family: 'Gotham Condensed Medium', serif;
  font-style: normal;
  font-weight: normal;
}