/*
Theme Name: Noramco
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
body #footer .widget-title {
    font-size: 1.8em;
    font-weight: 200;
	text-transform: none;
}
body #footer .heading-primary {
	color: #0088cc;
}
body #footer .widget i {
    clear: both;
    float: left;
    text-align: center;
    width: 16px;
    top: -2px;
    margin: 4px 9px 10px 0;
    font-size: 1.3em;
    position: static !important;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
    border-color: rgba(0,0,0,0.4);
}
select, input[type="number"] {
	width: 100%;
}
body .wpcf7-checkbox {
    border: 0;
}
body .wpcf7-list-item {
    display: block;
}
.label-primary {
	color:#fff;
}
.thumb-info-caption-text td {
    line-height: 1.2em;
    padding: 8px;
}
body .sticky-header .sticky {
	-webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1) !important;
}
.gm-style .review-box {
	display:none !important;
}
/*! =============================================================================
   RESPONSIVE HIDERS
   ========================================================================== */
.no-desk {
	display:none;
}
.no-tablet {
	display:block;
}
.no-phone {
	display:block;
}
@media (min-width : 0px) and (max-width: 480px) {
	.no-desk {
	display:none;
}
.no-tablet {
	display:block;
}
.no-phone {
	display: none !important;
}
}
@media (min-width : 480px) and (max-width: 1024px) {
	.no-desk {
	display:none;
}
.no-tablet {
	display: none !important;
}
.no-phone {
	display:block;
}
}