/*! Theme Name: Mexseo Blog Theme URI: http://amplethemes.com/downloads/ample-blog Author: Ample Themes Author URI: http://amplethemes.com Description: Mexseo Blog is a clean with modern and minimal design personal blog theme well suited for any types of blogs and magazines. Ample Blog is a handy tool for bloggers who wants to publish or share their stories through their WordPress websites. Added custom widgets for author, advertisement and recent post will make your site awesome. It is highly flexible due to the staggering amount of useful features, build in customizer with quality codes and it is very user-friendly theme to run your website. It is also responsive design, cross browser compatible and translation ready theme. Advertisement ready theme with lots of widgets area will help to add the advertisement on various places. Dedicated support team will help you on your every problems. Try this theme today, you will never think about alternatives. Version: 0.0.5 */ @charset "UTF-8"; /* ------------ TABLE OF CONTENT ------------ - GENERAL - HEADER - SLIDER - POSTS CONTENT - SINGLE POST - COMMENT FORM - FULLWIDTH POST - VIDEO FORMAT - GALLERY FORMAT - ABOUT US - CONTACT US - 404 PAGE - FOOTER - SUBSCRIPTION - page header */ /* ================================= */ /* ------------ GENERAL ------------ */ /* ================================= */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;900&display=swap'); *{font-family: 'Poppins', sans-serif; } body{ background: #f8f8f8; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 400; color: #000000; } html,body { overflow-x: hidden; } img{ max-width: 100%; height: auto; } .fullwidth-img img{ width: 100%; height: auto; } .comment-info p, .author-info p, .entry-content p, .post-content p{ font-weight: 300; } .entry-content p i, .entry-content p .color-text{ font-weight: 400; } a{ color: #222222; } a:hover, a:focus, a:active{ text-decoration: none; outline: none; } .page-info p, .btn{ color: #404040; font-family: 'Droid Serif', sans-serif; font-size: 14px; line-height: 1.5; } h1, h2, h3, h4, h5, h6, .dropcap, .image-info p, .post-info, .recent-posts a, .instafeed-wrap-hover a, .post-author-meta, .post-author-meta a{ color: #404040; font-family: 'Droid Serif', sans-serif; line-height: 1.5; } .post-content h2{ font-size: 32px; font-weight: normal; line-height: 32px !important; } .post-content li{ white-space:nowrap !important; } .entry-content li{ white-space:normal !important; } .input-group-addon{ background-color: #fff; border-color: #acacac; border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; } .post-content p{ margin-top:20px !important; line-height:23px !important; } .form-control{ border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; border-color: #acacac; height: 40px; } .form-control:focus{ border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; border-color: #acacac; } textarea.form-control{ min-height: 138px; } .input-group .form-control{ border-left: none; } ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #d1d1d1; } ::-moz-placeholder { /* Firefox 19+ */ color: #d1d1d1; } :-ms-input-placeholder { /* IE 10+ */ color: #d1d1d1; } :-moz-placeholder { /* Firefox 18- */ color: #d1d1d1; } .btn{ border-radius: 0; -webkit-border-radius: 0; text-transform: uppercase; line-height: 38px; padding: 0 29px; font-size: 12px; letter-spacing: 0.1em; } .btn-default:hover, .btn-default{ color: #fff; } .btn-default:hover{ background-color: #222222; border-color: #222222; } .btn-light{ border-color: #909090; color: #909090; } .btn-dark{ background-color: #212121; border-color: #212121; color: #fff; } .btn-dark:hover, .btn-dark:focus, .btn-light:hover, .btn-light:focus{ color: #fff; } .image-holder{ background-color: #d0d0d0; display: block; max-width: 100%; } .image-holder img{ width: 100%; } .shape1{ height: 23px; background: url(assets/images/shape1.png) no-repeat center center; margin: 20px auto; line-height: 23px; width: 63px; text-align: center; } .header-slider-style2 .shape1, .qutoe-content .shape1{ -webkit-box-shadow: 10px 10px 50px 36px rgba(255,255,255,1); -moz-box-shadow: 10px 10px 50px 36px rgba(255,255,255,1); box-shadow: 10px 10px 50px 36px rgba(255,255,255,1); } /*.page-info .shape1{ background-image: url(assets/images/shape1-semidark.png); }*/ .shape2{ height: 12px; background: url(assets/images/shape2.png) no-repeat center center; margin: 20px auto 30px; line-height: 12px; text-align: center; width: 75px; } .overlay{ position: relative; overflow: hidden; } .overlay > *{ z-index: 2; position: relative; } .overlay:before{ position: absolute; top: 0; left: 0; content: ""; height: 100%; width: 100%; z-index: 1; background-color: rgba(255,255,255, 0.75); } .dark-overlay:before{ background-color: rgba(0,0,0, 0.75); } /*animation*/ .btn, .topbar .social-icons a, .owl-theme.owl-carousel .owl-nav > .owl-next, .post-info .post-title a, .widget > ul li a, .recent-posts ul a, .tagcloud a, .about-me li a, .slide-item .slide-item-hover, .footer-social-icons li a, .instafeed-wrap-hover, .social-icons-style1 li, .social-icons-style2 li a i, .footer-widget-area-style2 .tagcloud a, .widget .footer-social-icons li a i, .instafeed-wrap-hover a, .copyright-bar a{ -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } /* ================================= */ /* ------------ HEADER ------------ */ /* ================================= */ header.main-header{ position: relative; background-color: #fff; } .topbar{ background-color: #2c3e50; color: #fff; min-height: 50px; line-height: 50px; font-size: 12px; } .topbar a{ color: #fff; } .welcome-text{ text-transform: uppercase; } .welcome-text i{ margin-right: 5px; } .topbar .social-icons{ text-transform: uppercase; font-weight: 300; text-align: center; } .topbar .social-icons ul{ padding: 0; margin: 0; } .topbar .social-icons li{ margin-right: 13px; } .topbar .social-icons i{ margin-right: 5px; } /*header style 2*/ header.overlay{ overflow: visible; } .header-style2{ border-top: 2px solid #222; } .topbar.light-bg{ background-color: #fff; color: #222222; line-height: 59px; } .topbar.light-bg a{ color: #222222; } .header-style2 .topbar .social-icons{ font-weight: 400; } .header-style2 .logo-area{ margin: 39px 0 45px; } .header-style2 .logo-area img{ max-height: 84px; width: auto; } .header-style2 .header-nav .menu > li > a{ line-height: 108px; } /*header-style3*/ .header-style3{ background: url(assets/images/banner1.png) no-repeat bottom center; background-attachment: fixed; background-size: cover; } .header-style3 .logo-area{ padding: 128px 0; margin: 0; } .header-style3 .logo-area img{ max-height: 125px; width: auto; } /*header-style3*/ .header-style4{ background: url(assets/images/banner2.png) no-repeat bottom center; background-attachment: fixed; background-size: cover; } .header-style4 .logo-area{ padding: 160px 0; margin: 0; } .header-style4 .logo-area img{ max-height: 125px; width: auto; } p.text-center.site-title { font-size: 36px; margin-top: 20px; margin-bottom: 10px; line-height: 1.7; } /* ================================= */ /* ------------ SLIDER ------------ */ /* ================================= */ /*header slider*/ .header-slider{ background: #f8f8f8; } .slide-item{ position: relative; } .slide-item .slide-item-hover{ position: absolute; border: 30px solid transparent; width: 100%; bottom: 4px; left: 0; opacity: 0; } .slide-item:hover .slide-item-hover{ opacity: 1; } .slide-item .post-info{ background-color: #fff; padding: 2em; } .cat-link{ font-style: italic; text-transform: uppercase; line-height: 13px; } .post-info .post-title{ font-weight: bold; font-size: 25px; line-height: 1.5; margin: 14px 0; } .post-meta, .post-meta a{ color: #555555; margin-right: 10px; } /*header-slider-style2*/ .header-slider-style2 .slide-item-hover{ opacity: 1; } .header-slider-style2 .slide-item .post-info{ display: inline-block; padding: 37px 65px; background-color: rgba(255,255,255,.9); } .header-slider-style2 .more-link-wrap{ margin-bottom: 0; } .header-slider-style2.owl-theme.owl-carousel .owl-nav > div{ border-radius: 50%; -webkit-border-radius: 50%; left: 70px; background-color: rgba(0,0,0,.5); } .header-slider-style2.owl-theme.owl-carousel .owl-nav > .owl-next{ left: auto; right: 70px; } /* ================================= */ /* ------------ POSTS CONTENT ----- */ /* ================================= */ /*--.main-container--*/ .main-container{ padding: 35px 0; } /*blog-post*/ .blog-post{ background-color: #fff; padding-bottom: 20px ; margin-bottom: 40px; } .audio-holder iframe{ width: 100%; } .twitter-holder iframe{ border: 0px; } iframe{ border: 0px; } .post-content{ padding: 40px 60px 60px; border-color:#e9e9e9; border-style: solid; border-width: 0 1px 1px 1px; } .blog-post .post-info{ margin: 20px 0 40px; } .separator{ padding: 0 18px; font-size: 8px; transform: rotate(45deg); -webkit-transform: rotate(45deg); } .post-author-meta{ margin: 40px 0; color: #777777; } .post-author-meta img{ margin-bottom: 21px; max-width: 52px; } .post-author-meta a{ color: #111111; padding-left: 6px; } .more-link-wrap{ margin: 40px 0; } .entry-footer{ margin-top: 30px; } .entry-footer .post-meta{ font-family: "Merriweather"; letter-spacing: .1em; color: #909090; margin-bottom: 0; } .entry-footer .post-meta a{ color: #909090; } .entry-footer .post-meta li:last-child{ margin-right: 0; } .entry-footer .post-meta i{ margin-right: 10px; font-size: 14px; } .related-heading{ margin: 25px 0; font-weight: bold; font-size: 22px; } .qutoe-wrap:before{ content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .9); } .qutoe-content span{ font-size: 24px; font-weight: normal; } .qutoe-wrap .post-content{ padding: 6em; border: none; position: relative; } .qutoe-wrap .post-info{ margin-bottom: 21px; } .post-format-icon{ width: 40px; height: 40px; line-height: 54px; text-align: center; font-size: 40px; border: 2px solid #222; display: inline-block; overflow: hidden; } .qutoe-content p{ font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 400; font-size: 22px; } .twitter-holder{ position: relative; background: url(assets/images/blog/4.png) no-repeat center center; background-size: cover; text-align: center; padding: 7em 10em; } .twitter-holder iframe{ width: 100%; } .link-holder{ position: relative; background: url(assets/images/blog/5.png) no-repeat center center; background-size: cover; text-align: center; padding: 7em 10em; color: #fff; } .link-holder:before{ content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); left: 0; top: 0; } .link-content{ position: relative; } .format-link-icon{ font-size: 32px; color: #fff; } .link-content .post-title{ line-height: 40px; margin: 40px 0; } .link-content .post-title, .link-content .post-title a{ color: #fff; text-transform: uppercase; } .link-content .link{ font-size: 16px; font-weight: 600; } .newer-posts i{ margin-right: 15px; } .older-posts i{ margin-left: 15px; } .owl-theme.owl-carousel .owl-nav{ margin: 0; } .owl-theme.owl-carousel .owl-nav > div{ position: absolute; top: 46%; top: calc(50% - 25px); left: 0; background-color: rgba(0,0,0,.8); color: #fff; border-radius: 0; -webkit-border-radius: 0; text-align: center; width: 51px; height: 51px; line-height: 51px; margin: 0; padding: 0; font-size: 18px; } .owl-theme.owl-carousel .owl-nav > .owl-next{ left: auto; right: 0; } .owl-carousel .owl-item:last-child{ margin-left: -1px; } .posts-navigation{ margin: 20px 0 50px; overflow: hidden; display:none; } .ad-wrapper{ /* margin: 100px;*/ margin: 50px 0; } .ad-wrapper-style2{ margin: 0 0 125px; } .ad-wrapper img{ width: 100%; } /*grid-posts-style1*/ .grid-posts-style1 article{ margin-bottom: 30px; } .grid-posts-style1 .blog-post{ margin-bottom: 0; } .grid-posts-style1 .post-content{ padding-left: 37px; padding-right: 37px; } .grid-posts-style1 .col-md-4 .post-content{ padding-left: 28px; padding-right: 28px; } .grid-posts-style1 .post-title{ font-size: 19px; } .grid-posts-style1 .col-md-4 .post-title{ font-size: 18px; } .grid-posts-style1 .col-md-6 .social-links-wrap ul li a span{ display: none; } .grid-posts-style1 .col-md-6 .social-links-wrap ul li a i{ margin-right: 0;} /*grid-posts-style2*/ .grid-posts-style2 .blog-post{ background-color: transparent; } .grid-posts-style2 .post-content{ padding-left: 35px; padding-right: 35px; border-width: 1px 1px 1px 0; background-color: #fff; padding-bottom: 45px; } .grid-posts-style2 .image-right .post-content{ border-width: 1px 0 1px 1px; } .grid-posts-style2 .blog-post > .row{ margin-left: 0; margin-right: 0; } .grid-posts-style2 .blog-post > .row > .col-md-6{ padding-left: 0; padding-right: 0; } .grid-posts-style2 .more-link-wrap{ margin-bottom: 30px; } .grid-post-style2 .image-holder{ position: relative; overflow: hidden; } .grid-post-style2 .image-holder img{ } /* ================================= */ /* ------------ SINGLE POST ----- */ /* ================================= */ /*Single post*/ blockquote{ margin-left: 58px; padding-left: 26px; border-left: 1px solid #000; position: relative; } blockquote:before{ content: "\201C"; position: absolute; left: -72px; width: 58px; text-align: center; top: 60%; font-size: 86px; line-height: 80px; margin-top: -40px; font-family: "Merriweather",serif; } blockquote p{ color: #acacac; font-style: italic; font-weight: 400 !important; font-size: 18px; line-height: 30px; } blockquote p:last-child{ margin-bottom: 0; } blockquote.qutoe-style2{ background-color: #f8f8f8; margin-left: 0; border-left-width: 7px; padding: 35px 80px 35px 30px; } blockquote.qutoe-style2:before{ left: auto; right: 15px; top: auto; bottom: 0; font-size: 180px; color: rgba(97, 124, 88, 0.1); width: 70px; height: 35px; } blockquote.qutoe-style3{ background-color: transparent; margin-left: 0; border-left-width: 0px; padding: 73px 50px 35px 50px; margin-bottom: 0; text-align: center; } blockquote.qutoe-style3:before{ left: 0; top: 0; font-size: 80px; color: rgba(97, 124, 88, 0.1); width: 100%; height: 35px; margin: 25px 0; text-align: center; } .inner-border{ border: 1px solid rgba(0, 0, 0, 0.2); position: relative; margin: 10px; } .qutoe-overlay{ background: url(assets/images/single/qutoe-overlay.png) no-repeat center center; background-size: cover; margin: 40px 0; } .dark-overlay .inner-border{ border-color: rgba(255, 255, 255, 0.2); } .dark-overlay blockquote.qutoe-style3:before{ color: #fff; } .dark-overlay blockquote p{ color: rgba(255, 255, 255, 0.8); font-size: 22px; line-height: 36px; } .gallery{ margin-top: 30px; margin-bottom: 30px; } .gallery img{ width: 100%; height: auto; } .author-info{ background-color: #fff; border: 1px solid #e9e9e9; padding: 23px; margin-bottom: 60px; overflow: hidden; } .author-info img{ max-width: 155px; } .author-info .author-desc{ margin-left: 180px; } .author-info .author-title{ margin-bottom: 24px; border-bottom: 1px solid #f2f2f2; padding-bottom: 19px; font-weight: 400; } .author-info .author-title i{ color: #777; } .author-title strong{ text-transform: uppercase; font-size: 16px; font-weight: normal; } .author-desc p:last-child{ margin-bottom: 0; } .author-desc .reply a{ border-right: 1px solid #f2f2f2; padding: 0 10px 0 0; } /* ================================= */ /* ------------ COMMENT FORM ----- */ /* ================================= */ /*comment-list*/ .comment-title{ margin-bottom: 40px; font-size: 30px; } .comment-list{ margin: 0; padding: 0; list-style: none; } .comment-list .children{ list-style: none; padding-left: 67px; } .comment-info{ margin-bottom: 42px; padding-bottom: 42px; border-bottom: 1px solid #f2f2f2; display: block; overflow: hidden; } .comment-list > .comment:last-child .comment-info{ border-bottom: none; } .comment-info img{ max-width: 90px; border-radius: 5px; -webkit-border-radius: 5px; } .comment-info .author-desc{ margin-left: 115px; } .comment-info .author-title{ margin-bottom: 22px; line-height: 16px; } .comment-date{ margin-left: 17px; padding-left: 17px; border-left: 1px solid #777777; font-size: 12px; color: #777777; } /*comment-form*/ .contact-form{ margin-bottom: 50px; } .contact-form .form-control, .comment-form .form-control{ margin-bottom: 30px; border-color: #ececec; font-size: 13px; text-transform: none; } .contact-form .btn, .comment-form .btn{ font-size: 14px; font-weight: 400; } /* ================================= */ /* ------------ ABOUT US ----- */ /* ================================= */ /*About us*/ .page-info h3{ padding-top: 32px; } .page-info p{ font-weight: 300; color: #353535; font-weight: 300; } .page-info .shape1{ margin-bottom: 31px; } .page .post-content { padding: 0px 60px 60px; } .search-results h3.post-title {padding-top: 30px;} .entry-content{ font-size: 16px; line-height: 28px; font-weight: 300; margin-bottom: 30px; } .fullwidth-img{ margin-bottom: 30px; } .image-info{ position: relative; overflow: hidden; margin-bottom: 30px; margin-top: 35px } .image-info:after, .image-info:before{ content: ""; position: absolute; bottom: 2px; left: 45%; left: calc(50% - 122px); height: 1px; width: 244px; } .image-info:after{ bottom: 0; left: calc(50% - 103px); width: 206px; } .image-info img{ margin: 0 0 35px; } .image-info p{ max-width: 812px; margin: 0 auto 18px; font-size: 16px; line-height: 30px; font-style: italic; color: #777777; } .dropcap{ text-transform: uppercase; font-size: 72px; line-height: 80px; font-weight: bold; float: left; padding-right: 22px; } .entry-content .color-bg{ text-transform: uppercase; color: #fff; padding: 5px 10px; font-size: 13px; } .entry-content .responsive-video{ margin-bottom: 30px; } .entry-content ul{ padding-left: 0; list-style: url(assets/images/bullet.png); margin-bottom: 30px; } .entry-content li{ padding-left: 18px; position: relative; margin-bottom: 5px; } .entry-content ul li { list-style: disc; } .entry-content ol li { list-style:decimal; } table { width: 100%; max-width: 100%; border: 1px solid #ddd; border-spacing: 0; border-collapse: collapse; } table>tbody>tr>th { background-color: #efefef; } table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th { border: 1px solid #ddd; border-spacing: 0; padding: 5px; } .entry-content li:before{ background: url(assets/images/bullet.png) no-repeat left center; content: ""; width: 9px; height: 28px; position: absolute; left: 0; top: 0; } /* ================================= */ /* ------------ CONTACT US --------- */ /* ================================= */ .contact-info{ border: 1px solid #e7e7e7; position: relative; padding: 1px; background-color:#f8f8f8; margin-top: 8px; margin-bottom: 20px; } .contact-info .info-inner:after, .contact-info .info-inner:before, .contact-info:after, .contact-info:before{ content: ""; width: 6px; height: 6px; position: absolute; left: 0; background-color: #f8f8f8; top: 0; } .contact-info .info-inner:after, .contact-info .info-inner:before{ bottom: 0; top: auto; } .contact-info .info-inner:after, .contact-info:after{ left: auto; right: 0; } .contact-info .info-inner{ padding: 30px 15px; border: 1px solid #e7e7e7; } .contact-info ul{ margin-bottom: 0; } .contact-info ul li{ padding-left: 0; padding: 0 50px 30px 93px; margin-bottom: 30px; border-bottom: 1px solid rgba(97, 124, 88, 0.2); position: relative; } .contact-info ul li:last-child{ border-bottom: none; padding-bottom: 0; margin-bottom: 0; } .contact-info ul li:before{ display: none; } .contact-info ul li > i, .contact-info ul li > span{ position: absolute; left: 0; top: 0; width: 93px; height: calc(100% - 30px); text-align: center; } .contact-info ul li:last-child > span{ height: 100%; } .contact-info ul li > i{ line-height: 3em; } span.map-marker{ background: url(assets/images/icon-map-marker.png) no-repeat center center; } span.phone{ background: url(assets/images/icon-phone.png) no-repeat center center; } span.mail{ background: url(assets/images/icon-mail.png) no-repeat center center; } /*Contact-Form*/ .contact-address { background: url('assets/images/contact-bg.png') no-repeat center; position: relative; background-size: cover; padding: 6px; margin-bottom: 25px; height: 108px; } .contact-address.dark-overlay a, .contact-address.dark-overlay p, .contact-address.dark-overlay{ color: #fff; } .contact-address::after { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .address-inner, .phone-inner, .email-inner{ border: 1px solid rgba(97, 124, 88, 0.3); } .add-icon-wrap, .phone-icon-wrap, .email-icon-wrap{ display: inline-block; height: 60px; width: 60px; color: #fff; text-align: center; position: absolute; left: -7px; top: calc( 50% - 30px ); } .icon-home{ background: url('assets/images/home-icon.png') no-repeat center; } .icon-phone{ background: url('assets/images/call-icon.png') no-repeat center; } .icon-email{ background: url('assets/images/email-icon.png') no-repeat center; } .add-text, .phone-text, .email-text{ margin-left: 76px; display: inline-block; padding: 25px 0; } .add-text p, .phone-text p, .email-text p{ margin-bottom: 0; font-weight: 400; font-size: 14px; line-height: 22px; } /*Google-Map*/ #google-map{ width: 100%; height:500px; display: block; /* cursor: url("http://maps.gstatic.com/mapfiles/openhand_8_8.cur");*/ margin-bottom:125px; } /*Audio-Post-Page-Start*/ .audio-gallary{ position: relative; margin: 20px 0; display: block; } .single-gallary-item-inner { position: relative; } .audio-gallary .single-gallary-item{ padding: 10px; } .single-gallary-item img { width: 100%; height: auto; } .single-gallary-item-inner::after { content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; transition: all 0.3s linear 0s; width: 100%; } .single-gallary-item-inner::before { border: 1px solid; content: ""; height: 90%; left: 10px; opacity: 0; position: absolute; top: 10px; transition: all 0.3s linear 0s; width: 90%; z-index: 99; } .single-gallary-item:hover .single-gallary-item-inner::before, .single-gallary-item:hover .single-gallary-item-inner > a, .single-gallary-item:hover .single-gallary-item-inner::after { opacity: 1; } .single-gallary-item-inner > a { background: rgba(0, 0, 0, 0) url("assets/images/audio-post-gallary-icon.png") no-repeat scroll center center; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 99; opacity: 0; transition: all 0.4s linear 0s; text-indent: -9999px; } .audio-gallary.audio-gallary:hover::after { opacity: 0; } .audio-gallary::after { box-shadow: 0 0 15px 38px #fff; content: ""; height: 100%; left: 35px; position: absolute; top: 415px; width: 100%; transition: all 0.5s linear 0s; overflow: hidden; } /*Sidebar-Advrtise*/ .advartise { margin-bottom: 50px; padding: 0; width: 100%; } .audio-add{ margin: 100px 0px; } .advartise img { width: 100%; } .audio-container{ padding-bottom: 0px; } .social-icon-area { padding-bottom: 100px; } /* ================================= */ /* ------------ FULLWIDTH POST ----- */ /* ================================= */ /*FullWidth-Post*/ .fullwidth-container { padding-bottom: 0; } .full-width-post-content { position: relative; background: #fff none repeat scroll 0 0; } .full-width-post-content .image-info::after { content: ""; width: 0; } .full-width-post-content .image-info::before { content: ""; width: 0; } p.fullwidth-post-text { color: #353535; font-size: 16px; padding: 0 25px; } .padding{ padding: 0px 25px; } p.fullwidth-single-post-footer-text { letter-spacing: 1px; } .fulwidth-add-wrap { margin: 100px 0; width: 100%; } .full-width-post-content .list-inline li::before { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; content: ""; position: absolute; } /* ================================= */ /* ------------ VIDEO FORMAT ----- */ /* ================================= */ /*Video-Post-Page*/ .single-video-item{ margin-bottom: 30px; } .single-gallary-item > a { background: rgba(0, 0, 0, 0) url("assets/images/audio-post-gallary-icon.png") no-repeat scroll center center; height: 100%; left: 0; position: absolute; text-indent: -999999px; top: 0; width: 100%; } .video-gallary .single-gallary-item img{ box-shadow: 1px 1px 1px rgba(0,0,0, .1); } .video-gallary .single-gallary-item{ padding-bottom: 58px; } .video-gallary .single-gallary-item:after{ content: ""; width: 100%; height: 58px; background: url(assets/images/single/player.png) no-repeat center center; background-size: 100% auto; position: absolute; left: 0; bottom: 0; } /* ================================= */ /* ------------ GALLERY FORMAT ----- */ /* ================================= */ /*Gallary-Post-Page*/ .post-carousel-style-2.owl-theme.owl-carousel .owl-nav > div { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 40px; height: 50px; left: 30px; line-height: 45px; margin: 0; padding: 0; position: absolute; text-align: center; top: 47%; width: 50px; transition: all .3s linear 0s; } .post-carousel-style-2.owl-theme.owl-carousel .owl-nav > div:hover { background: none; color:#2c3e50; border: 2px solid #2c3e50; } .post-carousel-style-2.owl-theme.owl-carousel .owl-nav > .owl-next { left: auto; right: 30px; } .post-carousel-style-2.owl-theme.owl-carousel .owl-nav { margin: 0; } .single-galary-item { padding: 20px 7px 0 15px; } .single-galary-item img { width: 100%; } .single-galary-item-left-right-side{ width: 100%; } .galary-item { padding: 0 0 20px; } .single-galary-item-full-height { height: 100%; width: 100%; } .single-galary-item-fullwidth { padding-bottom: 15px; } .col-md-12.galary-item-fullwidth { padding: 0 7px; } /* ================================= */ /* ------------ 404 PAGE ------------ */ /* ================================= */ /*404 page*/ .page-404{ padding: 80px 60px; } .ext-large{ font-size: 200px; line-height: 160px; margin-bottom: 40px; } .page-404 h3{ margin-bottom: 30px; font-weight: 700; font-size: 23px; line-height: 30px; } .page-404 p{ font-weight: 400; } .search-form{ max-width: 624px; margin: 0 auto; } .search-form .btn{ width: 100%; } .search-form .row{ margin-right: 0; margin-left: 0; } .search-form .row > div{ padding-left: 0; padding-right: 0; } /* ================================= */ /* ------------ SIDEBAR ------------ */ /* ================================= */ .widget{ background-color: #fff; padding: 49px 19px 40px; margin-bottom: 50px; } .widget-title{ margin: 0; font-family: "Merriweather"; font-weight: 400; text-transform: uppercase; letter-spacing: .1em; font-size: 14px; line-height: 14px; position: relative; text-align: center; } .sidebar-wrap .widget-title:before{ content: ""; position: absolute; left: 0; top: 50%; height: 1px; border-top: 1px dashed #e7e7e7; width: 100%; } .widget-title span{ position: relative; background-color: #fff; padding: 0 12px; overflow: hidden; z-index: 1; } .about-me img{ width: 100%; margin-bottom: 40px; } .about-me p{ font-weight: 400; font-size: 15px; line-height: 28px; } .about-me .social-icons{ margin-bottom: 0; } .about-me .social-icons li{ padding-right: 3px; padding-left: 3px; display: inline-block; margin-bottom: 0; } .about-me li a{ width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; background-color: #222; display: inline-block; } .widget > ul{ margin: 0; padding: 0; list-style: none; } .list-style{ width: 28px; height: 30px; line-height: 24px; } .list-style i{ transform: rotate(45deg); -webkit-transform: rotate(45deg); font-size: 10px; } .list-style .fa-stack-1x{ left: -7px; top: 2px; } .widget ul li{ display: block; margin-bottom: 25px; clear: both; } .widget ul li:last-child{ margin-bottom: 0 !important; } .widget > ul li a, .widget > ul li{ color: #000000; font-size: 16px; font-weight: 300; letter-spacing: 0; margin-bottom: 0; } .widget_categories ul li a{ padding-right: 18px; padding-left: 18px; } .recent-posts ul{ list-style: none; margin: 0; padding: 0; } .recent-posts ul a{ font-size: 16px; line-height: 22px; } .recent-posts ul li{ overflow: hidden; } .recent-posts ul img{ max-width: 84px; float: left; margin-right: 25px; } .recent-posts .post-meta{ text-transform: uppercase; font-size: 12px; margin-top: 8px; display: block; } .recent-posts .comment-meta{ float: right; margin-top: 0; margin-bottom: 20px; margin-left: 20px; } .recent-posts .comment-meta i{ margin-right: 6px; } .tagcloud a{ font-size: 12px !important; text-transform: uppercase; padding: 0 15px; line-height: 38px; border: 1px solid #e7e7e7; color: #555; display: inline-block; margin: 0 5px 7px 0; } .tagcloud a:hover, .tagcloud a:focus{ color: #fff; } /* ================================= */ /* ------------ FOOTER ------------ */ /* ================================= */ /*footer-widget-area*/ .footer-widget-area{ margin-top: 44px; margin-bottom: 45px; } .footer-widget-area .widget{ box-shadow: 0 2px 3px 0 #e7e7e7; -webkit-box-shadow: 0 2px 3px 0 #e7e7e7; } .footer-widget-area .widget-title{ position: relative; margin-bottom: 30px; } .footer-widget-area .widget-title span{ min-width: 156px; display: inline-block; } .footer-widget-area .widget-title:before{ content: ""; position: absolute; left: 50%; top: 0; height: 19px; background: url(assets/images/shape3.png) no-repeat center; width: 297px; margin-left: -149px; } .footer-widget-area .recent-posts ul li{ margin-bottom: 35px; } .info-wrap > div img{ max-height: 122px; width: auto; float: right; border: 8px solid transparent; box-shadow: -8px -3px 0 -5px #e7e7e7; -webkit-box-shadow: -8px -3px 0 -5px #e7e7e7; margin-bottom: 20px; } .info-wrap > div h3{ margin-top: 40px; } .about-me.style-2 p{ font-weight: 300; letter-spacing: 0; font-size: 16px; } /* ================================= */ /* ------------ SUBSCRIPTION ------- */ /* ================================= */ /*subscription form*/ .subscription-form{ margin-bottom: 90px; margin-top: 90px; } .subscription-form form{ margin-top: 65px; margin-left: 30px; } .subscription-form p{ letter-spacing: 0; font-weight: 300; } .subscription-form p:last-child{ margin-bottom: 0; } .subscription-form .input-group{ width: 66%; float: left; } .subscription-form .input-group i{ color: #555; font-size: 13px; } .subscription-form .form-control{ font-size: 12px; letter-spacing: 0.1em; padding-left: 0; } .subscription-form .subscribe-button{ width: 34%; font-size: 13px; letter-spacing: 0.1em; } /*.footer-social-icons*/ .footer-social-icons{ margin: 0; padding: 0; display: table; width: 100%; } .footer-social-icons li{ display: table-cell; vertical-align: middle; text-align: center; background-color: #121212; } .footer-social-icons li:nth-child(2n+1){ background-color: #222222; } .footer-social-icons li a{ color: #fff; line-height: 60px; text-transform: uppercase; font-size: 12px; font-weight: bold; display: block; } .footer-social-icons li a i{ margin-right: 8px; font-size: 13px; } .social-icons-style2 li:nth-child(2n+1){ background-color: #121212; } .social-icons-style2 li a{ line-height: 39px; } .social-icons-style2 li a i{ width: 39px; height: 39px; line-height: 39px; text-align: center; border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; margin-right: 15px; } /*Instafeed*/ .instafeed-wrap{ position: relative; text-align: center; overflow: hidden; } .instafeed-wrap-hover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.9); color: #fff; font-size: 24px; z-index: 9999; opacity: 0; } .instafeed-wrap-hover i{ margin-top: 2.5em; margin-bottom: 15px; } .instafeed-wrap-hover a{ display: block; color: #fff; } .instafeed-wrap:hover .instafeed-wrap-hover{ opacity: 1; } /*.copyright-bar*/ .copyright-bar{ padding: 50px 0; background-color: #121212; color: #fff; font-size: 12px; } .copyright-bar a{ color: #fff; font-size: 12px; } .copyright-bar .container{ display: table; } .copyright-bar .container > div{ display: table-cell; vertical-align: middle; } .back-to-top i{ margin-left: 8px; } /*footer style 2*/ .dark-bg{ background-color: #121212; } .footer-style2 .footer-logo-area{ padding: 41px 0; } .footer-style2 .footer-logo{ margin-bottom: 30px; } .footer-style2 .copyright-bar{ padding: 22px 0; } /*footer-widget-area-style2*/ .footer-widget-area-style2{ background: url(assets/images/footerbg.png) no-repeat bottom center; background-size: cover; background-attachment: fixed; padding-top: 64px; padding-bottom: 61px; } .footer-widget-area-style2 .widget{ background-color: transparent; padding: 0; border: none; } .footer-widget-area-style2 .widget .widget-title{ text-align: left; font-weight: 700; margin-bottom: 28px; } .footer-widget-area-style2.dark-overlay .widget .widget-title{ color: #fff; } .footer-widget-area-style2 .widget .widget-title span{ background-color: transparent; padding: 0; } .footer-widget-area-style2.dark-overlay .widget .post-meta, .footer-widget-area-style2.dark-overlay .widget a, .footer-widget-area-style2.dark-overlay .widget{ color: rgba(255, 255, 255, .9); } .footer-widget-area-style2 .recent-posts ul img{ border-radius: 50%; -webkit-border-radius: 50%; } .footer-widget-area-style2 .recent-posts ul a{ line-height: 45px; } .footer-widget-area-style2 .recent-posts .post-meta{ margin-top: -5px; } .about-us-logo{ max-height: 85px; width: auto; margin-bottom: 28px; } .widget .footer-social-icons li{ display: inline-block; background-color: transparent; } .widget .footer-social-icons li a i{ margin-right: 0;} .footer-widget-area-style2 .tagcloud a, .widget .footer-social-icons li a i{ background-color: #212427; border-color: #212427; } .footer-widget-area-style2 .col-md-4 .widget:last-child{ margin-bottom: 0; } /*Share-Link*/ .post-meta{ position: relative; } .post-meta li{ position: relative; } .social-links-wrap{ position: absolute; left: 0; top: 25px; display: none; background: #fff; border: 1px solid #e9e9e9; } .social-links-wrap ul{ display: table; width: 100%; margin: 0; } .social-links-wrap ul li{ display: table-cell; vertical-align: middle; text-align: center; padding: 0; } .social-links-wrap ul li a{ display: block; line-height: 45px; } .social-links-wrap ul li:nth-child(2n){ background-color: #f4f4f4; } .social-links-wrap-open .social-links-wrap{ /*display: block;*/ } /* -------------------------------------- ========================================= MAIN COLOR CODE: #2c3e50 ========================================= ----------------------------------------- */ .post-carousel-style-2.owl-theme.owl-carousel .owl-nav > div:hover, .entry-footer .post-meta a:hover, .entry-footer .post-meta a:focus, .reply, .reply > a, .color-text, a:hover, a:focus, a:active, .btn-link, .cat-link, .separator, .post-format-icon, .header-nav .menu a:hover, .header-nav .menu a:focus, .header-nav .menu a:active, .list-style i, blockquote:before, .widget > ul li a:hover{ color: #2c3e50; } .shape1, .shape2, .footer-widget-area .widget-title:before, .post-carousel .owl-nav [class*="owl-"]:hover, .social-icons-style1 li:hover, .social-icons-style2 li a:hover i, .header-nav.nav-style-dark .menu > .pull-right:hover a, .btn-dark:hover, .btn-dark:focus, .phone-icon-wrap, .email-icon-wrap, .add-icon-wrap, .color-bg, .image-info:after, .image-info:before, .tagcloud a:hover, .tagcloud a:focus, .widget .footer-social-icons li a i:hover, .widget .footer-social-icons li a i:focus, .header-nav.nav-style-light .menu > li.active a:before, .header-nav.nav-style-light .menu > li:hover a:before, .btn-light:hover, .btn-light:focus, .about-me li a:hover, .btn-default{ background-color: #2c3e50; } .post-carousel-style-2.owl-theme.owl-carousel .owl-nav > div:hover, .social-icons-style2 li a:hover i, .single-gallary-item-inner::before, .btn-dark:hover, .btn-dark:focus, .contact-info .info-inner, .contact-info, .tagcloud a:hover, .tagcloud a:focus, .widget .footer-social-icons li a i:hover, .widget .footer-social-icons li a i:focus, .btn-light:hover, .btn-light:focus, .header-style2, blockquote, .post-format-icon, .btn-default, .selectize-input.focus{ border-color: #2c3e50; } .single-gallary-item-inner::after{ background: rgba(110, 131, 89, 0.9) none repeat scroll 0 0; } /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.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; } /*-------------------------------------------------------------- # 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; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; 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: 0.875rem; 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. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } .page-header h2.page-title { padding: 23px 0px 4px 25px; margin-bottom: 10px; font-weight: bold; } .page-header .archive-description { line-height: 1.8; padding-left: 24px; padding-bottom: 16px; font-size: 15px; } .comment-reply-title { margin-bottom: 40px; font-size: 30px; } textarea { width: 100%; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } input { max-width: 100%; } @media screen and (min-width: 768px) { .comment-form-author, .comment-form-email, .comment-form-url { float: left; width: 31%; } } @media screen and (min-width: 768px) { .comment-form-author, .comment-form-email { margin-right: 3.5%; } } input[type="submit"] { background-color: #2c3e50; color: #fff; border-color: #2c3e50; -webkit-border-radius: 0; text-transform: uppercase; line-height: 38px; padding: 0 27px; letter-spacing: 0.1em; font-size: 14px; font-weight: 400; border: none } p.form-submit .submit:hover { background-color: #222222; border-color: #222222; } .comment-author img { max-width: 90px; border-radius: 5px; -webkit-border-radius: 5px; float: left; } .comment-content p, .comment-metadata { margin-left: 115px; margin-top: 14px; } b.fn { text-transform: uppercase; font-size: 16px; font-weight: normal; margin-left: 25px; } .reply { font-weight: bold; font-size: 16px;} .comment-content p { margin-bottom: 0px; } .comment-metadata { float: right; margin-top: -18px; } .top-footer{ background-color: #e7e7e7;} .copyright-text{ text-align: center;} .copyright-text p{ line-height: 0px; } /*--------------------------------------------------- * Go to Top * ----------------------------------------------------- */ .scrollToTop { display: none; position: fixed; bottom: 15px; right: 15px; padding: 0px 15px; font-size: 40px; margin-bottom: 12px; color: #2c3e50; } .scrollToTop:hover{ color: #1abc9c } .activetop { display: block; } h4.related-post-title { font-weight: bold; font-size: 17px; line-height: 24px; } /*-----# Top Social -----------*/ .social-links ul { margin: 0; padding: 0; } .social-links ul li { display: inline; padding: 0 2px; float: right; } .social-links ul li a { font-size: 0; color: transparent; line-height: 63px; } .social-links ul li a:hover { color: #54be73 } .social-links li:last-child { margin-right: 0; } .social-links ul li a:before { content: ""; font-family: FontAwesome, sans-serif; font-size: 14px; padding: 7px; transition: color 0.3s ease-in-out 0s; vertical-align: middle; line-height: 14px; color: #FFF; display: inline-block; width: 30px; height: 30px; border: 2px solid #FFF; border-radius: 50%; } .social-links ul li a[href*="facebook.com"]:before { content: "\f09a"; } .social-links ul li a[href*="twitter.com"]:before { content: "\f099"; } .social-links ul li a[href*="linkedin.com"]:before { content: "\f0e1"; } .social-links ul li a[href*="plus.google.com"]:before { content: "\f0d5"; } .social-links ul li a[href*="youtube.com"]:before { content: "\f167"; } .social-links ul li a[href*="dribbble.com"]:before { content: "\f17d"; } .social-links ul li a[href*="pinterest.com"]:before { content: "\f0d2"; } .social-links ul li a[href*="bitbucket.org"]:before { content: "\f171"; } .social-links ul li a[href*="github.com"]:before { content: "\f113"; } .social-links ul li a[href*="codepen.io"]:before { content: "\f1cb"; } .social-links ul li a[href*="flickr.com"]:before { content: "\f16e"; } .social-links ul li a[href$="/feed/"]:before { content: "\f09e"; } .social-links ul li a[href*="foursquare.com"]:before { content: "\f180"; } .social-links ul li a[href*="instagram.com"]:before { content: "\f16d"; } .social-links ul li a[href*="tumblr.com"]:before { content: "\f173"; } .social-links ul li a[href*="reddit.com"]:before { content: "\f1a1"; } .social-links ul li a[href*="vimeo.com"]:before { content: "\f194"; } .social-links ul li a[href*="digg.com"]:before { content: "\f1a6"; } .social-links ul li a[href*="twitch.tv"]:before { content: "\f1e8"; } .social-links ul li a[href*="stumbleupon.com"]:before { content: "\f1a4"; } .social-links ul li a[href*="delicious.com"]:before { content: "\f1a5"; } .social-links ul li a[href*="mailto:"]:before { content: "\f0e0"; } .social-links ul li a[href*="skype.com"]:before { content: "\f17e"; } .social-links ul li a[href*="dribble.com"]:before { content: "\f17d"; } .menu-top-header-container{ margin-top: 9px; } .text-right{float: right;} .ample-blog-recent-widget time.entry-date.published.updated {font-size: 11px;} .no-sidebar .content-wrap{ width: 100%!important; } /* .left-sidebar .sidebar-wrap { float: left; } .left-sidebar .content-wrap { float: right; } .right-sidebar .sidebar-wrap { float: right; } .right-sidebar .content-wrap { float: left; } .left-sidebar .content-wrap { float: right; }*/ @media (min-width: 961px) { .right-sidebar .content-wrap { float: left; } .left-sidebar .content-wrap { float: right; } } /*--------------------------------------------------- * Breadcrumb * ----------------------------------------------------- */ .breadcrumb{ padding:5px 20px; border-radius: 0; background:#2c3e50; margin-bottom: 30px; } nav.breadcrumb-trail.breadcrumbs { display: table; min-width: 100%; margin: auto; } .trail-browse{ display: table-cell; vertical-align: middle; float: none; overflow: hidden; zoom: 1; font-size: 18px; line-height: 43px; margin: 26px 0; color:#fff; } .trail-items{ display: table-cell; vertical-align: middle; float: none; overflow: hidden; zoom: 1; padding-left: 25px; } .breadcrumb li { font-size: 15px; line-height: 17px; color: #fff; font-weight: 300; display: inline-block; } .breadcrumb li + li:before { font-family: FontAwesome; color: inherit; padding: 0 10px; content: "\f101"; } .breadcrumb ul li a { color: #fff;} .nav-links a { background: #2c3e50; display: inline-block; padding: 10px 20px; } .nav-links a, .nav-links a:visited, .nav-links a:focus { color: #fff; } .post-navigation .nav-previous { float: left; width: 50%; } .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .single .navigation.post-navigation { margin-bottom: 120px; } .related-post { background: #fff; padding: 9px; margin-bottom: 30px; border-color: #e9e9e9; border-style: solid; border-width: 1px 1px 1px 1px; } .comments-area { background: #fff; padding: 30px 15px; margin-bottom: 30px; border-color: #e9e9e9; border-style: solid; border-width: 1px 1px 1px 1px; margin-top: 35px; } #comments .comment-body { border: 1px solid #e9e9e9; padding: 15px; margin-bottom: 30px; } .top-footer .widget { padding: 35px; margin-bottom: 30px; } .search-form input.search-field { border: 1px solid #4ea371; width: 100% !important; border-radius: 0; padding: 9px; } .related-post .post-content { padding: 18px 0px 0px; } .breadcrumbs h3 {float: left;margin-top: 14px; color: #FFF;font-size:20px;display: none;} .ample-blog-breadcrumbs {margin-top: 18px;margin-bottom: 18px;} .archive.category.left-image article .image-holder, .home.left-image article .image-holder { width: 45%; float: left; margin-right: 15px; } .home.right-image article .image-holder { width: 45%; float: right; margin-left: 15px; margin-top: 24px; } .right-image .shape1, .left-image .shape1 { display: none; } .right-image .blog-post .post-info,.left-image .blog-post .post-info {margin: 0 0 15px;} /*============================= header-search =============================*/ .header-search { padding:0; margin-left: 0px !important; cursor: pointer; color: #ffffff; margin-top:0px !important; } .header-search .search-overlay { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 999; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; visibility: hidden; overflow: hidden; background: rgba(0, 0, 0, .9); margin: 0; width: 100%; height: 100vh; -webkit-transform: scale(.2, .2); -moz-transform: scale(.2, .2); -ms-transform: scale(.2, .2); -o-transform: scale(.2, .2); -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1); -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1); -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1); -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1); -o-transition: all .3s cubic-bezier(.4, 0, 1, 1); transition: all .3s cubic-bezier(.4, 0, 1, 1); } .header-search .search-popup.active .search-overlay { filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); } .header-search form.form-wrapper { opacity: 0; visibility: hidden; -webkit-transform: scale(.2, .2); -moz-transform: scale(.2, .2); -ms-transform: scale(.2, .2); -o-transform: scale(.2, .2); -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1); -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1); -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1); -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1); -o-transition: all .3s cubic-bezier(.4, 0, 1, 1); transition: all .3s cubic-bezier(.4, 0, 1, 1); position: absolute; z-index: 999999; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); left: 0; right: 0; width: 100%; max-width: 600px; margin: 0 auto; } .header-search .search-popup.active form.form-wrapper { -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); } .form-wrapper input[type="text"] { width: 95%; height: 45px; margin: 0 2%; border: 1px solid #2c3e50; padding: 0 20px; background: transparent; color: #ffffff; } .header-search .form-wrapper input[type="text"]::-webkit-input-placeholder { color: #ffffff; text-transform: capitalize; letter-spacing: 2px; } .header-search .form-wrapper input[type="submit"] { position: absolute; right: 0; top: 3px; height: 45px; background: #2c3e50; color: #fff; text-shadow: none; box-shadow: none; border: none; border-radius: 0 30px 30px 0; -webkit-border-radius: 0 30px 30px 0; -ms-border-radius: 0 30px 30px 0; -moz-border-radius: 0 30px 30px 0; -o-border-radius: 0 30px 30px 0; padding: 0 15px; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -ms-transition: all ease 0.3s; } .header-search .form-wrapper input[type="submit"]:hover { background: #2c3e50; } .header-search .fa-search.top-search { padding-top:31px; font-size: 20px; } .social-links { margin-left: 58px; } .hide-top-header{margin-top: -54px;padding-top: 25px;} .affix { position: fixed !important; z-index: 998; width: 100%; border-radius: 0; top: 0; left: 0; background: #fff; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; animation: fadeInDown 1s both 0.2s; } .topbar ul#menu-top-header li a:hover{color: #FFF;} /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } .sticky { display: block; } .bypostauthor { display: block; } @media (max-width:480px){ .footer-widget-area .widget-title:before { content: ""; position: absolute; left: 50%; top: 0; height: 19px; background: url(assets/images/shape3.png) no-repeat center; width: 270px; margin-left: -134px; } .author-info { margin-bottom: 50px; overflow: hidden; text-align: center; } .comment-content p, .comment-metadata { margin-left: 0px; margin-top: 0px; } .post-navigation .nav-next { float: right; /* text-align: right; */ width: 100%; margin-top: 20px; } iframe { width: 100%; } } nav.posts-navigation .nav-links .nav-previous{float:left;} nav.posts-navigation .nav-links .nav-next{float:right;} .topbar .menu-top-container ul li a:hover{color:#FFF;} .widget_search .form-wrapper input[type="text"] { width: 55%; color: #222222; } .widget_search input[type="submit"] { line-height: 39px; padding: 0 15px; } .no-results .form-wrapper input[type="text"] { width: 74%; } .no-results input[type="submit"] { line-height: 40px; } .page-404 .form-wrapper input[type="text"] { width: 75%; } .header-slider-style2 .slide-item .post-info { border-radius: 10px; } /*guternberg css */ @media only screen and (min-width: 768px) { .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: auto; max-width: 1000%; } .alignwide { margin-left: calc(25% - 25vw); margin-right: calc(25% - 25vw); width: auto; max-width: 1000%; } .alignwide img, .alignfull img { display: block; margin: 0 auto; } } /*comment section */ .comment-list h5 { margin-bottom: 0; } .single-post-text h2 { margin-bottom: 10px; } .single-post-text ul { display: inline-block; width: 100%; } .single-post-text li a { float: left; font-size: 15px; font-weight: normal; margin-left: 1px; padding-right: 15px; text-transform: capitalize; } .single-post-text li a i{margin-right: 5px;color:#fab702} .post-date h1 { background: #f3af1e none repeat scroll 0 0; color: #fff; display: inline-block; font-size: 18px; margin-top: 13px; padding: 15px; text-align: center; text-transform: none; } .commentar-sec img { width: 80px; float: left; margin-right: 20px; } .comment-title { margin-bottom: 10px; } .commentar-sec .media.mt-3 { margin-top: 30px; } .single-post .contact-field h2 { margin-bottom: 0; font-size: 18px; margin-top: 40px; } .commentar-sec h2 { margin-top: 50px; text-transform: uppercase; } ul#menu-top { margin-top: 9px; } .widget > ul li a, .widget > ul li { color: #000; } .page-header{ padding:0; } .page-header h1{ padding:10px 0 0 10px; } .widget ul li { padding-left: 30px; } #recentcomments li,#recent-posts-2 li {padding-left:30px; line-height: 23px; padding-bottom: 10px;} #recentcomments li span.fa-stack,#recent-posts-2 li span.fa-stack{position:absolute; left:0; top:10px;} .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_categories ul li, .widget.widget_archive ul li { padding: 0px 0; border-bottom: 1px solid #f8f8f8; position: relative; padding-left: 30px; line-height: 1.5; } h1, h2, h3, h4, h5, h6,dd, dt { line-height: 1.7; } .header-nav .menu > li > a{ font-size: 16px; } .cssmenu ul ul li a { font-size: 16px; } .image-info { margin-bottom: 0px; } .ample-blog-wrapper {margin-top: -18px; margin-bottom: 18px;} .logo-area { margin: 20px 0 20px; } .widget-title { font-size: 18px; } .image-info img { margin: 0 0 8px; } .post-outer { margin-top: 0px; box-shadow: 0 0 15px #cccccc57; padding: 20px; border: 1px solid #f1f1f1; } .blog-post-image { position: relative; overflow: hidden; } a:hover { text-decoration: none; color: #2c3e50; transition: all .4s ease; } .blog-post-content .author-detail { padding: 0 0 10px; } .blog-post-content a.btn-red { padding: 8px 25px; } a.btn-red { border: 1px solid #f75656; color: #f75656; } a.btn-white { padding: 10px 30px; transition: all ease-in-out .3s; border-radius: 30px; display: inline-block; color: #f75656; background: #fff; } .author-detail p { display: inline; } .text-center.more-link-wrap { text-align: left; } .more-link-wrap { margin: 0px 0; } .image-info:after, .image-info:before { content: none; position: absolute; bottom: 2px; left: 45%; height: 1px; width: 244px; } a { color: #222222; } .btn-default:hover{background-color: #222222;} .more-link-wrap a.btn-default, .nav-links a:hover{ color: #FFF; } .copyright-text p { line-height: 25px; } .single .navigation.post-navigation { margin-bottom: 201px; } .blog-post-content p { margin-top: 10px; } body { color: #404040; font-family: 'Droid Serif', sans-serif; font-size: 14px; line-height: 1.5; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,dd, dt { line-height: 1.5; } .post-info .post-title { font-weight: bold; font-size: 32px; line-height: 1.2; margin: 14px 0; } .search_title { padding-top: 0; } .post-navigation .nav-previous { float: left; width: 47%; } .widget_search input[type="submit"] { line-height: 44px; padding: 0 14px; } @media (max-width:678px) { .widget_search input[type="submit"] { margin-top: 10px; margin-left: 7px; } } @media only screen and (max-width: 767px) { .post-navigation .nav-next { float: left; text-align: left; width: 100%; margin-top: 13px; } } .post-meta, .post-meta a { color: #555555; margin-right: 5px; } header.combine { margin-top: 21px; } .combine h2 { font-size: 20px; font-weight: normal; } .combine a.cat-link { position: relative; top: 15px; } .slide-item.text-center.more-link-wrap { text-align: center!important; } .slide-item .slide-item-hover { position: absolute; border: 30px solid #ffffff08; width: 100%; bottom: 4px; left: 0; top: 28%; } .text-center.more-link-wrap { margin-top: -13px; } .entry-summary .text-center.more-link-wrap { text-align: center; } ul#primary-menu { text-align: center; } .slide-item .post-info { background: rgba(197, 197, 197, 0.33); padding: 2em; } .slide-item a.btn.btn-default { margin-top: 25px; } /*custom css*/ .logo-area .custom-logo { max-width: 100% !important; } div.nav-menu { display: flex; justify-content: space-between; } .hdr-searcht { display: flex; justify-content: center; align-items: center; margin-left: 12px; } .hdr-srchicn { font-size: 20px !important; color: #2c3e50; padding:0px !important; } .cssmenu:after, .cssmenu > ul:after{ display:none !important; } .hdr-srcht { padding: 0px !important; margin: 0px !important; } .search-popup form.form-wrapper { position: fixed; } ul.wrtuldt li { list-style: disc; } .wrtfrusp { font-size: 14px; padding-right: 15px !important; font-weight: 500; } .topbar { background-color: #2c3e50 !important; } h2.wrtus-hdg { font-size: 20px; font-weight: 600; } ol.wrtus-ol li { margin-bottom: 15px; line-height: 25px; } ul.wrtuldt li { padding-left: 0px !important; } ul.wrtuldt { padding-left: 18px; } ol.wrtus-ol li { margin-bottom: 15px; line-height: 25px; } h3.htwrt { margin-bottom: 0px !important; } .post-449 p { line-height: 25px; } h1.wrthd { font-size: 30px; line-height: 35px; } i.fab.fa-linkedin-in:before { content: "\f0e1"; } .fab{ font: normal normal normal 14px/1 FontAwesome; } /*footer css*/ input:focus { outline: none; } .wrtfrusp a:hover { color: #1abc9c; } .ftr-sec { padding: 70px 0; background: #2c3e50; } img.ftr-img { margin-bottom: 15px; } h2.ftrhd { font-size: 20px; line-height: 24px; color: #fff; margin-bottom: 5px; position:relative; } h2.ftrhd:before { content: ''; background: #1abc9c; width: 75px; height: 3px; border-radius: 50px; position: absolute; bottom: -8px; left: 0; z-index: 99999999; display: inline-block; } p.cntndes { font-size: 17px; line-height: 25px; margin-bottom: 20px !important; } ul.rcnt-ul { list-style: none; padding-left: 0px; padding-top: 20px; } ul.rcnt-ul li.rcnt-li .img-thmb-lft img { max-width: 120px; border-radius: 10px; } li.rcnt-li { display: flex; gap: 10px; } .rcnt-pst-ttl-dec a { font-size: 17px; line-height: 22px; } .rcnt-pst-ttl-dec p { font-size: 15px; line-height: 21px; margin-bottom: 20px; } section#categories-4 .shape2 { display: none; } section#categories-4 h3.widget-title { display: none; } .ctgry a { font-size: 16px; padding-bottom: 5px; } .ctgry { display: flex; flex-direction: column; margin-top: 20px; } i.fab.fa-facebook-f,i.fab.fa-twitter,i.fab.fa-linkedin-in ,i.fab.fa-instagram,i.fab.fa-pinterest-p,i.fab.fa-reddit-alien,i.fab.fa-youtube{ padding: 9px 10px; background: #1abc9c; font-size: 16px; border-radius: 5px; color: white; margin-right: 10px; cursor:pointer; } .fa-facebook-f:before { padding-right: 3px; padding-left: 3px; } .socicn { display: flex; margin-top: 30px; } @media screen and (max-width:998px){ .widget-grid { flex-direction: column; gap: 20px; } li.rcnt-li { margin-bottom: 15px; } } @media screen and (max-width:800px){ ul#primary-menu { position: absolute; top: 77px; background: #1abc9c; z-index:9; left: 0; } header.main-header.affix div.nav-menu{ top: 0; } .main-container .home-page { margin-right: -15px; margin-left: -15px; margin-top: 70px; } .hdr-searcht { padding-right: 17px; } } .reserved-div { background: #2c3e50; padding: 15px 0; text-align: center; border-top: 1px solid #1abc9c21; } p.rsrvd-dec { font-size: 16px; color: white; margin: 0px; } .third-widget-area .widget_categories,.first-widget-area .widget_text { background: transparent; padding-top: 20px; padding-bottom: 0px; } .third-widget-area .widget_categories .widget-title span { background-color: transparent; text-transform: capitalize; font-family: 'Droid Serif', sans-serif; color: black; font-size: 18px; line-height: 24px; color: #000; margin-bottom: 5px; font-weight: normal; } .third-widget-area .widget_categories .widget-title { background: none; text-align: start; } .third-widget-area .widget_categories .shape2 { display: none; } .third-widget-area .widget_categories { padding-right: 0; padding-left: 0; } .third-widget-area .widget_categories ul li { padding: 0 12px; border-bottom: none; line-height: 30px !important; } .third-widget-area .widget_categories ul { padding-top: 20px; } .third-widget-area .widget_categories ul li a:after,.third-widget-area .widget_categories ul li a:before{ content: "\f096"; transform: rotate(45deg); -webkit-transform: rotate(45deg); display: inline-block; font: normal normal normal 10px/1 FontAwesome; color: #2c3e50; position: absolute; left: 0; margin-top: 10px; } .third-widget-area .widget_categories ul li a:after{ left: 3px; } .third-widget-area .widget_categories .widget-title span { padding: 0; } .textwidget p { margin: 0; } .third-widget-area .widget_categories .widget-title span:before { content: ''; background: #1abc9c; width: 75px; height: 3px; border-radius: 50px; position: absolute; bottom: -9px; left: 0; z-index: 99999999; display: inline-block; } .widget-area { max-width: 450px; } @media screen and (max-width:768px){ .breadcrumb{ margin-top:60px; } .trail-items{ display:flex; flex-direction:column; } } p:empty:before { content: none; margin-bottom:0px !important; } .lftbd a { border-left: 1px solid #1abc9c; padding-left: 10px; } #load-more-posts a:link, #load-more-posts a:visited{ display: inline-block; padding: 12px 25px; color: #ffffff; font-size: 18px; background: #2c3e50; } /*contact form css*/ h3.cntctpegtitle { margin: 7px 0!important; font-size: 25px; line-height: 30px; font-weight: 400; } span.ab { display: inline-block; background: #2c3e50; color: #fff; text-transform: uppercase; padding: .9% 3%; font-size: 14pt; } .grid-clm { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-top: 20px; } .comn_field { width: 100%!important; border: 1px solid #2c3e50!important; margin-bottom: 0!important; margin-top: 20px!important; } .full-part.full-with-prt { margin-top: 20px; } .agre-div p, .full-with-prt p { font-size: 17px; line-height: 22px; margin: 10px 0!important; color: #4c4c4c; } .comn_check span.wpcf7-list-item{ margin:0px !important; } .agre-div span.agree span.wpcf7-list-item{ margin:2px !important; } span.comn_check { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; border: 1px solid #2c3e50 !important; padding: 15px; } span.wpcf7-list-item label { align-items: center; display: flex; margin-bottom: 0; padding-left:0px !important; } .contact-form input[type=checkbox], .contact-form input[type=radio] { float: none; margin: 0 .75rem 0 0; border: 1px solid #2c3e50; position: relative; } input[type=checkbox], input[type=radio] { -webkit-appearance: none; -moz-appearance: none; position: relative; width: 25px; height: 25px; border: var(--form--border-width) solid var(--form--border-color); background: var(--global--color-white); } span.wpcf7-list-item-label { font-size: 85%; margin-left: .25em; font-weight: 400; } textarea.comn_field { box-sizing: border-box; float: none; height: 200px; } .agre-div { display: flex; position: relative; margin-top: 30px; } .agre-div lable { font-size: 15px!important; margin-left: 4px; margin-top: 1px; } input.wpcf7-form-control.wpcf7-submit { background: #2c3e50; border: 0; color: #fff; margin-top: 30px; padding: 8px 30px; border-radius: 5px; font-size: 17px; } input[type=checkbox]:checked:after { opacity: 1 !important; } input[type=checkbox]:after { content: ""; opacity: 0; display: block; left: 8px; top: 4px; position: absolute; width: 7px; height: 13px; border: 3px solid #2c3e50; border-top: 0; border-left: 0; transform: rotate( 30deg ); } input[type=checkbox],input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{ outline:none !important; } @media screen and (max-width:600px){ .grid-clm { grid-template-columns: 1fr; } } @media screen and (max-width:640px){ span.comn_check { grid-template-columns: 1fr 1fr; } } @media screen and (max-width:1030px){ span.comn_check { grid-template-columns: 1fr 1fr; } } @media screen and (max-width:500px){ span.comn_check { grid-template-columns: 1fr; } } @media screen and (max-width:345px){ span.comn_check { grid-template-columns: 1fr; } } @media screen and (max-width:681px){ .tophdrflx { flex-direction:column; justify-content: center !important; align-items: center; } .tplft,.tprght { padding-left: 15px; } } @media screen and (max-width:440px){ .tprght { display: grid !important; grid-template-columns: 1fr 1fr; line-height: 25px; padding-left: 0; } .lftbdw a{ border-left: 1px solid #1abc9c; padding-left: 10px; } .wrtfrusp:nth-child(1) a,.wrtfrusp:nth-child(3) a { border: none; } } .tophdrflx { display: flex; justify-content: space-between; } .topbar .container:before, .tophdrflx:before ,.topbar .container:after, .tophdrflx:after{ content: none; } .tprght { display: flex; } .tplft { padding-left: 15px; } .tplft .socicn i { padding: 5px 6px; font-size: 15px; } .agre-div lable { position: absolute; left: 83px; } div.error { color: red; border: none !important; } .error{ border:1px solid red !important; } textarea:focus { outline: none; } element.style { } .wplogout-social-wrapper { display: flex; gap: 15px; flex-wrap: wrap; } .wplogout-social-sharing{ padding: 2px 8px } .wplogout-social-sharing svg path{ fill:white; } a.wplogout-social-sharing.wplogout-social-facebook { background: #4267B2; } svg { margin-top: 6px; } a.wplogout-social-sharing.wplogout-social-twitter { background: #1DA1F2; } a.wplogout-social-sharing.wplogout-social-pinterest { background: #E60023; } a.wplogout-social-sharing.wplogout-social-linkedin { background: #0077b5; } a.wplogout-social-sharing.wplogout-social-whatsapp { background: #25D366; } a.wplogout-social-sharing.wplogout-social-reddit { background: #FF5700; } p.cntndes { color: #fff; font-weight: 200; font-size: 16px; } p.cntndes a { color: #fff; font-weight: 500; } footer h3.widget-title span { color: #fff !important; font-size: 20px !important; } footer .widget-grid{ display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 20px; } h3.footer-title { color: #fff; margin-bottom: 28px; font-size: 20px; } .footer-sec ul li a { font-size: 16px !important; color: #fff; padding-left: 0; font-weight: 200; } .footer-sec ul { padding-left: 0; } .footer-sec ul li { padding: 6px 0; } p.adres { color: #fff; font-weight: 200; } ul.address { color: #fff; font-weight: 200; } ul.address li { list-style-type: none; } ul.address li p span { display: flex;font-weight: 200; font-size: 15px; } p.mail-ip { font-weight: 500; } footer i.fa.fa-map-marker { font-size: 28px; } ul.address li>span { position: relative; top: 5px; width: 20px; } ul.address li { list-style-type: none; display: flex; gap: 10px; } ul.address li i { font-size: 20px; } ul.footer_menu li:before { position: absolute; display: inline-block; margin-top: 4px; content: ''; left: 0; top: 11px; width: 0; height: 0; clear: both; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #1abc9c; transform: rotate(271deg); } ul.footer_menu li { position: relative; padding-left: 16px; list-style: none; } /* header*/ .flx-header { display: flex; justify-content: space-between; align-items: center; } .container.flx-header:before,.container.flx-header:after{ display: none; } ul#primary-menu li a { font-size: 18px !important; } @media screen and (max-width: 1040px){ .logo-area.text-center img { width: 150px; } } .container { width: 100% !important; max-width: 1210px !important; } .dcsDemoWrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 40px; row-gap: 60px; margin-bottom: 60px; margin-top: 10px; } .blg-pst-img img { border-top-left-radius: 15px; border-top-right-radius: 15px; height: 220px; } .loadMoreRepeat { box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%); background: #fff; border-radius: 15px; border: 1px solid #ececec; position: relative; } .innerWrap { padding: 20px; padding-bottom: 72px; } h2.card-title { font-size: 18px; line-height: 24px; margin-top: 0; } a.comn_butn { padding: 10px 20px; margin-top: 10px; display: inline-block; background: #2c3e50; color: #fff; border-radius: 5px; position: absolute; bottom: 20px; font-size: 16px; transform: translate(100px, 0px); } .btnLoadmoreWrapper,.dcsLoaderImg { text-align: center; } .ld-btn { margin-bottom: 60px; } .btnLoadmoreWrapper a { width: 300px; background: #1abb9c !important; font-weight: 500; font-size: 18px; font-family: 'Poppins', sans-serif; border: none; border-radius: 5px; padding: 10px 20px; color: #fff; } .banner-text { margin: 50px 0; } h1.page-heading { font-size: 45px; font-weight: 700; text-align: center; line-height: 3.8rem; margin-bottom: 0px; padding-bottom: 25px; color: #000; } p.page-subdesc { text-align: center; font-size: 16px; max-width: 1000px; margin: 0 auto; } .dcsLoaderImg svg { width: 100px; } @media screen and (max-width: 1024px){ .blg-pst-img img { height: 180px; } } @media screen and (max-width: 768px){ footer .widget-grid{ grid-template-columns: 1fr; } .dcsDemoWrapper{ grid-template-columns: 1fr 1fr; } ul#primary-menu li a { color: #fff !important; } } @media screen and (max-width: 700px){ .dcsDemoWrapper{ grid-template-columns: 1fr; } .blg-pst-img img { height: auto; } } @media (min-width: 769px) and (max-width: 1100px) { a.comn_butn{ transform: translate(0px, 0px); } .dcsDemoWrapper{ column-gap: 20px; row-gap: 30px; } } .search-btn a { padding: 4px 15px; background: #2c3e50; color: #fff; border-radius: 5px; bottom: 20px; font-size: 16px; } .search-btn { text-align: center; } .search_title { font-size: 26px !important; padding-top: 0px; } .search-btn { margin-top: 30px; } h3.post-title.search_title { padding-top: 0px; } .tool-titl { margin-bottom: 36px; font-size: 26px; font-weight: 600; line-height: 30px; } /*-------------------------------------------------------------- ## page header --------------------------------------------------------------*/ @media screen and (max-width: 650px){ .pg-wth-hdr .page-hdr-img{ display: none; } .pg-wth-hdr .page-hdr-grd{ grid-template-columns: 1fr; } } .main-container { padding: 60px 0; padding-top: 0; } .pg-wth-hdr .main-pg-hdr{ position: inherit; display: inline-block; width: 100vw; height: 100%; background: #2C3E50; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; clear: both; margin-bottom: 60px; padding: 3rem 0; } .pg-wth-hdr .page-hdr-grd{ display: grid; grid-template-columns: 3fr 1fr; gap: 20px; align-items: center; } .pg-wth-hdr .page-hdr-desc h1{ color: #fff !important; margin: 0; font-size: 32px; font-weight: 600; line-height: 34px; margin-bottom: 10px; } .mnbnrhdng{ color: #000; margin: 0; font-size: 32px; font-weight: 600; line-height: 34px; margin-bottom: 10px; } .pg-wth-hdr .page-hdr-desc p{ color: #fff; margin: 0; } .pg-wth-hdr .page-hdr-img{ text-align: right; } .pg-wth-hdr .page-hdr-img img{ max-height: 135px; } .mnbnrtxbg { text-align: center; padding-bottom: 30px; } .mnbnrhdng { margin: 0; font-weight: 600; } .blog-post2{ background-color: #fff; padding: 30px; }