@charset "UTF-8";
/*
Theme Name: Chelsea Technology
Theme URI: https://www.chelseatech.com
Description: 
Version: 1.0
Author: Addicott Web
Author URI: https://www.wordpress-web-designer-raleigh.com/
*/

body { font-family:"Roboto"; background-color:#282828; }

/* Text styles */
p { color:#000; margin:20px 0 0 0; font-size:18px; line-height:28px; font-weight:300; }
strong { font-weight:700; }
em { font-style:italic; }
small { display:block; font-size:12px; line-height:20px; font-weight:400; color:#000; }
blockquote { border:none; padding:0; margin:0 0 0 30px; }
blockquote p { font-size:18px; line-height:28px; font-weight:300; }

/* Link styles */
a { color:#002d72; text-decoration:underline; }
a:hover { color:#002d72; text-decoration:none; }

/* Heading styles */
h1 { margin:0; font-size:48px; line-height:58px; color:#002d72; font-family:"Archivo"; font-weight:400; }
h2, h3, h4, h5, h6 { margin:30px 0 0 0; font-family:"Archivo"; font-weight:400; }

h2 { font-size:36px; line-height:46px; }
h3 { font-size:30px; line-height:40px; }
h4 { font-size:24px; line-height:34px; }
h5 { }
h6 { }

/* List styles */
ul { list-style:disc; margin:20px 0 0 30px; padding:0; }
ol { list-style:decimal; margin:20px 0 0 30px; padding:0; }
ul li,
ol li { margin-bottom:10px; padding-left:10px; font-size:18px; line-height:28px; font-weight:300; color:#000; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/* Image styles */
.alignnone { display:block; margin:20px 0 0 0; }
.aligncenter { display:block; margin:20px auto 0 auto; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

.wp-caption { }
.wp-caption-text { margin:5px 0 0 0; text-align:center; font:italic 13px/22px Georgia, "Times New Roman", Times, serif; }

/* Table styles */
table { border-collapse:collapse; margin-top:5px; width:100%; }
table td { border-bottom:1px solid #ccc; background-color: #fff; font-size:14px; line-height:24px; font-weight:300; padding:15px 0; color:#000; vertical-align:top; text-align: center; }
table th { border-bottom:1px solid #fff; background-color: #002d72; font-size:14px; line-height:24px; font-weight:700; padding:15px 0; color:#fff; vertical-align:top; text-align:center; }

iframe, object, embed { max-width: 100%; }

/* Plugins */
a.fasc-button { padding: 15px 30px; }

/* Pagenavi */
.wp-pagenavi { margin:40px 0 0 0; }
.wp-pagenavi a,
.wp-pagenavi span { margin:2px; font-size:16px; line-height:26px; background-color:#012545; color:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:15px 30px; text-decoration:none; }
.wp-pagenavi a:hover { background-color:#359bed; color:#fff; transition: background-color 0.5s ease; }
.wp-pagenavi span.current { background-color:#359bed; color:#fff; }

/* Global classes */
.right { text-align:right; }
.center { text-align:center; }
.widget { margin:0 0 30px 0; padding-top:0; padding-bottom:0; }
.widget h3.widget-title { }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; }
.container { padding-left:40px; padding-right:40px; }
.row { padding-top:40px; padding-bottom:40px; }

.no-padding-top { padding-top:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-both { padding-top:0 !important; padding-bottom:0 !important; }

.padding-top { padding-top: 40px !important; }

/* Header */
.header #myModal { margin-top:40px !important; }
.header .modal-content { padding-bottom: 20px; }
.header .modal form { margin-bottom:30px; }
.header .modal form input { width:85%; padding:10px; border:1px solid #ccc; margin:0 10px 0 0; font-size: 18px !important; line-height: 28px !important; font-weight: 300 !important; }
.header .modal form button { width:10%; background:#002d72; color:#fff; padding:10px; border:none; font-size: 18px !important; line-height: 28px !important; font-weight:700; text-transform:uppercase; }

/* Homepage */
.homepage-intro .container { border-bottom: 2px solid #dedede; }
.homepage-intro h1 { color: #002d72; font-weight: 700; margin-top: 10px; }
.homepage-intro h4 { color: #d8b320; font-size: 18px; line-height: 28px; margin-top: 0; }

.homepage-blocks .block { padding-top: 60px; padding-bottom: 60px; }
.homepage-blocks .block h3 { font-weight: 500; }
.homepage-blocks .block-1 { border-right: 1px solid #dedede; }
.homepage-blocks .block-2 { border-left: 1px solid #dedede; }

	/* Landscape phones and portrait tablets */
	@media (min-width: 481px) and (max-width: 767px) {
	.homepage-intro h4 { margin-top: 40px; }
	.homepage-blocks .block-1 { border-right: none; border-bottom: 2px solid #dedede; }
	.homepage-blocks .block-2 { border-left: none; padding-bottom: 0; }
	}

	/* Portrait phones and smaller */
	@media (max-width: 480px) {
	.homepage-intro h4 { margin-top: 40px; }
	.homepage-blocks .block-1 { border-right: none; border-bottom: 2px solid #dedede; }
	.homepage-blocks .block-2 { border-left: none; padding-bottom: 0; }
	}

.homepage-spacer .row { padding-top: 60px; }

.homepage-products { background-color: #f6f6f6; }
.homepage-products .row { padding-top: 60px; padding-bottom: 60px; }
.homepage-products h2 { margin-top: 0; font-size: 48px; line-height: 58px; }
.homepage-products .inner { background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); }
.homepage-products .inner-content { padding: 40px; }
.homepage-products .inner-content h3 { margin-top: 0; font-size: 36px; line-height: 36px; font-weight: 500; color: #002d72; }
.homepage-products .inner-link a { display: block; background-color: #f0c723; color: #fff; text-decoration: none; padding: 20px 40px; font-family: "Archivo"; font-weight: 700; font-size: 18px; line-height: 18px; }

/* Layout areas */
.content { background-color:#fff; }

/* Products page */
.product-category { border-bottom: 1px solid #ccc; }
.product-category:last { border-bottom: none; }
.product-category h2 { margin-top: 0; }
.product-category ul { list-style: none; margin: 30px 0 0 0; }
.product-category ul li { display: inline-block; margin: 0 25px 10px 0; padding: 0 25px 0 0; border-right: 1px solid #ccc; }
.product-category ul li:last-child { margin-right: 0; padding-right: 0; border-right: none; }

/* Product category pages */
.product-categories { background-color: #f6f6f6; }
.product-categories .row { padding-top: 20px; padding-bottom: 60px; }
.product-categories .inner { background-color: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); padding: 20px; }
.product-categories .inner img { width: 100%; }
.product-categories h4 { font-weight: 700; }
.product-categories h4 a { color: #002d72; text-decoration: none; }
.product-categories h4 a:hover { color: #002d72; text-decoration: underline; }
.product-categories p { text-transform: uppercase; font-weight: 700; font-family: "Archivo"; }
.product-categories p a { display: block; background-color: #f0c723; color: #fff; text-decoration: none; padding: 15px 40px; }
.product-categories p a:hover { color: #fff; text-decoration: underline; }

/* Products */
.product-photo img { width: 100%; }

/* Page titles */
.page-title .container { border-top: 3px solid #eee; }
.page-title .row { padding-top: 60px; }

/* Regular page banner images */
.page-banner { background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.page-banner .row { padding-top: 240px; padding-bottom: 240px; margin-left: 0; margin-right: 0; }

/* Search results */
.search-results ul { list-style:none; margin:40px 0 0 0; }
.search-results ul li { margin-bottom:40px; padding:0 0 40px 0; border-bottom:1px solid #ccc; }
.search-results ul li span { display:block; font-size:16px; line-height:26x; font-family:"Source Sans Pro"; margin-top:20px; }
.search-results ul li span.url { color:#006621; margin-top:0; }
.search-results ul li p { margin-top:5px; }

/* Footer */
.footer-cta { background: fixed url('images/footer-cta-bg.jpg') center center no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.footer-cta .row { padding-top: 100px; padding-bottom: 100px; }
.footer-cta h2 { margin-top: 0; color: #fff; font-weight: 700; font-size: 48px; line-height: 58px; }
.footer-cta p { font-size: 24px; line-height: 34px; color: #fff; }
.footer-cta a.fasc-button { padding: 15px 30px; margin-top: 15px; }

.footer-contact h4 { font-weight: 700; text-transform: uppercase; }
.footer-contact ul { list-style: none; margin: 10px 0 0 0; }
.footer-contact ul li { margin: 0 20px 0 0; padding: 0 20px 0 0; border-right: 1px solid #000; display: inline-block; }
.footer-contact ul li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.footer-contact a,
.footer-contact a:hover { color: #000; }

.footer p { margin-top: 0; font-size: 16px; line-height: 26px; color: #fff; }
.footer a,
.footer a:hover { color: #fff; }

/* Large desktops and laptops */
@media (min-width: 1380px) {
body { padding:0; }
.container-fluid { padding:0; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1379px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
.content-subpages { margin-top:40px; }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
table tr { border: 1px solid #ccc; display: block; }
table td,
table th { border:none; display: block; padding-top: 5px; padding-bottom: 0; }
table th:first-child,
table td:first-child { padding-top: 15px; }
table th:last-child,
table td:last-child { padding-bottom: 15px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
table tr { border: 1px solid #ccc; display: block; }
table td,
table th { border:none; display: block; padding-top: 5px; padding-bottom: 0; }
table th:first-child,
table td:first-child { padding-top: 15px; }
table th:last-child,
table td:last-child { padding-bottom: 15px; }
}