/*
 Theme Name:   TRS
 Description:  Shapely Child Theme
 Template:     shapely
*/

body {
	margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
    font-size: 1.5em !important;
}


.widget-title {
	color: #0b1f76 !important;
}

.widget h3, .widget h4 {
	color: #0b1f76 !important;
}

.shapely-content {
	padding-top: 30px;
}

.shapely-content  h3 {
	color: #00006c;
	margin-top: 50px;
}

.footer-widget-area h3, .footer-widget-area h4 {
	color: #fff !important;
}

p {
    line-height: 1.6;
    margin-bottom: 2rem !important;
}

.p-shadow {
	text-shadow: 2px 2px 5px #000;
	font-size: 1.2em;
}

.top-parallax-section h1 {
	text-shadow: 2px 2px 5px #333;
}

h3.list-title {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00006c;
}

h3.list-title a {
	text-decoration: underline;
}

h3.list-title a:hover {
	text-decoration: none;
}

.breadcrumb-link::after { 
    content:'\3E';
    margin-left: 5px;
    margin-bottom: 20px;
}

.active-link {
	color: #0b1f76;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	padding: 8px 0;
}

ul.checklist li:before{
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 1.2em;
	margin-right: 10px;
}

.entry-content ol li {
	padding-left: 10px;
	padding-bottom: 15px;
}

.entry-content img {
	margin-bottom: 10px;
}

.post-title a, .post-title {
 	color: #0b1f76;
 	margin-top: 10px !important;
}

.photo-border img {
	border: solid 5px #ccc;
}

.main-navigation .menu li a {
	font-family: 'Roboto', sans-serif;
	color: #0b1f76;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .2px;
	text-transform: none;
}

.main-navigation .menu > li > ul > li {
	/*padding-right: 5px;*/
}

.bg-about-us {
	background: url('../trs/media/bg-about.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-products {
	background: url('../trs/media/bg-products.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-products-cable {
	background: url('../trs/media/bg-products-01.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-products-turnkey {
	background: url('../trs/media/bg-products-02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-products-metal {
	background: url('../trs/media/bg-products-03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-protocol {
	background: url('../trs/media/bg-protocol.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.bg-contact {
	background: url('../trs/media/bg-contact.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-secondary {
	/*background: url('../trs/media/bg-about.jpg') no-repeat;
	background-position: center;
	background-size: cover;*/
}

.page-title-section {
    height: 280px;
    padding: 70px 0;
}

section, footer {
    padding: 30px 0 60px;
    position: relative;
    overflow: hidden;
}

section {
    padding: 30px 0 60px;
}

footer {
    padding: 30px 0 20px;
}

.footer-widget-area {
	color: #ccc;
	font-size: .9em;
}

.footer-widget-area h4 {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 1em;
	color: #fff;
}

#colophon .widget ul li {
    margin-right: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

#colophon .widget {
    margin-bottom: 0;
}

.post-content .entry-content .post-title {
    font-size: 2.4em;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform:  uppercase;
    font-weight: 650;
    word-spacing:  .2em;
}

.bg-dark {
    background: #05103f /*#04155f*/;
}

.copyright-text {
    color: #fefefe;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

#colophon .site-info {
    width: 100%;
    text-align: center;
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 70px;
}

.widget.widget_nav_menu .menu > li a {
	color: #ccc;
	/*text-decoration: underline;*/
}

.widget.widget_nav_menu .menu > li a:hover {
    color: #CCC !important;
}

.widget.widget_nav_menu a:hover {
	color: #fff;
}

.contact-header-container {
    max-width: 100%;
	background-color: #f8f8f8; 
	padding: 10px 5px 0 5px; 
	color: #000; 
	font-weight: bold; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: .9em;
}

.contact-label {
	padding-right: 15px;
}

.contact-icon {
	padding: 0 5px;
}

i {
	margin-right: 5px;
}

.contact-icon a {
	color: #000;
	text-decoration:  none;
	font-weight: normal;
}

.contact-icon a:hover {
	color: #000;
	font-weight:  600;
	text-decoration:  none;
}

.logo-carousel img {
    max-height: 150px;
}

.social-icons ul {
	list-style:  none;
	margin:0; padding:0;
}

.social-icons ul li {
	float: left;
	padding: 3px;
}

.dropdown-menu {
	border: 0 !important;
	border-radius: 0 !important;
	font-family: 'Roboto', sans-serif;
    color: #0b1f76;
}

.main-navigation .menu li a:hover {	
	text-decoration: none;	
}

.main-navigation .menu > li > ul li a {
    color: #fff; /*#0b1f76; #8c979e;*/
    width: 100%;
    font-size: 1.15em;
    text-transform: none;
    font-weight: 500;
    border: 0;
    background-color: #0b1f76;
}

.main-navigation .menu > li ul {
	margin-top: 0;
}

.main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0b1f76;
}

.row-certifications {
	padding-top: 30px;

}

.feature h4 {
	font-size: 1.6em;
}

h3.featured {
    font: 2.5em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color:#0b1f76;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

h3.featured:before {
    border-top: 2px solid #dfdfdf;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

h3.featured span { 
    background: #fff; 
    padding: 0 15px; 
}

h4.subheadings {
	font-weight: 600;
	margin-top: 40px;
}

.certifications-box {
  	float: right;
  	position: relative;
  	left: -50%;
  	text-align: left;
}

.certifications-box ul {
  	position: relative;
  	left: 50%;
    list-style-type: none;
  	margin:0;
  	padding:10px 0;
}

.certifications-box ul li {
  	float: left;
  	list-style-type: none;
  	padding: 0 15px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.feature-1 i {
	color: #04155f;
}

.mb16 {
	font-size: 2em;
}

#custom_html-2 .widget-title {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;
}

#custom_html-3 h2 {
	text-align: center;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	padding-top: 20px;
	margin-bottom:0;
	text-transform: uppercase;
}

#custom_html-5 .widget-title {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;
}

#custom_html-6 h2 {
	text-align: center;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	padding-top: 20px;
	margin-bottom:0;
	text-transform: uppercase;
}

.homepage-choose-us {
	width: 50%;
	margin: 0 auto;
	text-align: left;	
}

.homepage-choose-us p {
	padding-bottom: 50px;
	border-bottom: solid 1px #CCC;
}

.homepage-services {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.homepage-services div {
	flex: 1;
	margin: 20px;
	padding: 15px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 50px;
}

.homepage-services img {
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #e9e9e9;
}

.homepage-services a {
	font-size: 1.3em;
}

.homepage-industries {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.homepage-industries div {
	flex: 1;
	background-color: #04155f;
	color: #fff;
	margin: 20px;
	padding: 15px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	/*margin-bottom: 150px;*/
}

.homepage-industries img {
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.custom-html-widget {
	/*margin-bottom: 50px;*/
}

.product-category {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

.product-category img {
	border: solid 5px #fff;
}

.product-category div {
	background-color:#f1f1f1;
	margin: 0 30px;
	padding: 15px;	
	text-align: center;
	flex: 1;
}

.product-category ul {
	list-style:  none !important;
	margin: 0; padding: 0;
}

.product-category ul li {
	padding: 0 10px;
	font-weight: 600;
}

.product-category ul li a {
	color: #333 !important;
	text-decoration: underline;
}

.product-category ul li a:hover {
	text-decoration: none;
}

.img-right50 {
	margin-right: 50px;
}

.about-wp-block-table {
	margin-top: 80px;
	background-color: #E8E8E8;
}

.about-wp-block-table h3 {
	font-weight: bold;
}

.about-wp-block-table td {
    border-top: 0 !important;
    padding-top: 20px !important;
    font-weight: bold;
}

.site-footer {
	margin-top: 100px;
}

.table-honeycomb td {
	text-align: center;
}

@media (max-width: 991px) {
	
	.container {
 	   width: 85% !important;
	}
	
	.footer-widget {
		padding: 20px 0;
		border-bottom: solid 1px #fff;
	}
	
	#colophon .site-info {
	    border-top: 0;
    	padding-top: 10px;
    	margin-top: 50px;
	}
	
	#site-navigation .module.left {
    	padding-left: 0;
	}
	
	.nav-bar .module {
    	padding: 0;
	}
	
	.main-navigation .menu li {
		border-bottom: solid 1px #0b1f76;
		padding-left: 50px;
	}
	
	.main-navigation .menu li:last-child {
		border-bottom: 0;
	}
	
	.main-navigation .menu > li > ul li a {
     	background-color: transparent;
     	color: #0b1f76;
	}
	
	.main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:focus {
    	color: #0b1f76;
    	background-color: transparent;
	}
	
	.shapely-dropdown {
    	font-size: 2em;
    	color: #0b1f76;
    	border: 0;
    	padding-right: 10%;
	}
	
	.main-navigation .container {
    	width: 100% !important;
	   	padding-right: 0px;
    	padding-left: 0px;
	}
	
	.site-title-container {
		padding-left: 50px !important;
	}
	
	.module.widget-handle i {
		padding-right: 50px;
	    font-size: 2em;
	}
	
	.product-category div {
		background-color:#f1f1f1;
		margin: 0 10px;
		padding: 15px;	
		text-align: center;
		flex: 1;
	}
	
	.homepage-services {
		width: 100%;
	}
	
	.homepage-services div {
		margin-bottom: 30px;
	}
	
	.homepage-industries {
		width: 90%;
	}
}

@media (max-width: 767px) {
	
	br {
    	display: inline-block;
	}
	
	.footer-widget {
    	padding: 30px 60px !important;
	}
	
	.post-content {
    	margin-bottom: 20px;
    	padding: 0 10px;
	}
	
	p {
    	font-size: 1em;
	}

	.footer-widget-area {
    	font-size: 1em;
	}
	
	.product-category {
		flex-direction: column;
	}

	.product-category div {
		margin: 10px 0;
		padding: 20px 0;
	}
	
	.top-parallax-section p {
		padding: 0 50px;
	}
	
	.homepage-services {
		display: inline-block;
	}
	
	.homepage-services div {
		margin-bottom: 50px;
	}
	
	.homepage-services img {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.homepage-industries {
		display: block;
		margin-bottom: 50px;
		float: right;
		position: relative;
		left: -50%;
		text-align: left;
	}
	
	.homepage-industries div {
		display: block;
		float: left;
		margin-bottom: 0;
		position: relative;
		left: 50%;
	}
	
	.about-wp-block-table td {
		display: inline-block;
		padding: 20px;
	}
}

@media (max-width: 545px) {
	.homepage-industries {
		float: none;
		position: inherit;
		left: 0;
	}
	
	.homepage-industries div {
		float: none;
		position: inherit;
		left: 0;
	}
}

@media (max-width: 575px) {
	h3.list-title a {
    	text-decoration: none;
	}
	
	.product-category ul li {
    	margin-bottom: 15px;
    	font-size: 1.10em;
	}
	
	.product-category ul li a {
		font-size: 1.15em;
		color: #000 !important;
    	text-decoration: none;
	}
	
	.footer-widget-area h4 {
   		font-size: 1.3em;
	}
	
	.main-navigation .menu li a {
    	margin: 6px 20px;
    	font-size: 1.3em;
	}
	
	.main-navigation .menu > li > ul li a {
    	font-size: 1.25em;
	}
	 	
	.shapely-content  {
		padding-top: 25px;
	}
	
	.entry-content {
		font-size: 1.20em;
		color: #000;
	}
	
	.footer-widget-area {
    	font-size: 1.1em;
	}
	
	.widget.widget_nav_menu .menu > li a {
    	font-size: 1.05em !important;
	}
	
	#colophon .widget ul li {
		padding-bottom: 5px;
	}
	
	.copyright-text {
    	font-size: 1.3em;
	}
}

@media (max-width: 504px) {
	.site-title-container {
    	width: 50%;
	}
	
	.module.widget-handle i {
		padding-right: 25px;
	    font-size: 2em;
	}
	
	.main-navigation .menu li {
    	padding-left: 0px;
	}
	
	.main-navigation .menu > li > ul li a {
    	padding: 5px !important;
	}
	
	.menu > li.dropdown {
    	padding-right: 0;
	}
	
	.certifications-box ul li {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	
	.about-wp-block-table td {
		text-align: center;
	}
	
	.about-wp-block-table h3 {
		margin-top: 0;
	}
	
	ul.wp-block-gallery {
		margin: 0;
	}
	
	.wp-block-gallery {
		display: inline-block;
	}
	
	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    	width: 100%;
	}
	
	.gallery-columns-4 .gallery-item {
    	max-width: 100%;
	}
}

@media (max-width: 446px) {
	.container {
    	width: 90% !important;
	}

	.site-title-container {
    	padding-left: 35px !important;
	}
	
	.homepage-services div {
    	margin-bottom: 0 !important;
	}
	
	.homepage-services {
	    padding-bottom: 30px;
	}
		
	.site-footer {
    	margin-top: 10px;
	}
	
	.footer-widget {
    	padding: 20px 10px !important;
	}	
	
	.shapely-dropdown {
    	padding-right: 2% !important;
	}
	
}

fr {
	color:red;
}