/*
Theme Name: Pencil Designs 
Theme URI: https://pencil-designs.com/
Description: Pencil designs is a creative UX design agency crafting beautiful, unique & exciting artwork to help you express your ideas to the world!.
Author: Pencil Designs
Author URI: https://pencil-designs.com/
Version: 2.0.3
License: General Public License
License URI: https://pencil-designs.com/
Tags: UX, Branding, Design, Agency, Artwork 
Text Domain: Pencil Designs 
Domain Path: /languages
*/

/*==============================
=        WordPress Core        =
==============================*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

html, body {
	font-family: 'Oswald', sans-serif !important;
}

.wp-caption {
  width: auto !important;
  clear: both;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-caption a {
  box-shadow: none;
}

.alignright {
  margin: 0px 0px 25px 25px;
  box-sizing: border-box;
  float: right !important;
}

.alignleft {
  float: left;
  margin: 0px 25px 25px 0px;
  box-sizing: border-box;
}

.aligncenter {
  text-align: center;
  margin: 0 25px;
  box-sizing: border-box;
}

.wp-caption img {
  margin-top: 15px;
}

.wp-caption p.wp-caption-text {
  padding: 0;
  font-size: 14px;
  margin-top: 0px;
  font-style: italic;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.bypostauthor {
  background-color: #f3f1f1;
}

.gallery-caption {
  opacity: 0.7;
  margin-top: 10px;
}

.gallery-item {
  margin: 0 0 15px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-item a {
  box-shadow: none;
}

.gallery-item img {
  border: 0 !important;
}

i {
  font-family: "Font Awesome 5 Brands";
}

/************************
customization
************************/

.elementor-widget-neuron-site-title {
  display: none;
}

.elementor-21932 .elementor-element.elementor-element-d9efa3e .m-nav-menu--vertical>ul>li>a {
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.elementor-21932 .elementor-element.elementor-element-d9efa3e .m-nav-menu--vertical>ul>li>a:hover {
  box-shadow: none !important;
  color: #000 !important;
}

.elementor-widget-neuron-typed-heading {
  display: none;
}

.m-filters ul li {
  opacity: .5;
}

.m-filters ul li.active {
  font-weight: bold;
  opacity: 1;
}

.elementor-7139 .elementor-element.elementor-element-5f2dbc6c>.elementor-container {
  min-height: 10vh !important;
}

/* .elementor-7139 .elementor-element.elementor-element-e6f5baf .masonry .selector {
  height: 300px;
  overflow: hidden;
}

.h-calculated-image {
  height: 300px;
}

.h-calculated-image img {
  height: 100% !important;
} */

.portfolio-template-default .l-theme-wrapper {
/*   display: flex; */
}

.portfolio-template-default .l-template-header-wrapper {
/*   width: 362px; */
}

.portfolio-template-default .l-main-wrapper {
  width: 100%;
}

.portfolio-template-default .l-primary-footer {
  display: none;
}

.contact-us-form input,
.contact-us-form textarea {
  color: #6a6a6a;
  border: 1px solid #303030;
  background: #262626 !important;
}

.contact-us-form textarea::placeholder,
.contact-us-form input::placeholder {
  color: #6a6a6a;
}

.contact-us-form input[type=submit] {
  background: #C8C7C7 !important;
  transition: all .3s ease 0s;
}

.contact-us-form input[type=submit]:hover {
  background: #FFF !important;
  color: #000 !important;
}

.elementor-section-wrap {
  position: relative;
}

.elementor-element-5f2dbc6c {
  z-index: 999;
  background: none !important;
  position: absolute !important;
  right: 70px;
  top: 28px;
  max-height: 70px;
}

.m-filters ul {
  text-align: left;
  padding-top: 20px;
}

.floating-btn,
.floating-btn .floating-btn-title {
  display: none;
}

.floating-btn {
  cursor: pointer;
}

.floating-btn a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 0 !important;
  color: #000 !important;
  text-indent: inherit !important;
}

.floating-btn .floating-btn-number {
  display: none;
}


.start-your-project.inner {
	display: none;
	}


@media(max-width: 767px) {
  .floating-btn {
    position: fixed;
    background: #fff;
    width: 60px;
    height: 60px;
    z-index: 99999999;
    bottom: 35px;
    right: 35px;
    border-radius: 50px;
    color: #000;
    box-shadow: 0 0 7px #444;
    display: block;
  }

/*   .l-template-header-wrapper {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #FFF;
  } */

  .m-nav-menu--mobile {
    width: 200px;
    right: 0;
    left: unset;
  }

  .portfolio-template-default .l-main-wrapper {
/*     padding-top: 62px; */
  }

  .elementor-7139 .elementor-element.elementor-element-e6f5baf .m-filters ul li {
    line-height: 35px;
  }

  .elementor-7139 .elementor-element.elementor-element-e6f5baf .m-filters ul li:last-child {
/*     margin-left: 0px !important */
  }

  .elementor-element-5f2dbc6c {
    position: absolute !important;
    right: 18px;
    top: 34px;
}

  .elementor-21932 .elementor-element.elementor-element-b36e7cf>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap {
    background-image: url(https://pencil-designs.com/wp-content/uploads/2021/03/pencil-logo-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 69px;
    padding: 0;
  }

  .page-id-20955 .l-template-header-wrapper,
  .page-id-29 .l-template-header-wrapper {
    position: inherit;
  }

  .elementor-7139 .elementor-element.elementor-element-3518f90 .elementor-button {
    float: left;
    margin-left: 15px;
  }
	
	.m-filters ul {
		padding-top: 30px;
	}
	
	header {
		background: #fff;
	}
	.start-your-project {
		position: absolute !important;
		width: 200px !important;
		right: 25px;
		top: -115px;
	}
	
.start-your-project.inner {
		right: 66px;
   		 top: -55px;
	display: block;
	}
	
	.elementor-heading-title {
		/*margin-top: 30px !important;
		line-height: 22px !important;*/
	}
	.elementor-29 .elementor-element.elementor-element-a368c9c {
		text-align: center !important;
	}
	
	.elementor-widget-image-box .elementor-image-box-content {
		text-align: left;
	}
	
	.elementor-widget-image-box .elementor-image-box-img, .elementor-widget-image-box .elementor-image-box-content {
		margin: 10px;
	}
}

.a-logo.a-logo--image a {
	width: auto !important;
	height: auto !important;
}

.a-logo.a-logo--image a .a-logo--image__inner{
	max-width: 150px !important;
	position: relative !important;
}
@media (min-width: 1200px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1280px !important;
	}
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

@media only screen and (min-width: 250px) and (max-width: 480px) {
	.elementor-widget-image-box .elementor-image-box-wrapper {
	   	flex-wrap: nowrap !important;
	}
	.elementor-image-box-wrapper .elementor-image-box-img {
		  max-width: 40px;
	}
		
header .elementor-column-gap-default>.elementor-column>.elementor-element-populated, .no-pad .elementor-element-populated{
	padding: 0 !important;
}

}

.wpcf7 input:not([type=submit]), .wpcf7 textarea {
	border-bottom-color: #eee !important;
	color: #eee !important;
}

.wpcf7 input[type='submit'] {
	background: #ccc !important;
}

.wpcf7 input[type='submit']:hover {
	background: #fff !important;
	color: #000 !important;
}

.wpcf7 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #eee !important;
}

.wpcf7 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #eee !important;
}

.wpcf7 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #eee !important;
}

.wpcf7 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #eee !important;
}


.elementor a:hover, .elementor a.active {
	box-shadow: none !important;
}

#filters a {
	font-size: 1.2em;
    font-weight: 300;
}

@media (min-width: 1367px) {
	.container {
		padding: 30px;
	}
}