D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
www
/
partymaker.in
/
assets
/
front_end
/
css
/
Filename :
global.css
back
Copy
/* Colors */ /* Fonts */ /* ---------------------------------------------------------------- Global Styles -----------------------------------------------------------------*/ /* Typography */ body { font-size: 14px ; line-height: 18px ; font-family: 'Ubuntu', sans-serif; color: #313131; overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: 'Atma', cursive; } h1 { font-size: 36px; font-weight: 600; line-height: 44px; margin-top: 0; margin-bottom: 5px; } h2 { font-size: 28px; font-weight: 600; line-height: 34px; margin-top: 0; margin-bottom: 5px; } h3 { font-size: 24px; font-weight: 600; line-height: 28px; margin-top: 0; margin-bottom: 5px; } h4 { font-size: 20px; font-weight: 600; line-height: 26px; margin-top: 0; margin-bottom: 5px; } h5 { font-size: 18px; font-weight: 500; line-height: 24px; margin-top: 0; margin-bottom: 5px; } h6 { font-size: 16px; font-weight: 500; line-height: 22px; margin-top: 0; margin-bottom: 5px; } h2.section-heading { color: #313131; font-size: 36px; font-weight: 700; margin-bottom: 25px; } h2.section-heading span { color: #f34235; } /* Useful class */ .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .hidden { opacity: 0; } .visible { opacity: 1 !important; } .text-upper { text-transform: uppercase; } .cover-fix { background-repeat: no-repeat; position: relative; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; } .bg-image { background-position: top center; background-repeat: repeat-y; } .section-padding { padding: 50px 0 40px 0; } .section-paddingin { padding: 50px 0 50px 0; } .page-inner { padding: 60px 0 50px 0; } /* circle-line */ .circle-line { position: absolute; height: 11px; width: 100%; z-index: 100; } .circle-line-top { top: 0; } .circle-line-bottom { bottom: 0; } .circle-line1 { background: url(../images/happykiddo_circle-line1.png) top left repeat; } .circle-line2 { background: url(../images/happykiddo_circle-line2.png) top left repeat; } .circle-line3 { background: url(../images/happykiddo_circle-line3.png) top left repeat; } /* colors */ .white { color: #ffffff; } .white-bg { background-color: #ffffff !important; } .black { color: #313131; } .black-bg { background-color: #313131 !important; } .blue { color: #03b9d7; } .blue-bg { background-color: #03b9d7 !important; } .red { color: #f34235; } .red-bg { background-color: #f34235 !important; } .yellow { color: #fcc005; } .yellow-bg { background-color: #fcc005 !important; } .orange { color: #f48e40; } .orange-bg { background-color: #f48e40 !important; } .green { color: #96c667; } .green-bg { background-color: #96c667 !important; } .gray { color: #f6f6f6; } .gray-bg { background-color: #f6f6f6 !important; } .relative { position: relative; } .absolute { position: absolute; } /* margin-bottom */ .marginb-5 { margin-bottom: 5px; } .marginb-10 { margin-bottom: 10px; } .marginb-15 { margin-bottom: 15px; } .marginb-20 { margin-bottom: 20px; } .marginb-30 { margin-bottom: 30px; } .marginb-40 { margin-bottom: 40px; } .marginb-50 { margin-bottom: 50px; } .marginb-60 { margin-bottom: 60px; } .marginb-70 { margin-bottom: 70px; } .marginb-80 { margin-bottom: 80px; } /* margin-top */ .margint-5 { margin-top: 5px; } .margint-10 { margin-top: 10px; } .margint-15 { margin-top: 15px; } .margint-20 { margin-top: 20px; } .margint-30 { margin-top: 30px; } .margint-40 { margin-top: 40px; } .margint-50 { margin-top: 50px; } .margint-60 { margin-top: 60px; } .margint-70 { margin-top: 70px; } .margint-80 { margin-top: 80px; } /* padding-bottom */ .paddingb-0 { padding-bottom: 0px; } .paddingb-5 { padding-bottom: 5px; } .paddingb-10 { padding-bottom: 10px; } .paddingb-15 { padding-bottom: 15px; } .paddingb-20 { padding-bottom: 20px; } .paddingb-30 { padding-bottom: 30px; } .paddingb-40 { padding-bottom: 40px; } .paddingb-50 { padding-bottom: 50px; } .paddingb-60 { padding-bottom: 60px; } .paddingb-70 { padding-bottom: 70px; } .paddingb-80 { padding-bottom: 80px; } .paddingb-90 { padding-bottom: 90px; } .paddingb-100 { padding-bottom: 100px; } .paddingb-190 { padding-bottom: 190px; } /* padding-top */ .paddingt-0 { padding-top: 0px; } .paddingt-5 { padding-top: 5px; } .paddingt-10 { padding-top: 10px; } .paddingt-15 { padding-top: 15px; } .paddingt-20 { padding-top: 20px; } .paddingt-30 { padding-top: 30px; } .paddingt-40 { padding-top: 40px; } .paddingt-50 { padding-top: 50px; } .paddingt-60 { padding-top: 60px; } .paddingt-70 { padding-top: 70px; } .paddingt-80 { padding-top: 80px; } .paddingt-90 { padding-top: 90px; } .paddingt-100 { padding-top: 100px; } .paddingt-190 { padding-top: 190px; } /* annimated time */ .scroll-time1 { -webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */ animation-delay: 0.1s; } .scroll-time2 { -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */ animation-delay: 0.2s; } .scroll-time3 { -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */ animation-delay: 0.3s; } .scroll-time4 { -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */ animation-delay: 0.4s; } .scroll-time5 { -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */ animation-delay: 0.5s; } .scroll-time6 { -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */ animation-delay: 0.6s; } .scroll-time7 { -webkit-animation-delay: 0.7s; /* Chrome, Safari, Opera */ animation-delay: 0.7s; } .scroll-time8 { -webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */ animation-delay: 0.8s; } .scroll-time9 { -webkit-animation-delay: 0.9s; /* Chrome, Safari, Opera */ animation-delay: 0.9s; } .scroll-time10 { -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */ animation-delay: 1s; } .scroll-tim11 { -webkit-animation-delay: 1.1s; /* Chrome, Safari, Opera */ animation-delay: 1.1s; } /* edn annimetaed time */ /* back-to-top */ .back-to-top { background: #ffffff; border: 1px solid #f1f1f1; padding: 2px; display: inline-block; position: fixed; bottom: 15px; right: 15px; visibility: hidden; z-index: 1000; -webkit-transition: opacity .3s 0s,visibility 0s .3s; -moz-transition: opacity .3s 0s,visibility 0s .3s; transition: opacity .3s 0s,visibility 0s .3s; opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 5px; border-radius: 50%; width: 44px; height: 44px; } .back-to-top i { font-size: 17px; padding: 9px 10px; background-color: #f34235; color: #ffffff; border-radius: 50%; width: 38px; height: 38px; } .back-to-top:hover { text-decoration: none; } .back-to-top:hover i { background-color: #03b9d7; } .back-to-top:active { text-decoration: none; } .back-to-top:link { text-decoration: none; } .back-to-top:visited { text-decoration: none; } .btt-visible { visibility: visible; opacity: .8; filter: alpha(opacity=80); } .fade-btt { opacity: 1; filter: alpha(opacity=60); } .fade-btt:hover { opacity: 1; filter: alpha(opacity=100); } /* end back-to-top */ /* Buttons */ .btn-box { margin-top: 20px; } .transparent-btn { color: #ffffff; text-shadow: none; font-weight: 600; background-color: transparent; font-size: 15px; border: 2px solid #ffffff; border-radius: 3px; padding: 10px 25px 9px 25px; margin: 0 3px; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; text-transform: uppercase; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .transparent-btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -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; } .transparent-btn:hover, .transparent-btn:focus, .transparent-btn:active { color: #313131; text-decoration: none; } .transparent-btn:hover:before, .transparent-btn:focus:before, .transparent-btn:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } .filled-btn { color: #313131; text-shadow: none; font-weight: 600; background-color: #ffffff; font-size: 15px; border: 2px solid #ffffff; border-radius: 3px; padding: 10px 25px 9px 25px; margin: 0 3px; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; text-transform: uppercase; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .filled-btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #313131; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -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; } .filled-btn:hover, .filled-btn:focus, .filled-btn:active { color: #ffffff; text-decoration: none; } .filled-btn:hover:before, .filled-btn:focus:before, .filled-btn:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } .widget-btn { color: #ffffff; font-weight: 600; background-color: #f34235; font-size: 12px; border: 2px solid #f34235; border-radius: 3px; padding: 7px 20px; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .widget-btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -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; } .widget-btn:hover, .widget-btn:focus, .widget-btn:active { color: #f34235; text-decoration: none; } .widget-btn:hover:before, .widget-btn:focus:before, .widget-btn:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } /* end Buttons */ /* Social Links */ ul.social-links { padding-top: 10px; padding-left: 20px; margin: 0; padding-left: 0; } ul.social-links li { display: inline; font-size: 17px; padding: 0; } ul.social-links li a { width: 32px; height: 33px; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } ul.social-links li a.facebook { background: url(../images/happykiddo_social-links.png) -10px -7px no-repeat; } ul.social-links li a.facebook:hover { background: url(../images/happykiddo_social-links.png) -10px -45px no-repeat; } ul.social-links li a.twitter { background: url(../images/happykiddo_social-links.png) -49px -7px no-repeat; } ul.social-links li a.twitter:hover { background: url(../images/happykiddo_social-links.png) -49px -45px no-repeat; } ul.social-links li a.googleplus { background: url(../images/happykiddo_social-links.png) -88px -7px no-repeat; } ul.social-links li a.googleplus:hover { background: url(../images/happykiddo_social-links.png) -88px -46px no-repeat; } /* END Social Links */ /* some height on divs */ @media only screen and (min-width: 768px) { .cta2 .row-height { display: table; table-layout: fixed; height: 100%; width: 100%; } .col-height { display: table-cell; vertical-align: middle; float: none; height: 100%; } } /* end some height on divs */ /* Header Box Inner */ .header-box-inner { color: #ffffff; } .header-box-inner .container { height: 100%; padding: 100px 0; } .header-box-inner h2 { font-size: 48px; line-height: 50px; font-family: 'Ubuntu', sans-serif; color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); } .header-box-inner h2 span { font-family: 'Atma', cursive; } .header-box-inner p { margin-top: 7px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); } .header-box-inner .circle-icon-box { width: 115px; height: 115px; border-radius: 50%; background-color: #ffffff; position: absolute; left: 0; right: 0; bottom: -55px; margin: 0 auto; text-align: center; padding-top: 22px; z-index: 999; } .page-title-box { background-color: #f34235; color: #ffffff; } .page-title-box .container { height: 100%; padding: 30px 0; } .page-title-box h2 { font-size: 28px; text-transform: uppercase; font-family: 'Ubuntu', sans-serif; color: #ffffff; margin-left: 15px; text-shadow: 1px 1px 2px #969696; } .page-title-box h2 span { font-family: 'Atma', cursive; } .small-header-box { margin-bottom: 35px; } /* END Header Box Inner */ /*# sourceMappingURL=global.css.map */