/* LICENSE & DETAILS
   ==================================================

	Theme Name: Cardinal Child Theme
	Theme URI: http://cardinal.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: cardinal
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CARDINAL CSS IMPORT
-------------------------------------------- */

@import url("../cardinal/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
#mobile-top-text {
	display: none;
	padding: 5px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}
	
#mobile-header {
	display: none;
	padding: 20px 20px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	left: 0;
	z-index: 9999;
}

.borderframe img {
    border: 1px solid #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}

a.mobile-menu-link {
	line-height: inherit;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -9999em;
	vertical-align: middle;
	top: 50%;
	position: relative;
	margin-top: 3px;
}

#mobile-menu ul li {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#mobile-menu ul li a, .mobile-cart-menu li a {
	display: block;
	padding: 5px 30px;
	background: transparent!important;	
}
#mobile-menu ul li ul li {
	font-size: 12px;
}

#mobile-logo.has-img {
    max-width: 80%;
}

#mobile-logo img {
    max-width: 80%;
}

.full-center nav.float-alt-menu ul.menu > li > a, .full-center #header nav.std-menu ul.menu > li > a {
	padding: 0 10px;
	display: block;
}

ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 170%;
}

.portfolio-item.masonry-item .portfolio-item-details {
	padding: 25px 30px 20px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: #000000;
}

.masonry-items .portfolio-item {
    border-bottom: 0px none;
    padding: 10px;
}

h1 {
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	
}
h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;

}
p {
	font-size: 14px;
	line-height: 170%;
	margin: 0 0 24px;
}