/*
	Theme Name: Free Government Cell Phones HTML5
	Description: Free Government Cell Phones Genesis child theme.
	Author: pixelDuo
	Author URI: http://pixelduo.com/

	Version: 1.0.0
 
	Template: genesis
	Template Version: 2.0.2
*/

/* General
-------------------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	    word-break: break-word;
		overflow-wrap: break-word;
}

.site-container {
	background: #F6F6F3;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin: 0 auto;
	max-width: 1131px;
	padding: 0 22px;
}

a {
	color: #1C2568;
}

a:hover {
	color: #1e1e1e;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 10px;
}

h1, h2 {
	font-size: 28px;
	line-height: 28px;
}


/* Header
-------------------------------------------------------------- */

.site-header {
	background: none;
	margin-bottom: 3px;
}

.site-header .wrap {
	margin-top: 4px;
	padding: 0;
}

.site-header .title-area {
	background: #28598A;
	float: none;
	padding: 5px 0 8px;
	text-align: center;
}

.site-header .site-title,
.site-header .site-title a {
	color: #fff;
	font-family: 'Average Sans', sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
	font-size: 35px;
	letter-spacing: 0.7px;
	line-height: 36px;
	margin-bottom: 0;
}

.site-header .site-description {
	color: #EBE8D8;
	font-family: "Crimson Text", "Times New Roman", Times, serif;
	font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 18px;
	font-size: 18.5px;
	line-height: 20px;
}


/* Navigation
-------------------------------------------------------------- */

.menu-toggle {
	background: #09a0c0;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	display: none;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.nav-primary {
	background: none;
}

.genesis-nav-menu {
	text-align: center;
}

.genesis-nav-menu a {
	color: #000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;  
	font-weight: bold;
	line-height: 16px;  
	padding: 9px;
}

.genesis-nav-menu .current-menu-item a {
	color: #1C2568;
}

.genesis-nav-menu a:hover {
	color: #1C2568;
	text-decoration: underline;
}


/* Content
-------------------------------------------------------------- */

.site-inner {
	padding-top: 0;
       padding-left: 0;  / MOD: added by mark to fix narrow area on mobile
       padding-right: 0; / MOD: added by mark to fix narrow area on mobile
}

.content {
	background: #fff;
	border: 1px solid #999;
	width: 70.4147465437788%;
}

.content a {
	border: none;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.pi-archive-intro,
.archive-description {
	font-size: 20px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 0;
	padding: 10px 23px 10px 11px;
}

.entry-header {
	margin-bottom: 10px;
}

.p2-archive .entry-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

.p2-archive .entry-title a {
	text-decoration: none;
}

.entry {
	padding: 5px 23px 0 11px;
}

.p2-archive .entry {
	margin-bottom: 10px;
	padding-top: 0;
}

.entry-title {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-content p {
	margin-bottom: 16px;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 25px 25px;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 37px 0 12px;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 37px 0 12px;
}

.entry-content a {
	border: none;
	color: #1C2568;
	font-weight: bold;
	letter-spacing: -0.3px;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #1C2568;
	text-decoration: none;
}

.entry-footer .entry-meta {
	border: none;
	color: #666;
	font-size: 16px; /* MOD 03-30-19 Changed 13px to 16px */
	margin: 0;
	padding: 15px 0 0;
}

.entry-footer .entry-meta a {
	border: none;
	font-weight: bold;
	text-decoration: none;
}

.entry-footer .entry-meta a:hover {
	text-decoration: underline;
}

.entry-comments,
.comment-respond {
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 11px;
	padding-right: 23px;
}

.comment-form-comment {
	margin-bottom: 15px;
}

.p2-comment-notes-after {
	background: #d3d3d3;
	border: 1px solid #000;
	font-size: 16px;  /* MOD 03-30-19 Changed 12px to 16px */
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
	padding: 5px;
}

/* added my mark -- was not here before, but resolved to margin-top:2.4rem and padding:3.2rem */
.comment-list li {
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
}

/* added my mark -- was not here before */
div.comment-reply a.comment-reply-link {
	padding: 3px;
	background: #28598A;
	color: white;
	text-decoration: none;
}

.pagination {
	border-top: 2px solid #ddd;
	margin: 0;
	padding: 10px 23px 10px 11px;
}

.pagination a {
	color: #000;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination-next {
	float: left;
}

.pagination-previous {
	float: right;
}

.p2-posts-nav {
	border-top: 2px solid #ddd;
	color: #666;
	font-size: 16px;   /* MOD 03-30-19 Changed 13px to 16px */
	font-weight: normal;
	letter-spacing: 2px;
	overflow: hidden;
	padding: 11px 23px 11px 11px;
	text-transform: uppercase;
}

.p2-posts-nav a {
	color: #000;
	font-size: 16px;  /* MOD 03-30-19 Changed 13px to 16px */
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.p2-posts-nav a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 24px 5% 24px;
	margin: 2.4rem 5% 2.4rem;
	border-left: 3px solid #ccc;
	padding-left:10px;
	color: #000;
}

blockquote::before {
	content:none;
}

/* Sidebar Genesis Featured Posts Widget */

.sidebar .featured-content .entry {
	font-size: 16px;  /* MOD 03-30-19 Changed 14px to 16px */
	line-height: 18px;
	margin: 0 0 0 5px;
	border-bottom:none;
	padding:0 0 0 10px;
	color: #999;
	background-color: #F6F6F3;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;  /* MOD 03-30-19 Changed 16px to 16px */
	line-height:18px
}

.sidebar .featured-content img {
	width: 100px;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.sidebar .featured-content a {
	border: 0;
	font-weight:normal;
}

/* Phone Manual page
-------------------------------------------------------------- */

.cell-phone-box {
	border:1px solid black;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	height:160px;
}

.cell-phone-box h3 {
	margin-top:-5px;
}

.cell-phone-box img {
	margin-right:5px;
	float:left;
}



/* Sidebar
-------------------------------------------------------------- */

.sidebar-primary {
	width: 28.57142857142857%;
}

.sidebar .widget {
	background: none;
	color: #000;
	font-size: 16px;  /* MOD 03-30-19 Changed 14px to 16px */
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 11px;
}

.sidebar .widget-title {
	border-bottom: 1px solid #1C2568;
	color: #1C2568;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1px;
	line-height: 25px;
	padding: 5px 8px 3px 6px;
	margin-bottom: 5px;
	text-transform: none;
}

.sidebar .widget a {
	border: none;
	color: #000;
	text-decoration: none;
}

.sidebar .widget a:hover {
	text-decoration: underline;
}

.sidebar ul.pagenav {
	padding: 4px 0 2px;
}

.sidebar ul li {
	margin-bottom: 5px;
	padding-left: 14px;
}

.sidebar .widget input[type="text"],
.sidebar .widget input[type="email"] {
	padding: 5px;
}

.sidebar .widget input[type="submit"] {
	padding: 5px;
}


/* Footer
-------------------------------------------------------------- */

.site-footer {
	background: #28598A;
	border: 1px solid #000;
	color: #fff;
	font-size: 16px;  /* MOD 03-30-19 Changed 13px to 16px */
	margin: 20px 0;
	padding: 10px;
}

.site-footer a {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.site-inner {
		padding-left: 0;
		padding-right: 0;
	    word-break: break-word;
		overflow-wrap: break-word;
	}

}

/*  MOD: Changed from 768 to 640 on 10-09-16 because my ipad pro was not showing sidebar */

@media only screen and (max-width: 640px) {

       .site-header .site-title,
       .site-header .site-title a {
     	       font-size: 24px;
	       letter-spacing: 0.5px;
	       line-height: 24px;
       }

       .site-header .site-description {
	       font-size: 16px;  /* MOD 03-30-19 Changed 14px to 16px */
	       line-height: 14px;
	}

	.menu-toggle {
		display: block;
	}

	.nav-primary {
		clear: both;
		display: none;
		margin-top: 0;
	}

	.nav-primary.toggled-on {
		display: block;
		margin-bottom: 10px;
	}

	.genesis-nav-menu .menu-item {
		float: none;
	}

/* MOD 03-30-19 Added this to increase size */	
	.genesis-nav-menu a {
	    font-size: 16px;  
	    font-weight: bold;
	    line-height: 20px;  
	    padding: 12px;
	}

	.genesis-nav-menu .sub-menu {
		left: auto;
		margin: 0 0 20px 14px;
		opacity: 1;
		position: static;
	}

	.genesis-nav-menu .sub-menu li a {
		font-size: 16px;  /* MOD 03-30-19 Changed 11px to 16px */
	}

/* added my mark */
	.entry-title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 0;
	}
/* */
	.content {
		clear: both;
		float: none;
		width: 100%;
	}

	.sidebar {
		clear: both;
		float: none;
		padding-top: 20px;
		width: 100%;
	}

/*  MOD: Mark add this to make mobile not indent on both sides. It's 5% in style.css, changed to 0 */
      .site-inner {
              padding-left: 0;  
              padding-right: 0; 
            word-break: break-word;
		    overflow-wrap: break-word;
       }


/* ----------  */
}

@media screen and (max-device-width: 480px){
   body{
      -webkit-text-size-adjust: none;
   }
         .site-inner {
            word-break: break-word;
		    overflow-wrap: break-word;
       }

}




