/*
Theme Name: twentysixteen-child
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen-child
Template: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham.woff2') format('woff2'),
        url('./fonts/Gotham.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham.woff2') format('woff2'),
        url('./fonts/Gotham.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham XLight';
    src: url('./fonts/Gotham XLight.woff2') format('woff2'),
        url('./fonts/Gotham XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Book.woff2') format('woff2'),
        url('./fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body:not(.custom-background-image).admin-bar:before {
    top: 0;
}
.site {
    margin: 0;
}
.top-header {
    width: 100%;
}
body{
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
/*navigation*/
.main-menu-area {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.nav-head ul {
    margin: 0;
    list-style: none;
	text-align: right;
}
.nav-head ul li {
    display: inline-block;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
	position: relative;
}
.nav-head ul li a {
    color: #fff;
    padding: 20px 20px;
	display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.nav-head ul .current-menu-item a {
    color: #db8f36;
	font-weight:bold;
}
.nav-head ul li:hover {
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}

.nav-head ul li a:hover {
	text-decoration:none;
}
/*.main_navigation ul ul li{
	padding:10px 0px;
}*/
.top-header {
    width: 100%;
    position: absolute;
    z-index: 1;
    padding: 20px 0px 0px;
}
.slider-area {
    width: 100%;
    position: relative;
    z-index: 0;
}

.slider-text {
    font-size: 50px !important;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
}
.slider-sub-text {
    text-align: center !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 19px !important;
}
.nav-head ul li a:hover {
     color: #db8f36;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}
.content-area {
    float: left;
    margin-right: 0;
    width: 100%;
}
.entry-header h1 {
    display: none;
}
.site-main {
    margin-bottom: 0;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0;
}
span.edit-link {
    display: none;
}
.homeslider .image-box{
position: relative;
}
.homeslider .image-box .img-full{
width: 100%;
}
.homeslider .caption-area{
color: #fff;
position: absolute;
left: 0;
right: 0;
margin: auto;
max-width: 600px;
top: 70%;
transform: translate(0, -30%);
-webkit-transform: translate(0, -30%);
-moz-transform: translate(0, -30%);
-ms-transform: translate(0, -30%);
-o-transform: translate(0, -30%);
text-align: center;
z-index: 9;
}
.homeslider  .slick-prev{
    left: 25px;
}
.homeslider  .slick-next {
    right: 25px;
}
.homeslider .slick-prev, .homeslider .slick-next{
z-index: 9;
opacity: 1;
}
.homeslider .title{
font-size: 45px;
}
.homeslider .btn {
    margin-top: 40px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
}
.about-section {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    text-align: center;
}
.site-content {
    padding: 0;
}
.rotate-heading h3 {
    color: #db8f36;
    font-size: 22px;
    position: relative;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rotate-heading h3:after {
    position: absolute;
    content: '';
    background: #5f5f5f;
    height: 1px;
    width: 66px;
    bottom: 0;
    top: 14px;
    right: -90px;
}
.about-photo-title {
    text-align: left;
    padding-top: 38px;
    font-family: 'Poppins', sans-serif;
    line-height: 43px;
    font-size: 35px !important;
    letter-spacing: 0px;
}
.about-photo-paragraph {
    text-align: left;
    color: #474747;
    font-size: 16px;
    line-height: 27px;
    padding-top: 12px;
}
.rotate-heading {
    padding-top: 86px;
	display: inline-block;
}
.know-more {
    margin: 45px 0px 30px;
	text-align:left;
}
.know-more a {
    color: #a06e31;
    border: 1px solid #a06e31;
    padding: 16px 35px;
}

.know-more a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.know-more a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a06e31;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.know-more a:hover, .know-more a:focus, .know-more a:active {
    color: white;
    text-decoration: none;
}
.know-more a:hover:before, .know-more a:focus:before, .know-more a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.rotate-heading-event h3 {
    color: #db8f36;
    font-size: 22px;
    position: relative;
}
.rotate-heading-event h3:after {
    position: absolute;
    content: '';
    background: #db8f36;
    height: 1px;
    width: 66px;
    bottom: 0;
    top: 16px;
    right: -89px;
}
.event-section {
    width: 100%;
    height: auto;
    background: #191919;
    padding: 50px 0px 100px;
    position: relative;
    margin-top: -30px;
}
.event-section:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 46px 50px;
    border-color: transparent transparent #191919 transparent;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
}
.event-two h3 {
    text-align: center;
    color: #fff;
    padding-top: 60px;
    font-size: 37px;
    font-family: 'Poppins', sans-serif;
}
.rotate-heading-event {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
    margin-top: 86px;
    position: absolute;
    left: 170px;
    top: 0;
}
.series-image {
    position: relative;
    width: 100%;
}
.events-block{
	padding-top: 100px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /*background-color: rgba(0,0,0,0.6);*/
}
.series-image:hover .overlay {
  opacity: 1;
}
.text {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
	font-weight:900;
}
.series-image {
  position: relative;
  overflow: hidden;
}
.series-image img {
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.series-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contact-section {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px 0px 0px;
    position: relative;
}
.contact-two {
text-align: center;
padding-top:50px;
display: block;
}
.rotate-heading-contact h3 {
    color: #db8f36;
    font-size: 22px;
    position: relative;
}
.rotate-heading-contact h3:after {
    position: absolute;
    content: '';
    background: #db8f36;
    height: 1px;
    width: 66px;
    bottom: 0;
    top: 16px;
    right: -89px;
}
.rotate-heading-contact {
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
    margin-top: 170px;
}
.contact-two h3 {
    text-align: center;
    color: #191919;
    padding-top: 26px;
    font-size: 37px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
}
.contact-form .gform_wrapper ul li.gfield {
    margin: 0px;
}
.contact-form .gfield_label {
    display: none !important;
}
.contact-form label {
    display: none !important;
}
.contact-form {
    width: 100%;
    max-width: 50%;
    margin: 0px auto;
}
ul {
	list-style: disc;
	color: aliceblue;
}

.name-filed input {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    color: #cfcfcf;
	background: transparent;
}
.message-field textarea {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    height: 100px !important;
	background: transparent;
}
.contact-form form ul li {
    margin-bottom: 20px !important;
}
.contact-form form ul li input::placeholder, .message-field textarea::placeholder {
    color: #6c6c6c;
    opacity: 1; /* Firefox */
	font-family: 'Poppins', sans-serif;
}

.contact-form form ul li input:-ms-input-placeholder, .message-field textarea::placeholder {
    color: #6c6c6c;
	font-family: 'Poppins', sans-serif;
}

.contact-form form ul li input::-ms-input-placeholder, .message-field textarea::placeholder {
    color: #6c6c6c;
	font-family: 'Poppins', sans-serif;
}
.contact-form .gform_wrapper ul li input {
    padding-bottom: 14px !important;
}
.contact-form .gform_footer.top_label {
    padding: 0;
    text-align: center;
}
.contact-form input[type=submit] {
    border: 1px solid #a06e31;
    background: #fff;
    color: #a06e31;
    padding: 15px 40px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	margin: 23px 0px !important;
}
.contact-form input[type=submit]:hover {
    border: 1px solid #a06e31;
    background: #a06e31;
    color: #fff;
    padding: 15px 40px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
.footer-info {
    text-align: center;
    list-style: none;
    margin: 0;
}
.footer-info li {
    display: inline-block;
}
.footer-info li a {
    color: #a06e31;
    font-size: 17px;
    padding: 5px 20px;
    border-right: 1px solid;
}
.footer-info {
    margin: 20px 0px;
}
.footer-info li:last-child a {
    border-right: none;
}

.footer-info li a:hover{
    color: #737171;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	text-decoration:none;
}
.copyright {
    text-align: center;
    color: #808080;
}
span.site-title a {
    font-size: 16px;
    color: #808080;
}

span.site-title a:hover{
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	text-decoration:none;
}
.copyright {
    text-align: center;
    color: #808080;
    margin-bottom: 20px;
}
/*=========inner-page===========*/

.inner_page_banner {
    padding: 250px 0 90px;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}
.inner_page_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(78, 77, 77, 0.62);
	z-index:-1;
}
.inner_page_banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -o-background-size: 100%;
    -ms-background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.5);
    top: 0;
}
.inner_page_heading {
   position: relative;
   z-index: 0;
   text-align: center;
}
.inner_page_heading h1 {
   font-size: 35px;
   text-transform: uppercase;
   font-weight: bold;
   color: #fff;
   letter-spacing: 2px;
}
.page_breadcrumb {
   font-size: 16px;
   color: #f8f8f8;
   font-weight: normal;
   letter-spacing: 1px;
}
.page_breadcrumb a {
    padding: 10px 0;
    color: #f2cc95;
    font-weight: bold;
}
.page_breadcrumb span {
   padding: 0 10px;
   display: inline-block;
}
.inner_page_wrap {
   width: 100%;
   float: left;
}
.inner_page_content p {
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    line-height: 40px;
}
.about-page-heading {
    font-size: 50px;
    font-family: 'Poppins', sans-serif !important;
}
.about-page-inner {
    margin-top: 50px;
}
.about-page-paragraph p {
    font-size: 18px;
    color: #525151;
    font-family: 'Poppins', sans-serif !important;
    line-height: 29px;
    letter-spacing: 0px !important;
}
/*.about-block-two {
    padding: 60px 50px;
    position: relative !important;
    margin-top: 30px;
    background-attachment: fixed;
	margin-bottom: 30px;
}*/
.about-block-two {
    background: #555555;
}
/*.about-block-two:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 210vh;
    left: 0;
    top: 0;
}*/
.about-page-block-two {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 50px;
}
.about-block-paragraph p {
    font-size: 18px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 29px;
    padding-top: 12px;
}
.team-page-inner {
    margin-top: 70px;
}
.team-page-inner .awsm-personal-info h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif !important;
	line-height:60px;
}
.team-page-inner .awsm-personal-info span {
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
}
.team-page-inner p {
    font-size: 16px !important;
    color: #3e3e3e;
    font-family: 'Poppins', sans-serif !important;
	line-height:29px;
}
.event-page-main .vc_column-inner {
    padding: 50px 60px !important;
}
.event-page-heading {
    font-size: 50px;
    font-family: 'Poppins', sans-serif !important;
    padding-bottom: 20px;
	color:#282828 !important;
}
.event-page-paragraph p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0px !important;
    line-height: 30px;
	color:#000 !important;
}
.event-pageblock-main {
    background-attachment: fixed;
    position: relative !important;
}
.event-pageblock-main:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}
.event-pageblock-main .vc_column-inner {
    padding: 50px 60px !important;
}
.event-pageblock-main {
    margin-bottom: 30px;
}
.event-button button {
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-block-two:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.about-block-two img {
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.bottom-inner {
    color: #fff;
    font-size: 24px;
}
.bottom-inner h2 {
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize;
    font-size: 30px;
	line-height:45px;
}
.con-button a.vc_general {
    font-size: 25px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 12px;
}
.bootm-inner {
    margin-bottom: 30px;
}
.speaker-heding {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
}
.speker-option h2 {
    color: #fff !important;
    font-size: 23px;
    padding: 10px 0px;
	line-height:45px;
}
.speker-option ul li {
    color: #fff !important;
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    line-height: 50px;
    display: inline;
    padding: 0px 50px;
    position: relative;
}
.price-table a.vc_general {
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
}
.Heritage.Spea-he {
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
	margin-bottom:30px;
}
.price-table {
    margin-top: 4px;
}
.price-table-one {
    text-align: center !important;
    border: 5px solid #585858;
}
.contactt ul li a {
    color: #282828;
    font-size: 20px;
    line-height: 43px;
}
.about-page-inner form#gform_1 {
    background: #f1f1f1;
    padding: 0px 30px 20px;
}
.social-media {
    list-style: none;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 40px;
}
.social-media li {
    display: inline-block;
}
.social-media li a {
    padding: 16px 20px;
    background: #d8892d;
    color: #fff;
	 transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.social-media li a:hover {
    background: #b97628;
	 transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.about-section-image {
    margin-top: 15px;
}

.price-table-one input[type="submit"] {
    background: rgb(253,105,95);
    background: -moz-linear-gradient(top, rgba(253,105,95,1) 0%, rgba(249,102,97,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,105,95,1) 0%,rgba(249,102,97,1) 100%);
    background: linear-gradient(to bottom, rgba(253,105,95,1) 0%,rgba(249,102,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd695f', endColorstr='#f96661',GradientType=0 );
}
.price-table-one input[type="submit"]:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7b5b4+0,fd695f+99 */
background: rgb(247,181,180); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,181,180,1) 0%, rgba(253,105,95,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,181,180,1) 0%,rgba(253,105,95,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,181,180,1) 0%,rgba(253,105,95,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b5b4', endColorstr='#fd695f',GradientType=0 ); /* IE6-9 */
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.price-table-one {
    margin: 0;
}

.dateee h2 {
    color: #fff;
    text-align: center;
    font-size: 86px;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	line-height:105px;
}

.about-block-paragraph h2 {
    background: -webkit-linear-gradient(#8c7010, #fff816);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif !important;
	line-height:45px;
}
.about-block-paragraph {
    margin: 0;
}

.verr {
    color: #fff;
    text-align: center;
}
.verr p {
    text-align: center;
    font-size: 19px;
    margin-top: 50px;
	font-family: 'Poppins', sans-serif !important;
}
.slider-btn {
    background: #db8f36;
    padding: 16px 26px !important;
    border-radius: 50px;
    margin-left: 55px !important;
    margin-top: 14px !important;
	transform:all ease-in-out 0.3s;
	-webkit-transform:all ease-in-out 0.3s;
	-o-transform:all ease-in-out 0.3s;
}
.slider-btn a {
    color: #fff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
}
.slider-btn a:hover {
	text-decoration:none;
}
.slider-btn:hover {
    background: #282828;
	transform:all ease-in-out 0.3s;
	-webkit-transform:all ease-in-out 0.3s;
	-o-transform:all ease-in-out 0.3s;
}
.buy-section{
	display:none;
}
.sliie {
    margin-top: 90px !important;
    margin-left: 0px !important;
}
.event-block-oneee p, .event-block-oneee h2 {
    padding: 10px 35px 0px;
    text-align: left;
}
.event-block-btn {
    padding: 0px 35px 20px;
}
.event-page-paragraph {
    margin-bottom: 16px;
}
.event-pageee {
    margin-bottom: 50px;
    background-attachment: fixed;
}
.spec {
    color: #Fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}
.abuttt {
    background: #ffffff;
    padding-bottom: 70px;
    padding-top: 50px;
}
.block-bottom {
    margin-bottom: 50px;
}
#block-bottom {
    margin-bottom: 50px;
}
.sillii {
    margin-top: 100px !important;
}
.homeslider .caption-area {
    top: 50%;
}
.contactt a {
    color: #d28934;
    font-size: 20px;
    line-height: 40px;
}
#cont-pagesss .contact-head {
    margin-top: 60px;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif !important;
}
.sponser {
    padding: 100px 0px 30px;
}
.rotate-heading h3 {
    display: block;
}
.about-page-inner img {
    width: 60px!important;
}
.speker-option ul {
	text-align:center;
}
.fixed {
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.fixed img {
    width: 60px;
}
.fixed ul li a {
    font-weight: bold;
}
.about-section-image {
    position: relative;
}
.about-section-image img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 355px;
    margin: 0px auto;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    
    max-width: 355px;
    margin: 0px auto;
}
.about-section-image:hover .overlay {
  opacity: 1;
}
.textone {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    transform: translateY(-50%);
    text-transform: uppercase;
    left: 0;
    font-weight: 500;
    padding: 0px 60px;
}
/* responsive start */

@media screen and (max-width: 1199px){
	.text {
    font-size: 22px;
	}
	.event-page-heading {
    font-size: 33px;
    font-family: 'Poppins', sans-serif !important;
    padding-bottom: 0;
	}
	.about-page-heading {
    font-size: 35px !important;
	}
	.rotate-heading h3{
		font-size:20px;
	}
	.about-photo-title {
		padding-top: 20px;
      font-size: 33px !important;
     }
	
	.slider-btn {
    margin-top: -20px !important;
	}
	
	.about-section {
    margin-top: 30px;
    }
}

@media screen and (max-width: 1024px){
	.homeslider .caption-area{
		top:50%;
	}
.homeslider .btn {
    margin-top: 0;
}
.sliie {
    margin-top: 100px !important;
}
.slider-btn {
    margin-left: 44px !important;
}
.about-photo-title {
    line-height: 43px;
    font-size: 40px;
}
	.inner_page_content p {
    text-align: left;
    line-height: 29px !important;
	font-family: 'Poppins', sans-serif !important;
}
	.event-pageblock-main .vc_column-inner {
    padding: 30px 45px !important;
}
	.inner_page_content p {
    line-height: 40px !important;
    font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
}
	.dateee h2{
		font-size:70px;
		font-family: 'Poppins', sans-serif !important;
	}
}

@media screen and (max-width: 991px){
	.main_navigation ul ul li {
    padding: 4px 0px;
}
	.nav-head ul li a {
    color: #fff;
    padding: 0px 20px;
	}
	.text {
    	font-size: 18px;
	}
	.responsive_nav {
    height: 44px;
    width: 55px;
    background: #db8f36;
    color: #fff;
    top: 10%;
    right: 12%;
    z-index: 999;
    position: fixed;
}
.main_navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 150px;
    background: rgba(0,0,0,0.9);
}	.nav-head ul {
    	text-align: center;
	}
	.nav-head ul li {
    	padding: 10px 0px;
	}
	.main_navigation ul li a {
    	border: none;
	}
	.responsive_nav:hover, .responsive_nav:focus {
	    background: #f2cca0;
	    color: #282828;
	}
	.rotate-heading h3::after {
	    right: -70px;
	}
	.about-photo-title {
		font-size: 20px;
		line-height: 30px;
     }
	.about-photo-paragraph {
	    font-size: 15px;
	    line-height: 22px;
	    padding: 10px 12px 0px 0px;
	}
	.about-section-image img {
    	width: 330px;
	}
	.know-more {
    	margin: 30px 0px 0;
	}
	.about-section {
	    margin: 0px 0px;
	}
	.event-section {
	    padding: 0 0px 50px;
	}
	.rotate-heading-event {
	    margin-top: 56px;
	}
	.contact-form {
    	max-width: 70%;
	}
	.slider-text {
	    font-size: 40px !important;
	    margin-top: 50px !important;
	}
	.slider-text {
    	margin: 24px 0px !important;
	}
	.sliie {
		margin-top: 110px !important;
	}
	.about-page-heading {
    font-size: 45px;
	}
	.inner_page_banner{
		padding: 160px 0 90px;
	}
	.dateee h2 {
    font-size: 55px;
	}
	.verr h2 {
    font-size: 20px;
	}
	.inner_page_content p {
		text-align: center;
	}
	.con-button a.vc_general{
		font-size:16px;
	}
	.bottom-inner h2 {
    font-size: 24px;
    text-align: center;
	}
	#awsm-team-178 .awsm-contact-info p {
    text-align: left !important;
	}
}

@media screen and (max-width: 907px){
.responsive_nav.radius3 {
    top: 6%;
}
}
@media screen and (min-width: 768px){
.slider-area .tp-caption img{
	display: none;
}
}
@media screen and (max-width: 767px){
	.responsive_nav {
    height: 36px;
    width: 36px;
	top: 10px;
	}
.homeslider .title {
    font-size: 32px;
}
.homeslider .subtitle {
    font-size: 18px;
}
.homeslider .btn {
    margin-top: 20px;
}
.homeslider .caption-area {
    top: auto;
    bottom: 20px;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
}
	.slider-btn {
    margin-left: 74px !important;
	margin-top: 26px !important;
	}
	.rotate-heading h3 {
    transform: rotate(0deg);
	text-align:center;
	font-size:40px;
	}
	.rotate-heading {
    padding-top: 30px;
	}
	.rotate-heading h3::after {
    display:none;
	}
	.about-photo-title {
    	padding-top: 20px;
		font-family: 'Poppins', sans-serif !important;
	}
	.about-section-image img {
   	 width: 100%;
	}
	.series-image {
	    width: 100%;
	    margin-top: 0;
	}
	.rotate-heading-event {
	    transform: rotate(0deg);
	    position: absolute;
	    left: 16%;
	    top: 12px;
	}
	.series-image {
   		margin-top: 40px;
	}
	.rotate-heading-contact {
		transform: rotate(0deg);
    	margin-top: 80px;
	}
	.contact-two {
	    text-align: center;
	    margin-top: 30px;
	}
	.rotate-heading-contact {
	    transform: rotate(0deg);
	    margin-top: 27px;
	    text-align: center;
	}
	.contact-form {
   		 max-width: 100%;
	}
	.footer-info li a {
    	padding: 5px 10px;
	}
	.rotate-heading-event {
	    left: 10%;
	    top: 12px;
	}
	.about-page-heading {
    font-size: 30px;
	}
	.about-page-paragraph p {
    font-size: 16px;
    color: #525151 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 25px;
    padding-top: 0px;
    letter-spacing: 0px !important;
}
	.about-block-two {
		padding: 20px 20px;
	}
	.inner_page_content p {
    text-align: left;
	color:#282828 !important;
	font-family: 'Poppins', sans-serif !important;
    }
	.team-page-inner img {
    width: 200px !important;
}
	.team-page-inner h3 {
    font-size: 26px !important;
	color:#282828 !important;
}
	.team-page-inner p {
    text-align: left;
    font-size: 15px !important;
	color:#282828 !important;
	font-family: 'Poppins', sans-serif !important;
}
	.event-page-main .vc_column-inner {
    padding: 30px 60px !important;
		margin-bottom: 30px;
}
	.about-block-two {
    padding: 0px !important;
	}
	.dateee h2 {
		font-size: 30px;
	}
	.inner_page_content p {
		text-align: center;
		padding: 0;
		margin: 0;
		font-family: 'Poppins', sans-serif !important;
	}
	.con-button{
		text-align: center !important;
	}
	.bootm-inner .vc_column-inner {
		padding: 0px !important;
	}
	.bootm-inner {
    padding-top: 30px;
	}
	.about-photo-title {
    padding-top: 12px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    text-align: center;
	}
	.know-more {
    margin: 23px 0px;
    text-align: center;
	}
		.about-photo-paragraph {
		text-align: center;
	}
	.rotate-heading-event {
    display: none;
	}
	.events-block {
    padding-top: 0;
	}
	.footer-info li a {
        border-right: none;
		line-height: 43px;
}
	.event-section {
    margin-top: 0px;
}
	.sillii {
    margin-top: 90px !important;
    margin-left: 40px !important;
}
	#about-page-id p {
    color: #474444 !important;
    line-height: 30px !important;
}
	#about-page-idtwo p {
    color: #fff !important;
    line-height: 25px !important;
    background: #282828;
    padding: 20px 30px;
}
	.team-page-inner p {
    line-height: 20px !important;
		text-align:left;
}
	.event-page-heading {
    text-align: center !important;
}
	.event-page-paragraph p {
    padding: 0px 40px;
    line-height: 27px !important;
}
.event-block-btn {
    text-align: center !important;
}
	.event-block-oneee {
    margin-bottom: 20px;
}
	#ecent-concert p {
    line-height: 22px !important;
    font-size: 15px;
}
	.dateee h2 {
    font-size: 50px;
    line-height: 65px;
}
	#date-para p {
    color: #fff !important;
    line-height: 27px !important;
		text-align:center !important;
}
	#date-para-df {
    margin-bottom: 20px;
   text-align:center;
}
	.verr p {
    color: #fff !important;
}
	.verr, #blovky {
    margin: 0px !important;
}
	#blovky p {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 50px !important;
}
#bios p {
    color: #fff !important;
    line-height: 20px !important;
    padding: 0px 30px;
}
	.spec {
    text-align: center !important;
}
	.contact-head {
    margin-top: 20px;
    text-align: center !important;
}
}
	@media screen and (max-width: 640px){
		.rotate-heading h3 {
    display: none;
}
		.responsive_nav {
    height: 36px;
    width: 36px;
	top: 10px;
	}
	.homeslider .title {
    font-size: 26px;
	}
	.logo-site img {
	    width: 70px;
	}
	.slider-btn {
       margin-left: 25px !important;
       margin-top: 33px !important;
     }
	 .fa-icon-chevron-right {
          font-size: 13px !important;
      }
		.text {
          font-size: 25px;
      }
		.rotate-heading-contact {
			position: absolute;
			top: 6%;
			transform: rotate(90deg);
			left: 18px;
		}
		.copyright{
			margin-bottom: 18px;
		}
		.team-page-inner img {   
			width: 100% !important;
    		max-width: 100% !important;
		}
		.team-page-inner .awsm-personal-info h3 {
			text-align: center;
		}
		.team-page-inner .awsm-personal-info span {
			text-align: center;
		}
		.team-page-inner p {
			text-align: center;
			font-size: 15px !important;
			line-height: 22px;
		}
		.price-table-one {
			margin: 0;
		}
		#awsm-member-178-179 figcaption {
			text-align: center;
		}
		#awsm-member-178-179 h3 {
			font-size: 30px;
			font-weight: bold;
		}
		#awsm-member-178-179 img {
			max-width: 100%;
		}
		#awsm-member-178-179 .awsm-contact-info p {
			text-align: center !important;
			padding: 10px 40px;
			line-height: 26px !important;
		}
		.bottom-inner h2 {
			font-size: 28px;
			text-align: center;
			padding: 0px 36px;
		}
		#bios p {
    color: #fff !important;
    line-height: 22px !important;
    padding: 0px 5px;
}
		.abuttt {
    padding-top: 0px;
}
		
	}

@media screen and (max-width: 542px){
	.responsive_nav {
    height: 36px;
    width: 36px;
	top: 10px;
	}

	.slider-btn {
		margin-left: 60px !important;
		margin-top: 19px !important;
		padding: 16px 16px 12px !important;
	}
	.slider-btn a {
   	 font-size: 12px !important;
	}
	.rotate-heading-event h3 {
      display: none;
    }
	.rotate-heading-contact{
		left:0px;
	}
	.about-photo-title{
		text-align:center;
	}
	.about-photo-paragraph {
		text-align: center;
		font-size: 16px;
	}
	.rotate-heading h3 {
		text-align: center;
		color: #282828;
		padding-top: 0;
		font-size: 37px;
		font-family: 'Gotham';
	}
	.rotate-heading h3::after{
		display:none;
	}
	.know-more {
		margin: 30px 0px 14px;
		text-align: center;
	}
	.tparrows {
        display: none !important;
    }
		.slider-text {
    font-size: 30px !important;
    margin-top: 50px !important;
}
	.slider-btn {
    margin-left: 25px !important;
    margin-top: 85px !important;
}
	.slider-text {
    font-size: 30px !important;
    margin-top: 33px !important;
}
	.slider-btn {
    display: none;
	}
	
}

@media screen and (max-width: 540px){
	.buy-section {
    display: block !important;
}
	.responsive_nav {
    height: 36px;
    width: 36px;
	top: 10px;
	}
	
	.logo-site img {
    width: 50px !important;
	}
	.caption-area a{
		display:none;
	}
	.responsive_nav {
 		 top: -97px;
 	}
 	.main_navigation {
    	top: -30px;
	}
	.slider-sub-text {
    	letter-spacing: 20px !important;
	}
	.rotate-heading-event {
    	display: none;
	}
	.footer-info li a{
		font-size:16px;
	}
	.logo-site img {
       width: 70px;
    }
	.responsive_nav.radius3 {
      top: 4%;
     }
	.rotate-heading-contact {
      left: -4%;
     }
	.buy-section a {
    color: #fff;
    background: #282828;
    padding: 7px 20px;
    border-radius: 20px;
    font-weight: bold;
	}
	.buy-section {
    background: #db8f36;
    text-align: center;
    padding: 14px;
    }
	
	.buy-section a:hover{
		text-decoration:none;
	}
	
	.slider-text {
    font-size: 30px !important;
    margin-top: 50px !important;
}
	.slider-btn {
    margin-left: 25px !important;
    margin-top: 85px !important;
}
	.event-page-heading {
    padding-top: 30px;
    text-align: center !important;
}
	.event-button {
    text-align: center !important;
}
	.homeslider .caption-area {
    top: 37%;
}
}

@media screen and (max-width: 400px){
	.homeslider .title {
    font-size: 16px;
}
	.homeslider .subtitle {
    font-size: 13px;
}
	.homeslider .caption-area {
    top: 37%;
}
}

@media screen and (max-width: 480px){
	.event-page-paragraph p {
    padding: 0px 20px;
    line-height: 24px !important;
    margin-top: 20px;
}
.slider-text {
    font-size: 36px !important;
}
.slider-sub-text {
    letter-spacing: 15px !important;
    margin-left: 23px !important;
}
.about-photo-title {
    font-size: 17px;
    text-align: center;
}
.rotate-heading h3::after {
	display: none;
}
.rotate-heading h3 {
    text-align: center;
    font-size: 30px;
    font-weight:bold;
}
.about-photo-paragraph {
    text-align: center;
}
.know-more {
    text-align: center;
}
.footer-info li a {
    font-size: 15px;
}
	.slider-text{
		display:none;
	}
	.slider-sub-text{
		display:none;
	}
	.about-page-inner {
    margin-top: 0;
	}
	.about-page-heading {
    font-size: 35px !important;
    padding-top: 20px;
}
	#about-page-id p {
    line-height: 23px !important;
    margin-top: 24px;
}
	#ecent-concert p {
    line-height: 22px !important;
    font-size: 14px;
color: white!important;
    margin-top: 30px;
}
	.Heritage.Spea-he {
    font-size: 16px;
}
	#blovky p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 30px !important;
	text-align: center;
}
	.bottom-inner h2 {
    font-size: 18px;
    text-align: center;
    padding: 8px 36px 0px;
    line-height: 29px;
	text-align: center;
}
	.spec {
    text-align: center !important;
    margin-bottom: 22px;
}
	.homeslider .caption-area {
    top: 37%;
}
#blovky p {
    padding-bottom: 30px;
}
#blovky p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}
	.conert-benja-text h3 {
    font-size: 15px;
}
	.conert-benja-text img {
    width: 46px!important;
}
}

@media screen and (max-width: 380px){
	.homeslider .caption-area {
    top: 50%;
}
	.homeslider .title {
    font-size: 20px;
}
	.responsive_nav.radius3 {
    top: 0;
}
	.top-header{
	padding-top:5px;
	}
.slider-text {
    font-size: 26px !important;
    text-align: center !important;
    margin-left: 34px !important;
}
.slider-sub-text {
    letter-spacing: 9px !important;
    margin-left: 23px !important;
}
.about-photo-title {
    font-size: 22px;
    text-align: center;
}
.text {
    font-size: 17px;
}
.contact-two h3 {
    font-size: 20px;
    padding-bottom: 30px;
}
.buy-section {
    background: #db8f36;
    text-align: center;
    padding: 14px;
	}
	.footer-info li a {
    font-size: 16px;
    border: none;
    }
	.copyright {
    font-size: 14px;
	}
	span.site-title a {
    font-size: 14px;
	}
	.about-page-heading {
    font-size: 22px;
	}
	.about-page-block-two {
    font-size: 30px;
    }
	.event-pageblock-main .vc_column-inner {
    	padding: 20px 45px !important;
	}
	.event-page-main .vc_column-inner {
    padding: 30px 30px !important;
    margin-bottom: 30px;
	}
	.event-page-main .vc_column-inner {
    padding: 0 30px !important;
	}
	.event-page-heading{
		padding-top:30px;
	}
	.inner_page_heading h1 {
    font-size: 26px;
	}
	.dateee h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
}
	#bioosss .vc_column-inner {	
        padding-top: 0px;
        padding-top: 20px;
}
	.bottom-inner h2 {
		font-size: 16px;
	}
	#blovky p {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 26px !important;
    text-align: center;
}
	#bios p {
    color: #fff !important;
    line-height: 22px !important;
    padding: 0px 5px;
}
	.responsive_nav {
    height: 36px;
    width: 36px;
	}
	.homeslider .title {
    font-size: 16px;
}
	.homeslider .subtitle {
    font-size: 13px;
}
	.homeslider .caption-area {
    top: 37%;
}
#blovky p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}
.conert-benja-text h3 {
    font-size: 13px;
}
}

@media screen and (max-width: 360px){
	.slider-text {
    font-size: 26px !important;
    text-align: center !important;
    margin-left: 8px !important;
}
.slider-sub-text {
    letter-spacing: 7px !important;
    margin-left: 15px !important;
}
.footer-info li a{
	border:none;
	padding: 0px;
	font-size: 17px;
}
.footer-info {
    margin: 0px 0px 10px;
}
.footer-info li {
    display: block;
    padding: 5px 0px;
}
.copyright {
    margin-bottom: 22px;
}
span.site-title a {
    font-size: 18px;
    color: #808080;
}
	.copyright {
    font-size: 13px;
	}
	span.site-title a {
    font-size: 13px;
	}
	.about-photo-paragraph {
    text-align: center;
    padding: 0;
    }
	.about-photo-title {
    font-size: 18px !important;
    line-height: 32px;
}
	.social-media {
    list-style: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 0;
}
	.bottom-inner h2 {
		font-size: 16px;
	}
	#blovky p {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 26px !important;
    text-align: center;
}
	.about-photo-paragraph{
		font-size:15px;
	}
	.logo-site img {
    width: 55px;
	}
	#bios p {
    color: #fff !important;
    line-height: 20px !important;
    padding: 0px 20px;
}
#bios p {
    color: #fff !important;
    line-height: 22px !important;
    padding: 0px 5px;
}	
		.responsive_nav {
    height: 36px;
    width: 36px;
	}
	.homeslider .title {
    font-size: 16px;
}
	.homeslider .subtitle {
    font-size: 13px;
}
	.homeslider .caption-area {
    top: 37%;
}
#blovky p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}
}

@media screen and (max-width: 320px){
.slider-sub-text {
    letter-spacing: 6px !important;
    margin-left: 23px !important;
}
.text {
    font-size: 14px;
}
span.site-title a {
    font-size: 15px;
    color: #808080;
}
	.copyright {
    font-size: 17px;
	}
	span.site-title a {
    font-size: 17px;
	}
	.social-media li a {
    padding: 12px 16px;
	}
	.about-page-heading {
     font-size: 30px;
    }
	.about-page-block-two {
    font-size: 40px;
	}
	.logo-site img {
    width: 37px !important;
}
	.responsive_nav {
    height: 36px;
    width: 36px;
	}
	.homeslider .title {
    font-size: 16px;
}
	.homeslider .subtitle {
    font-size: 13px;
}
	.homeslider .caption-area {
    top: 37%;
}
#blovky p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}
}

.bwg-title2 {
    font-size:11px!important;
	display:block!important;
}

#cuus li {
    display: inline;
    padding-right: 31px;
    font-weight: bold;
    font-size: 17px;
}
#cuus ul {
    margin: 0px;
}
.cusooo .wpb_content_element {
    margin-bottom: 0px !important;
}
.cusooo {
    color: #fff;
}
.cusooo {
    margin-bottom: 50px;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
	    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}
.concert-win {
    margin-bottom: 6px !important;
}
.music-win {
    margin-bottom: 6px !important;
}
.music-win p {
    font-size: 16px;
    font-weight: bold;
}

.tablenav-pages_0 {
    display: none !important;
}
.gallert-pic .wpb_text_column {
    margin: 0px !important;
}
.speker-option ul li:before {
    position: absolute;
    content: '';
    background: #d8892d;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border-radius: 50px;
}
p.photo-credit {
    text-align: center;
    font-weight: bold;
    margin: 0px;
    font-size: 16px;
}

.donate-form{ padding:25px; background:#fff; -webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.15); box-shadow:0 0 30px 0 rgba(0,0,0,0.15);}
.donate-form .wizard > .content > .body{ float:none; padding:0; width:100%; height:auto; position:relative;}
.donate-form .wizard > .content{ background:#fff; margin-left:0; margin-right:0;}
.donate-form .donate-amount input[type="radio"] { display:none;}
.donate-form .donate-amount input[type="radio"] + label {color:#000; display:block; cursor:pointer;}
.donate-form .donate-amount input[type="radio"] + label span { display:block; background:#d0d0d0; padding:8px; border-radius:6px; text-align:center; font-weight:700; font-size:22px;}
.donate-form .donate-amount input[type="radio"]:checked + label span { background:#f2cba3;}
.donate-form .row{ margin-left:-5px; margin-right:-5px;}
.donate-form .row [class*=col-]{ padding-left:5px; padding-right:5px;}
.donate-form .steps ul{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-right:-5px; margin-left:-5px}
.donate-form .steps ul li{ -ms-flex:0 0 33.333%; flex:0 0 33.333%; max-width:33.333%; padding:0 5px; font-size:12px;}
.donate-form .steps ul li a span.number{ display:block;}
.donate-form .steps ul li a, .donate-form .steps ul li a:hover{ margin:0; padding:6px 12px;}
.donate-form legend, .donate-form h5{ font-weight:700;}
.donate-form .wizard > .actions ul li.disabled{ display:none;}
.donate-form input, .donate-form iframe input{ height:50px !important;}
.donate-content p, .donate-content{ color:#fff !important}
