/*Layout section*/

.site-footer{
	display:none;
}

.tm-support-plugins .wpb_single_image,
.tm-support-plugins .wpb_single_image img,
.tm-themedemo-box,
.tm-themedemo-inner {
-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.tm-themedemo-inner img {
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.05);
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.05);
    border-radius: 5px;
}
.tm-themedemo-box:hover .tm-themedemo-inner img {
    -webkit-box-shadow: 3px 5px 35px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 3px 5px 35px 0 rgba(0,0,0,.08);
    box-shadow: 3px 5px 35px 0 rgba(0,0,0,.08);
}
.tm-themedemo-box .tm-themedemo-inner img {
	width: 100%;
}
.tm-support-plugins .wpb_single_image:hover img,
.tm-themedemo-box:hover .tm-themedemo-inner {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.themetechmount-iconbox-stylethree.tm-icon-top .themetechmount-iconbox-icon {
    width: 75px;
    font-size: 45px;
    vertical-align: text-bottom;
    padding-top: 9px;
}

.tm-support-plugins h2.tm-custom-heading {
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


#tm-inner-pages.slick-dotted.slick-slider {
    padding-bottom: 40px;
}
#tm-inner-pages.slick-dotted.slick-slider li {
    width: 9px;
    height: 5px;
    margin: 0px 4px;
}
#tm-inner-pages.slick-dotted li button {
    width: 10px;
    height: 10px;
}
#tm-inner-pages.slick-dotted li.slick-active,
#tm-inner-pages.slick-dotted li.slick-active button {
    width: 30px;
}


.tm-elic-featues .themetechmount-iconbox-styleeleven .themetechmount-iconbox-inner {
    padding: 44px 30px 40px;
    text-align: center;
    border-radius: 5px;
}
.tm-elic-featues .themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading .tm-vc_general h2 {
    text-align: center;
	font-size: 20px;
    line-height: 25px;
}
.tm-elic-featues .themetechmount-iconbox-styleeleven .tm-box-icon {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 12px;
}

.home.page-id-2449 .site-footer {
	display:none;
	opacity:0;
}
.tm-purchase-button a:hover {
	color: #111111 !important;
    background-color: #fff !important;
}
#demos .wpb_content_element {
    margin-bottom: 10px;
}
h2.tm-custom-heading.tm-custom-headingfont {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 600;
}
h2.tm-custom-heading.tm-custom-headingfont strong {
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-style: italic;
    font-weight: 900 !important;
    color: #fff;
}
.tm-responsive-custom-51513387.tm-textcolor-white .slick-dots li.slick-active button {
    background-color: #ff6229 !Important;
}
.tm-themedemo-inner{
	position: relative;
	background-color: #fff;
    padding: 7px;
	border-radius: 3px;
    -webkit-box-shadow: 3px 5px 15px 0 rgba(0,0,0,.05) !important;
    -moz-box-shadow: 3px 5px 15px 0 rgba(0,0,0,.05) !important;
    box-shadow: 3px 5px 15px 0 rgba(0,0,0,.10) !important;
}
.tm-themedemo-box .inside {
    cursor: pointer;
    position: unset;
    padding: 0;
    margin: 0;
}
.tm-themedemo-box .inside:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
	border-radius: 3px;
    background: rgb(52, 60, 92, 0.87);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tm-themedemo-box:hover .inside:before,
.tm-themedemo-box:hover .inside .inside-media-link a.themetechmount_pf_link {
	opacity: 1;
}
.tm-themedemo-box .inside .inside-media-link {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
.tm-themedemo-box .inside:hover .inside-media-link {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tm-themedemo-box .inside .inside-media-link a.themetechmount_pf_link {
    padding: 10px 25px;
    border: solid 1px #ff6229;
    border-radius: 3px;
    background: linear-gradient(to right, #fe5603 0%, #ff7f00 100%);
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.tm-themedemo-box:hover .inside .inside-media-link a.themetechmount_pf_link:hover {
    background: linear-gradient(to right, #ff7f00 0%, #fe5603 100%);
    color: #fff;
}
.tm-demosframe,
.tm-themedemo-inner img {
    box-shadow: none !important;
    border-radius: 5px;
}

a.tm-support-button, a.tm-buynow-button {
    width: 140px;
    height: 40px;
    position: fixed;
    top: 435px;
    right: 0;
    z-index: 99999;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.tm-buynow-button {
	background: linear-gradient(to right, #fe5603 0%, #ff7f00 100%);
}
a.tm-buynow-button:hover {
    color: #fff;
}
a.tm-support-button {
    top: 485px !important;
    background-color: #343c5c !important;
}
a.tm-buynow-button.ti-shopping-cart:before, a.tm-support-button.ti-target:before {
    font-family: 'themify';
    margin-right: 20px;
}
a.tm-buynow-button.tm-vc_btn3-icon:after, a.tm-support-button.tm-vc_btn3-icon:after {
    content: '';
    height: 21px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    left: 40px;
    top: 10px;
    position: absolute;
}

#view_themedemos {
	position:relative;
	overflow:hidden;
	left:0px;
}
.shakeimage img{
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.tada-img-single img {
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}
@-webkit-keyframes shake2 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes shake2 {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}


.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i{
    box-shadow:unset!important;
    -webkit-box-shadow:unset!important;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fld-contents:before {
    position: absolute;
    content: '';
    height: 1px!important;
    width: 30px!important;
    background-color: rgb(255 255 255 / .14)!important;
    margin-top: 60px!important;
    left: 88px!important;
}
.tm-fid-view-topicon.inside h3 span{
    font-size: 20px!important;
    padding-top: 30px!important;
}

.tm-bgimage-yes .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
    font-size: 40px!important;
    background-color: transparent!important; 
    color: #b07ab4!important; 
    border-radius: unset; 
}

.tm-fid-with-icon.tm-fid-view-topicon h4 {
    font-size: 43px!important;
    line-height: 48px!important;
}
.tm-thumb-box:hover .tm-thumb-box-inner {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tm-thumb-box-inner.tm-thumbbox-headerinner {
    max-height: 700px;
}

.tm-thumb-box-inner {
    position: relative;
    max-height: 450px;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(41,61,88,0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(41,61,88,0.10);
    box-shadow: 0px 0px 15px 0px rgba(41,61,88,0.10);
	border: 9px solid #fff;
	border-radius: 5px;
}

#tm-latest-themes .inside .inside-media-link, 
.tm-thumb-box .inside .inside-media-link {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

#tm-latest-themes .tm-thumb-box:hover .inside .inside-media-link {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tm-latest-themes .inside .inside-media-link a.themetechmount_pf_link{
    padding: 14px 35px;
    border: solid 1px #b07ab4;
    border-radius: 50px;
    background-color: #b07ab4;
    border-radius: 5px;
    font-size: 15px;
    font-family: "IBM Plex Sans",Arial,Helvetica,sans-serif;
    font-weight: 600;
}

#tm-latest-themes .tm-thumb-box:hover .inside:before {
    opacity: 1;
}
#tm-latest-themes .tm-thumb-box .inside:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background:rgba(90, 92, 130, 0.90);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#tm-latest-themes .inside{
    cursor: pointer;
    position: unset;
    padding: 0;
    margin: 0;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    line-height:0px!important; 
}
.tm-bg.tm-bgimage-yes .tm-col-seprator .vc_column_container{
      border-color: rgba(255, 255, 255, 0.10);
}
.tm-fid-view-topicon.inside h3 span,
#tm-latest-themes .inside .inside-media-link a.themetechmount_pf_link,
.tm-fid-with-icon.tm-fid-view-topicon h4{
    color: #fff!important;
}

.tm-header-style-classic-highlight .themetechmount-slider-wrapper{
    position: relative;
    padding-bottom: 70px !important;
    position: relative;
}
@media (min-width: 1200px){
.tm-pageslider-yes.tm-headerstyle-classic-highlight .themetechmount-slider-wrapper:before {
    content: '';
    position: absolute;
    height: 100%!important;
}
}
.tm-header-text-area .header-info-widget .tm-vc_btn3.tm-vc_btn3-size-lg {
    padding: 17px 25px 17px 25px!important;
}

.tm-header-text-area .header-info-widget .tm-vc_btn3, .tm-header-text-area .header-info-widget .tm-vc_btn3.tm-vc_btn3-size-md {
    font-size: 15px;
}

@media (max-width:991px){
.tm-sliderpatern #rev_slider_2_2 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
}

@media (max-width:767px){
.tm-fid-with-icon.tm-fid-view-topicon .tm-fld-contents:before {
    left: 50%;
    margin-left: -20px;
}
}