/*******************************************************************************************************




The CSS, XHTML, and Design are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php




******************************************************************************************************/
body,
html {
  height: 100%;
  margin: 0;
}

body {
  background: #fff;
  color: #141212;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.85;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}

body.FitScreen {
  overflow: hidden;
  -webkit-overflow: hidden;
}

*:focus {
  outline: none;
}

/************************************************
*	0.	Global									*
************************************************/
p {
  padding: 12px 0px;
  margin: 0px;
}

p:empty {
  display: none;
}

em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  margin: 6px 0px 8px 0px;
  padding: 0px;
}

ol,
ul {
  margin: 6px 0px;
  padding: 0px 0px 0px 12px;
}

ol li {
  list-style: inside;
  list-style-type: decimal;
  margin: 6px 0px;
  padding: 0px 0px 0px 12px;
}

ul {
  margin: 0px;
  padding: 10px 0px 10px 20px;
}

ul li {
  list-style-type: disc;
  padding: 6px 0;
}

ul ol li,
ul ol ul ol li {
  list-style-type: decimal;
}

ol ul li,
ol ul ol ul li {
  list-style-type: square;
}

blockquote {
  margin: 20px 0px;
  padding: 20px;
  background-color: #f3f3f3;
  position: relative;
}

blockquote.wp-block-quote:before {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  background-color: #001b33;
  top: 0;
  bottom: 0;
}

blockquote p {
  margin: 0px;
  padding: 0px;
}

p mark {
  background-color: #feece6;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

code,
pre {
  background: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  margin: 12px 0px;
  padding: 6px 8px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

code {
  display: inline;
  white-space: normal;
}

pre {
  display: block;
}

pre code {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
}

img,
object,
embed {
  max-width: 100%;
  margin: 0px auto 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  position: relative;
}

.clear:before {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-hide,
.container .headline.text-hide {
  font-size: 0;
  line-height: 0;
  margin-left: -999em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.align-center {
  float: none;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
  border: none;
}

a,
a:link {
  color: #141212;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #5c14ae !important;
  text-decoration: underline;
}

/************************************************
*	2.	Headings  								*
************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: normal;
  padding: 15px 0px;
  margin: 0px;
}

h1,
.h1 {
  font-size: 2.3em;
}

h2,
.h2 {
  font-size: 2em;
}

h3,
.h3 {
  font-size: 1.85em;
}

h4,
.h4 {
  font-size: 1.75em;
}

h5,
.h5 {
  font-size: 1.5em;
  padding: 10px 0px;
}

h6,
.h6 {
  font-size: 1.2em;
  padding: 10px 0px;
}

.headline {
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

/************************************************
*	3.	Header  								*
************************************************/
#header {
  padding: 50px 0;
  background-color: #fff;
}
.header_logo {
  text-align: center;
}
.header_logo .logo {
  display: inline-block;
}
/* .mainLogo {
  width: 330px;
} */
 .mainLogoTop {
  width: 330px;
}

/************************************************
*	5. Banner							    *
************************************************/

/************************************************
*	6.	Homepage 					     	    *
************************************************/
.sectionTitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.hero { 
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.hero h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.formSection {
  padding: 6% 0 7%;
}

.formWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.imgCol,
.formCol {
  flex: 1;
  min-width: 300px;
}

.imgCol img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.formCol {
  display: flex;
  flex-direction: column;
}

.bookYourSeat {
  max-width: 450px;
  margin-bottom: 20px;
  width: 100%;
}

.courses {
  background-color: #e9eef6;
  padding: 5% 0;
}
.courses .sectionTitle {
  color: #022060;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.courseSlideWrap {
  padding: 25px;
  box-sizing: border-box;
}
.courseSlide {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.2); /* Bottom-only shadow */
}

.courseText {
  padding: 0 20px;
  letter-spacing: 0.03rem;
  color: #5a5a5a;
}
.bookNow img {
  padding-top: 10px;
  max-width: 200px;
}

.videos {
  padding: 6% 0;
}
.videosWrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
.featuredVideo {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.featuredVideo:hover a img {
  transition: all 0.3s ease;
}
.featuredVideoThumb {
  width: 100%;
  height: auto;
  position: relative;
}
.featuredVideo a {
  position: relative;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featuredVideo a img {
  display: block;
  max-width: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -80px;
  transition: all 0.3s ease;
}
.featuredVideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.3s ease;
}
.featuredVideo:hover::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.moreVideos {
  width: 40%;
}
a.videoContainer {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #c0c2c4;
  margin-bottom: 25px;
  cursor: pointer;
}
a.videoContainer:last-child {
  border-bottom: none;
}
.vidImg {
  width: 30%;
}
.videoContainer h4 {
  width: 60%;
  font-size: 1rem;
}
.videoContainer span {
  width: 10%;
}
.videoContainer img {
  max-width: 200px;
  width: 100%;
  border-radius: 5px;
}

/*footer*/
.footer {
  background-image: url(images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6% 0 ;
  color: #fff;
  font-size: 1.1em;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to bottom, #1e88e5, #002366); */
  z-index: 1;
  opacity: 0.5;
}
.footerWrap {
  display: flex;
  gap: 50px;
}
.footerCol {
}
.footerImg {
  max-width: 400px;
  display: block;
}
.footerTitle {
  color: #f5d902;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.32px;
  font-size: 3rem;
}
.footerText {
  font-weight: 300;
  letter-spacing: 1px;
}
.footerCredits {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
}
.footerImages {
  display: flex;
  margin-bottom: 25px;
  margin-top: 10px;
  gap: 15px;
}
.footerImages img {
  display: block;
  width: 180px;
}
/*********************************
         INTERNAL PAGES
*********************************/
.mobOnly {
  display: none;
}

/*blog page template*/
.page-desc {
  padding-top: 20px;
  text-align: center;
}

.blog-page {
  width: 100%;
  display: table;
}

.blog-wrap,
.blog-sidebar {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  box-sizing: border-box;
}

.blog-wrap {
  width: 69%;
  padding-right: 40px;
}

.blog-page .blog-sidebar {
  width: 31%;
}

.blog-sidebar-widget {
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.blog-sidebar-widget .single-hosting-sidebar-wrap {
  margin-bottom: 0;
}

.blog-sidebar-widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .each-top-host {
  float: none;
}

.blog-sidebar .each-top-host:after {
  content: " ";
  display: block;
  clear: both;
}

.blog-holder {
  margin-bottom: 5%;
}

.blog-holder:last-child {
  margin: 0;
}

.blog-holder h2 {
  padding: 0 0 5px;
  font-size: 2em;
}

.blog-data {
  padding-bottom: 10px;
}

.blog-holder a {
  text-decoration: none;
}

.blog-data a {
  color: #5c14ae !important;
}

.blog-data p {
  padding: 0;
}

span.entry-date {
  padding-bottom: 10px;
  display: block;
  color: #7698a2;
  font-size: 0.95em;
}

a.readMore {
  position: relative;
}

a.readMore:after {
  content: " ";
  display: block;
  background-color: #5c14ae !important;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  transition: all 0.2s;
  left: 0;
}

a.readMore:hover:after {
  bottom: -2px;
  transition: all 0.2s;
}

.topbar ul {
  padding: 20px 15px;
}

.topbar li {
  display: block;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.topbar li:hover:before {
  content: " ";
  display: block;
  background-color: #ec038c !important;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.topbar li:last-child {
  margin-bottom: 0;
}

.topbar a {
  text-decoration: none;
  padding: 0;
  display: block;
  position: relative;
  color: #141212 !important;
}

/*Single Blog Post*/
.post-banner {
  background: #45e0a8;
  padding: 5% 0;
}

.post_links {
  text-align: left;
  display: table;
  width: 100%;
}

.post_link {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  padding: 0 5px;
}

.post_link.previous_post {
  text-align: right;
}

.post_link.next_post {
  text-align: left;
}

.PostTitle {
  max-width: 85%;
  margin: 0 auto 2.5%;
  text-align: center;
}

.PostImg img {
  width: 100%;
  visibility: hidden;
}

/************************************************
*	7.	Content 					     	    *
************************************************/
.content {
  margin: 0px 84px 0px;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 2;
}

.content.no-padding {
  padding: 0px;
}

.content.small {
  max-width: 1100px;
}

.content.medium {
  max-width: 1320px;
}

.content.full {
  max-width: 100%;
}

.content.no-thumb,
.no-thumb {
  /*padding-top: 105px;*/
}

.article {
  display: block;
}

.postarea {
  padding: 64px 24px 64px 0px;
}

.postarea.right {
  padding: 64px 0px 64px 24px;
}

.postarea.full {
  margin: 0px auto 0px;
  padding: 4% 0px 7%;
}

body.single-product .postarea.full {
  padding: 20px 0px 0px;
}

.postarea.no_padding {
  padding: 0px;
}

.postarea.wide {
  padding: 64px 0px;
}

.postarea.middle {
  padding: 64px 24px;
}

.post-meta {
  display: block;
  color: #999999;
  font-size: 0.8em;
  margin: 12px 0px;
  padding: 12px 0px 0px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.post-meta p {
  margin: 0px;
  padding: 0px;
}

.post-meta .align-left,
.post-meta .align-right {
  max-width: 50%;
}

.blog-holder .post-meta,
.archive-holder .post-meta {
  padding: 12px 24px;
  margin: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.post-edit-link {
  display: inline-block;
  margin: 12px 0px;
}

.author-column {
  float: right;
  width: 72%;
  margin-top: 20px;
  padding-left: 4%;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.author-posts {
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

.author-posts li {
  margin: 0px;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.archive-column {
  float: left;
  font-size: 0.9em;
  width: 30%;
  margin: 0px;
  padding-right: 5%;
}

.archive-column.last {
  padding-right: 0;
}

.wp-audio-shortcode {
  margin: 12px 0px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
}

.text-white p,
.text-white blockquote,
.text-white {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.sticky {
  display: block;
  position: relative;
}

.bypostauthor {
  display: block;
  position: relative;
}

/*Page Builder Custom Css*/
.ImageWidget img {
  display: block;
  width: 100%;
}

.page-template-default .postarea.full {
  padding: 3% 0 7%;
}

/************************************************
*	9.	Social Media   							*
************************************************/
.social-icons {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.social-icons span {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px 5px;
}

.social-icons span:first-child {
  padding-left: 0px;
}

.social-icons span:last-child {
  padding-right: 0px;
}

.social-icons span .fa {
  min-width: 0px;
  line-height: 1;
}

.social-icons span a {
  font-size: 17px;
  display: block;
  background: none;
  color: #c3bdd0;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 31px;
  border: 1px solid #c3bdd0;
  border-radius: 50%;
  height: 31px;
  line-height: 1.6;
  transition: all 0.25s;
}

.social-icons span a:hover {
  color: #38187f;
  background: #c3bdd0;
  transition: all 0.25s;
}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
  display: block;
  width: 100%;
  font-size: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  text-align: center;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 9;
}

.pagination .page-numbers {
  font-size: 16px;
  display: inline-block;
  color: #737373;
  height: 16px;
  min-width: 30px;
  text-decoration: none;
  margin: 0 0 -11px;
  padding: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1;
  font-weight: 600;
}

.pagination .page-numbers:last-child {
  border: none;
}

a.prev.page-numbers,
a.next.page-numbers {
  color: #001b33;
  font-weight: 800;
  width: 30px;
  height: 30px;
  align-items: center;
  display: inline-flex;
  text-align: center;
  border: 2px solid #001b33 !important;
  border-radius: 8px;
  position: relative;
}

a.prev.page-numbers i,
a.next.page-numbers i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:active {
  color: #001b33;
  padding: 0px;
}

.pagination .page-numbers.current {
  color: #001b33;
}

.post-navigation {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.previous-post {
  float: left;
  font-size: 0.9em;
}

.next-post {
  float: right;
  font-size: 0.9em;
}

.page-links {
  display: block;
  overflow: hidden;
  margin: 12px 0px;
}

.page-links .link-label {
  color: #111111;
  font-weight: bold;
  margin-left: 0px;
}

.page-links span {
  margin: 0px 3px;
}

/************************************************
*	11.	Images  				     		    *
************************************************/

.feature-img,
.feature-vid {
  display: block;
  text-align: left;
  line-height: 0;
  margin: 12px 0 24px;
  overflow: hidden;
}

.feature-img.page-banner {
  width: 100%;
  position: relative;
  line-height: 1;
  margin: 0px;
  z-index: 0;
  background-color: #fff;
  padding-bottom: 0;
  min-height: 389px;
  display: flex;
  align-items: self-end;
  background-position: center bottom;
  background-size: cover;
}

/*.feature-img.page-banner:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/white-top-bg.png);
    width: 100%;
}	*/
.feature-img.page-banner .page_title {
  display: block;
  margin: 0px;
  color: #fff;
  text-transform: none;
  position: relative;
  text-align: left;
  max-width: 1576px;
  padding: 50px 48px 50px;
  width: 100%;
  background: linear-gradient(to top, black 0%, transparent 100%);
}

.page-banner img {
  display: none;
}

/*404 page*/
body.error404 #wrap {
  width: 100%;
  display: table;
}

.error404 .feature-img.page-banner {
  background: none !important;
}

.page-banner .headerImg {
  max-width: 600px;
  margin: 150px auto 0;
  width: 75%;
}

.errorpage_bottom_shape {
  display: table-row;
  height: 1px;
  width: 100%;
}

.errorpage_bottom_shape img {
  display: block;
  width: 100%;
}

.blog-holder .feature-vid,
.archive-holder .feature-vid,
.blog-holder .feature-img,
.archive-holder .feature-img {
  margin: 0px;
}

.avatar {
  background: #ffffff;
  margin: 10px 20px 10px 0px;
  padding: 6px;
}

.author-avatar {
  float: left;
  display: block;
  width: 20%;
  margin-top: 20px;
  padding-right: 3.6%;
}

.author-avatar .avatar {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
}

img.aligncenter {
  display: block;
  margin: 6px auto 6px;
  padding: 0px;
}

img.alignnone {
  padding: 0px;
  margin: 6px 0px;
  display: inline;
}

img.alignright {
  padding: 0px;
  margin: 12px 0px 12px 24px;
  display: inline;
}

img.alignleft {
  display: inline;
  padding: 0px;
  margin: 12px 24px 12px 0px;
}

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

.alignright {
  float: right;
  margin: 6px 0px 6px 24px;
}

.alignleft {
  float: left;
  margin: 6px 24px 6px 0px;
}

.wp-caption {
  background: #eeeeee;
  max-width: 100%;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 6px;
  border-radius: 3px;
}

.wp-caption img {
  max-width: 100%;
  margin: 0px auto 0px;
  padding: 0px;
}

.wp-caption p.wp-caption-text {
  display: block;
  font-size: 0.85em;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
}

/************************************************
*	12.	Portfolio 								*
************************************************/

.portfolio-wrap {
  margin-left: -12px;
  width: calc(100% + 24px);
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
}

#portfolio-filter {
  background: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#portfolio-filter li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#portfolio-filter li a {
  display: inline-block;
  color: #999999;
  font-size: 0.9em;
  text-decoration: none;
  margin: 0px;
  padding: 12px;
}

#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
  background: rgba(0, 0, 0, 0.04);
  color: #111111 !important;
}

#portfolio-filter li:last-child a {
  margin-right: 0px;
}

#portfolio-list {
  margin: 0px;
  padding: 0px;
}

.portfolio {
  background: #ffffff;
}

.portfolio .portfolio-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.portfolio .post-holder {
  background: #f9f9f9;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.portfolio-item.single .post-holder {
  margin: 12px;
}

.portfolio-half .post-holder,
.portfolio-third .post-holder {
  margin: 12px;
  padding: 0px;
}

.portfolio-item .feature-img,
.portfolio-item .feature-vid {
  margin: 0px;
}

.portfolio .excerpt {
  padding: 24px 36px;
}

.portfolio-half .excerpt,
.portfolio-third .excerpt {
  display: block;
  padding: 12px 24px;
}

.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
  float: left;
}

.portfolio-item.single .excerpt {
  background: #f9f9f9;
  padding: 36px;
}

.portfolio-item.single .more-link {
  margin-bottom: 0px;
}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery-caption {
  font-size: 0.8em;
  padding: 0px 10px;
}

.gallery {
  margin: 0px auto 0px;
  padding: 0px;
  overflow: hidden;
}

.gallery-item {
  margin: 0px;
}

.gallery-icon {
  line-height: 0;
  margin: 15px;
}

.gallery-icon img {
  display: block;
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  border: none;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  border-radius: 0px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
}

.gallery a:hover {
  background: #99cc33;
}

.gallery img {
  border: none !important;
}

.gallery-caption {
  font-size: 0.9em;
  padding: 0px 10px;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

/************************************************
*	14.	Sidebar 	        		    	    *
************************************************/

.sidebar {
  margin: 0px;
  padding: 64px 0px 64px 24px;
}

.sidebar.left {
  padding: 64px 24px 64px 0px;
}

.sidebar h6,
.footer h6 {
  margin-bottom: 12px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar h6 {
  border-bottom: 1px solid #111;
  padding: 0px 0px 10px;
}

.footer h6 {
  font-size: 15px;
}

/************************************************
*	15.	Widgets									*
************************************************/

.sidebar .widget {
  margin-bottom: 24px;
  padding: 0px;
}

.sidebar .widget ul,
.sidebar .widget li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.sidebar .widget li {
  display: block;
  margin: 6px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
}

.sidebar .widget li:last-child {
  padding-bottom: 6px;
}

.sidebar .widget li li {
  padding-left: 12px;
  display: block;
  list-style-type: none;
}

.sidebar .widget li li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar .widget li a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.sidebar .textwidget {
  margin: 0px;
  padding: 0px;
}

.textwidget p {
  padding: 8px 0px;
}

.tagcloud {
  line-height: 1.2;
}

/************************************************
*	16.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
  display: inline;
}

.widget a.rsswidget {
  display: block;
}

.widget .rss-date {
  display: block;
  font-size: 0.8em;
  margin-bottom: 12px;
}

/************************************************
*	17.	Calendar Widget							*
************************************************/

#calendar_wrap {
  margin: 0px auto 0px;
  padding: 0px;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar #today {
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: bold;
}

#wp-calendar a {
  margin: 0px;
}

#wp-calendar caption {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}

#wp-calendar #prev a {
  float: left;
  margin: 0px;
  text-align: left;
  padding-left: 12px;
}

#wp-calendar #next a {
  float: right;
  margin: 0px;
  text-align: right;
  padding-right: 12px;
}

/************************************************
*	18.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
  float: none;
}

.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
  background: none;
}

.widget ul.menu li a {
  display: block;
  background: none;
  height: auto;
  font-size: 1em;
  text-transform: uppercase;
  text-shadow: none;
  line-height: normal;
  margin: 6px 0px;
  padding: 0px;
}

.widget ul.menu li a:hover {
  background: none;
  text-decoration: none;
}

.widget ul.menu li {
  float: none;
  display: block;
  background: none !important;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.widget ul.menu li:last-child {
  border-bottom: none;
}

.widget ul.menu li span {
  top: 1px;
  right: 0px;
}

.widget ul.menu li ul.sub-menu {
  background: none !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: static;
  z-index: 9;
  box-shadow: none;
}

.widget ul.menu li ul.sub-menu span {
  display: none;
}

.widget ul.menu li ul.sub-menu li a {
  padding-left: 12px;
}

.widget ul.menu li ul.sub-menu li ul.sub-menu li {
  display: none;
}

/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
  margin: 0px;
  padding: 0px;
}

#searchform:after {
  content: " ";
  display: block;
  clear: both;
}

#searchform label {
  display: none;
}

#searchform .search-field,
#searchform #s {
  float: left;
  background: #ffffff;
  color: #999999;
  width: 65%;
  height: 36px;
  font-size: 1em;
  line-height: 36px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sidebar.left #searchform .search-field,
.sidebar.left #searchform #s {
  width: 62%;
}

#searchsubmit {
  float: right;
  background: #ffffff;
  color: #666666;
  width: 35%;
  font-size: 1em;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 10px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.widget_search {
  overflow: hidden;
}

/************************************************
*	20.	Footer  								*
************************************************/
/*Footer*/
#footer {
  background-color: #001b33;
  padding: 3% 0 0;
  color: #ffffff;
  position: relative;
}

.page-template-template-reviews #footer:before,
.page-template-template-coupons #footer:before {
  background-image: url(images/footer-top.png);
}

.FooterTable {
  display: table;
  width: 100%;
}

.FooterCol {
  display: table-cell;
  vertical-align: top;
  padding-right: 7%;
}

.FooterCol:first-child {
  width: 40%;
}

.FooterCol:nth-child(2) {
  width: 40%;
}

.FooterCol:last-child {
  width: 20%;
  padding: 0;
}

.FooterCol h6 {
  font-size: 28px;
}

ul.FooterMenu {
  padding: 0;
  column-count: 2;
}

#footer,
#footer a {
  color: #c3bdd0;
  text-decoration: none;
}

#footer a:hover {
  color: #ec038c !important;
}

ul.FooterMenu li {
  list-style: none;
  padding: 6px 0 8px;
}

ul#menu-menu-1 {
  column-count: 2;
}

#footer h6 {
  color: #fff;
}

.FooterBottom {
  background-color: #38187f;
  margin-top: 3%;
  padding: 3% 0 2.5%;
}

.FooterBottom ul {
  padding: 0;
}

.FooterBottom li {
  display: inline-block;
  padding: 0 14px;
  position: relative;
}

.FooterBottom li:first-child {
  padding-left: 0;
}

.FooterBottom li:last-child {
  padding-right: 0;
}

.FooterBottom li:after {
  content: " ";
  display: block;
  position: absolute;
  right: -4px;
  width: 2px;
  top: 6px;
  bottom: 3px;
  background-color: #c3bdd0;
}

.FooterBottom li:last-child:after {
  display: none;
}

.FooterBottomTable {
  display: table;
  width: 100%;
}

.FooterBottomCol {
  display: table-cell;
  vertical-align: middle;
}

.FooterBottomCol:last-child {
  text-align: right;
}

.SocialIcons {
  padding-left: 10px;
}

.policy {
  font-size: 0.8em;
  color: #9d8fba;
  margin-top: 10px;
}

/************************************************
*	21.	Comments								*
************************************************/

#author,
#email,
#url {
  background: #ffffff;
  color: #666666;
  font-size: 1em;
  margin: 0px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px #dddddd;
}

#comment {
  background: #ffffff;
  color: #666666;
  font-size: 1em;
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px #dddddd;
}

#comments {
  background: #f9f9f9;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

#comments-title {
  font-size: 1.3em;
  margin: 4px 0px 8px 0px;
  padding: 4px 0px 8px 0px;
}

#reply-title {
  font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}

.commentlist li .avatar {
  float: right;
  background: #ffffff;
  margin: 0px 0px 12px 12px;
  padding: 6px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}

.commentlist {
  margin: 0px;
  padding: 0px;
}

.commentlist ol {
  margin: 0px;
  padding: 10px;
}

.commentlist li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.commentlist li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.commentlist li ul li {
  padding-left: 24px;
}

.commentlist li ul li:last-child {
  border-bottom: none;
}

.commentlist p {
  margin: 10px 0px;
  padding: 0px;
}

.comment {
  padding: 18px 0px;
}

.comment:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

#commentform {
  margin: 5px 0px 0px 0px;
}

#commentform #submit {
  background: none;
  font-size: 1em;
  padding: 8px 12px !important;
}

#commentform textarea {
  width: 96% !important;
  padding: 2%;
}

.commentlist li #respond {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#respond {
  padding-top: 20px;
}

#respond:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#cancel-comment-reply-link {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  text-transform: none;
  margin: 6px 0px 18px 0px;
}

.form-submit #submit {
  margin-top: 0px !important;
}

p.logged-in-as {
  margin-top: -6px;
}

.nocomments {
  display: none;
}

.edit-link {
  float: right;
  margin-top: 12px;
}

.reply {
  float: left;
  margin: 6px 0px;
}

.reply a,
.reply a:visited {
  margin: 0px !important;
  padding: 4px 12px !important;
}

.commentmetadata {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  display: block;
}

.form-allowed-tags {
  display: none;
}

.thread-alt,
.thread-even {
  margin: 0px;
  padding: 0px;
}

.children {
  margin: 0px;
  padding: 0px;
}

.even,
.alt {
  margin: 0px;
  padding: 0px;
}

/************************************************
*	22.	Buttons  								*
************************************************/
a.button,
.reply a,
#searchsubmit,
#prevLink a,
#nextLink a,
.more-link,
#submit,
#comments #respond input#submit,
.container .gform_wrapper input.button,
input[type="submit"],
button,
.button,
.single-hosting-reviews .rwp-more-urs-btn,
.rwp-review-wrap
  .rwp-review
  .rwp-ratings-form
  .rwp-rating-form-content
  input[type="button"],
.wpcd-coupon-code .wpcd-btn {
  display: inline-block;
  padding: 22px 70px;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  text-decoration: none;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: all linear 0.3s;
  border-radius: 6px;
  background: linear-gradient(to bottom, #1e88e5, #002366);
  color: #fff !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: none !important;
  letter-spacing: -0.32px;
}

a.button:hover,
.reply a:hover,
#searchsubmit:hover,
#prevLink a:hover,
#nextLink a:hover,
.more-link:hover,
#submit:hover,
#comments #respond input#submit:hover,
.container .gform_wrapper input.button:hover,
input[type="submit"]:hover,
button:hover .button:hover {
  background-color: #a86f0d;
  border-color: #a86f0d;
  transition: all 0.3s;
}

.button.inactive,
.single-hosting-reviews .rwp-more-urs-btn {
  color: #ec038c !important;
  background-color: transparent !important;
}

/************************************************
*	23. Tables		 							*
************************************************/

table {
  background: #ffffff;
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
  border-collapse: collapse;
}

.widget table {
  margin: 0px;
}

table thead,
table tfoot {
  border: 1px solid #e4e4e4;
}

table thead th,
table tfoot td {
  border: none;
}

table th {
  background: #eeeeee;
  font-size: 1.2em;
  text-align: center;
  margin: 0px;
  padding: 8px 2px;
  border: 1px solid #e4e4e4;
}

table td {
  padding: 5px;
  margin: 0px;
  border: 1px solid #e4e4e4;
}

/************************************************
*	24. Forms									*
************************************************/
.container .ginput_complex .ginput_right br,
.container .gform_footer br {
  display: none;
}

form {
  display: block;
}

form ul li {
  list-style: none;
  padding: 0px;
}

form fieldset {
  padding: 0px;
  border: none;
}

form legend {
  font-weight: bold;
  padding-top: 10px;
}

form label {
  margin-top: 6px;
  display: block;
  color: #5a5a5a;
}

form input[type="url"],
form input[type="tel"],
form input[type="email"],
form input[type="text"],
form input[type="password"],
form input[type="number"],
form input[type="search"],
form textarea,
form select {
  display: block;
  background-color: transparent;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin: 5px 0px;
  padding: 12px 20px;
  border: 1px solid #c9c9c9;
  font-size: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

form input[type="url"],
form input[type="tel"],
form input[type="email"],
form input[type="text"],
form input[type="password"],
form input[type="number"] {
  width: 100%;
}

form textarea {
  width: 100% !important;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin-left: 0px;
  margin-right: 6px;
}

form select,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(images/select.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  cursor: pointer;
  width: 100%;
}

.frm_error {
  color: red;
}

/*::-webkit-input-placeholder { 
	color: #141212;
}
::-moz-placeholder { 
	color: #141212;
}
:-ms-input-placeholder { 
	color: #141212;
}
:-moz-placeholder { 
	color: #141212;
}*/

input.white {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

input.white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input.white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input.white:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input.white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.white > input {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

.white > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.white > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.white > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.white > input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/*formidable*/
.frm_submit:before {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
}

.frm_submit {
  display: block;
  width: 100%;
  float: left;
}

#frm_field_10_container::before {
  content: " ";
  display: block;
  clear: both;
}

form .customSpaced {
  padding-top: 25px !important;
}
/************************************************
*	25.	CSS3 Styles								*
************************************************/

a,
a:link {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

#submit,
#searchsubmit {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.shadow {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}

.radius-full {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.radius-top {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -khtml-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}

.radius-bottom {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -khtml-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
}

.radius-half {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* @keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.featuredVideo {
  position: relative;
  display: block;
}

.featuredVideo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.featuredVideo .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.featuredVideo .featuredVideoThumb {
  width: 100%;
  height: auto;
  display: block;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
} */

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.container {
  position: relative;
  margin: 0px auto 0px;
  padding: 0px;
  overflow: visible;
  z-index: 0;
}

.row {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.row .row {
  min-width: 0;
}

.column,
.columns {
  float: left;
  min-height: 1px;
  position: relative;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

.row .single {
  width: 100%;
}

.row .half {
  width: 49.9%;
}

.row .third {
  width: 33.3%;
}

.row .fourth {
  width: 25%;
}

.row .fifth {
  width: 20%;
}

.row .half,
.row .third,
.row .fourth,
.row .fifth {
  float: left;
}

.row .one {
  width: 6.25%;
}

.row .two {
  width: 12.5%;
}

.row .three {
  width: 18.75%;
}

.row .four {
  width: 25%;
}

.row .five {
  width: 31.25%;
}

.row .six {
  width: 37.5%;
}

.row .seven {
  width: 43.75%;
}

.row .eight {
  width: 50%;
}

.row .nine {
  width: 56.25%;
}

.row .ten {
  width: 62.5%;
}

.row .eleven {
  width: 68.75%;
}

.row .twelve {
  width: 75%;
}

.row .thirteen {
  width: 81.25%;
}

.row .fourteen {
  width: 87.5%;
}

.row .fifteen {
  width: 93.75%;
}

.row .sixteen {
  width: 100%;
}

.row .centered {
  float: none;
  margin: 0 auto;
}

/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

