/*-------------------------------------------------------------- General --------------------------------------------------------------*/ /*-------------------- Import Google Fonts --------------------*/ @import url(http://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Hind:300,400,500,600,700|Roboto:100,300,400,500,700,900|Lora:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,500,600,700,800|Josefin+Sans:300,400,500,600,700,800); /*-------------------- 1. General --------------------*/ body { margin: 0px; font-family: "Hind", Sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight: 500; letter-spacing: -0.4px; font-family: "Montserrat", Sans-serif; color: #232323; } p { font-family: 'Hind', sans-serif; font-size: 15px; font-weight: 400; line-height: 150%; /* letter-spacing: 0.2px; */ color: #46464c; /* font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 300; line-height: 150%; letter-spacing: 0.2px; color: #787882; */ } * > p:first-child { margin-top: 0; } * > p:last-child { margin-bottom: 0; } .text-light p { color: #B1B1B1; } a:hover, a:focus, a:active, a.active { color: #fbcc3f; text-decoration: none; } a, a:hover, a:focus, a:active, a.active { outline: 0; text-decoration: none; } img { max-width: 100%; height: auto; } ::selection { text-shadow: none; background-color: #fbcc3f; } @media (min-width: 768px) { .ot-section { padding: 150px 0; } } .ot-section { padding: 60px 0; border-top: 1px solid #f7f7f7; } .ot-section.text-light { border-top: none; } ul { padding-left: 0; padding-top: 10px; } ul li { list-style: none; padding-bottom: 10px; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 500; line-height: 23px; letter-spacing: 0.2px; color: #000000; } /*-------------------- 1.1 Reset bootstrap --------------------*/ .row-0-gutter { margin-left: -13px; margin-right: -13px; } .col-0-gutter { padding-left: 0; padding-right: 0; } /*** header ***/ .navbar-header h1 { font-size: 21px; font-weight: 700; margin: 5px 0 0 0; } .navbar-header .description { font-size: 13px; } /*-------------------- Orange Themes Widgets grid --------------------*/ .widget-count-2 .ot-widget { width: 50%; } .widget-count-3 .ot-widget { width: 33%; } .widget-count-4 .ot-widget { width: 25%; } /*-------------------- 2. Navigation --------------------*/ .admin-bar .navbar-default { margin-top: 32px; } .admin-bar .navbar-default.navbar-shrink { margin-top: 32px; } @media (max-width:768px) { .admin-bar .navbar-default.navbar-shrink { margin-top: 0px; } } .navbar-default { background-color: #222; border-color: transparent } .navbar-default .navbar-brand { color: #fff; padding: 0px; } .navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active { color: #fbcc3f } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02) } .navbar-default .navbar-toggle { background-color: #fbcc3f; border-color: #fbcc3f } .navbar-default .navbar-toggle .icon-bar { background-color: #fff } .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus { background-color: #fbcc3f } .navbar-default .nav li a { font-family: "Roboto",sans-serif; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: #fff; font-size: 13px; padding: 20px 15px; } .navbar-default .nav li a:hover,.navbar-default .nav li a:focus { color: #fff; outline: 0 } .navbar-default .navbar-nav>.active>a { color: #444ec1; background-color: rgba(0, 0, 0, 0); } .navbar-default .navbar-nav>a:hover,.navbar-default .navbar-nav>a:focus { color: #fff; background-color: #fbcc3f } .dropdown-menu { background-color: rgba(37, 37, 37, 0.9); border: none; padding: 0px; margin: 0px; } .dropdown-menu>li>a { padding: 10px 20px; } .navbar ul { padding: 0px } .navbar ul li { padding: 0px; margin-bottom: -2px; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #fff; background-color: rgba(255, 255, 255, 0); } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #fff; background-color: rgba(255, 255, 255, 0); } @media (min-width:768px) { ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; } .dropdown-menu>li>a:hover { background-color: rgba(0, 0, 0, 0.4); } .navbar-default { margin-bottom: 0px; background-color: rgba(255, 255, 255, 0); padding: 0px; -webkit-transition:padding .3s; -moz-transition:padding .3s; transition:padding .3s; border-bottom: 1px solid rgba(255, 255, 255, 0.35); } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s } .navbar-default .navbar-nav>.active>a { border-radius: 3px } .navbar-default.navbar-shrink { background-color: rgba(33, 34, 35, 0.9); padding: 0px; } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; margin-top: 15px; } .navbar-default.navbar-shrink .navbar-header .description { display: none; } .navbar-default.navbar-shrink .navbar-header h1 { margin-top: 13px; } .navbar-default .navbar-nav>.active>a { border-radius: 0px; } .navbar-default .nav li a:after { position: absolute; content: ''; left: 50%; right: 50%; opacity: 0; bottom: 0; border-bottom: 3px solid; border-color: #fbcc3f; -webkit-transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); -moz-transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); } .navbar-default .nav li:hover a:after { opacity: 1; left: 0; right: 0; -webkit-transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); -moz-transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); transition: all 0.4s cubic-bezier(.47,-.41,.19,1.44); } .navbar-default .nav li li a:after { border-bottom: none; } } .custom-logo { margin: 10px 0; } /*-------------------- 3. Header --------------------*/ .intro-image { background-image: url(images/bg.jpg); background-repeat: none; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: #fff; } .intro-blog, .intro-blog .dark-overlay { height: 230px; margin-bottom: 50px; } .intro-parallax { background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .intro-image .intro-text { padding-top: 100px; padding-bottom: 50px; position: relative; } .dark-overlay { background: rgba(0, 0, 0, 0.5); } @media (min-width: 768px) { .intro-image .intro-text { padding: 290px 100px 290px 100px; } } .intro-image .intro-text .intro-lead-in { display: inline-block; /* background-color: rgba(255, 255, 255, 0.65); */ margin-bottom: 25px; padding: 4px 20px; font-family: "Open Sans",sans-serif; font-size: 19px; color: #fff; font-weight: 300; line-height: 40px; position: relative; } .intro-image h3:after { left: 50%; z-index: 1; width: 100px; height: 3px; content: " "; bottom: -35px; margin-left: -50px; text-align: center; position: absolute; background-color: #00afa4; } @media (min-width: 768px) { .intro-image .intro-text .intro-lead-in { font-size: 29px; line-height: 20px; margin-bottom: 30px; } } .intro-image .intro-text .intro-heading { font-weight: 900; font-size: 40px; line-height: 48px; margin-bottom: 25px; letter-spacing: -3px; word-spacing: 10px; color: #FFFFFF; text-shadow: 1px 1px 1px rgb(0, 0, 0); } @media (min-width: 768px) { .intro-image .intro-text .intro-heading { line-height: 75px; font-size: 65px; margin-bottom: 50px; } } /*-------------------- 4. Sections --------------------*/ .section-title h2 { font-size: 25px; text-transform: uppercase; letter-spacing: 1px; color: #1e1e1f; font-weight: 500; position: relative; margin-bottom: 20px; padding-bottom: 10px; } .section-title h2:after { left: 50%; z-index: 1; width: 40px; height: 2px; content: " "; bottom: -5px; margin-left: -20px; text-align: center; position: absolute; background: #2f2f2f; } .text-light .section-title h2:after { background: #fffff3; } .text-light .section-title h2 { color: #fff; } .section-title { margin-bottom: 40px; } .section-title p { font-size: 16px; font-weight: 300; line-height: 25px; margin: 20px 100px 10px 100px; } @media (max-width:768px) { .section-title p { margin: 20px 10px 60px 10px; } } /*-------------------- 4.2. Skills --------------------*/ .section-text h3 { margin: 0 0 30px; font-weight: 800; color: #5D5D5D; } .section-text h4 { margin: 0 0 20px; font-weight: 700; font-size: 17px; } .text-light .section-text h3 { color: #dfdfdf; } .text-light .section-text h4 { color: #dfdfdf; } /*-------------------- 4.3. Features --------------------*/ .widget_ot_widgets_features { display: inline-block; vertical-align: top; } .widget_ot_widgets_features .ot-features-title { font-size: 16px; font-weight: 500; } .widget_ot_widgets_features p { font-size: 15px; } /*-------------------- 4.3. Portfolio --------------------*/ .ot-portfolio-item { width: 388px; float: left; } @media (max-width:768px) { .ot-portfolio-item { width: 100%; float: left; } } figure { left: 50%; transform: translateX(-50%); position: relative; float: left; overflow: hidden; margin: 0 1px 1px 0; /* min-width: 320px; max-width: 480px; max-height: 360px; */ background: #726FB9; text-align: center; cursor: pointer; } figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ot-portfolio-item figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } figure.effect-bubba { background: #000; margin-bottom: 1px; } figure.effect-bubba img { /* opacity: 0.95; */ -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.effect-bubba:hover img { opacity: 0.4; } figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-bubba figcaption::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); } figure.effect-bubba figcaption::after { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); } figure.effect-bubba h2 { opacity: 0; color: #fff; font-size: 15px; font-weight: 700; text-transform: uppercase; padding-top: 30%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); } figure.effect-bubba p { color: #fff; font-size: 13px; font-weight: 500; padding: 20px 2.5em; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); } figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } figure.effect-bubba:hover h2, figure.effect-bubba:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } /*-------------------- 4.4. Dark Short section (counters, quote, etc) --------------------*/ .text-dark { color: #1a1a1a; } .text-light { color: #fff; } .short-section { border-top: 1px solid #5D5D5F; border-bottom: 1px solid #5D5D5F; padding-top: 100px; padding-bottom: 100px; } .counter-item h2 { color: #fff; font-size: 70px; font-weight: 200; font-family: "Roboto", Sans-serif; } .counter-item h6 { color: #FFF; font-size: 16px; margin: 10px 0 0 0; text-transform: uppercase; } /*-------------------- 4.5. Testimonials Slider --------------------*/ .testimonials-item { position: relative; } .testimonials-item .ot-testimonials-text { position: relative; margin: 0 100px; background-color: #ffffff; border: 1px solid #ececec; border-radius: 10px; padding: 35px 70px; } .testimonials-item .ot-testimonials-text p { font-size: 16px; color: #818184; font-weight: 300; } .testimonials-item .ot-testimonials-text p:before { position: absolute; content: "\201C"; font-size: 85px; font-family: Georgia, "Times New Roman", Times, serif; top: 53px; left: 25px; opacity: .3; } .testimonials-item .ot-testimonials-text:after { content: ""; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); border: 15px solid transparent; border-top: 15px solid rgba(255,255,255,0.95); } .testimonials-item h3 { margin: 10px 80px 25px; font-weight: 400; font-size: 15px; text-align: center; } .testimonials-item .ot-testimonials-image { margin-top: 35px; } .testimonials-item .ot-testimonials-image img { width: 80px; height: 80px; display: inline; border-radius: 50%; } /*-------------------- Team --------------------*/ .widget_ot_widgets_team { display: inline-block; vertical-align: top; } .ot-team-text { padding: 0 25px 25px; } /*-------------------- Contacts --------------------*/ @media (max-width:768px) { #contact .section-text { text-align: center; margin-bottom: 30px; } } .address-details { margin: 20px 0 0; } .address-details h4 { font-weight: 500; font-size: 16px; border-bottom: 1px solid #676767; display: inline-block; padding-bottom: 5px; } .ot-address { text-align: right; } /*-------------------- Latest News --------------------*/ #latest-news .blog-post-body { background-color: #fff; padding: 20px; } #latest-news .blog-post-body h2 { margin: 0px; } #latest-news .blog-post-body h2 a { font-weight: 700; font-size: 19px; color: #232323; } /*-------------------------------------------------------------- Blog post --------------------------------------------------------------*/ .blog-post { position: relative; margin-bottom: 65px; padding-bottom: 65px; border-bottom: 1px solid #d4d5dc; } .blog-post:after { position: absolute; font-size: 18px; line-height: 20px; content: "\f06c"; display: inline-block; font-family: FontAwesome; font-weight: normal; background-color: #fff; color: #c7c7c7; bottom: -10px; left: 50%; padding: 0 10px; transform: translateX(-50%); } .home .blog-post { padding-bottom: 0px; border-bottom: none; } .home .blog-post:after { content: ""; } .blog-post.sticky { border: 1px solid #EAEAEA; padding: 30px 50px 55px 50px; } .blog-post .blog-post-body .entry-title { font-weight: 600; margin: 0; padding: 25px 0px; text-align: center; font-size: 29px; line-height: 40px; -ms-word-wrap: break-word; word-wrap: break-word; } .blog-post .blog-post-body .entry-title a { color: #27282b; } .home .blog-post .blog-post-body .entry-title { font-size: 25px; text-transform: uppercase; letter-spacing: 1px; color: #1e1e1f; font-weight: 500; position: relative; margin-bottom: 20px; padding-bottom: 10px; } .home .blog-post .blog-post-body .entry-title:after { left: 50%; z-index: 1; width: 40px; height: 2px; content: " "; bottom: -5px; margin-left: -20px; text-align: center; position: absolute; background: #2f2f2f; } .blog-post .blog-post-body p { text-align: justify; } .blog-post .blog-post-body > a { color: #2A2A2B; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-post .blog-post-body a:hover { color: #fbcc3f; } .blog-post .blog-post-body p a { color: #949494;; } .blog-post .post-cats a:first-child { border-left: none; margin-left: 0px; padding: 5px 0 5px 0px; } .blog-post .post-cats { text-align: center; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; } .blog-post .post-cats a { display: inline-block; margin: 0 0 5px 5px; padding: 5px 0 5px 10px; text-align: center; color: #95959A; border-left: 1px solid #dfdfdf; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-post .post-date { margin: 5px 0 20px; text-align: center; font-weight: 400; font-size: 14px; color: #B1B1B1; } .blog-post .post-date a { color: #b3b3b3; } .blog-post .post-date a:hover { color: #fbcc3f; } .blog-post .post-date span { padding-left: 15px; padding-right: 15px; } .blog-post .post-date span:first-child { padding-left: 0; padding-right: 15px; } .blog-post .post-date i { padding-right: 5px; font-size: 12px; } .blog-post .post-meta { margin: 10px 0 35px; font-weight: 400; color: #b3b3b3; } .blog-post .post-comments-off { color: #B5B5B5; } .blog-post .post-meta span { margin-right: 15px; } .blog-post .post-meta i { padding-right: 5px; font-size: 14px; } .blog-post .post-meta span a { color: #b3b3b3; } .blog-post .mz-entry-post-meta { margin: 50px 0 30px; font-family: "Open Sans", Sans-serif; font-weight: 500; text-align: left; } .blog-post .mz-entry-post-meta span { padding: 8px 15px; } .blog-post .mz-entry-post-meta i { padding-right: 15px; font-size: 16px; } .blog-post .mz-entry-tags { margin: 40px 0; text-align: left; } .blog-post .mz-entry-tags span { margin-right: 15px; border-right: 1px solid #dfdfdf; padding: 8px 12px 8px 0; font-size: 13px; color: #737373; } .blog-post .mz-entry-tags a { margin-right: 15px; color: #A0A0A0; font-size: 12px; font-weight: 500; letter-spacing: 0.4px; } .blog-post .mz-entry-tags a:hover { color: #fbcc3f; } .read-more a:hover { background-color: #fbcc3f; border-color: #fbcc3f; color: #fff !important; } .blog-post .read-more { text-align: center; padding: 40px 0px 0px; } .blog-post .blog-post-text { text-align: left; } .blog-post .blog-post-text p { text-align: justify; font-size: 17px; font-weight: 400; line-height: 28px; color: #000; letter-spacing: 0.1px; margin-bottom: 30px; } .password-form { margin: 80px 0; } .post-navigation { margin-bottom: 30px; overflow: hidden; } .post-navigation .nav-links .meta-nav { font-size: 16px; font-weight: 700; } .post-navigation .nav-links a { color: #1a1a1a; } .post-navigation .nav-links a:hover { color: #fbcc3f; } .post-navigation .nav-links .meta-nav span { display: block; font-size: 12px; font-weight: 600; color: #c7c7c7; padding-bottom: 4px; } .post-navigation .nav-links .meta-nav-left { width: 50%; float: left; padding-right: 15px; } .post-navigation .nav-links .meta-nav-right { width: 50%; float: left; text-align: right; padding-left: 15px; } /*** Pagination ***/ .page-links { font-family: "Open Sans", Sans-serif; } .page-links span { display: inline-block; color: #fff; background-color: #00afa4; border: 1px solid #00afa4; padding: 5px 10px; margin-left: 2px; } .page-links a span { background-color: #FFFFFF; border: 1px solid #DEDEDE; color: #333333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .page-links a:hover span { background-color: #00afa4; border: 1px solid #00afa4; color: #fff; } .pagination { display: block; text-align: center; margin: 0; } .page-numbers { margin: 0; padding: 20px 0 50px 0; list-style-type: none; text-align: center; display: inline-block; } .page-numbers li { display: inline-block; margin-right: 5px; } .page-numbers li a { text-decoration: none; text-transform: uppercase; padding: 11px 18px; color: #4E4E4E; background-color: #FFF; font-size: 12px; font-family: "open sans"; font-weight: 400; border: 1px solid; border-color: #e5e5e5; } .page-numbers .dots { padding: 10px 14px; } .page-numbers .current { text-decoration: none; text-transform: uppercase; padding: 11px 18px; color: #FFFFFF; background-color: #00afa4; font-size: 12px; font-family: "open sans"; font-weight: 400; border: 1px solid; border-color: #00afa4; } .page-numbers li a:hover { color: #fff; background-color: #fbcc3f; border-color: #fbcc3f; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } /* widgets container */ .mz-sidebar { padding-left: 50px; } .mz-sidebar .widget { position: relative; margin-bottom: 50px; } .mz-sidebar .ot-widget-title { font-size: 18px; color: #1e1e1f; text-transform: uppercase; letter-spacing: 0px; font-weight: 700; position: relative; margin-bottom: 20px; padding-bottom: 15px; } .mz-sidebar .ot-widget-title:after { left: 0px; z-index: 1; width: 40px; height: 3px; content: " "; bottom: -5px; /* margin-left: -20px; */ text-align: center; position: absolute; background: #2f2f2f;; } .mz-sidebar .widget ul { padding: 0; } .mz-sidebar .widget ul li { font-style: normal; text-align: left; list-style: none; margin: 0px; padding: 10px 0; font-weight: 500; font-size: 14px; border-bottom: 1px dotted; border-color: #D8D8D8; } /* categories widget */ .mz-sidebar .widget ul li:last-child { margin: 0px; padding: 10px 0 0 0; border-bottom: none; } .mz-sidebar .widget ul li a { font-size: 14px; font-weight: 600; color: #141414; -o-transition: .2s; -ms-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; } .mz-sidebar .widget ul li a:hover { color: #fbcc3f; } .ot-widget-about img { border-radius: 50%; } .widget_categories li span { float: right; } /* search widget */ .ot-widget .input-group { margin-top: 10px; } .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { padding: 15px 10px; height: 39px; font-size: 15px; background-color: #f4f5f7; border: 1px solid #dfdfdf; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle { background-color: #a9a9b1; border: 1px solid #a9a9b1; border-top-right-radius: 5px; border-bottom-right-radius: 5px; box-shadow: none; color: #fff; } .widget_search .glyphicon-search { font-family: FontAwesome; } .widget_search .glyphicon-search:before { content: "\f002"; } /* Restyle selects */ .ot-widget select { margin-top: 10px; width: 100%; padding: 5px 10px; font-size: 15px; background-color: #f4f5f7; border: 1px solid #dfdfdf; border-radius: 5px; } .ot-widget select:focus { background-color: #f4f5f7; border: 1px solid #808080; outline: none; } /* WP default calendar */ #wp-calendar { width: 100%; } #wp-calendar caption { text-align: right; color: #636E88; font-size: 16px; margin-top: 10px; margin-bottom: 15px; } #wp-calendar thead { font-size: 10px; } #wp-calendar thead th { padding-bottom: 10px; text-align: center; } #wp-calendar tbody { color: #676767; } #wp-calendar tbody td { border: 1px solid #ECECEC; text-align: center; padding: 8px; } #wp-calendar tbody td a { color: #131313; font-weight: 800; } #wp-calendar tbody td:hover { background: #fff; } #wp-calendar tbody .pad { background: none; } #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; } #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; text-align: left; } /*** Tag Cloud widget ***/ .widget_tag_cloud a { padding: 6px 12px; display: inline-block; font-size: 15px !important; color: #141414; font-weight: 600; } .widget_tag_cloud a:hover { background-color: #00afa4; border-color: #7DC07B; color: #fff; } /* widget_recent_entries */ .widget_recent_entries a { } /* latest articles widget */ .widget-post { display: table; margin: 0 0 20px 0; width: 100%; } .widget-post .post-image { float: left; width: 90px; vertical-align: middle; position: relative; margin-right: 20px; } .widget-post .post-body { overflow: hidden; text-align: left; } .widget-post h2 { font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: 600; } .widget-post a { color: #141414; -o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; } .widget-post a:hover { color: #00afa4; } .widget-post .post-meta { margin-top: 10px; color: #B1B1B1; font-size: 12px; } .widget-post .post-meta span { margin-right: 10px; } /* wordpress styling */ blockquote { position: relative; border: 0; padding: 0 0 0 50px; font-style: italic; line-height: 1.6; } blockquote:before { content: "\201D"; color: #00afa4; font-size: 80px; position: absolute; left: -15px; top: 0; line-height: 1; } blockquote p { margin: 0; } /*-------------------------------------------------------------- Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-area { margin: 40px 0; background-color: #fff; padding: 40px; border: 1px solid #EAEAEA; } .comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe { display: block; margin-left: auto; margin-right: auto; width: 100%; } .comment-respond label { color: #4A4A4A; font-size: 13px; } .comment-respond p { margin: 10px 0; } .comment-respond .form-submit { margin: 30px 0 50px; text-align: center; } .comments-title { border-left: 3px solid #54576B; color: #a5a5a5; /* text-align: center; */ text-transform: uppercase; font-weight: 700; letter-spacing: 2px; font-size: 13px; padding: 11px 25px; margin: 0 0 25px; margin-left: -41px; font-family: "Open Sans", Sans-serif; } .comment-list, .comment-list .children { list-style-type: none; padding: 0; margin: 0; } .comment-list .children { margin: 0 0 0 40px; } .comment-body { padding: 24px 0; position: relative; clear: both; overflow: hidden; border-bottom: 1px solid #E7E7E7; } .comment-content p { font-size: 14px; line-height: 20px; } .comment-author .avatar { display: block; float: left; margin: 0 20px 20px 0; } .comment-author .fn { word-wrap: break-word; font-size: 15px; color: #333335; } .comment-reply-link, .comment-reply-login { color: #00afa4; font-size: 12px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-family: "Open Sans", sans-serif; } .comment-author .url { color: #838388 !important; } .says { display: none; } .no-avatars .comment-author { margin: 0 0 5px; max-width: 100%; position: relative; } .no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply { width: 100%; } .comment-list .edit-link { margin-left: 20px; } .comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply { margin: 5px 0 20px; } .comment-metadata { margin: 20px 0; } .comment-meta { overflow: auto; color: #CACACA; } .comment-meta a { color: #CACACA; } .comment-meta a:hover { color: #555555; } .comment-metadata { margin: 8px 0 17px; font-weight: 500; font-size: 12px; color: #CCCCCC; font-style: italic; } .ping-meta { color: #a2a2a2; font-size: 13px; line-height: 2; } .comment-awaiting-moderation { color: #a2a2a2; } .comment-awaiting-moderation:before { content: "\f021"; margin-right: 10px; display: inline-block; font-family: FontAwesome; font-weight: normal; } .comment-reply-link:before, .comment-reply-login:before { content: "\f122"; margin-right: 10px; display: inline-block; font-family: FontAwesome; font-weight: normal; } /*** Comment form ***/ .comment-respond { margin: 30px 0; } .comment .comment-respond { margin-bottom: 20px; padding: 20px; } .comment-reply-title small a { color: #131310; display: inline-block; float: right; height: 20px; overflow: hidden; width: 20px; } .comment-reply-title small a:hover { color: #ed331c; text-decoration: none; } .comment-reply-title small a:before { content: "\f05c"; display: inline-block; font-family: FontAwesome; font-size: 20px; font-weight: normal; } .sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form { padding: 0; } .comment-form .comment-notes { margin-bottom: 15px; } .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { margin-bottom: 30px; } .comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] { float: left; padding: 10px 0; width: 100px; } .comment-form .required { color: #FF8778; } .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { max-width: 300px; width: 60%; } .comment-form textarea { width: 100%; } .form-allowed-tags, .form-allowed-tags code { color: #686758; font-size: 14px; } .form-allowed-tags code { font-size: 10px; margin-left: 3px; white-space: pre-wrap; } .comment-list .pingback, .comment-list .trackback { padding-top: 24px; } .comment-navigation { border-bottom: 1px solid #E7E7E7; font: 400 14px/22px Roboto, sans-serif; margin: 0 auto; padding: 20px 0; width: 100%; } .comment-navigation a { } .no-comments { background-color: #eeeeee; font-size: 20px; font-style: italic; font-weight: 300; margin: 0; padding: 10px 0; text-align: center; } .sidebar .no-comments { padding-left: 60px; padding-right: 376px; } .comment-reply-title { margin-top: 0; } /*-------------------------------------------------------------- Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; background-clip: padding-box; /* stops bg color from leaking outside the border: */ -webkit-border-radius: 3px; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 1.4rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /*-------------------------------------------------------------- Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { display: block; margin: 0 auto; } /*-------------------------------------------------------------- Media --------------------------------------------------------------*/ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- Error box --------------------------------------------------------------*/ .error-box { margin: 30px 0; } .error-box h1 { margin: 30px 0; } /*-------------------------------------------------------------- Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; margin: 0 4px 4px 0; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 32.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } .password-form { text-align: center; } /*-------------------- 5. Footer --------------------*/ .mz-footer { padding: 30px; background-color: #000; color: #dfdfdf; } .mz-footer p { color: #B7B7B7; margin: 0; font-size: 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 1.6px; } .mz-footer a { color: #fff; } .mz-footer a span { color: #23AD21; font-size: 10px; letter-spacing: 1px; font-weight: 700; } .mz-footer .site-info { color: #dfdfdf; } /*-------------------- 6. Modal --------------------*/ .modal-content { border-radius: 0; } .modal-header .close { font-size: 30px; } .modal-title { text-transform: uppercase; font-size: 23px; } .modal-body { padding: 0; } .modal-body p { margin: 30px 20px; color: #2D2D2D; } .modal-works { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; color: #fff; margin: 25px 20px; } .modal-works span { background-color: #fbcc3f; margin-right: 15px; padding: 5px 10px; } /*-------------------- 7. Components --------------------*/ .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: #fff; background-color: #fbcc3f; border-color: #f6bf01; box-shadow: none; } .btn:hover, .wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active, .btn:focus, .btn:active, .btn.active { color: #fff; background-color: #fbcc3f; border-color: #f6bf01; box-shadow: none; } .btn, .wpcf7-submit, .btn-xl, html input[type=button], input[type=reset], input[type=submit] { display: inline-block; color: #403838; background-color: #f4f5f7; padding: 11px 35px 9px 35px; margin-bottom: 0; font-family: "Hind",sans-serif; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border-radius: 40px; border: none; box-shadow: inset 0 -1px 0 0 #cbced4; } .wpcf7-submit { margin-top: 20px; padding: 11px 55px 9px 55px; font-size: 14px; float: right; } .btn-xl { font-weight: 800; font-size: 14px; padding: 15px 60px 13px 60px; } /* Back to top button ---------------------------------- */ #back-top { position: fixed; z-index: 1000; bottom: 20px; right: 30px; } #back-top a { width: 60px; height: 60px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #FFFFFF; background: #A9A9B1; /* background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover { background-color: #fbcc3f; } /* arrow icon (span tag) */ #back-top i { margin-top: 15px; font-size: 28px; } @media only screen and (min-width : 320px) and (max-width : 480px) { #back-top { position: fixed; bottom: 10px; right: 30px; } #back-top a { width: 40px; height: 40px; } #back-top i { margin-top: 7px; font-size: 20px; } } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 25px; height: 5px; padding: 0px; cursor: pointer; color: transparent; border: 0; outline: none; background: #dfdfdf; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 1px; line-height: 20px; position: absolute; top: 0; left: 0; width: 25px; height: 5px; content: '•'; text-align: center; opacity: .25; color: black; background-color: #dfdfdf; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; background-color: #00afa4; } .customizer-display-none { display: none; } /* Contact Form 7 ---------------------------------- */ .wpcf7 .wpcf7-form textarea, .wpcf7 .wpcf7-form input:not([type=submit]) { width: 100%; padding: 12px 15px; } div.wpcf7 { margin: 30px 0 25px 0; } @media (min-width:768px) { div.wpcf7 { margin: 50px 0 25px 0; } .wpcf7 .wpcf7-form p:nth-of-type(1) { padding-right: 25px; width: 50%; float: left; } .wpcf7 .wpcf7-form p:nth-of-type(2) { padding-left: 25px; width: 50%; float: left; } .wpcf7 .wpcf7-form p:nth-of-type(3) { width: 100%; } .wpcf7 .wpcf7-form input[type=submit] { position: absolute; display: inline-block; transform: translateX(-50%); left: 50%; } .wpcf7 label { display: initial; font-size: 14px; font-weight: 500; } } .wpcf7 label { display: initial; font-size: 14px; font-weight: 500; } .wpcf7 .wpcf7-form textarea, .wpcf7 .wpcf7-form input:not([type=submit]) { border: none; font-weight: 400; color: #44454c; border: 1px solid #eaebef; border-radius: 5px; } .text-light .wpcf7 .wpcf7-form textarea, .text-light .wpcf7 .wpcf7-form input:not([type=submit]) { border: 1px solid #dddee2; background-color: #dddee2; }