/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* START LOGO BANNER ANIMATION */
/*Organizar logo.scroll-header*/
.main-navigation ul ul {
    width: 300px;
}

#masthead.scroll-header .custom-logo-link img {
    content: url(https://martketbranding.com/wp-content/uploads/2018/01/martket1.png);
}

@media only screen and (max-width: 800px) {
    #masthead .custom-logo-link img {
        content: url(https://martketbranding.com/wp-content/uploads/2018/01/martket1.png);
    }
}

/* END LOGO BANNER ANIMATION */

/* START PROJECT BUTTON */
.project {
	display: inline-block;
  border: solid 2px #fff;
	padding: 10px 10px 10px 10px;
	margin-top: -10px;
	font-size: 15px;
	border-radius: 6px;
	font-weight: 800;
	text-transform: uppercase;
  letter-spacing: 0.0625em;
	background: transparent;
  color: #fff;
}

.scroll-header .project {
  color: #000000;
  border-color: #000000;
}

/* END START PROJECT BUTTON */

/* START TESTIMONIAL DOTS */
.front-block {
	background: none !important;
}

.slick-dots {
	display: none !important;
}

/* END TESTIMONIAL DOTS */

/* START WIDGET FULL WIDTH */
#colophon .footer-widget {
  width: 100%;
}
/* END WIDGET FULL WIDTH */

/* START FOOTER CREDENTIAL */

#media_image-3 > img {
	float:center;
}
/* END FOOTER CREDENTIAL */

/* START HEADER BLOG AUTHOR INFO */
#primary-header .entry-meta {
  display: none;
}
/* END HEADER BLOG AUTHOR INFO */

/* START BLOG SEARCH AREA */
#secondary .widget {
	display:none;
}
/* END BLOG SEARCH AREA */

/* START FEATURE CONTENT LINK */
.featured-content > .hentry > a {
   pointer-events: none;
   cursor: default;
}
/* END FEATURE CONTENT LINK */

div.slideshow-window {
	background-color: inherit;
	border: none;
	padding-bottom: 30% !important;
}

.front-block.front-testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
	}

/* START BUTTON */
#feature-button {
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 2px solid;
	padding: 8px 22px;
	font-size: 13px;
	border-radius: 30px;
	font-weight: 800;
	color: #000;
}
#feature-button:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

#fullscreen-header .entry-title {
  max-width: 950px;
}
/* END BUTTON */

/* START MODS */
.mods {
    max-width: 23%;
    height: 210px;
    padding: 12px;
    margin: 10px 10px;
    display: inline-block;
    vertical-align: top;
}
.front-block-inner {
	max-width: 1250px!important;
}

@media only screen and (max-width: 1060px) {
	.mods {
		max-width: 80%;
		height:100%;
	}
	
}

.front-block-inner {
	max-width: 1200px!important;
}

@media only screen and (max-width: 1060px) {
	.mods2 {
		max-width: 80%;
		height:100%;
	}
	
}
/* END MODS */

@media only screen and (max-width: 992px) {
.project {
	color: #424242;
	border: none;
	}
}
/* END HEADER BUTTON */

/* Hide default link icon on Link item */
.social-list #menu-item-2114 a::before {
  visibility: hidden;
}
/* Change size of new social menu item */
.social-list #menu-item-2114 a {
  background-size: 21px;
  width: 31px;
  height: 29px;
	padding: 5px 0px 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Add custom icon for new social menu item */
.social-list #menu-item-2114 a {
  background-image: url("https://martketbranding.com/wp-content/uploads/2019/04/MartketMugIcon.png");
}

/* START WIDTH OF NAVIGATION MENU */

.main-navigation {	 	 
	float: left;
	margin-left: -25px;
	width: 100%;
}

/* END WIDTH OF NAVIGATION MENU */

.featured-content .hentry a {
  pointer-events: none;
  cursor: default;
}

.th-siema-pager button {
	border: 0px solid #ffffff;
	border-radius: 0px
	height: 0px;
	width: 0px;
}

/* Blog Posts on Front Page */

.entry-meta {
    display: none;
}

.front-block.front-blog-posts .front-block-inner {
  display: none;
}

.front-block.front-blog-posts {
  padding-top: 0;
}

.front-blog-row .hentry .entry-title {
  font-size: 32px;
}

/* Fix image alignment. */
img.aligncenter {
  display: block;
}

.site-copyright a {
  font-size: 0;
}

.site-copyright a::before {
  content: "Martket branding inc.";
  display: inline-block;
  font-size: 13px;
}


/* Testimonials/Clients Gallery Slideshow */

.slideshow-slide {
    background-color: #ffffff!important;
}