/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

i {
  font-weight: normal !important;
}
body {
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #272727;
}
h2 span {
  color: #3d56e4;
}

.vlr-btn {
  font-size: 18px;
  color: #fff;
  background: #3d56e4;
  border: 2px solid #3d56e4;
  font-weight: 600;
  padding: 9px 15px;
  text-align: center;
  min-width: 230px;
  display: inline-block;
  border-radius: 25px;
}
.vlr-btn:hover {
  background: #fff;
  color: #3d56e4 !important;
  text-decoration: none;
}

h6.section-tagline {
  font-size: 18px;
  color: #000 !important;
  font-weight: 600;
  margin: -15px 0 30px;
}

body.search #us_grid_0 .usg_post_image_1 {
  display: none;
}

/* Upcoming Event Section */
.event-blocks {
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.event-blocks .event-block-left {
  margin-right: 15px;
  flex: 0 0 70px;
}
.event-blocks img {
  width: 100%;
  max-width: 70px;
}

.event-blocks .event-block-right span {
  color: #272727;
  font-weight: 600;
  font-size: 14px;
  background: url(./images/calender.png) no-repeat left top;
  display: block;
  padding-left: 25px;
}
.event-blocks .event-block-right h5 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  line-height: 18px;
}
.event-blocks .event-block-right p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

/* Courses Workshop */
.courses-blocks {
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.courses-blocks .courses-block-left {
  margin-right: 15px;
  flex: 0 0 70px;
  text-align: center;
}
.courses-blocks img {
  max-width: 100%;
}

.courses-blocks .courses-block-right h5 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
}
.courses-blocks .courses-block-right p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

/* Our Resources */
.our-resources-section .w-iconbox-icon i {
  color: #3d56e4;
}
.our-resources-section .w-iconbox-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.our-resources-section .w-iconbox-text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  color: #1a1a1a;
}

/* Latest Video */
.latest-video-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 25px 0 30px;
}

/* .latest-video-block:after{
	content:'';
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5); 
	position: absolute;
}
.latest-video-block:before{
	content:'';
	left: 50%;
	margin-left: -19.5px;
	width: 39px;
	height: 39px;
	background:url(./images/play-icon.png) no-repeat left top;
	position: absolute;
	top: 50%;
	margin-top: -19.5px;
	z-index: 111;
} */

.latest-video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
	Footer
------------------------------ */
.vlr-footer {
  padding: 32px 0 0;
  background: url(./images/footer-bg.png) no-repeat center;
  position: relative;
}
.vlr-footer:after {
  content: "";

  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(37, 38, 46, 0.8);
  position: absolute;
}
.vlr-footer .container {
  position: relative;
  z-index: 111;
}
.vlr-footer .menu {
  margin: 0;
}
.vlr-footer .menu li {
  display: inline-block;
  padding: 0 22px;
  font-size: 16px;
  line-height: 16px;
  color: #c1c1c1;
  font-weight: 300;
  border-right: 1px solid #c1c1c1;
}
.vlr-footer .menu li:last-child {
  border: none;
}
.vlr-footer .menu li a {
  color: #c1c1c1;
}
.vlr-footer .menu li a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.vlr-footer .footer-bottom {
  border-top: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 18px;
  color: #c2c2c2;
  padding: 16px 0;
}
.vlr-footer .footer-social-links {
  padding: 30px 0;
}
.vlr-footer .footer-social-links a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 2px solid #c1c1c1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  flex: 0 0 40px;
  justify-content: center;
  font-size: 18px;
  color: #c1c1c1;
}
.vlr-footer .footer-social-links a:hover {
  background: #c1c1c1;
  color: #000;
  text-decoration: none;
}

.tp-parallax-wrap h2 span {
  font-weight: 700 !important;
}
.tp-parallax-wrap a.w-btn.us-btn-style_1.icon_none {
  background: transparent;
  border: 2px solid;
  border-radius: 30px;
  text-transform: none;
}
.tp-parallax-wrap a.w-btn.us-btn-style_1.icon_none:hover {
  background: #3d56e4;
  border: 2px solid #3d56e4;
}

.tp-parallax-wrap .w-btn:before,
.tp-parallax-wrap .cl-btn:before,
.tp-parallax-wrap .button:before {
  display: none;
}

header .w-cart.ush_cart_1 {
  display: none;
}
header .w-search-open i {
  font-weight: 300;
  border: 2px solid #3d56e4;
  color: #3d56e4;
  padding: 11px;
  border-radius: 50px;
  line-height: initial;
}

.resourcebox h4.media-heading {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 12px;
  margin-top: 6px;
  font-weight: 700;
}
.resourcebox h4.media-heading a {
  background: transparent;
  color: #1a1a1a;
  border: 0;
  padding: 0;
  height: auto;
  border-radius: 0;
}
.resourcebox h4.media-heading a:hover {
  text-decoration: none;
  background: transparent;
}
.resourcebox .media-body p {
  color: #1a1a1a;
  line-height: 24px;
}
.resourcebox i {
  font-size: 36px;
  color: #3d56e4;
}
.resourcebox .media-left {
  padding-right: 15px;
}

.resourcebox:nth-child(3n + 1) {
  clear: both;
}
.resourcebox {
  margin-bottom: 40px;
}

.resourcebox .media-body a {
  background: #3d56e4;
  color: #fff;
  height: 30px;
  display: inline-block;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 30px;
  border: 2px solid #3d56e4;
}
.resourcebox .media-body a:hover {
  background-color: #ffffff;
  color: #3d56e4;
}

.templatebox h4.media-heading {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 12px;
  margin-top: 6px;
  font-weight: 700;
}
.templatebox .media-body p {
  color: #1a1a1a;
  line-height: 24px;
}
.templatebox i {
  font-size: 36px;
  color: #3d56e4;
}
.templatebox .media-left {
  padding-right: 15px;
}

.templatebox:nth-child(2n + 1) {
  clear: both;
}
.templatebox {
  margin-bottom: 40px;
}

.templatebox .media-body a {
  background: #3d56e4;
  color: #fff;
  height: 30px;
  display: inline-block;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 30px;
  border: 2px solid #3d56e4;
}
.templatebox .media-body a:hover {
  background-color: #ffffff;
  color: #3d56e4;
}

.boxlayout {
  text-align: center;
}
.boxlayout .wpb_text_column {
  background: #e5e6ff;
  padding: 15px;
}
.boxlayout .w-image {
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 0;
  box-shadow: inset 0 0 150px 0px #ececec;
}

/* 13-12-2018 CSS */
/*.template-page-wrapper{margin: 0  1.5rem;}
.template-page-wrapper .vc_column-inner{background: #f5f5f5; padding: 30px;}
.template-page-wrapper h2{margin-bottom: 15px;}
.template-page-wrapper p{font-weight: 400; color: #333;  font-size: 16px;  line-height: 28px;}

.resource-page-wrapper .resource-boxdiv .vc_column-inner{ border-radius: 0.3rem;  border: 2px solid #e8e8e8;  padding: 2rem !important;}
.resource-page-wrapper .resource-boxdiv h4{font-weight: 700; color: #333; margin-bottom: 15px; }
.resource-page-wrapper .resource-boxdiv p{    font-weight: 400;  font-size: 15px;  line-height: 24px;}*/

.space-setdeful .l-section-h {
  padding: 2rem 0;
}

.single-course h4 {
  position: relative;
  overflow: hidden;
}
.single-course h4:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 100%;
  background: #e8e8e8;
}
.single-course .l-section-h {
  padding-top: 0;
  padding-bottom: 2rem;
}
.single-course p {
  margin-bottom: 15px;
}
.single-course p,
.single-course ul li {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height: 24px;
}
.single-course ul {
  margin-left: 40px;
}
.single-course ul li {
  margin-bottom: 5px;
}
.single-course blockquote,
.single blockquote {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-course blockquote p,
.single blockquote p {
  font-weight: 700;
  margin: 0 !important;
  color: #333;
  font-size: 15px;
  line-height: 24px;
}
.single-course blockquote:before,
.single blockquote:before {
  top: 13px;
}
.single-course .space-setdeful .l-section-h {
  padding: 2rem 0;
}
.single-course iframe {
  border: 5px solid #e8e8e8;
}
/* 13-12-2018 CSS end */
.contentbox form {
  max-width: 300px;
}
.contentbox form input {
  background: transparent;
}
.events-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.events-list h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.events-list h5 a {
  font-size: 16px;
}
.book-img-box img {
  border: 2px solid #c9c9c9;
}
.our-current-book .w-person-image {
  border: 2px solid #c9c9c9;
  position: relative;
}
.our-current-book .w-person-image:before {
  content: "";
  padding-top: 130%;
  display: block;
}
.our-current-book .w-person-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.our-current-book .w-person-image a img{width: 100%; height: 100%; object-fit: cover;}*/
.our-current-book .w-person.layout_trendy {
  margin-bottom: 30px;
}
.our-current-book h5 {
  color: #fff;
}
.events-list .events-info .event-date {
  margin: 0px 0 20px;
  color: #272727;
  font-weight: 600;
  font-size: 14px;
  background: url(./images/calender.png) no-repeat left top;
  display: block;
  padding-left: 25px;
}
.events-list .events-info h5 {
  padding-top: 0;
  margin-bottom: 15px;
}
.category-articles .post_image:before {
  padding-top: 70%;
  display: block;
  content: "";
}
.category-articles .post_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-articles .post_image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#us_grid_1 .category-articles .usg_vwrapper_1 {
  padding-top: 5%;
  padding-right: 7%;
  padding-bottom: 7%;
  padding-left: 7%;
}
a:hover {
  text-decoration: none;
}
.category-articles .entry-title a {
  color: #3d56e4;
}
.category-articles .entry-title a:hover {
  color: #333333;
}
.category-articles .author {
  color: #3d56e4;
}

.form-mailchip {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.form-mailchip .form-field {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}
.form-mailchip .form-field input,
.form-mailchip .form-field select {
  background: transparent;
  border: 1px solid #ccc;
  box-shadow: none;
}
.form-field-btn {
  margin-bottom: 50px;
}
.ln-letters {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.ln-letters a {
  border: 1px solid #ccc;
  color: #3d56e4;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 5px;
}
.ln-letters a.ln-disabled {
  color: #b5b5b5;
}
.ln-letters a:hover,
.ln-letters a.active {
  background: #0000fb;
  color: #fff !important;
  text-decoration: none;
  box-shadow: none;
}
.ln-letters a:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.ln-letters a.ln-disabled.active,
.ln-letters a.ln-disabled:hover {
  background: #b5b5b5;
  color: #000 !important;
}
.require-content-list h6 {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.require-content-list {
  padding: 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.require-content-list .require_content {
  padding-top: 15px;
}
.require-content-list .require_content section,
.require-content-list .require_content section .l-section-h {
  padding: 0 !important;
}
.require-content-list .require_tool_date {
  text-align: right;
  margin-top: 30px;
  color: #0202f6;
}
.l-footer li {
  list-style-type: none;
}
.course_listing .row .col-lg-4:nth-child(3n + 4) {
  clear: both;
}
/*==mk-start==*/
.book-list-section #us_grid_1 .w-grid-item-h::before {
  padding-bottom: 150%;
}
.book-list-section #us_grid_1 .w-grid-item-h:hover .usg_vwrapper_1 {
  padding: 10px;
}
.book-list-section #us_grid_1 .usg_post_title_1 {
  font-size: 14px;
}
.book-list-section #us_grid_1 .usg_post_date_1 {
  font-size: 12px;
}
.country-pfd-section .pdfH img {
  max-width: 40px;
  margin: 0 4px 3px 0;
}
.courses-box-section .w-grid-list article .w-btn-wrapper {
  display: inline-block;
  width: 100%;
  white-space: normal;
  padding: 0;
  margin: 0;
}
.courses-box-section .w-grid-list article .w-btn-wrapper .w-btn {
  display: inline-block;
  width: 100%;
}
.courses-box-section .w-grid-list article .w-btn-wrapper .w-btn:last-child {
  margin-top: 10px;
}

/*==mk-start==*/
.text-orange {
  color: #f3735b;
}
.text-white {
  color: #fff;
}
.tp-revslider-mainul li:nth-child(2) .tp-bgimg::before {
  content: "";
  background-image: linear-gradient(#5d5b8a, #353764);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.tp-revslider-mainul li:nth-child(2) .tp-caption img,
.tp-revslider-mainul li:nth-child(3) .tp-caption img {
  cursor: pointer;
}
.tp-revslider-mainul li:nth-child(3) .tp-parallax-wrap {
  background-color: #293278;
}
.tp-revslider-mainul li:nth-child(3) .tp-bgimg::before {
  content: "";
  background-image: linear-gradient(#5d5b8a, #353764);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.slider-playbutton {
  margin-top: 12px !important;
}
.text-yellow {
  color: #fdda5f !important;
}
.book-list-section img {
  width: 100% !important; /*height: auto !important; object-fit: unset;*/
}
#intro.artical-page {
  padding-top: 0px;
  margin-top: 140px;
}
.book-list-section img {
  object-fit: contain !important;
  object-position: center center !important;
  height: 100% !important;
}

.event-section,
.workshops-section .row,
.resources-section .row,
.templates-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-section1 .row .col-sm-12:nth-of-type(3n + 1) {
  clear: both;
}

/*27-2-2019 CSS*/
.payment_success,
.payment_cancel {
  max-width: 620px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 40px;
  margin: 60px auto;
}
.payment_success p,
.payment_cancel p {
  font-size: 18px;
  color: #272727;
  line-height: 24px;
}

.w-grid-item-elm.post_image {
  overflow: hidden;
  position: relative;
}
.faq-page .w-tabs-section-title {
  font-size: 20px;
  line-height: 1.4;
}
#paypal_submit {
  background: url(https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif);
  width: 160px;
  height: 47px;
  text-indent: -999999px;
}


/* 26-8-2019 CSS */
.workshops-section .workshops-row, .templates-section .templates-row, .resources-section .resource-row{display: block; flex-wrap: inherit;}
.workshops-section .workshops-row .colworkshops:nth-child(3n + 1){clear: both;}
#us_grid_1 .w-grid-item-h {border: 1px solid #dadada;}
/* 26-8-2019 CSS End */ 


/*Responsive*/
@media screen and (max-width: 1199px) {
  header .w-search-open i {
    padding: 8px;
  }
  .course_listing .row .col-lg-4:nth-child(2n + 3) {
    clear: both;
  }
  .course_listing .row .col-lg-4:nth-child(3n + 4) {
    clear: none;
  }
  .event-section1 .row .col-sm-12:nth-of-type(3n + 1) {
    clear: none;
  }
  .event-section1 .row .col-sm-12:nth-of-type(2n + 1) {
    clear: both;
  }
  .workshops-section .workshops-row .colworkshops:nth-child(3n + 1){clear: inherit;}
  .workshops-section .workshops-row .colworkshops:nth-child(2n + 1){clear: both;}
}

@media screen and (max-width: 991px) {
  .resourcebox:nth-child(3n + 1) {
    clear: none;
  }
  .resourcebox:nth-child(2n + 1) {
    clear: both;
  }

  /* 	h2#slide-5-layer-2{text-align: left !important;font-size: 26px !important;line-height: normal !important;} */
  div#slide-5-layer-4 {
    padding-left: 10px !important;
    padding-top: 10px !important;
  }
  div#slide-5-layer-3 {
    margin-top: 15px !important;
  }
  /* 	.tp-parallax-wrap h2 span {font-size: 26px !important;} */
  .vlr-footer .menu li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  /* 	.tp-parallax-wrap a.w-btn.us-btn-style_1.icon_none{padding: 5px 15px;font-size: 12px;}
    .tp-parallax-wrap h2 span {font-size: 22px !important;}
	.tp-revslider-mainul li:first-child  h2 span {font-size: 22px !important;display: block;line-height: 30px !important;}
	.tp-revslider-mainul li:first-child .tp-caption  br { display: none; }
	.tp-revslider-mainul .second-slider-heading , .tp-revslider-mainul .second-slider-heading span { line-height: 25px !important;font-size: 19px !important; } */

  .vlr-footer .footer-social-links {
    padding: 20px 0;
  }
  .form-mailchip .form-field {
    width: 100%;
  }
  .payment_success,
  .payment_cancel {
    max-width: 100%;
    margin: 50px 20px;
    padding: 30px;
  }
  .payment_success p,
  .payment_cancel p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  /*.book-list-section #us_grid_1 .w-grid-item-h::before {
    padding-bottom: 57%;
}*/
}
