/*
WIWET.com - ASP.NET Templates
Template Name: Pollen_Systems_Website_2020
*/

@media only screen and (max-width : 1280px) {
	/* Homepage testimonials */
	.section-testimonials .carousel-control.left {
	    left: -25px;
	}
	.section-testimonials .carousel-control.right {
	    right: -25px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/* Logo */
	.branding {
	    margin: 28px 0;
	}
	.site-logo img {
		width: 90%;
	}

	/* Navigation */
	.wiwet-navigation-link {
		font-size: 13px;
		padding: 0 8px 10px;
	}

	/* Slideshow */
	#wiwet-slideshow .carousel-caption {
		padding: 15px 50px;
		font-size: 32px;
	}

	/* Portfolio */
	.portfolio-item {
		height: 220px;
	}

	/* Contact page */
	.contact-widget-title {
		font-size: 18px;
		padding: 15px 10px;
	}
	.contact-widget-content {
		padding: 20px 10px;
	}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
	/* Footer */
	.footer-portfolio li {
		margin: 5px 5px 0 0;
	}
}

@media only screen and (min-width : 992px) {
	/* Portfolio */
	.portfolio-item:nth-child(4n+1) {
	    padding-left: 0;
	}
	.portfolio-item:nth-child(4n+4) {
	    padding-right: 0;
	}
	.portfolio-item:nth-child(-n+4) {
	    padding-top: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.sm-xs-center {
		text-align: center;
	}

	/* Social icons */
	.social-icons li:last-child {
		padding-right: 0;
	}
	
	/* Search */
	.search-group.pull-right {
		float: none !important;
		clear: both;
		margin: 20px auto 0;
	}

	/* Logo */
	.branding.pull-left {
		float: none;
		text-align: center;
		width: 100%;
		margin: 25px 0;
	}
	.site-logo {
		display: inline-block;
	}
	.site-logo img {
		width: auto;
		max-width: 100%;
	}

	/* Navigation */
	.wiwet-navigation-li {
		line-height: 1;
	}

	/* Blog */
	.sidebar.col-md-4 {
	    padding-left: 15px;
	    margin-top: 50px;
	}

	/* Contact */
	.contact-widget {
		margin-top: 50px;
	}
	
	/* Elements */
	.wiwet-tabs .nav-tabs > li > a {
		margin-right: 5px;
		padding: 8px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	/* Main */
	.wiwet-main > section {
	    padding-bottom: 40px;
	}
	.section-title-centered {
		font-size: 34px;
	}
	.section-title {
		font-size: 28px;
	}

	/* Slideshow */
	#wiwet-slideshow {
		/* 7/25/22 height: 440px;*/
		height: 300px;
	}

	#wiwet-slideshow .carousel-caption {
		/*	7/25/22	font-size: 28px;*/
		font-size: 20px;
		padding: 0;
		bottom: 25%;
	}
	
	/* Homepage services */
	.service-box-blue h3 {
		font-size: 20px;
	}
	.service-box-blue  {
		height: 500px;
	}

	/* Portfolio */
	.portfolio-item:nth-child(3n+1) {
	    padding-left: 0;
	}
	.portfolio-item:nth-child(3n+3) {
	    padding-right: 0;
	}
	.portfolio-item:nth-child(-n+3) {
	    padding-top: 0;
	}
	
	/* Footer */
	.footer-info {
		margin-top: 50px;
	}

	/* Contact */
	.contact-widget-title {
		font-size: 20px;
		padding: 15px 15px 15px 20px;
	}
	.contact-widget-content {
		padding: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	/* Top Header */
	.top-header__email, 
	.top-header__phone {
		font-size: 13px;
		line-height: 26px;
	}
	.top-header__email {
		margin-right: 0;
	}
	.top-header__email .fa, 
	.top-header__phone .fa {
		margin-right: 3px;
	}
	.top-header__phone.pull-left {
		float: right !important;
	}

	/* Social icons */
	.social-icons.pull-right {
		float: left !important;
		clear: both;
		margin: 10px 0 0;
	}

	/* Search */
	.search-group.pull-right {
		clear: none;	
		margin: 10px 0 0;
		float: right !important;
		width: auto;
	}
	.search-group::before {
		display: none;
	}
	.search-group .form-control {
		display: none;
	}

	/* Logo */
	.branding.pull-left {
		text-align: left;
		width: auto;
		margin: 20px 0;
	}
	.site-logo img {
		width: 220px;
	}
	.site-caption {
		font-size: 11px;
	}

	/* Header */
	.wiwet-main-header {
		min-height: 0;
	}
	
	/* Navigation */
	.wiwet-navigation {
		min-height: 0;
		position: absolute;
		left: 0;
		width: 100%;
	}
	.wiwet-navigation-ul {
		overflow: hidden;
    	padding: 15px 0;
	}
	.wiwet-navigation-li {
		width: 100%;
		line-height: 22px;	
		padding: 0 20px;
		position: relative;
	}
	.wiwet-navigation-li:before {
		content: "";
		background: url('../Images/menu-list-arrow.png') no-repeat center left;
		height: 6px;
	    left: 20px;
	    position: absolute;
	    top: 19px;
	    width: 5px;
	    z-index: 222;
	}
	.wiwet-navigation-li + .wiwet-navigation-li {
		margin-left: 0;
	}
	.wiwet-navigation-link {
		border: 0 none;
		padding: 0;
		color: #fff;
		display: block;
		padding: 10px 0 10px 20px;
		border-top: 1px solid #383838;
	}
	.wiwet-navigation-li:first-child .wiwet-navigation-link {
		border-top: 0 none;
	}
	.wiwet-navigation-link.active {
		color: #36a7ed;
		border: 0 none;
	}
	.wiwet-navigation .navbar-header {
		position: relative;
		right: 15px;
		top: 21px;
	}
	.navbar-toggle {
		background-color: #000;
		border-radius: 0;
		padding: 8px;
		margin: 0;
	}	
	.navbar-toggle .icon-bar {
		background-color: #fff;
		height: 3px;
    	width: 28px;
	}
	.navbar-collapse {
		background-color: #000;
		position: absolute;
	    top: 56px;
	    z-index: 9;
	}

	/* Slideshow */
	#wiwet-slideshow {
		height: 130px
	}
	#wiwet-slideshow .carousel-control {
		width: 26px;
		height: 26px;
		font-size: 18px;
		margin-top: -13px;
		border-radius: 3px;
	}
	#wiwet-slideshow .carousel-control.left {
		left: 10px;
	}
	#wiwet-slideshow .carousel-control.right {
		right: 10px;
	}

	/* Main */
	.wiwet-main > section {
		padding-bottom: 40px;
	}
	.section-title-centered {
		margin-bottom: 20px;
		font-size: 34px;
	}
	.section-title {
		font-size: 28px;
	}

	/* Homepage services */
	.section-services-homepage {
		top: auto;
	}	
	.section-services-homepage .row .col-sm-4:first-child {
	    padding-left: 0;
	}
	.section-services-homepage .row .col-sm-4:last-child {
	    padding-right: 0;
	}
	.service-box-blue {
		padding: 30px;
		margin-bottom: 2px;
		height: 600px;
	}
	.service-box-blue h3 {
		margin-top: 30px;
	}

	/* Homepage about */
	.section-about {
		padding-top: 20px;
	}
	.section-about p {
		line-height: 20px;
	}
	.carousel-caption {
		display: none;
	}

	/* Portfolio */
	.portfolio-item.col-xs-6 {
		padding: 0;
		margin-bottom: 2px;
	}

	/* Media */
	.media_row {
		height: 425px;
	}

    /* Partners */
    .partner_row {
        height:325px;
    }

	/* Latest posts */
	.latest-post-item + .latest-post-item {
		margin-top: 25px;
	}
	.latest-post-item h3 {
		margin: 10px 0;
	}
	.latest-post-item .read-more-btn {
		font-size: 13px;
	    padding: 6px 20px;
	    margin-top: 0;
	}

	/* Testiomonials */
	.testimonial-thumb {
		float: none;
    	text-align: center;
	}
	.testimonial-content {
	    margin-top: 20px;
	    padding-left: 0;
	    text-align: center;
	}
	.section-testimonials .carousel-control.left {
		left: 35px;
	}
	.section-testimonials .carousel-control.right {
		right: 35px;
	}

	/* Footer */
	.footer-widgets {
		padding: 20px 0;
	}
	.footer-col + .footer-col {
		margin-top: 40px;
	}
	.footer-list {
		margin-top: 15px;
	}
	.footer-portfolio li {
		margin: 5px 5px 0 0;
	}
	.footer-copyright {
		padding: 10px 0;
		line-height: 18px;
	}

	/* Services */
	.service-box,
	.service-box.mt30 {
		margin-top: 15px;
	}

	/* Blog */
	.entry-title {
		font-size: 20px;
	}
	.entry-content {
		top: auto;
		margin-top: 10px;
	}
	.single-post + .single-post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.widget + .widget {
		margin-top: 10px;
	}

	/* Contact */
	.contact-form .col-sm-6:first-child {
	    padding-right: 15px;
	}
	.contact-form .col-sm-6:last-child {
	    padding-left: 15px;
	}
	
	/* Elements */
	.buttons-list a {
		margin-bottom: 15px;
	}

	.buttons-list a:last-child {
		margin-bottom: 0;
	}
	
	.wiwet-tabs .nav-tabs > li > a {
		padding: 10px;
		font-size: 13px;
		margin-right: 3px;
	}
	
	.wiwet-accordion {
		margin-top: 50px;
	}
	
	.mt30-mobile {
		margin-top: 30px;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {
	/* Portfolio */
	.portfolio-item.col-xs-6 {
		width: 100%;
	}

	.service-box-blue {
		height: 500px;
	}
}