diff --git a/.travis.yml b/.travis.yml index e979c50..7c6946a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,5 +61,15 @@ cache: directories: - node_modules after_success: - - if [[ "$DEPLOY" == "1" ]]; then grunt build-archive; fi - - if [[ "$DEPLOY" == "1" ]]; then sh set_tags.sh; fi +- if [[ "$DEPLOY" == "1" ]]; then grunt build-archive; fi +- if [[ "$DEPLOY" == "1" ]]; then sh set_tags.sh; fi +deploy: + provider: releases + skip_cleanup: true + api_key: + secure: FSgyXXwuQGFOfh3JgR1bPmzDabRAxQKObyR7bK9nP3eUIPGoGMc6mufLwqhaOjUYKh3qR9gXL7sGw5Hh0sjc9Tu7pg8g4RAKftvWn0ER8MDCjs58Yh/dpVmsZ/JQHUufTlBsqeOv+5h8dzELDaMjBiinZ/qBF02wIDvf/MpxtbFfUxPOkIGzHTt5Uc5AtVtZHoNBM0vHeDWWb3RKdIryU9eHUYNyG+rAjTots1KNsc0//57J+uHbWRA/15gm/omuB9aHeLweTtTH+vEj7RIli8Sx0EaxPXWB+pnMK2qtNec6SgET9DgXC3FJZOybfazFQaR21OZxvS5OnYBEnZdztsHWDI7EELrD6NVtkfPZ97cXBAsv1jZDeVn42k4feCfo9sBazEjati1BiWJbWCnJ8LCyVUntyl3Iy7do6KjihwnxVOJU+wvBTQR1e+wyLjLoBFKnWMNW7U4AauXwFJe0oa25/cUT2Ydzn9XYrbCsmgrG8XYocXvrxQxpAT1r8xOrTnqN04CYdZffVrw4L0NwQLvLdK6EtMywCo+UC8rBtDlPE1rD2K8qX4+P59AeRZt/4+KvtIxedlau5PrXPqTAIQo8Sdv4UxVkO535K8r9ICWoMk2WpOs8NRyBBNQBdN3ZcWi3SWlcqrFrqA4JxltUO1fMMfqcsrPzb/Y0DedgJYk= + file: illdy.zip + on: + repo: puikinsh/illdy + branch: 'master' + condition: "$DEPLOY = 1" diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b172d5..2b776a2 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,11 +1,14 @@ -### V 2.2.0 - - When opening a front-page panel now, it automatically scrolls you to it. -- The theme now handles the 404 Page Content. It works really nice, by loading the 404 page in the Customizer so you can live-edit it. When hitting back, it returns you to the panel you were in, before. -- Tabs used in all of the front-page sections now use AJAX to load. This means that they load instantly with a nice expand effect -- For the Jumbotron area, the theme now supports: slides (with repeater from Epsilon Framework) as well as videos (core support). Changes show up in real-time. -- The theme's preloader doesn't show up anymore when users are changing values from the Customizer. -- Color scheme picker has been implemented. -- Theme widgets now support basic HTML (by using TinyMCE instances) +### V 2.0.3 + - Fixed Submenu issue ( https://github.com/puikinsh/illdy/issues/226 ) + +### V 2.0.2 + - When opening a front-page panel now, it automatically scrolls you to it. + - The theme now handles the 404 Page Content. It works really nice, by loading the 404 page in the Customizer so you can live-edit it. When hitting back, it returns you to the panel you were in, before. + - Tabs used in all of the front-page sections now use AJAX to load. This means that they load instantly with a nice expand effect + - For the Jumbotron area, the theme now supports: slides (with repeater from Epsilon Framework) as well as videos (core support). Changes show up in real-time. + - The theme's preloader doesn't show up anymore when users are changing values from the Customizer. + - Color scheme picker has been implemented. + - Theme widgets now support basic HTML (by using TinyMCE instances) ### V2.0.1 - Fixed left sidebar mobile issue. ( https://github.com/puikinsh/illdy/issues/176 ) diff --git a/layout/css/custom.css b/layout/css/custom.css index ee6664b..63ff457 100755 --- a/layout/css/custom.css +++ b/layout/css/custom.css @@ -1,13 +1,16 @@ #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu { - width: 250px; padding-top: 0; top: 0; - left: 250px; + left: 200px; } #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu { display: block; visibility: hidden; + z-index: 99; +} +#header .top-header .header-navigation ul li.menu-item-has-children:hover > .sub-menu { + visibility: visible; } .woocommerce {} diff --git a/layout/css/custom.min.css b/layout/css/custom.min.css index 3ee6c98..d066320 100755 --- a/layout/css/custom.min.css +++ b/layout/css/custom.min.css @@ -1 +1 @@ -#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu{width:250px;padding-top:0;top:0;left:250px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{display:block;visibility:hidden}.woocommerce #reviews #comments h2,.woocommerce #reviews h3,.woocommerce .related.products h2,.woocommerce .woocommerce-tabs.wc-tabs-wrapper h2,.woocommerce div.product .product_title,.woocommerce h1.page-title{width:100%;margin-top:0;line-height:1.4;font-size:25px;color:#333;transition:all .3s;display:block;font-weight:700;text-transform:uppercase}.woocommerce #payment #place_order,.woocommerce #respond input#submit,.woocommerce #review_form #respond .form-submit input,.woocommerce a.button,.woocommerce button.button,.woocommerce div.product form.cart .button,.woocommerce input.button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-page #payment #place_order{background-color:#f1d204;color:#fff;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.woocommerce #payment #place_order,.woocommerce #respond input#submit,.woocommerce #review_form #respond .form-submit input:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce div.product form.cart .button:hover,.woocommerce input.button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-page #payment #place_order:hover{background:rgba(241,210,4,.9);color:#fff}.woocommerce .star-rating span:before,.woocommerce .star-rating:before,.woocommerce .woocommerce-info:before,.woocommerce a.added_to_cart,.woocommerce div.product .woocommerce-product-rating a,.woocommerce div.product div.summary .product_meta .posted_in a,.woocommerce p.stars a:before,.woocommerce ul.products li.product h3{color:#000}.woocommerce .quantity .qty{height:34px}.woocommerce .woocommerce-info{border-top-color:#000}#add_payment_method #payment ul.payment_methods li label,.woocommerce-checkout #payment ul.payment_methods li label{cursor:pointer}#add_payment_method #payment ul.payment_methods li:before,.woocommerce-checkout #payment ul.payment_methods li:before{display:inline}#add_payment_method #payment ul.payment_methods li input,#add_payment_method #payment ul.payment_methods li p,.woocommerce-checkout #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li p{margin:0}.woocommerce input[type=text],.woocommerce input[type=tel],.woocommerce input[type=email]{height:31px}.woocommerce input,.woocommerce textarea{border:1px solid #ccc}@media only screen and (max-width:560px){#contact-us .section-content .contact-us-box .box-left{width:100%;margin:0;padding:0;display:block;border-right:none}#contact-us .section-content .contact-us-box .box-right{width:100%;margin:0;padding:0;display:block}}@media only screen and (max-width:320px){#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{width:100%;margin:10px 0;padding:0}} \ No newline at end of file +#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu{padding-top:0;top:0;left:200px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{display:block;visibility:hidden;z-index:99}#header .top-header .header-navigation ul li.menu-item-has-children:hover>.sub-menu{visibility:visible}.woocommerce #reviews #comments h2,.woocommerce #reviews h3,.woocommerce .related.products h2,.woocommerce .woocommerce-tabs.wc-tabs-wrapper h2,.woocommerce div.product .product_title,.woocommerce h1.page-title{width:100%;margin-top:0;line-height:1.4;font-size:25px;color:#333;transition:all .3s;display:block;font-weight:700;text-transform:uppercase}.woocommerce #payment #place_order,.woocommerce #respond input#submit,.woocommerce #review_form #respond .form-submit input,.woocommerce a.button,.woocommerce button.button,.woocommerce div.product form.cart .button,.woocommerce input.button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-page #payment #place_order{background-color:#f1d204;color:#fff;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.woocommerce #payment #place_order,.woocommerce #respond input#submit,.woocommerce #review_form #respond .form-submit input:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce div.product form.cart .button:hover,.woocommerce input.button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-page #payment #place_order:hover{background:rgba(241,210,4,.9);color:#fff}.woocommerce .star-rating span:before,.woocommerce .star-rating:before,.woocommerce .woocommerce-info:before,.woocommerce a.added_to_cart,.woocommerce div.product .woocommerce-product-rating a,.woocommerce div.product div.summary .product_meta .posted_in a,.woocommerce p.stars a:before,.woocommerce ul.products li.product h3{color:#000}.woocommerce .quantity .qty{height:34px}.woocommerce .woocommerce-info{border-top-color:#000}#add_payment_method #payment ul.payment_methods li label,.woocommerce-checkout #payment ul.payment_methods li label{cursor:pointer}#add_payment_method #payment ul.payment_methods li:before,.woocommerce-checkout #payment ul.payment_methods li:before{display:inline}#add_payment_method #payment ul.payment_methods li input,#add_payment_method #payment ul.payment_methods li p,.woocommerce-checkout #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li p{margin:0}.woocommerce input[type=text],.woocommerce input[type=tel],.woocommerce input[type=email]{height:31px}.woocommerce input,.woocommerce textarea{border:1px solid #ccc}@media only screen and (max-width:560px){#contact-us .section-content .contact-us-box .box-left{width:100%;margin:0;padding:0;display:block;border-right:none}#contact-us .section-content .contact-us-box .box-right{width:100%;margin:0;padding:0;display:block}}@media only screen and (max-width:320px){#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{width:100%;margin:10px 0;padding:0}} \ No newline at end of file diff --git a/layout/css/main.css b/layout/css/main.css index 44c6054..79d92bd 100755 --- a/layout/css/main.css +++ b/layout/css/main.css @@ -236,7 +236,7 @@ a:hover, a:focus { #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu { width: 200px; - margin: 0; + margin: -5px 0 0; padding: 0; position: absolute; left: 50%; @@ -2905,7 +2905,11 @@ header#header { height: 100%; z-index: 1; } -#header .top-header, +#header .top-header { + position: relative; + z-index: 3; +} + .responsive-menu, #header .bottom-header { position: relative; diff --git a/layout/css/main.min.css b/layout/css/main.min.css index 1c1fb46..1d704a2 100755 --- a/layout/css/main.min.css +++ b/layout/css/main.min.css @@ -1 +1 @@ -h4,h5{line-height:32px}#header,#projects .project{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}#header .bottom-header h1 span,body,html{word-wrap:break-word}body,html{width:100%;height:100%;display:block}body{line-height:26px;background-color:#fff;font-family:Lato,sans-serif;font-weight:400;font-size:16px;color:#8c9597}h1,h2,h3,h4,h5,h6{font-weight:700;font-family:Poppins}h1{font-size:80px;line-height:84px}h2{font-size:65px;line-height:70px}h3{font-size:35px;line-height:38px}h4{font-size:25px}h5{font-size:23px}h6{font-size:20px;line-height:24px}.front-page-section .section-header .section-description,ol,ul{line-height:26px;font-size:16px;font-weight:400;font-family:Lato}input,textarea{-webkit-appearance:none;border-radius:0}a{color:#8c979e}a:focus,a:hover{color:#6a4d8a;text-decoration:none}.front-page-section{width:100%;text-align:center;position:relative}.front-page-section .section-header{margin-bottom:65px;width:100%}#full-width.width-padding{padding-top:130px}.front-page-section .section-header h3{margin:0 0 5px;color:#545454}.section-description img{max-width:100%}.front-page-section .section-header .section-description{margin-bottom:0;color:#8c9597}#header .bottom-header .section-description ol,#header .bottom-header .section-description ul,.front-page-section .section-header .section-description ol,.front-page-section .section-header .section-description ul{list-style-position:inside}.front-page-section .section-content{width:100%}.no-padding{padding:0}.bypostauthor,.gallery-caption,.sticky,.wp-caption-text{margin:0}.customizer-display-none,.open-responsive-menu,.responsive-menu{display:none}.customizer-display-block{display:block}#header{width:100%;background-position:center;background-size:cover;background-repeat:no-repeat}#header .top-header{width:100%;padding-top:40px}#header .top-header .header-logo{display:block;font-size:60px;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;line-height:75px;font-weight:700}#header .top-header .header-logo:hover{color:#f1d204;text-decoration:none}#header .top-header .header-navigation{float:right}#header .top-header .header-navigation ul{width:100%;margin:0;padding:0;list-style-type:none}#header .top-header .header-navigation>ul{margin-top:20px}#header .top-header .header-navigation ul li{margin-left:40px;line-height:40px;font-weight:700;font-size:14px;color:#fff;position:relative;float:left;font-family:Lato}#header .top-header .header-navigation ul li:first-child{margin-left:0}#header .top-header .header-navigation ul li.menu-item-has-children a{padding-right:16px;position:relative;margin-bottom:20px;display:inline-block}#header .top-header .header-navigation ul li.menu-item-has-children a:after{content:"\f107";font-family:FontAwesome;font-size:16px;position:absolute;top:0;right:0}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{width:200px;margin:0;padding:0;position:absolute;left:50%;display:none;z-index:10;background-color:#fff;-webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.32);-moz-box-shadow:0 0 20px 2px rgba(0,0,0,.32);box-shadow:0 0 20px 2px rgba(0,0,0,.32);transform:translateX(-50%)}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu:before{display:block;content:"";position:absolute;top:-5px;left:50%;margin-left:-3px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;width:0;height:0}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu{transform:translateX(0)}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu:before{display:none}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li{width:100%;margin:0;padding:0;background-color:#fff}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child{padding-top:10px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child{padding-bottom:10px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a{width:100%;margin:0;padding:0 10px;line-height:40px;font-weight:400;font-size:14px;color:#8c9597;text-transform:none;display:block;font-family:Lato}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:hover>a{color:#f1d204;border-left:3px solid #f1d204;background-color:#f8f8f8}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after{display:none}#header .top-header .header-navigation ul li a{color:#fff;font-size:16px;line-height:26px}#header .top-header .header-navigation ul li:hover a{color:#ffde00;text-decoration:none}#header .bottom-header{width:100%;padding-top:240px;padding-bottom:280px;text-align:center}#header .bottom-header.blog{padding:130px 0}.error404 #header .bottom-header.blog{padding:60px}.row-404{display:flex;justify-content:space-between;align-items:center}.row-404>div{float:none}.row-404 .error-code{font-size:34px;line-height:52px;color:#545454;font-weight:700}.row-404 .content-404{margin:40px 0 30px}#header .bottom-header.blog p{margin-bottom:0;color:#fff}#header .bottom-header h1{margin:0 0 29px;line-height:84px;font-weight:700;font-size:80px;color:#fff;font-family:Poppins}#header .bottom-header span.span-dot{color:#ffde00}#header .bottom-header .section-description{line-height:26px;margin-bottom:60px;font-size:16px;color:#fff;font-family:Lato;font-weight:400}#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{width:auto;height:63px;margin:0 15px;padding:0 70px;display:inline-block;font-weight:700;min-width:242px;font-size:16px;font-family:Lato;color:#fff}#header .bottom-header .header-button-one{line-height:57px;background:rgba(255,255,255,.2);border:3px solid #fff;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#header .bottom-header .header-button-one:hover{background:rgba(255,255,255,.1);text-decoration:none}#header .bottom-header .header-button-two{line-height:63px;background:#f1d204;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#header .bottom-header .header-button-two:hover{background:rgba(241,210,4,.9);text-decoration:none}#about,#static-page-content{width:100%;padding:65px 0 85px;text-align:center}#static-page-content{background:#fff}#about .section-header{margin-bottom:110px}#about .section-header h3{margin-bottom:55px}#about .skill{width:100%}#about .skill .skill-top{width:100%;margin-bottom:25px}#about .skill .skill-top .skill-progress-bar{width:100%;height:2px;background-color:#ebebeb;position:relative}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value{height:4px;position:absolute;top:-1px;left:0}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-circle{content:"";width:9px;height:9px;position:absolute;top:-2.5px;right:0;border-radius:50%}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top{content:"";width:64px;height:29px;line-height:26px;background-color:#000;position:absolute;top:-45px;right:-28px;border-radius:3px;font-weight:400;font-size:16px;color:#fff;font-family:Lato}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top .ui-progressbar-value-triangle{width:0;height:0;margin-right:auto;margin-left:auto;border-style:solid;border-width:5px 4.5px 0;line-height:0;position:absolute;right:0;bottom:-5px;left:0}#about .skill .skill-bottom{width:100%;text-align:left}#counter,#latest-news,#projects,#services,#team,#testimonials,#testimonials .section-content .testimonials-carousel .carousel-testimonial{text-align:center}#about .skill .skill-bottom span{margin-left:8px;line-height:26px;font-size:16px;font-family:Lato}#about .widget_illdy_skill{margin-top:106px}#about .widget_illdy_skill:nth-child(1),#about .widget_illdy_skill:nth-child(2),#about .widget_illdy_skill:nth-child(3){margin-top:0}#projects{width:100%;padding:65px 0 0}#projects .container-fluid{max-width:1920px}#projects .section-header{margin-bottom:65px}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image,#testimonials .section-header{width:100%;margin-bottom:40px}#projects .project{width:100%;height:200px;display:block;position:relative;background-size:cover}#projects .project.no-url{pointer-events:none}#projects .project:hover .project-overlay{opacity:.3}#projects .project .project-overlay{width:100%;height:100%;background-color:#fff;opacity:0;position:absolute;top:0;left:0;z-index:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#testimonials{width:100%;padding:50px 0 30px;position:relative;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-attachment:fixed;background-position:center center}#testimonials .section-header h3{color:#fff}#testimonials .section-content,#testimonials .section-content .testimonials-carousel{width:100%}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image img{width:127px;height:127px;display:inline;border-radius:50%}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content{width:100%;background-color:#6a4d8a;margin-bottom:48px;padding:50px 35px 25px;position:relative}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote{line-height:26px;margin:0;padding:0;border-left:none;color:#fff;font-size:16px;font-family:Lato;font-weight:400}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after{content:"";width:0;height:0;margin-right:auto;margin-left:auto;border-style:solid;border-width:19px 18px 0;border-color:#6a4d8a transparent transparent;position:absolute;right:0;bottom:-19px;left:0}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-meta{width:100%;color:#fff;font-family:Poppins}#testimonials .section-content .testimonials-carousel .owl-controls{width:100%;margin-top:20px}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots{width:100%}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot{width:10px;height:10px;background-color:#fff;margin:0 7.5px;display:inline-block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:50%}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot.active,#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot:hover{background:0 0;border:1px solid #fff}#services{width:100%;padding:65px 0 75px}#services .section-header{width:100%;margin-bottom:65px}#services .section-content,#services .section-content .service{width:100%}#services .section-content .service .service-icon{width:100%;margin-bottom:10px;font-size:35px}#services .section-content .service .service-icon .fa{display:block}#services .section-content .service .service-title{width:100%;margin-bottom:20px}#services .section-content .service .service-entry{width:100%;line-height:26px;color:#8c9597;font-size:16px;font-family:Lato;font-weight:400}#services .widget_illdy_service{margin-top:40px}#services .widget_illdy_service:nth-child(1),#services .widget_illdy_service:nth-child(2),#services .widget_illdy_service:nth-child(3){margin-top:0}#latest-news{width:100%;background-color:#222f36;padding:75px 0 85px}#latest-news .section-header h3,#latest-news .section-header p{color:#fff}#latest-news .section-header{margin-bottom:55px}#latest-news .section-content{width:100%}#latest-news .section-content .post{width:100%;background-color:#fff;padding-bottom:40px;text-align:left;min-height:547px}#latest-news .illdy-blog-post{margin-top:30px;min-height:540px}#latest-news .owl-item .illdy-blog-post{width:100%}#latest-news .owl-next,#latest-news .owl-prev{position:absolute;top:50%;font-size:50px;color:#fff;transform:translateY(-50%)}#latest-news .owl-prev{left:-15px}#latest-news .owl-next{right:-15px}#latest-news .section-content .post .post-image{width:100%;height:213px;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:37px}#latest-news .illdy-blog-post h5{margin:0}#latest-news .section-content .post .post-title{width:100%;padding:0 30px;color:#5e5e5e;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block}#latest-news .section-content .post .post-title:hover{color:#f1d204;text-decoration:none}#latest-news .section-content .post .post-entry{margin:40px 0 55px;padding:0 30px;line-height:26px;color:#8c9597;font-size:16px}#latest-news .section-content .post .post-button{line-height:26px;padding:0 30px;font-size:16px;font-family:Lato;color:#f1d204;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-left:10px}#latest-news .section-content .post .post-button:focus,#latest-news .section-content .post .post-button:hover{text-decoration:none;color:#6a4d8a}#latest-news .section-content .post .post-button:active,.illdy_home_parallax h3{color:#545454}.top-parallax-section div,.top-parallax-section h1,.top-parallax-section p{color:#fff}#latest-news .section-content .post .post-button .fa{margin-right:10px}#latest-news .latest-news-button,a.button{width:auto;height:45px;line-height:45px;background:#f1d204;margin-bottom:50px;padding:0 35px;display:inline-block;font-weight:700;font-size:16px;color:#f7f7f7;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-family:Lato}#latest-news .latest-news-button:hover,a.button:hover{text-decoration:none;opacity:.9;color:#fff}.right-button{margin-left:15px}#latest-news .latest-news-button .fa{margin-right:12px}#counter{width:100%;padding:55px 0;position:relative;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center}#counter .col-sm-4{border-right:1px solid #fff}#counter .col-sm-4:last-child{border-right:none}#counter .counter-overlay{width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;display:none}#counter .counter-description,#counter .counter-number{display:block;color:#fff;font-family:Poppins;font-weight:700;width:100%}#counter .counter-number{margin-bottom:10px;font-size:65px;line-height:70px}#counter .counter-description{line-height:24px;font-size:20px;text-transform:uppercase}#counter .widget_illdy_counter{margin-top:40px}#counter .widget_illdy_counter:nth-child(1),#counter .widget_illdy_counter:nth-child(2),#counter .widget_illdy_counter:nth-child(3){margin-top:0}#team{width:100%;padding:80px 0 100px}#team .section-header{width:100%;margin-bottom:85px}#team .section-content,#team .section-content .person{width:100%}#team .section-content .person .person-image{width:125px;margin-right:25px;float:left}#team .section-content .person .person-image img{max-width:100%;height:auto;border-radius:50%}#team .section-content .person .person-content{text-align:left;width:calc(100% - 150px);float:right}#team .section-content .person .person-content h6{width:100%;margin:12px 0 5px;color:#5e5e5e}#team .section-content .person .person-content p{width:100%;margin:0 0 10px;color:#8c9597;line-height:20px}#team .section-content .person .person-content p.person-position{margin:0 0 20px;line-height:26px}#team .section-content .person .person-content .person-content-social{width:100%;margin:0;padding:0;list-style-type:none}#team .section-content .person .person-content .person-content-social li{margin-left:10px;float:left}#team .section-content .person .person-content .person-content-social li:first-child{margin-left:0}#team .section-content .person .person-content .person-content-social li a{width:25px;height:25px;line-height:25px;display:inline-block;border-radius:50%;font-size:13px;color:#fff;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border:1px solid}#team .section-content .person .person-content .person-content-social li a:hover{opacity:.9}#team .widget_illdy_person{margin-top:40px}#team .widget_illdy_person:nth-child(1),#team .widget_illdy_person:nth-child(2),#team .widget_illdy_person:nth-child(3){margin-top:0}#contact-us label{width:100%!important}#contact-us{width:100%;background-color:#FFF;padding:40px 0 50px;text-align:center}#contact-us .section-header{width:100%;margin-bottom:80px}#contact-us .section-content{width:100%}#contact-us .section-content .contact-us-box{width:100%;display:inline-block;text-align:left}#contact-us .section-content .contact-us-box .box-left{width:auto;margin:0;padding:0 20px 0 0;border-right:1px solid #e1e1e1;display:table-cell;font-weight:400;font-size:16px;color:#f1d204;font-family:Lato;line-height:26px}#contact-us .section-content .contact-us-box .box-right{width:auto;margin:0;padding:0 0 0 20px;display:table-cell}#contact-us .section-content .contact-us-box .box-right span{width:100%;display:block;line-height:1.6;font-size:16px;color:#8c9597;font-family:Lato}#contact-us .section-content .contact-us-box .box-right span a{color:#8c9597;text-decoration:none}#contact-us .section-content .contact-us-box .box-right span a:hover{text-decoration:underline}#contact-us .section-content .contact-us-social{width:100%;text-align:right}#contact-us .section-content .contact-us-social a{margin-left:15px;font-size:15px;color:#8c9597;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#contact-us .section-content .contact-us-social a:hover{color:#333}#contact-us .section-content .contact-us-social a:first-child{margin-left:0}#contact-us .section-content .wpcf7-form{width:100%;text-align:left}#contact-us .section-content .wpcf7-form p span{width:100%;display:block}#contact-us .section-content .wpcf7-form p span.wpcf7-not-valid-tip{font-weight:400}#contact-us .section-content .wpcf7-form p:nth-of-type(1),#contact-us .section-content .wpcf7-form p:nth-of-type(2),#contact-us .section-content .wpcf7-form p:nth-of-type(3){width:33.33333333%;margin:0;position:relative;min-height:1px;display:block;float:left}#contact-us .section-content .wpcf7-form p:nth-of-type(1){padding-right:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(2){padding-right:15px;padding-left:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(3){padding-left:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(4){width:100%;margin:26px 0 0;padding:0;display:block;clear:both}#contact-us .section-content .wpcf7-form p:nth-of-type(5){margin:0;padding:0;display:block;float:right;width:auto}#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng{color:#fff}#contact-us .section-content .wpcf7-form p .wpcf7-text,#contact-us .section-content .wpcf7-form p .wpcf7-textarea{width:100%;background-color:#fcfcfc;border:1px solid #e1e1e1;display:block;font-weight:400;font-family:Lato,sans-serif;color:#8c9597;font-size:16px;outline:0}#contact-us .section-content .wpcf7-form .wpcf7-response-output{margin-top:40px!important;float:left}#contact-us div.wpcf7 img.ajax-loader{margin-top:50px;margin-right:10px}#contact-us .section-content .wpcf7-form p .wpcf7-text{height:35px;padding:0 20px;line-height:25px}#contact-us .section-content .wpcf7-form p .wpcf7-text::-webkit-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text::-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text:-ms-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text:-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea{height:217px;margin:0;padding:10px 20px;resize:none}#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-webkit-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-ms-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-submit{width:auto;height:44px;margin:40px 0 0;padding:0 60px;border:none;border-radius:5px;display:inline-block;font-weight:700;color:#fff;background-color:#f1d204;float:right;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;outline:0;font-family:Lato;font-size:16px;text-transform:initial}#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover{opacity:.9}#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{margin:0;padding:10px 20px;float:left;border-color:#f3c3c3}.wpcf7 label{font-size:16px;line-height:26px;font-weight:400;font-family:Lato}#footer{width:100%;background-color:#292825;padding:40px 0 0}#footer .bottom-footer{margin-top:50px;padding:30px 0;text-align:center;background-color:#242320}#footer .footer-logo{width:100%;margin-bottom:20px;display:block;text-align:right}#footer .footer-logo img{max-width:100%;height:auto}#footer .copyright{width:100%;line-height:1.2;color:#8c9597;margin-bottom:0;font-size:15px}#footer .bottom-copyright{color:#fff}#footer .copyright a{color:#8c9597;text-decoration:none}#footer .copyright a:hover{text-decoration:underline}#footer .widget .widget-title{margin:0 0 20px;padding:0;color:#fff}#footer .widget .widget-title h5,#footer .widget .widget-title h5 a{color:#fff}#footer .widget .widget-title:before{display:none}#footer .widget .widget-title h3{line-height:1.15;color:#fff;font-size:20px;font-family:Lato;text-transform:initial}#footer .widget table#wp-calendar tbody tr td a{width:calc(100% + 8px);height:calc(100% + 8px);left:-4px;top:-4px}.widget_rss cite{color:#545454}#footer .widget_rss cite{color:#fff}.recentcomments>a{color:#f1d204}.recentcomments a:hover{color:#6a4d8a}#footer .widget ul li:last-child{margin-bottom:0}#footer .widget table thead th{color:#fff;font-weight:400}#footer .widget table tbody tr td:not(.pad){color:#eee;padding:0;border:3px solid #363636;background-color:transparent;line-height:24px}#blog{width:100%;padding:50px 0 40px}#blog .blog-post{width:100%;margin-bottom:100px}#blog .blog-post .blog-post-title{width:100%;margin-top:0;margin-bottom:10px;line-height:1.4;font-weight:700;font-size:25px;color:#333;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block}#blog .blog-post .blog-post-title:hover{text-decoration:none;color:#f1d204}#blog .blog-post h2.blog-post-title:hover{color:#333!important}#blog .blog-post .blog-post-image{width:100%;margin-bottom:10px;text-align:center}#blog .blog-post .blog-post-image img{width:100%;max-width:100%;height:auto}#blog .blog-post .blog-post-meta{width:100%;margin-bottom:10px;line-height:2.428;font-size:14px}#blog .blog-post .blog-post-meta .post-meta-author{color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-author .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-categories,#blog .blog-post .blog-post-meta .post-meta-time{margin-left:20px;color:#888}#blog .blog-post .blog-post-meta .post-meta-categories a{color:#888}#blog .blog-post .blog-post-meta .post-meta-categories .fa,#blog .blog-post .blog-post-meta .post-meta-time .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-comments{margin-left:40px;color:#888}#blog .blog-post .blog-post-meta .post-meta-comments .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-comments a{color:#888}#blog .blog-post .blog-post-entry{width:100%;margin-bottom:40px}#blog .blog-post .blog-post-button{height:45px;line-height:45px;background-color:#f1d204;padding:0 30px;display:inline-block;border-radius:3px;font-weight:700;font-size:16px;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#blog .blog-post .blog-post-button:hover{text-decoration:none;opacity:.9}#blog .blog-post .blog-post-tags{width:100%;margin-bottom:40px;padding:0;list-style-type:none}#blog .blog-post .blog-post-tags li{margin:0;display:inline-block;color:#888}#blog .blog-post .blog-post-tags li a{color:#888}#blog .blog-post .social-links-list{width:100%;margin:0 0 55px;padding:0;list-style-type:none}#blog .blog-post .social-links-list li{margin-left:30px;float:left}#blog .blog-post .social-links-list li.links-list-title{margin-left:0;line-height:34px;font-weight:700;color:#333;text-transform:uppercase}#blog .blog-post .social-links-list li[data-customizer=twitter] a{background-color:#2a7dca}#blog .blog-post .social-links-list li[data-customizer=facebook] a{background-color:#06bef4}#blog .blog-post .social-links-list li[data-customizer=linkedin] a{background-color:#0077b5}#blog .blog-post .social-links-list li a{width:34px;height:34px;line-height:34px;display:block;border-radius:50%;color:#fff;font-size:17px;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#blog .blog-post .social-links-list li a:hover{opacity:.9}#blog .blog-post .blog-post-author{width:100%;background:#f9f9f9;margin-bottom:45px;padding:20px 40px}#blog .blog-post .blog-post-author .avatar{margin-right:30px;border-radius:50%;float:left}#blog .blog-post .blog-post-author h4{line-height:1.7;margin:10px 0 0;display:inline-block;font-size:20px;color:#f1d204}#comments #respond .comment-form .comment-notes,.navigation .screen-reader-text{display:none}#blog .blog-post .blog-post-author p{line-height:1.6;color:#888}#blog .nav-links{width:100%}#blog .nav-links .page-numbers{width:34px;height:34px;line-height:32px;display:inline-block;color:#000;text-align:center}#blog .nav-links .page-numbers.current,#blog .nav-links .page-numbers:hover{text-decoration:none;border:1px solid #000}#sidebar{width:90%;margin:50px 0 40px;padding-left:10%;border-left:1px solid #ebebeb}.page-template-left-sidebar #sidebar{padding-right:10%;padding-left:0;border-right:1px solid #ebebeb;border-left:none}.widget table tbody tr td:last-child,.widget table thead th:last-child{border-right:none}.widget{width:100%;margin-bottom:75px}.widget:last-child{margin-bottom:0}.widget .widget-title{width:100%;margin-bottom:20px;position:relative}.widget .widget-title h5,.widget ul{margin:0;padding:0}.widget img{max-width:100%;height:auto}.widget ul{list-style-type:none}.widget ul.children li,.widget ul.sub-menu li{padding-bottom:0;border-bottom:none}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li{width:100%;padding-left:20px;position:relative;line-height:38px}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before{content:"\f105";font-family:FontAwesome;color:#8c979e;position:absolute;left:0;line-height:38px}.widget ul li a,.widget_recent_comments .recentcomments .comment-author-link{line-height:33px}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover:before{color:#6a4d8a}.widget ul li a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.widget.widget_recent_comments ul li a:hover,.widget:not(.widget_recent_comments) ul li:hover>a{text-decoration:none;color:#6a4d8a}.widget .screen-reader-text,.widget select,.widget table{width:100%}.widget #wp-calendar{position:relative}.widget table caption{color:#fff;font-weight:700;font-size:20px;line-height:24px;font-family:Poppins;width:100%;background-color:#f1d204;text-align:center;margin-bottom:30px}.widget table thead{color:#888}.widget table thead th{padding-bottom:5px;text-align:center;color:#333}.widget table tbody{color:#8c9597;text-align:center;font-size:14px;font-weight:400}.widget table tfoot #next,.widget_archive ul li,.widget_categories ul li{text-align:right}.widget table tbody tr:last-child{border-bottom:none}.widget table tbody tr td:not(.pad){padding:4px;background-color:#f6f6f6;position:relative}.widget table#wp-calendar tbody tr td a{display:block;background-color:#f1d204;position:absolute;width:100%;height:100%;top:0;left:0;padding:4px;text-decoration:none;color:#fff}.widget table#wp-calendar tbody tr td a:hover{background-color:#6a4d8a}.widget table tfoot{font-size:16px;color:#FFF;position:absolute;top:-1px;left:0;width:100%}.widget table a{text-decoration:underline}.widget table tfoot tr{height:32px}.widget table a:hover{text-decoration:none}.widget table td#next,.widget table td#prev{position:absolute;top:0}.widget table td#prev{left:10px}.widget table td#next{right:10px}.widget table td#next a,.widget table td#prev a{color:#f1d204;display:block;width:10px;overflow:hidden;height:40px;line-height:40px}.widget table td#next a:before,.widget table td#prev a:before{font-family:FontAwesome;color:#fff;display:inline-block;font-size:16px;vertical-align:top}.widget table td#prev a:before{content:"\f104"}.widget table td#next a:before{content:"\f105"}.widget table td#next a:focus:before,.widget table td#next a:hover:before,.widget table td#prev a:focus:before,.widget table td#prev a:hover:before{color:#6a4d8a}.widget .search-form{width:100%}.widget .search-form .search-form-box{width:100%;position:relative}.widget .search-form .search-form-box:after{content:"\f002";position:absolute;right:20px;top:5px;color:#a9afb1;font-family:FontAwesome;font-size:15px}.widget .search-form .search-form-box #s{padding-right:40px;background-color:transparent;border-radius:5px}.widget .search-form .search-form-box #searchsubmit{height:37px;line-height:37px;background:0 0;margin-right:10px;padding:0;border:none;font-family:FontAwesome;color:#000;float:left}.widget .search-form .search-form-box #s::-webkit-input-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s::-moz-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s:-ms-input-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s:-moz-placeholder{color:#a9afb1}.widget .widget-recent-post{width:100%;margin-bottom:37px}.widget .widget-recent-post:last-of-type{margin-bottom:0}.widget .widget-recent-post .recent-post-image{width:70px;margin-right:22px;float:left}.widget .widget-recent-post .recent-post-image img{max-width:100%;height:auto;border-radius:50%}.widget .widget-recent-post .recent-post-title,.widget.widget_recent_entries ul li a{width:100%;line-height:20px;font-size:16px;display:block;font-weight:400}.widget.widget_recent_entries ul li{margin-bottom:35px}.widget .widget-recent-post .recent-post-button{width:100%;line-height:1.466;color:#f1d204;text-transform:lowercase}.widget table#wp-calendar{border-spacing:4px;border-collapse:separate}.widget ul li a.rsswidget{display:block;font-size:20px;font-weight:700;font-family:Poppins;line-height:24px}.widget_tag_cloud .tagcloud a{font-size:16px!important;line-height:26px;font-weight:400}.widget_tag_cloud .tagcloud a:after{display:inline-block;content:"/";color:#8c9597;margin-left:5px}footer .widget ul li a.rsswidget{color:#fff}.widget_rss ul li{padding:0;margin-bottom:40px}.post-date,span.rss-date{font-size:12px;font-weight:400;font-family:Lato;line-height:24px;display:block}.post-date:before,span.rss-date:before{content:"\f017";font-family:FontAwesome;color:#f1d204;display:inline-block;margin-right:5px}.widget_archive ul li a,.widget_categories ul li a{float:left;clear:left;line-height:38px}.widget_archive ul li:after,.widget_categories ul li:after{content:"";display:block;clear:both}.widget_archive ul li:hover,.widget_categories ul li:hover{color:#6a4d8a}.markup-format h1,.markup-format h2,.markup-format h3,.markup-format h4,.markup-format h5,.markup-format h6,.markup-format p{margin:30px 0}.markup-format a{color:#e2c504;text-decoration:underline}.markup-format a:hover{text-decoration:none}.markup-format img{max-width:100%!important;height:auto}.markup-format img.alignright{float:right;margin:0 0 1em 1em}.markup-format img.alignleft{float:left;margin:0 1em 1em 0}.markup-format .aligncenter,.markup-format img.aligncenter{margin-left:auto;margin-right:auto;display:block}.markup-format .alignright{float:right}.markup-format .alignleft{float:left}.markup-format .wp-caption{max-width:100%;height:auto}.markup-format .post-password-form{width:100%}.markup-format .post-password-form label{float:left}.markup-format .post-password-form input[type=submit]{height:40px;margin:0}.markup-format .gallery-item{width:25%;padding:10px;float:left}.markup-format .gallery-columns-1 .gallery-item{width:100%}.markup-format .gallery-columns-2 .gallery-item{width:50%}.markup-format .gallery-columns-3 .gallery-item{width:33.33%}.markup-format .link-pages{width:100%;margin-bottom:40px;float:left}.markup-format iframe{max-width:100%}.markup-format blockquote,.markup-format q{margin:0;padding:0;line-height:50px;font-size:30px;color:#888;border-left:none}.markup-format ol li ol,.markup-format ul li ul{padding-left:20px}.markup-format blockquote:after,.markup-format blockquote:before{content:"\""}.markup-format cite{font-style:normal;font-size:14px;color:#888}.markup-format blockquote p{margin:0}.markup-format ul,.markup-format ul li{list-style-position:inside;list-style-type:disc}.markup-format ol,.markup-format ol li{list-style-position:inside;list-style-type:decimal}.markup-format table{width:100%}.markup-format table caption{color:#888;margin-bottom:10px;font-weight:700}.markup-format table thead{color:#888}.markup-format table thead th{padding-bottom:5px;border-right:1px solid #eee;border-bottom:1px solid #eee;text-align:center}.markup-format table thead th:last-child{border-right:none}.markup-format table tbody{color:#888;text-align:center;font-size:12px;font-weight:300}.markup-format table tbody a{font-weight:700}.markup-format table tbody tr{border-bottom:1px solid #eee}.markup-format table tbody tr:last-child{border-bottom:none}.markup-format table tbody tr td{border-right:1px solid #eee;padding:7px}.markup-format table td#next,.markup-format table td#prev{padding-top:10px}.markup-format table tbody tr td:last-child{border-right:none}.markup-format table tfoot{font-size:14px;color:#888}.markup-format table tfoot #next{text-align:right}.markup-format table a{color:#888;text-decoration:underline}.markup-format table a:hover{text-decoration:none}.markup-format table td#prev a{color:#888}.markup-format table td#next a{color:#888}.blog-post-related-articles{width:100%;margin-bottom:50px}.blog-post-related-articles .related-article-title{width:100%;margin-bottom:20px;font-weight:700;color:#333;text-transform:uppercase;line-height:1.6}.blog-post-related-articles .related-post{width:100%;height:203px;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;display:block;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.blog-post-related-articles .related-post:hover .related-post-title{color:#f1d204;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.blog-post-related-articles .related-post .related-post-title{width:100%;background-color:rgba(0,0,0,.5);padding:15px 20px;position:absolute;bottom:0;left:0;color:#fff;line-height:1.6;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#comments #comments-list h3.medium,#comments #respond #reply-title{line-height:1.5;font-weight:700;font-size:17px;text-transform:uppercase;width:100%}#comments{width:100%}#comments #comments-list{width:100%;margin-bottom:50px}#comments #comments-list h3.medium{margin:0 0 15px;color:#333}#comments #comments-list ul.comments{width:100%;margin:0;padding:0;list-style-type:none}#comments #comments-list ul.comments .comment{width:100%}#comments #comments-list ul.comments .comment>div{margin-bottom:30px}#comments #comments-list ul.comments .comment .comment-gravatar{width:100%}#comments #comments-list ul.comments .comment .comment-gravatar img{max-width:100%;height:auto}#comments #comments-list ul.comments .comment .url{color:#f1d204}#comments #comments-list ul.comments .comment .comment-entry p{margin:15px 0;color:#8C9597}#comments #comments-list ul.comments .comment .comment-reply-link{color:#f1d204}#comments #comments-list ul.comments .comment ul.children{width:100%;margin:0;padding:0 0 0 40px;list-style-type:none}#comments #respond,#comments #respond .comment-form{width:100%}#comments #respond #reply-title{margin:0 0 15px;color:#333}#comments #respond .comment-form .input-full{width:100%;margin:0 0 30px}#comments #respond .comment-form textarea{height:125px;margin-bottom:30px;padding:10px}#comments #respond .comment-form textarea::-webkit-input-placeholder{color:#8c9597}#comments #respond .comment-form textarea::-moz-placeholder{color:#8c9597}#comments #respond .comment-form textarea:-ms-input-placeholder{color:#8c9597}#comments #respond .comment-form textarea:-moz-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full::-webkit-input-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full::-moz-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full:-ms-input-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full:-moz-placeholder{color:#8c9597}input,textarea{width:100%;padding:5px 10px;border:1px solid #d7d7d7;outline:0;font-family:Lato,sans-serif;font-weight:400;color:#8c9597;resize:none;display:block;font-size:16px;line-height:26px;background-color:transparent}input:focus,input:hover,textarea:focus,textarea:hover{border-color:#6a4d8a}#comments #respond .comment-form #input-submit,input[type=submit]{width:auto;height:36px;background-color:#f1d204;padding:0 40px;display:inline-block;border:0;font-family:Lato,sans-serif;font-weight:700;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px}#blog .blog-post .blog-post-button:hover,#comments #respond .comment-form #input-submit:hover,#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover,#header .bottom-header .header-button-two:hover,#latest-news .latest-news-button:hover,a.button:hover,input[type=submit]:hover{background-color:#6a4d8a}.bottom-header h2{color:#fff}#comments #respond .comment-form #input-submit:hover{opacity:.9}.widget .search-form .search-form-box #searchsubmit{display:none}.align-children{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:row;-webkit-flex-direction:row}.top-parallax-section{overflow:hidden;padding:96px 0}.mb32,p.mb32{margin-bottom:32px}.illdy_home_parallax .row{margin:0}.bg-secondary{background:#f5f5f5}.border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.illdy_home_parallax .cast-shadow.img-responsive{display:inline-block}.illdy_home_parallax .fullscreen{height:100vh}.illdy_home_parallax .fullscreen .align-transform{position:relative;transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);top:50%;z-index:2}#full-width .widget.illdy_home_parallax,#full-width .widget.illdy_home_parallax a.button{margin-bottom:0}.illdy-customizer-preview .parallax-mirror{z-index:0!important}@media only screen and (max-width:1024px){#header{background-attachment:initial!important}}@media only screen and (max-width:992px){#header .top-header .header-navigation{display:none}.open-responsive-menu{height:100%;background:0 0;padding:26px 0;border:none;outline:0;display:block;float:right}.open-responsive-menu .fa{font-size:22px;color:#fff}.responsive-menu{width:100%;background-color:#fff;margin-top:20px;display:none}.responsive-menu ul{width:100%;margin:0;padding:0}.responsive-menu ul li{width:100%}.responsive-menu ul li a{width:100%;padding:15px;display:block;border-bottom:1px solid #e4e4e4;color:#000;text-align:center}.responsive-menu ul li.menu-item-has-children a{border-bottom:0 none}.responsive-menu ul li.menu-item-has-children{border-bottom:1px solid #e4e4e4}.header-front-page nav ul.sub-menu li a{border-bottom:0 none;padding:10px;color:#fff}.header-front-page nav ul.sub-menu{background-color:#f1d204}.responsive-menu.active{display:block}#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{margin-top:10px;margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:800px){#team .section-content .person .person-image{float:none;margin-right:auto;margin-left:auto}#team .section-content .person .person-content{float:none;width:100%}.row.blog-carousel.owl-carousel{margin:0}}@media only screen and (max-width:767px){#contact-us .section-content .contact-us-social,#footer .footer-logo{text-align:left}#header .top-header .header-logo img{max-width:320px}#header .bottom-header h2{font-size:60px}#about .widget_illdy_skill:nth-child(1){margin-top:0}#about .widget_illdy_skill:nth-child(2),#about .widget_illdy_skill:nth-child(3){margin-top:66px}#services .widget_illdy_service:nth-child(1){margin-top:0}#services .widget_illdy_service:nth-child(2),#services .widget_illdy_service:nth-child(3){margin-top:40px}#counter .col-sm-4{border-right:none}#counter .widget_illdy_counter:nth-child(1){margin-top:0}#counter .widget_illdy_counter:nth-child(2),#counter .widget_illdy_counter:nth-child(3){margin-top:40px}#team .widget_illdy_person:nth-child(1){margin-top:0}#contact-us .section-content .col-sm-3,#contact-us .section-content .col-sm-5,#team .widget_illdy_person:nth-child(2),#team .widget_illdy_person:nth-child(3){margin-top:40px}#contact-us .section-content .contact-us-box .box-left{width:50%}#contact-us .section-content .wpcf7-form p:nth-of-type(1){margin-top:0}#contact-us .section-content .wpcf7-form p:nth-of-type(1),#contact-us .section-content .wpcf7-form p:nth-of-type(2),#contact-us .section-content .wpcf7-form p:nth-of-type(3){width:100%;margin:26px 0 0;padding:0}#footer .col-sm-3{margin-top:40px}#footer .col-sm-3:first-child,#sidebar{margin-top:0}#sidebar{width:100%;padding-left:0;border-left:none}.blog-post-related-articles .related-post{margin:40px 0}#comments #comments-list ul.comments .comment .comment-gravatar{margin-bottom:20px}#blog{padding-bottom:0}.row.blog-carousel.owl-carousel{margin:0}}@media only screen and (max-width:320px){#team .section-content .person .person-image{width:100%;margin-right:0;margin-bottom:20px}#team .section-content .person .person-content{text-align:center}#team .section-content .person .person-content .person-content-social li{display:inline-block;float:none}}@media screen and (max-width:768px){body #header .bottom-header{padding-top:70px;padding-bottom:70px}body #header .bottom-header h1{line-height:54px;font-size:50px}body #header .bottom-header .section-description{margin-bottom:0}}@media screen and (max-width:500px){body #header .bottom-header h1{line-height:44px;font-size:40px}body #header .bottom-header .section-description h5{font-size:18px;line-height:24px}body #header .bottom-header{padding-bottom:50px}}.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:left}.gallery:after{content:"";display:block;clear:both}.inline-columns{text-align:center}.inline-columns>div{display:inline-block;float:none;vertical-align:top}#contact-us .section-content .wpcf7-form p .wpcf7-text:focus,#contact-us .section-content .wpcf7-form p .wpcf7-text:hover,#contact-us .section-content .wpcf7-form p .wpcf7-textarea:focus,#contact-us .section-content .wpcf7-form p .wpcf7-textarea:hover,.wpcf7-form p .wpcf7-form-control:focus,.wpcf7-form p .wpcf7-form-control:hover{border-color:#d2c9dc}#contact-us .section-content .wpcf7-form p .wpcf7-text.wpcf7-not-valid,#contact-us .section-content .wpcf7-form p .wpcf7-textarea.wpcf7-not-valid,.wpcf7-form p .wpcf7-form-control.wpcf7-not-valid{border-color:#f3c3c3}#latest-news{background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#about:before,#counter:before,#full-width:before,#projects:before,#services:before,#team:before,#testimonials:before{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:-101}.pace-overlay{z-index:5}header#header{position:relative}.illdy-jumbotron-background,.illdy-jumbotron-background #wp-custom-header{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#header .bottom-header,#header .top-header,.responsive-menu{position:relative;z-index:2}.illdy-slider .illdy-slide{width:100%;height:100%;background-size:cover;background-position:center}.illdy-slider .owl-item,.illdy-slider .owl-stage,.illdy-slider .owl-stage-outer{height:100%}.illdy-slider-navigation{position:absolute;top:50%;left:0;width:100%;z-index:3}.illdy-slider-navigation .illdy-navigation-button{width:50px;height:50px;text-align:center;position:absolute;font-size:20px;line-height:50px;top:-50%;background:rgba(255,255,255,.4)}.illdy-slider-navigation .illdy-navigation-button:hover{background:rgba(255,255,255,1);color:#545454}.illdy-slider-navigation .illdy-navigation-button#prev{left:0}.illdy-slider-navigation .illdy-navigation-button#next{right:0}.illdy-jumbotron-background #wp-custom-header iframe,.illdy-jumbotron-background #wp-custom-header video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;-ms-transform:none;-moz-transform:none;-webkit-transform:none;transform:none;width:100%}.illdy-jumbotron-background #wp-custom-header-video-button{display:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important} \ No newline at end of file +h4,h5{line-height:32px}#header,#projects .project{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}#header .bottom-header h1 span,body,html{word-wrap:break-word}body,html{width:100%;height:100%;display:block}body{line-height:26px;background-color:#fff;font-family:Lato,sans-serif;font-weight:400;font-size:16px;color:#8c9597}h1,h2,h3,h4,h5,h6{font-weight:700;font-family:Poppins}h1{font-size:80px;line-height:84px}h2{font-size:65px;line-height:70px}h3{font-size:35px;line-height:38px}h4{font-size:25px}h5{font-size:23px}h6{font-size:20px;line-height:24px}.front-page-section .section-header .section-description,ol,ul{line-height:26px;font-size:16px;font-weight:400;font-family:Lato}input,textarea{-webkit-appearance:none;border-radius:0}a{color:#8c979e}a:focus,a:hover{color:#6a4d8a;text-decoration:none}.front-page-section{width:100%;text-align:center;position:relative}.front-page-section .section-header{margin-bottom:65px;width:100%}#full-width.width-padding{padding-top:130px}.front-page-section .section-header h3{margin:0 0 5px;color:#545454}.section-description img{max-width:100%}.front-page-section .section-header .section-description{margin-bottom:0;color:#8c9597}#header .bottom-header .section-description ol,#header .bottom-header .section-description ul,.front-page-section .section-header .section-description ol,.front-page-section .section-header .section-description ul{list-style-position:inside}.front-page-section .section-content{width:100%}.no-padding{padding:0}.bypostauthor,.gallery-caption,.sticky,.wp-caption-text{margin:0}.customizer-display-none,.open-responsive-menu,.responsive-menu{display:none}.customizer-display-block{display:block}#header{width:100%;background-position:center;background-size:cover;background-repeat:no-repeat}#header .top-header{width:100%;padding-top:40px}#header .top-header .header-logo{display:block;font-size:60px;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;line-height:75px;font-weight:700}#header .top-header .header-logo:hover{color:#f1d204;text-decoration:none}#header .top-header .header-navigation{float:right}#header .top-header .header-navigation ul{width:100%;margin:0;padding:0;list-style-type:none}#header .top-header .header-navigation>ul{margin-top:20px}#header .top-header .header-navigation ul li{margin-left:40px;line-height:40px;font-weight:700;font-size:14px;color:#fff;position:relative;float:left;font-family:Lato}#header .top-header .header-navigation ul li:first-child{margin-left:0}#header .top-header .header-navigation ul li.menu-item-has-children a{padding-right:16px;position:relative;margin-bottom:20px;display:inline-block}#header .top-header .header-navigation ul li.menu-item-has-children a:after{content:"\f107";font-family:FontAwesome;font-size:16px;position:absolute;top:0;right:0}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{width:200px;margin:-5px 0 0;padding:0;position:absolute;left:50%;display:none;z-index:10;background-color:#fff;-webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.32);-moz-box-shadow:0 0 20px 2px rgba(0,0,0,.32);box-shadow:0 0 20px 2px rgba(0,0,0,.32);transform:translateX(-50%)}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu:before{display:block;content:"";position:absolute;top:-5px;left:50%;margin-left:-3px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;width:0;height:0}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu{transform:translateX(0)}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu:before{display:none}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li{width:100%;margin:0;padding:0;background-color:#fff}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child{padding-top:10px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child{padding-bottom:10px}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a{width:100%;margin:0;padding:0 10px;line-height:40px;font-weight:400;font-size:14px;color:#8c9597;text-transform:none;display:block;font-family:Lato}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:hover>a{color:#f1d204;border-left:3px solid #f1d204;background-color:#f8f8f8}#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after{display:none}#header .top-header .header-navigation ul li a{color:#fff;font-size:16px;line-height:26px}#header .top-header .header-navigation ul li:hover a{color:#ffde00;text-decoration:none}#header .bottom-header{width:100%;padding-top:240px;padding-bottom:280px;text-align:center}#header .bottom-header.blog{padding:130px 0}.error404 #header .bottom-header.blog{padding:60px}.row-404{display:flex;justify-content:space-between;align-items:center}.row-404>div{float:none}.row-404 .error-code{font-size:34px;line-height:52px;color:#545454;font-weight:700}.row-404 .content-404{margin:40px 0 30px}#header .bottom-header.blog p{margin-bottom:0;color:#fff}#header .bottom-header h1{margin:0 0 29px;line-height:84px;font-weight:700;font-size:80px;color:#fff;font-family:Poppins}#header .bottom-header span.span-dot{color:#ffde00}#header .bottom-header .section-description{line-height:26px;margin-bottom:60px;font-size:16px;color:#fff;font-family:Lato;font-weight:400}#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{width:auto;height:63px;margin:0 15px;padding:0 70px;display:inline-block;font-weight:700;min-width:242px;font-size:16px;font-family:Lato;color:#fff}#header .bottom-header .header-button-one{line-height:57px;background:rgba(255,255,255,.2);border:3px solid #fff;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#header .bottom-header .header-button-one:hover{background:rgba(255,255,255,.1);text-decoration:none}#header .bottom-header .header-button-two{line-height:63px;background:#f1d204;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#header .bottom-header .header-button-two:hover{background:rgba(241,210,4,.9);text-decoration:none}#about,#static-page-content{width:100%;padding:65px 0 85px;text-align:center}#static-page-content{background:#fff}#about .section-header{margin-bottom:110px}#about .section-header h3{margin-bottom:55px}#about .skill{width:100%}#about .skill .skill-top{width:100%;margin-bottom:25px}#about .skill .skill-top .skill-progress-bar{width:100%;height:2px;background-color:#ebebeb;position:relative}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value{height:4px;position:absolute;top:-1px;left:0}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-circle{content:"";width:9px;height:9px;position:absolute;top:-2.5px;right:0;border-radius:50%}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top{content:"";width:64px;height:29px;line-height:26px;background-color:#000;position:absolute;top:-45px;right:-28px;border-radius:3px;font-weight:400;font-size:16px;color:#fff;font-family:Lato}#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top .ui-progressbar-value-triangle{width:0;height:0;margin-right:auto;margin-left:auto;border-style:solid;border-width:5px 4.5px 0;line-height:0;position:absolute;right:0;bottom:-5px;left:0}#about .skill .skill-bottom{width:100%;text-align:left}#counter,#latest-news,#projects,#services,#team,#testimonials,#testimonials .section-content .testimonials-carousel .carousel-testimonial{text-align:center}#about .skill .skill-bottom span{margin-left:8px;line-height:26px;font-size:16px;font-family:Lato}#about .widget_illdy_skill{margin-top:106px}#about .widget_illdy_skill:nth-child(1),#about .widget_illdy_skill:nth-child(2),#about .widget_illdy_skill:nth-child(3){margin-top:0}#projects{width:100%;padding:65px 0 0}#projects .container-fluid{max-width:1920px}#projects .section-header{margin-bottom:65px}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image,#testimonials .section-header{width:100%;margin-bottom:40px}#projects .project{width:100%;height:200px;display:block;position:relative;background-size:cover}#projects .project.no-url{pointer-events:none}#projects .project:hover .project-overlay{opacity:.3}#projects .project .project-overlay{width:100%;height:100%;background-color:#fff;opacity:0;position:absolute;top:0;left:0;z-index:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#testimonials{width:100%;padding:50px 0 30px;position:relative;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-attachment:fixed;background-position:center center}#testimonials .section-header h3{color:#fff}#testimonials .section-content,#testimonials .section-content .testimonials-carousel{width:100%}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image img{width:127px;height:127px;display:inline;border-radius:50%}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content{width:100%;background-color:#6a4d8a;margin-bottom:48px;padding:50px 35px 25px;position:relative}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote{line-height:26px;margin:0;padding:0;border-left:none;color:#fff;font-size:16px;font-family:Lato;font-weight:400}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after{content:"";width:0;height:0;margin-right:auto;margin-left:auto;border-style:solid;border-width:19px 18px 0;border-color:#6a4d8a transparent transparent;position:absolute;right:0;bottom:-19px;left:0}#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-meta{width:100%;color:#fff;font-family:Poppins}#testimonials .section-content .testimonials-carousel .owl-controls{width:100%;margin-top:20px}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots{width:100%}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot{width:10px;height:10px;background-color:#fff;margin:0 7.5px;display:inline-block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:50%}#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot.active,#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot:hover{background:0 0;border:1px solid #fff}#services{width:100%;padding:65px 0 75px}#services .section-header{width:100%;margin-bottom:65px}#services .section-content,#services .section-content .service{width:100%}#services .section-content .service .service-icon{width:100%;margin-bottom:10px;font-size:35px}#services .section-content .service .service-icon .fa{display:block}#services .section-content .service .service-title{width:100%;margin-bottom:20px}#services .section-content .service .service-entry{width:100%;line-height:26px;color:#8c9597;font-size:16px;font-family:Lato;font-weight:400}#services .widget_illdy_service{margin-top:40px}#services .widget_illdy_service:nth-child(1),#services .widget_illdy_service:nth-child(2),#services .widget_illdy_service:nth-child(3){margin-top:0}#latest-news{width:100%;background-color:#222f36;padding:75px 0 85px}#latest-news .section-header h3,#latest-news .section-header p{color:#fff}#latest-news .section-header{margin-bottom:55px}#latest-news .section-content{width:100%}#latest-news .section-content .post{width:100%;background-color:#fff;padding-bottom:40px;text-align:left;min-height:547px}#latest-news .illdy-blog-post{margin-top:30px;min-height:540px}#latest-news .owl-item .illdy-blog-post{width:100%}#latest-news .owl-next,#latest-news .owl-prev{position:absolute;top:50%;font-size:50px;color:#fff;transform:translateY(-50%)}#latest-news .owl-prev{left:-15px}#latest-news .owl-next{right:-15px}#latest-news .section-content .post .post-image{width:100%;height:213px;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:37px}#latest-news .illdy-blog-post h5{margin:0}#latest-news .section-content .post .post-title{width:100%;padding:0 30px;color:#5e5e5e;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block}#latest-news .section-content .post .post-title:hover{color:#f1d204;text-decoration:none}#latest-news .section-content .post .post-entry{margin:40px 0 55px;padding:0 30px;line-height:26px;color:#8c9597;font-size:16px}#latest-news .section-content .post .post-button{line-height:26px;padding:0 30px;font-size:16px;font-family:Lato;color:#f1d204;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-left:10px}#latest-news .section-content .post .post-button:focus,#latest-news .section-content .post .post-button:hover{text-decoration:none;color:#6a4d8a}#latest-news .section-content .post .post-button:active,.illdy_home_parallax h3{color:#545454}.top-parallax-section div,.top-parallax-section h1,.top-parallax-section p{color:#fff}#latest-news .section-content .post .post-button .fa{margin-right:10px}#latest-news .latest-news-button,a.button{width:auto;height:45px;line-height:45px;background:#f1d204;margin-bottom:50px;padding:0 35px;display:inline-block;font-weight:700;font-size:16px;color:#f7f7f7;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-family:Lato}#latest-news .latest-news-button:hover,a.button:hover{text-decoration:none;opacity:.9;color:#fff}.right-button{margin-left:15px}#latest-news .latest-news-button .fa{margin-right:12px}#counter{width:100%;padding:55px 0;position:relative;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center}#counter .col-sm-4{border-right:1px solid #fff}#counter .col-sm-4:last-child{border-right:none}#counter .counter-overlay{width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;display:none}#counter .counter-description,#counter .counter-number{display:block;color:#fff;font-family:Poppins;font-weight:700;width:100%}#counter .counter-number{margin-bottom:10px;font-size:65px;line-height:70px}#counter .counter-description{line-height:24px;font-size:20px;text-transform:uppercase}#counter .widget_illdy_counter{margin-top:40px}#counter .widget_illdy_counter:nth-child(1),#counter .widget_illdy_counter:nth-child(2),#counter .widget_illdy_counter:nth-child(3){margin-top:0}#team{width:100%;padding:80px 0 100px}#team .section-header{width:100%;margin-bottom:85px}#team .section-content,#team .section-content .person{width:100%}#team .section-content .person .person-image{width:125px;margin-right:25px;float:left}#team .section-content .person .person-image img{max-width:100%;height:auto;border-radius:50%}#team .section-content .person .person-content{text-align:left;width:calc(100% - 150px);float:right}#team .section-content .person .person-content h6{width:100%;margin:12px 0 5px;color:#5e5e5e}#team .section-content .person .person-content p{width:100%;margin:0 0 10px;color:#8c9597;line-height:20px}#team .section-content .person .person-content p.person-position{margin:0 0 20px;line-height:26px}#team .section-content .person .person-content .person-content-social{width:100%;margin:0;padding:0;list-style-type:none}#team .section-content .person .person-content .person-content-social li{margin-left:10px;float:left}#team .section-content .person .person-content .person-content-social li:first-child{margin-left:0}#team .section-content .person .person-content .person-content-social li a{width:25px;height:25px;line-height:25px;display:inline-block;border-radius:50%;font-size:13px;color:#fff;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border:1px solid}#team .section-content .person .person-content .person-content-social li a:hover{opacity:.9}#team .widget_illdy_person{margin-top:40px}#team .widget_illdy_person:nth-child(1),#team .widget_illdy_person:nth-child(2),#team .widget_illdy_person:nth-child(3){margin-top:0}#contact-us label{width:100%!important}#contact-us{width:100%;background-color:#FFF;padding:40px 0 50px;text-align:center}#contact-us .section-header{width:100%;margin-bottom:80px}#contact-us .section-content{width:100%}#contact-us .section-content .contact-us-box{width:100%;display:inline-block;text-align:left}#contact-us .section-content .contact-us-box .box-left{width:auto;margin:0;padding:0 20px 0 0;border-right:1px solid #e1e1e1;display:table-cell;font-weight:400;font-size:16px;color:#f1d204;font-family:Lato;line-height:26px}#contact-us .section-content .contact-us-box .box-right{width:auto;margin:0;padding:0 0 0 20px;display:table-cell}#contact-us .section-content .contact-us-box .box-right span{width:100%;display:block;line-height:1.6;font-size:16px;color:#8c9597;font-family:Lato}#contact-us .section-content .contact-us-box .box-right span a{color:#8c9597;text-decoration:none}#contact-us .section-content .contact-us-box .box-right span a:hover{text-decoration:underline}#contact-us .section-content .contact-us-social{width:100%;text-align:right}#contact-us .section-content .contact-us-social a{margin-left:15px;font-size:15px;color:#8c9597;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#contact-us .section-content .contact-us-social a:hover{color:#333}#contact-us .section-content .contact-us-social a:first-child{margin-left:0}#contact-us .section-content .wpcf7-form{width:100%;text-align:left}#contact-us .section-content .wpcf7-form p span{width:100%;display:block}#contact-us .section-content .wpcf7-form p span.wpcf7-not-valid-tip{font-weight:400}#contact-us .section-content .wpcf7-form p:nth-of-type(1),#contact-us .section-content .wpcf7-form p:nth-of-type(2),#contact-us .section-content .wpcf7-form p:nth-of-type(3){width:33.33333333%;margin:0;position:relative;min-height:1px;display:block;float:left}#contact-us .section-content .wpcf7-form p:nth-of-type(1){padding-right:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(2){padding-right:15px;padding-left:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(3){padding-left:15px}#contact-us .section-content .wpcf7-form p:nth-of-type(4){width:100%;margin:26px 0 0;padding:0;display:block;clear:both}#contact-us .section-content .wpcf7-form p:nth-of-type(5){margin:0;padding:0;display:block;float:right;width:auto}#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng{color:#fff}#contact-us .section-content .wpcf7-form p .wpcf7-text,#contact-us .section-content .wpcf7-form p .wpcf7-textarea{width:100%;background-color:#fcfcfc;border:1px solid #e1e1e1;display:block;font-weight:400;font-family:Lato,sans-serif;color:#8c9597;font-size:16px;outline:0}#contact-us .section-content .wpcf7-form .wpcf7-response-output{margin-top:40px!important;float:left}#contact-us div.wpcf7 img.ajax-loader{margin-top:50px;margin-right:10px}#contact-us .section-content .wpcf7-form p .wpcf7-text{height:35px;padding:0 20px;line-height:25px}#contact-us .section-content .wpcf7-form p .wpcf7-text::-webkit-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text::-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text:-ms-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-text:-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea{height:217px;margin:0;padding:10px 20px;resize:none}#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-webkit-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-ms-input-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-moz-placeholder{color:#8c9597}#contact-us .section-content .wpcf7-form p .wpcf7-submit{width:auto;height:44px;margin:40px 0 0;padding:0 60px;border:none;border-radius:5px;display:inline-block;font-weight:700;color:#fff;background-color:#f1d204;float:right;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;outline:0;font-family:Lato;font-size:16px;text-transform:initial}#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover{opacity:.9}#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{margin:0;padding:10px 20px;float:left;border-color:#f3c3c3}.wpcf7 label{font-size:16px;line-height:26px;font-weight:400;font-family:Lato}#footer{width:100%;background-color:#292825;padding:40px 0 0}#footer .bottom-footer{margin-top:50px;padding:30px 0;text-align:center;background-color:#242320}#footer .footer-logo{width:100%;margin-bottom:20px;display:block;text-align:right}#footer .footer-logo img{max-width:100%;height:auto}#footer .copyright{width:100%;line-height:1.2;color:#8c9597;margin-bottom:0;font-size:15px}#footer .bottom-copyright{color:#fff}#footer .copyright a{color:#8c9597;text-decoration:none}#footer .copyright a:hover{text-decoration:underline}#footer .widget .widget-title{margin:0 0 20px;padding:0;color:#fff}#footer .widget .widget-title h5,#footer .widget .widget-title h5 a{color:#fff}#footer .widget .widget-title:before{display:none}#footer .widget .widget-title h3{line-height:1.15;color:#fff;font-size:20px;font-family:Lato;text-transform:initial}#footer .widget table#wp-calendar tbody tr td a{width:calc(100% + 8px);height:calc(100% + 8px);left:-4px;top:-4px}.widget_rss cite{color:#545454}#footer .widget_rss cite{color:#fff}.recentcomments>a{color:#f1d204}.recentcomments a:hover{color:#6a4d8a}#footer .widget ul li:last-child{margin-bottom:0}#footer .widget table thead th{color:#fff;font-weight:400}#footer .widget table tbody tr td:not(.pad){color:#eee;padding:0;border:3px solid #363636;background-color:transparent;line-height:24px}#blog{width:100%;padding:50px 0 40px}#blog .blog-post{width:100%;margin-bottom:100px}#blog .blog-post .blog-post-title{width:100%;margin-top:0;margin-bottom:10px;line-height:1.4;font-weight:700;font-size:25px;color:#333;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block}#blog .blog-post .blog-post-title:hover{text-decoration:none;color:#f1d204}#blog .blog-post h2.blog-post-title:hover{color:#333!important}#blog .blog-post .blog-post-image{width:100%;margin-bottom:10px;text-align:center}#blog .blog-post .blog-post-image img{width:100%;max-width:100%;height:auto}#blog .blog-post .blog-post-meta{width:100%;margin-bottom:10px;line-height:2.428;font-size:14px}#blog .blog-post .blog-post-meta .post-meta-author{color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-author .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-categories,#blog .blog-post .blog-post-meta .post-meta-time{margin-left:20px;color:#888}#blog .blog-post .blog-post-meta .post-meta-categories a{color:#888}#blog .blog-post .blog-post-meta .post-meta-categories .fa,#blog .blog-post .blog-post-meta .post-meta-time .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-comments{margin-left:40px;color:#888}#blog .blog-post .blog-post-meta .post-meta-comments .fa{margin-right:6px;color:#f1d204}#blog .blog-post .blog-post-meta .post-meta-comments a{color:#888}#blog .blog-post .blog-post-entry{width:100%;margin-bottom:40px}#blog .blog-post .blog-post-button{height:45px;line-height:45px;background-color:#f1d204;padding:0 30px;display:inline-block;border-radius:3px;font-weight:700;font-size:16px;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#blog .blog-post .blog-post-button:hover{text-decoration:none;opacity:.9}#blog .blog-post .blog-post-tags{width:100%;margin-bottom:40px;padding:0;list-style-type:none}#blog .blog-post .blog-post-tags li{margin:0;display:inline-block;color:#888}#blog .blog-post .blog-post-tags li a{color:#888}#blog .blog-post .social-links-list{width:100%;margin:0 0 55px;padding:0;list-style-type:none}#blog .blog-post .social-links-list li{margin-left:30px;float:left}#blog .blog-post .social-links-list li.links-list-title{margin-left:0;line-height:34px;font-weight:700;color:#333;text-transform:uppercase}#blog .blog-post .social-links-list li[data-customizer=twitter] a{background-color:#2a7dca}#blog .blog-post .social-links-list li[data-customizer=facebook] a{background-color:#06bef4}#blog .blog-post .social-links-list li[data-customizer=linkedin] a{background-color:#0077b5}#blog .blog-post .social-links-list li a{width:34px;height:34px;line-height:34px;display:block;border-radius:50%;color:#fff;font-size:17px;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#blog .blog-post .social-links-list li a:hover{opacity:.9}#blog .blog-post .blog-post-author{width:100%;background:#f9f9f9;margin-bottom:45px;padding:20px 40px}#blog .blog-post .blog-post-author .avatar{margin-right:30px;border-radius:50%;float:left}#blog .blog-post .blog-post-author h4{line-height:1.7;margin:10px 0 0;display:inline-block;font-size:20px;color:#f1d204}#comments #respond .comment-form .comment-notes,.navigation .screen-reader-text{display:none}#blog .blog-post .blog-post-author p{line-height:1.6;color:#888}#blog .nav-links{width:100%}#blog .nav-links .page-numbers{width:34px;height:34px;line-height:32px;display:inline-block;color:#000;text-align:center}#blog .nav-links .page-numbers.current,#blog .nav-links .page-numbers:hover{text-decoration:none;border:1px solid #000}#sidebar{width:90%;margin:50px 0 40px;padding-left:10%;border-left:1px solid #ebebeb}.page-template-left-sidebar #sidebar{padding-right:10%;padding-left:0;border-right:1px solid #ebebeb;border-left:none}.widget table tbody tr td:last-child,.widget table thead th:last-child{border-right:none}.widget{width:100%;margin-bottom:75px}.widget:last-child{margin-bottom:0}.widget .widget-title{width:100%;margin-bottom:20px;position:relative}.widget .widget-title h5,.widget ul{margin:0;padding:0}.widget img{max-width:100%;height:auto}.widget ul{list-style-type:none}.widget ul.children li,.widget ul.sub-menu li{padding-bottom:0;border-bottom:none}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li{width:100%;padding-left:20px;position:relative;line-height:38px}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before{content:"\f105";font-family:FontAwesome;color:#8c979e;position:absolute;left:0;line-height:38px}.widget ul li a,.widget_recent_comments .recentcomments .comment-author-link{line-height:33px}.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover:before{color:#6a4d8a}.widget ul li a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.widget.widget_recent_comments ul li a:hover,.widget:not(.widget_recent_comments) ul li:hover>a{text-decoration:none;color:#6a4d8a}.widget .screen-reader-text,.widget select,.widget table{width:100%}.widget #wp-calendar{position:relative}.widget table caption{color:#fff;font-weight:700;font-size:20px;line-height:24px;font-family:Poppins;width:100%;background-color:#f1d204;text-align:center;margin-bottom:30px}.widget table thead{color:#888}.widget table thead th{padding-bottom:5px;text-align:center;color:#333}.widget table tbody{color:#8c9597;text-align:center;font-size:14px;font-weight:400}.widget table tfoot #next,.widget_archive ul li,.widget_categories ul li{text-align:right}.widget table tbody tr:last-child{border-bottom:none}.widget table tbody tr td:not(.pad){padding:4px;background-color:#f6f6f6;position:relative}.widget table#wp-calendar tbody tr td a{display:block;background-color:#f1d204;position:absolute;width:100%;height:100%;top:0;left:0;padding:4px;text-decoration:none;color:#fff}.widget table#wp-calendar tbody tr td a:hover{background-color:#6a4d8a}.widget table tfoot{font-size:16px;color:#FFF;position:absolute;top:-1px;left:0;width:100%}.widget table a{text-decoration:underline}.widget table tfoot tr{height:32px}.widget table a:hover{text-decoration:none}.widget table td#next,.widget table td#prev{position:absolute;top:0}.widget table td#prev{left:10px}.widget table td#next{right:10px}.widget table td#next a,.widget table td#prev a{color:#f1d204;display:block;width:10px;overflow:hidden;height:40px;line-height:40px}.widget table td#next a:before,.widget table td#prev a:before{font-family:FontAwesome;color:#fff;display:inline-block;font-size:16px;vertical-align:top}.widget table td#prev a:before{content:"\f104"}.widget table td#next a:before{content:"\f105"}.widget table td#next a:focus:before,.widget table td#next a:hover:before,.widget table td#prev a:focus:before,.widget table td#prev a:hover:before{color:#6a4d8a}.widget .search-form{width:100%}.widget .search-form .search-form-box{width:100%;position:relative}.widget .search-form .search-form-box:after{content:"\f002";position:absolute;right:20px;top:5px;color:#a9afb1;font-family:FontAwesome;font-size:15px}.widget .search-form .search-form-box #s{padding-right:40px;background-color:transparent;border-radius:5px}.widget .search-form .search-form-box #searchsubmit{height:37px;line-height:37px;background:0 0;margin-right:10px;padding:0;border:none;font-family:FontAwesome;color:#000;float:left}.widget .search-form .search-form-box #s::-webkit-input-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s::-moz-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s:-ms-input-placeholder{color:#a9afb1}.widget .search-form .search-form-box #s:-moz-placeholder{color:#a9afb1}.widget .widget-recent-post{width:100%;margin-bottom:37px}.widget .widget-recent-post:last-of-type{margin-bottom:0}.widget .widget-recent-post .recent-post-image{width:70px;margin-right:22px;float:left}.widget .widget-recent-post .recent-post-image img{max-width:100%;height:auto;border-radius:50%}.widget .widget-recent-post .recent-post-title,.widget.widget_recent_entries ul li a{width:100%;line-height:20px;font-size:16px;display:block;font-weight:400}.widget.widget_recent_entries ul li{margin-bottom:35px}.widget .widget-recent-post .recent-post-button{width:100%;line-height:1.466;color:#f1d204;text-transform:lowercase}.widget table#wp-calendar{border-spacing:4px;border-collapse:separate}.widget ul li a.rsswidget{display:block;font-size:20px;font-weight:700;font-family:Poppins;line-height:24px}.widget_tag_cloud .tagcloud a{font-size:16px!important;line-height:26px;font-weight:400}.widget_tag_cloud .tagcloud a:after{display:inline-block;content:"/";color:#8c9597;margin-left:5px}footer .widget ul li a.rsswidget{color:#fff}.widget_rss ul li{padding:0;margin-bottom:40px}.post-date,span.rss-date{font-size:12px;font-weight:400;font-family:Lato;line-height:24px;display:block}.post-date:before,span.rss-date:before{content:"\f017";font-family:FontAwesome;color:#f1d204;display:inline-block;margin-right:5px}.widget_archive ul li a,.widget_categories ul li a{float:left;clear:left;line-height:38px}.widget_archive ul li:after,.widget_categories ul li:after{content:"";display:block;clear:both}.widget_archive ul li:hover,.widget_categories ul li:hover{color:#6a4d8a}.markup-format h1,.markup-format h2,.markup-format h3,.markup-format h4,.markup-format h5,.markup-format h6,.markup-format p{margin:30px 0}.markup-format a{color:#e2c504;text-decoration:underline}.markup-format a:hover{text-decoration:none}.markup-format img{max-width:100%!important;height:auto}.markup-format img.alignright{float:right;margin:0 0 1em 1em}.markup-format img.alignleft{float:left;margin:0 1em 1em 0}.markup-format .aligncenter,.markup-format img.aligncenter{margin-left:auto;margin-right:auto;display:block}.markup-format .alignright{float:right}.markup-format .alignleft{float:left}.markup-format .wp-caption{max-width:100%;height:auto}.markup-format .post-password-form{width:100%}.markup-format .post-password-form label{float:left}.markup-format .post-password-form input[type=submit]{height:40px;margin:0}.markup-format .gallery-item{width:25%;padding:10px;float:left}.markup-format .gallery-columns-1 .gallery-item{width:100%}.markup-format .gallery-columns-2 .gallery-item{width:50%}.markup-format .gallery-columns-3 .gallery-item{width:33.33%}.markup-format .link-pages{width:100%;margin-bottom:40px;float:left}.markup-format iframe{max-width:100%}.markup-format blockquote,.markup-format q{margin:0;padding:0;line-height:50px;font-size:30px;color:#888;border-left:none}.markup-format ol li ol,.markup-format ul li ul{padding-left:20px}.markup-format blockquote:after,.markup-format blockquote:before{content:"\""}.markup-format cite{font-style:normal;font-size:14px;color:#888}.markup-format blockquote p{margin:0}.markup-format ul,.markup-format ul li{list-style-position:inside;list-style-type:disc}.markup-format ol,.markup-format ol li{list-style-position:inside;list-style-type:decimal}.markup-format table{width:100%}.markup-format table caption{color:#888;margin-bottom:10px;font-weight:700}.markup-format table thead{color:#888}.markup-format table thead th{padding-bottom:5px;border-right:1px solid #eee;border-bottom:1px solid #eee;text-align:center}.markup-format table thead th:last-child{border-right:none}.markup-format table tbody{color:#888;text-align:center;font-size:12px;font-weight:300}.markup-format table tbody a{font-weight:700}.markup-format table tbody tr{border-bottom:1px solid #eee}.markup-format table tbody tr:last-child{border-bottom:none}.markup-format table tbody tr td{border-right:1px solid #eee;padding:7px}.markup-format table td#next,.markup-format table td#prev{padding-top:10px}.markup-format table tbody tr td:last-child{border-right:none}.markup-format table tfoot{font-size:14px;color:#888}.markup-format table tfoot #next{text-align:right}.markup-format table a{color:#888;text-decoration:underline}.markup-format table a:hover{text-decoration:none}.markup-format table td#prev a{color:#888}.markup-format table td#next a{color:#888}.blog-post-related-articles{width:100%;margin-bottom:50px}.blog-post-related-articles .related-article-title{width:100%;margin-bottom:20px;font-weight:700;color:#333;text-transform:uppercase;line-height:1.6}.blog-post-related-articles .related-post{width:100%;height:203px;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;display:block;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.blog-post-related-articles .related-post:hover .related-post-title{color:#f1d204;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.blog-post-related-articles .related-post .related-post-title{width:100%;background-color:rgba(0,0,0,.5);padding:15px 20px;position:absolute;bottom:0;left:0;color:#fff;line-height:1.6;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}#comments #comments-list h3.medium,#comments #respond #reply-title{line-height:1.5;font-weight:700;font-size:17px;text-transform:uppercase;width:100%}#comments{width:100%}#comments #comments-list{width:100%;margin-bottom:50px}#comments #comments-list h3.medium{margin:0 0 15px;color:#333}#comments #comments-list ul.comments{width:100%;margin:0;padding:0;list-style-type:none}#comments #comments-list ul.comments .comment{width:100%}#comments #comments-list ul.comments .comment>div{margin-bottom:30px}#comments #comments-list ul.comments .comment .comment-gravatar{width:100%}#comments #comments-list ul.comments .comment .comment-gravatar img{max-width:100%;height:auto}#comments #comments-list ul.comments .comment .url{color:#f1d204}#comments #comments-list ul.comments .comment .comment-entry p{margin:15px 0;color:#8C9597}#comments #comments-list ul.comments .comment .comment-reply-link{color:#f1d204}#comments #comments-list ul.comments .comment ul.children{width:100%;margin:0;padding:0 0 0 40px;list-style-type:none}#comments #respond,#comments #respond .comment-form{width:100%}#comments #respond #reply-title{margin:0 0 15px;color:#333}#comments #respond .comment-form .input-full{width:100%;margin:0 0 30px}#comments #respond .comment-form textarea{height:125px;margin-bottom:30px;padding:10px}#comments #respond .comment-form textarea::-webkit-input-placeholder{color:#8c9597}#comments #respond .comment-form textarea::-moz-placeholder{color:#8c9597}#comments #respond .comment-form textarea:-ms-input-placeholder{color:#8c9597}#comments #respond .comment-form textarea:-moz-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full::-webkit-input-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full::-moz-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full:-ms-input-placeholder{color:#8c9597}#comments #respond .comment-form input.input-full:-moz-placeholder{color:#8c9597}input,textarea{width:100%;padding:5px 10px;border:1px solid #d7d7d7;outline:0;font-family:Lato,sans-serif;font-weight:400;color:#8c9597;resize:none;display:block;font-size:16px;line-height:26px;background-color:transparent}input:focus,input:hover,textarea:focus,textarea:hover{border-color:#6a4d8a}#comments #respond .comment-form #input-submit,input[type=submit]{width:auto;height:36px;background-color:#f1d204;padding:0 40px;display:inline-block;border:0;font-family:Lato,sans-serif;font-weight:700;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px}#blog .blog-post .blog-post-button:hover,#comments #respond .comment-form #input-submit:hover,#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover,#header .bottom-header .header-button-two:hover,#latest-news .latest-news-button:hover,a.button:hover,input[type=submit]:hover{background-color:#6a4d8a}.bottom-header h2{color:#fff}#comments #respond .comment-form #input-submit:hover{opacity:.9}.widget .search-form .search-form-box #searchsubmit{display:none}.align-children{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:row;-webkit-flex-direction:row}.top-parallax-section{overflow:hidden;padding:96px 0}.mb32,p.mb32{margin-bottom:32px}.illdy_home_parallax .row{margin:0}.bg-secondary{background:#f5f5f5}.border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.illdy_home_parallax .cast-shadow.img-responsive{display:inline-block}.illdy_home_parallax .fullscreen{height:100vh}.illdy_home_parallax .fullscreen .align-transform{position:relative;transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);top:50%;z-index:2}#full-width .widget.illdy_home_parallax,#full-width .widget.illdy_home_parallax a.button{margin-bottom:0}.illdy-customizer-preview .parallax-mirror{z-index:0!important}@media only screen and (max-width:1024px){#header{background-attachment:initial!important}}@media only screen and (max-width:992px){#header .top-header .header-navigation{display:none}.open-responsive-menu{height:100%;background:0 0;padding:26px 0;border:none;outline:0;display:block;float:right}.open-responsive-menu .fa{font-size:22px;color:#fff}.responsive-menu{width:100%;background-color:#fff;margin-top:20px;display:none}.responsive-menu ul{width:100%;margin:0;padding:0}.responsive-menu ul li{width:100%}.responsive-menu ul li a{width:100%;padding:15px;display:block;border-bottom:1px solid #e4e4e4;color:#000;text-align:center}.responsive-menu ul li.menu-item-has-children a{border-bottom:0 none}.responsive-menu ul li.menu-item-has-children{border-bottom:1px solid #e4e4e4}.header-front-page nav ul.sub-menu li a{border-bottom:0 none;padding:10px;color:#fff}.header-front-page nav ul.sub-menu{background-color:#f1d204}.responsive-menu.active{display:block}#header .bottom-header .header-button-one,#header .bottom-header .header-button-two{margin-top:10px;margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:800px){#team .section-content .person .person-image{float:none;margin-right:auto;margin-left:auto}#team .section-content .person .person-content{float:none;width:100%}.row.blog-carousel.owl-carousel{margin:0}}@media only screen and (max-width:767px){#contact-us .section-content .contact-us-social,#footer .footer-logo{text-align:left}#header .top-header .header-logo img{max-width:320px}#header .bottom-header h2{font-size:60px}#about .widget_illdy_skill:nth-child(1){margin-top:0}#about .widget_illdy_skill:nth-child(2),#about .widget_illdy_skill:nth-child(3){margin-top:66px}#services .widget_illdy_service:nth-child(1){margin-top:0}#services .widget_illdy_service:nth-child(2),#services .widget_illdy_service:nth-child(3){margin-top:40px}#counter .col-sm-4{border-right:none}#counter .widget_illdy_counter:nth-child(1){margin-top:0}#counter .widget_illdy_counter:nth-child(2),#counter .widget_illdy_counter:nth-child(3){margin-top:40px}#team .widget_illdy_person:nth-child(1){margin-top:0}#contact-us .section-content .col-sm-3,#contact-us .section-content .col-sm-5,#team .widget_illdy_person:nth-child(2),#team .widget_illdy_person:nth-child(3){margin-top:40px}#contact-us .section-content .contact-us-box .box-left{width:50%}#contact-us .section-content .wpcf7-form p:nth-of-type(1){margin-top:0}#contact-us .section-content .wpcf7-form p:nth-of-type(1),#contact-us .section-content .wpcf7-form p:nth-of-type(2),#contact-us .section-content .wpcf7-form p:nth-of-type(3){width:100%;margin:26px 0 0;padding:0}#footer .col-sm-3{margin-top:40px}#footer .col-sm-3:first-child,#sidebar{margin-top:0}#sidebar{width:100%;padding-left:0;border-left:none}.blog-post-related-articles .related-post{margin:40px 0}#comments #comments-list ul.comments .comment .comment-gravatar{margin-bottom:20px}#blog{padding-bottom:0}.row.blog-carousel.owl-carousel{margin:0}}@media only screen and (max-width:320px){#team .section-content .person .person-image{width:100%;margin-right:0;margin-bottom:20px}#team .section-content .person .person-content{text-align:center}#team .section-content .person .person-content .person-content-social li{display:inline-block;float:none}}@media screen and (max-width:768px){body #header .bottom-header{padding-top:70px;padding-bottom:70px}body #header .bottom-header h1{line-height:54px;font-size:50px}body #header .bottom-header .section-description{margin-bottom:0}}@media screen and (max-width:500px){body #header .bottom-header h1{line-height:44px;font-size:40px}body #header .bottom-header .section-description h5{font-size:18px;line-height:24px}body #header .bottom-header{padding-bottom:50px}}.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:left}.gallery:after{content:"";display:block;clear:both}.inline-columns{text-align:center}.inline-columns>div{display:inline-block;float:none;vertical-align:top}#contact-us .section-content .wpcf7-form p .wpcf7-text:focus,#contact-us .section-content .wpcf7-form p .wpcf7-text:hover,#contact-us .section-content .wpcf7-form p .wpcf7-textarea:focus,#contact-us .section-content .wpcf7-form p .wpcf7-textarea:hover,.wpcf7-form p .wpcf7-form-control:focus,.wpcf7-form p .wpcf7-form-control:hover{border-color:#d2c9dc}#contact-us .section-content .wpcf7-form p .wpcf7-text.wpcf7-not-valid,#contact-us .section-content .wpcf7-form p .wpcf7-textarea.wpcf7-not-valid,.wpcf7-form p .wpcf7-form-control.wpcf7-not-valid{border-color:#f3c3c3}#latest-news{background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#about:before,#counter:before,#full-width:before,#projects:before,#services:before,#team:before,#testimonials:before{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:-101}.pace-overlay{z-index:5}header#header{position:relative}.illdy-jumbotron-background,.illdy-jumbotron-background #wp-custom-header{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#header .top-header{position:relative;z-index:3}#header .bottom-header,.responsive-menu{position:relative;z-index:2}.illdy-slider .illdy-slide{width:100%;height:100%;background-size:cover;background-position:center}.illdy-slider .owl-item,.illdy-slider .owl-stage,.illdy-slider .owl-stage-outer{height:100%}.illdy-slider-navigation{position:absolute;top:50%;left:0;width:100%;z-index:3}.illdy-slider-navigation .illdy-navigation-button{width:50px;height:50px;text-align:center;position:absolute;font-size:20px;line-height:50px;top:-50%;background:rgba(255,255,255,.4)}.illdy-slider-navigation .illdy-navigation-button:hover{background:rgba(255,255,255,1);color:#545454}.illdy-slider-navigation .illdy-navigation-button#prev{left:0}.illdy-slider-navigation .illdy-navigation-button#next{right:0}.illdy-jumbotron-background #wp-custom-header iframe,.illdy-jumbotron-background #wp-custom-header video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;-ms-transform:none;-moz-transform:none;-webkit-transform:none;transform:none;width:100%}.illdy-jumbotron-background #wp-custom-header-video-button{display:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important} \ No newline at end of file diff --git a/layout/js/scripts.js b/layout/js/scripts.js index aebf908..1b75659 100755 --- a/layout/js/scripts.js +++ b/layout/js/scripts.js @@ -79,15 +79,6 @@ jQuery( document ).ready( function($) { } } - // Sub Menu - function subMenu() { - $( '#header .top-header .header-navigation ul li.menu-item-has-children' ).hover( function() { - $( this ).children( 'ul' ).css( 'visibility', 'visible' ); - }, function() { - $( this ).children( 'ul' ).css( 'visibility', 'hidden' ); - }); - } - // Align Sub Sub Menu function alignSubSubMenu() { if( $( '#header .top-header .header-navigation ul li.menu-item-has-children' ).length ) { @@ -109,7 +100,6 @@ jQuery( document ).ready( function($) { addHeightToFrontPageProject(); setColorOnFrontPageService(); setColorOnFrontPagePerson(); - subMenu(); alignSubSubMenu(); }); diff --git a/layout/js/scripts.min.js b/layout/js/scripts.min.js index 8ae72e5..641794b 100755 --- a/layout/js/scripts.min.js +++ b/layout/js/scripts.min.js @@ -1,2 +1,2 @@ -jQuery(document).ready(function(a){function b(){a.browser.device=/iphone|ipad|ipod/i.test(navigator.userAgent.toLowerCase()),1==a.browser.device&&(a("#counter").css("background-attachment","scroll"),a("#testimonials").css("background-attachment","scroll"))}function c(){a('body:not(.single-product) a[href*="#"]:not([href="#"])').on("click",function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var b=a(this.hash);if(b=b.length?b:a("[name="+this.hash.slice(1)+"]"),b.length)return a("html,body").animate({scrollTop:b.offset().top},1e3),!1}})}function d(){a(".open-responsive-menu").click(function(){a(".responsive-menu").toggle("slow",function(){a(this).toggleClass("active")})})}function e(){var b=a("#projects .project"),c=a(b).width();a(b).css("height",c)}function f(){a("#services .section-content .service").length&&a("#services .section-content .service").each(function(){var b=a(this),c=a(b).children(".service-icon"),d=a(b).children(".service-title"),e=a(b).data("service-color");a(c).css("color",e),a(d).css("color",e)})}function g(){a("#team .section-content .person").length&&a("#team .section-content .person").each(function(){var b=a(this),c=a(b).data("person-color"),d=a(b).children(".person-content").children(".person-position"),e=a(b).children(".person-content").children(".person-content-social.clearfix").children("li").children("a");a(d).css("color",c),a(e).css({"border-color":c,color:c})})}function h(){a("#header .top-header .header-navigation ul li.menu-item-has-children").hover(function(){a(this).children("ul").css("visibility","visible")},function(){a(this).children("ul").css("visibility","hidden")})}function i(){if(a("#header .top-header .header-navigation ul li.menu-item-has-children").length){var b=a("#header .top-header .header-navigation ul li.menu-item-has-children ul");a(b).each(function(){j-a(this).offset().left<200&&a(this).css("left","-200px")})}}var j=a(window).width();a(window).height(),a(document).width(),a(document).height();a(function(){b(),c(),d(),e(),f(),g(),h(),i()}),a(window).resize(function(){a(function(){e()})})}); +jQuery(document).ready(function(a){function b(){a.browser.device=/iphone|ipad|ipod/i.test(navigator.userAgent.toLowerCase()),1==a.browser.device&&(a("#counter").css("background-attachment","scroll"),a("#testimonials").css("background-attachment","scroll"))}function c(){a('body:not(.single-product) a[href*="#"]:not([href="#"])').on("click",function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var b=a(this.hash);if(b=b.length?b:a("[name="+this.hash.slice(1)+"]"),b.length)return a("html,body").animate({scrollTop:b.offset().top},1e3),!1}})}function d(){a(".open-responsive-menu").click(function(){a(".responsive-menu").toggle("slow",function(){a(this).toggleClass("active")})})}function e(){var b=a("#projects .project"),c=a(b).width();a(b).css("height",c)}function f(){a("#services .section-content .service").length&&a("#services .section-content .service").each(function(){var b=a(this),c=a(b).children(".service-icon"),d=a(b).children(".service-title"),e=a(b).data("service-color");a(c).css("color",e),a(d).css("color",e)})}function g(){a("#team .section-content .person").length&&a("#team .section-content .person").each(function(){var b=a(this),c=a(b).data("person-color"),d=a(b).children(".person-content").children(".person-position"),e=a(b).children(".person-content").children(".person-content-social.clearfix").children("li").children("a");a(d).css("color",c),a(e).css({"border-color":c,color:c})})}function h(){if(a("#header .top-header .header-navigation ul li.menu-item-has-children").length){var b=a("#header .top-header .header-navigation ul li.menu-item-has-children ul");a(b).each(function(){i-a(this).offset().left<200&&a(this).css("left","-200px")})}}var i=a(window).width();a(window).height(),a(document).width(),a(document).height();a(function(){b(),c(),d(),e(),f(),g(),h()}),a(window).resize(function(){a(function(){e()})})}); //# sourceMappingURL=scripts.min.js.map \ No newline at end of file diff --git a/layout/js/scripts.min.js.map b/layout/js/scripts.min.js.map index d39faed..b9afa08 100755 --- a/layout/js/scripts.min.js.map +++ b/layout/js/scripts.min.js.map @@ -1 +1 @@ -{"version":3,"sources":["scripts.js"],"names":["jQuery","document","ready","$","isIsIOS","browser","device","test","navigator","userAgent","toLowerCase","css","smoothScrollAnchors","on","location","pathname","replace","this","hostname","target","hash","length","slice","animate","scrollTop","offset","top","openResponsiveMenu","click","toggle","toggleClass","addHeightToFrontPageProject","project","projectWidth","width","setColorOnFrontPageService","each","service","serviceIcon","children","serviceTitle","dataServiceColor","data","setColorOnFrontPagePerson","person","dataPersonColor","personPosition","personContentSocial","border-color","color","subMenu","hover","alignSubSubMenu","subSubMenu","windowWidth","window","height","resize"],"mappings":"AAGAA,OAAQC,UAAWC,MAAO,SAASC,GAOlC,QAASC,KACRD,EAAEE,QAAQC,OAAU,oBAAoBC,KAAKC,UAAUC,UAAUC,eACzC,GAApBP,EAAEE,QAAQC,SACbH,EAAG,YAAaQ,IAAK,wBAAyB,UAC9CR,EAAG,iBAAkBQ,IAAK,wBAAyB,WAKrD,QAASC,KACRT,EAAE,0DAA0DU,GAAG,QAAS,WACvE,GAAIC,SAASC,SAASC,QAAQ,MAAO,KAAOC,KAAKF,SAASC,QAAQ,MAAO,KAAOF,SAASI,UAAYD,KAAKC,SAAU,CACnH,GAAIC,GAAShB,EAAEc,KAAKG,KAEpB,IADAD,EAASA,EAAOE,OAASF,EAAShB,EAAE,SAAWc,KAAKG,KAAKE,MAAM,GAAK,KAChEH,EAAOE,OAIV,MAHAlB,GAAE,aAAaoB,SACdC,UAAWL,EAAOM,SAASC,KACzB,MACI,KAOX,QAASC,KACRxB,EAAG,yBAA0ByB,MAAO,WACnCzB,EAAG,oBAAqB0B,OAAQ,OAAQ,WACvC1B,EAAGc,MAAOa,YAAa,cAM1B,QAASC,KACR,GAAIC,GAAU7B,EAAG,sBACb8B,EAAe9B,EAAG6B,GAAUE,OAEhC/B,GAAG6B,GAAUrB,IAAK,SAAUsB,GAI7B,QAASE,KACJhC,EAAG,uCAAwCkB,QAC9ClB,EAAG,uCAAwCiC,KAAM,WAChD,GAAIC,GAAUlC,EAAGc,MACbqB,EAAcnC,EAAGkC,GAAUE,SAAU,iBACrCC,EAAerC,EAAGkC,GAAUE,SAAU,kBACtCE,EAAmBtC,EAAGkC,GAAUK,KAAM,gBAE1CvC,GAAGmC,GAAc3B,IAAK,QAAS8B,GAC/BtC,EAAGqC,GAAe7B,IAAK,QAAS8B,KAMnC,QAASE,KACJxC,EAAG,kCAAmCkB,QACzClB,EAAG,kCAAmCiC,KAAM,WAC3C,GAAIQ,GAASzC,EAAGc,MACZ4B,EAAkB1C,EAAGyC,GAASF,KAAM,gBACpCI,EAAiB3C,EAAGyC,GAASL,SAAU,mBAAoBA,SAAU,oBACrEQ,EAAsB5C,EAAGyC,GAASL,SAAU,mBAAoBA,SAAU,mCAAoCA,SAAU,MAAOA,SAAU,IAE7IpC,GAAG2C,GAAiBnC,IAAK,QAASkC,GAClC1C,EAAG4C,GAAsBpC,KAAMqC,eAAgBH,EAAiBI,MAAUJ,MAM7E,QAASK,KACR/C,EAAG,uEAAwEgD,MAAO,WACjFhD,EAAGc,MAAOsB,SAAU,MAAO5B,IAAK,aAAc,YAC5C,WACFR,EAAGc,MAAOsB,SAAU,MAAO5B,IAAK,aAAc,YAKhD,QAASyC,KACR,GAAIjD,EAAG,uEAAwEkB,OAAS,CACvF,GAAIgC,GAAalD,EAAG,yEAEpBA,GAAGkD,GAAajB,KAAM,WACfkB,EAAcnD,EAAGc,MAAOQ,SAAe,KAAM,KAClDtB,EAAGc,MAAON,IAAK,OAAQ,aA7F3B,GAAI2C,GAAcnD,EAAGoD,QAASrB,OACX/B,GAAGoD,QAASC,SACXrD,EAAGF,UAAWiC,QACb/B,EAAGF,UAAWuD,QAiGnCrD,GAAG,WACFC,IACAQ,IACAe,IACAI,IACAI,IACAQ,IACAO,IACAE,MAIDjD,EAAGoD,QAASE,OAAQ,WAEnBtD,EAAG,WACF4B","file":"scripts.min.js"} \ No newline at end of file +{"version":3,"sources":["scripts.js"],"names":["jQuery","document","ready","$","isIsIOS","browser","device","test","navigator","userAgent","toLowerCase","css","smoothScrollAnchors","on","location","pathname","replace","this","hostname","target","hash","length","slice","animate","scrollTop","offset","top","openResponsiveMenu","click","toggle","toggleClass","addHeightToFrontPageProject","project","projectWidth","width","setColorOnFrontPageService","each","service","serviceIcon","children","serviceTitle","dataServiceColor","data","setColorOnFrontPagePerson","person","dataPersonColor","personPosition","personContentSocial","border-color","color","alignSubSubMenu","subSubMenu","windowWidth","window","height","resize"],"mappings":"AAGAA,OAAQC,UAAWC,MAAO,SAASC,GAOlC,QAASC,KACRD,EAAEE,QAAQC,OAAU,oBAAoBC,KAAKC,UAAUC,UAAUC,eACzC,GAApBP,EAAEE,QAAQC,SACbH,EAAG,YAAaQ,IAAK,wBAAyB,UAC9CR,EAAG,iBAAkBQ,IAAK,wBAAyB,WAKrD,QAASC,KACRT,EAAE,0DAA0DU,GAAG,QAAS,WACvE,GAAIC,SAASC,SAASC,QAAQ,MAAO,KAAOC,KAAKF,SAASC,QAAQ,MAAO,KAAOF,SAASI,UAAYD,KAAKC,SAAU,CACnH,GAAIC,GAAShB,EAAEc,KAAKG,KAEpB,IADAD,EAASA,EAAOE,OAASF,EAAShB,EAAE,SAAWc,KAAKG,KAAKE,MAAM,GAAK,KAChEH,EAAOE,OAIV,MAHAlB,GAAE,aAAaoB,SACdC,UAAWL,EAAOM,SAASC,KACzB,MACI,KAOX,QAASC,KACRxB,EAAG,yBAA0ByB,MAAO,WACnCzB,EAAG,oBAAqB0B,OAAQ,OAAQ,WACvC1B,EAAGc,MAAOa,YAAa,cAM1B,QAASC,KACR,GAAIC,GAAU7B,EAAG,sBACb8B,EAAe9B,EAAG6B,GAAUE,OAEhC/B,GAAG6B,GAAUrB,IAAK,SAAUsB,GAI7B,QAASE,KACJhC,EAAG,uCAAwCkB,QAC9ClB,EAAG,uCAAwCiC,KAAM,WAChD,GAAIC,GAAUlC,EAAGc,MACbqB,EAAcnC,EAAGkC,GAAUE,SAAU,iBACrCC,EAAerC,EAAGkC,GAAUE,SAAU,kBACtCE,EAAmBtC,EAAGkC,GAAUK,KAAM,gBAE1CvC,GAAGmC,GAAc3B,IAAK,QAAS8B,GAC/BtC,EAAGqC,GAAe7B,IAAK,QAAS8B,KAMnC,QAASE,KACJxC,EAAG,kCAAmCkB,QACzClB,EAAG,kCAAmCiC,KAAM,WAC3C,GAAIQ,GAASzC,EAAGc,MACZ4B,EAAkB1C,EAAGyC,GAASF,KAAM,gBACpCI,EAAiB3C,EAAGyC,GAASL,SAAU,mBAAoBA,SAAU,oBACrEQ,EAAsB5C,EAAGyC,GAASL,SAAU,mBAAoBA,SAAU,mCAAoCA,SAAU,MAAOA,SAAU,IAE7IpC,GAAG2C,GAAiBnC,IAAK,QAASkC,GAClC1C,EAAG4C,GAAsBpC,KAAMqC,eAAgBH,EAAiBI,MAAUJ,MAM7E,QAASK,KACR,GAAI/C,EAAG,uEAAwEkB,OAAS,CACvF,GAAI8B,GAAahD,EAAG,yEAEpBA,GAAGgD,GAAaf,KAAM,WACfgB,EAAcjD,EAAGc,MAAOQ,SAAe,KAAM,KAClDtB,EAAGc,MAAON,IAAK,OAAQ,aApF3B,GAAIyC,GAAcjD,EAAGkD,QAASnB,OACX/B,GAAGkD,QAASC,SACXnD,EAAGF,UAAWiC,QACb/B,EAAGF,UAAWqD,QAwFnCnD,GAAG,WACFC,IACAQ,IACAe,IACAI,IACAI,IACAQ,IACAO,MAID/C,EAAGkD,QAASE,OAAQ,WAEnBpD,EAAG,WACF4B","file":"scripts.min.js"} \ No newline at end of file diff --git a/package.json b/package.json index b750c69..3c3d948 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "illdy", "main": "Gruntfile.js", "author": "Colorlib", - "version": "2.0.2", + "version": "2.0.3", "repository": "https://github.com/puikinsh/illdy", "license": "GPL v3", "devDependencies": { diff --git a/set_tags.sh b/set_tags.sh index e0d467e..0ff2a6f 100644 --- a/set_tags.sh +++ b/set_tags.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -BRANCH="production" +BRANCH="master" # Are we on the right branch? if [ "$TRAVIS_BRANCH" = "$BRANCH" ]; then diff --git a/style.css b/style.css index 0cdd634..de3921b 100755 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://colorlib.com/wp/themes/illdy/ Author: Colorlib Author URI: http://colorlib.com Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them -Version: 2.0.2 +Version: 2.0.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, e-commerce, portfolio