/*
Theme Name:  CORE Offset Guide
Theme URI:   https://wpmechanic.pro
Author:      WP Mechanic
Author URI:  https://wpmechanic.pro
Description: Custom built WordPress theme.
Template:    WPM-Framework
Version:     1.0.0
Text Domain: custom
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**********************************************************
// Body
**********************************************************/
body {
	background: #FFF;
	font-family: "HelveticaNeue", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #434343;
	}

a { color: #3356BA; }
a:hover { color: #456FE8; }

.Content { max-width: 1280px; }

.Content-Posts {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	font-size: 0;
	}

/**********************************************************
// Mobile Navigation
**********************************************************/
.Mobile-Nav {
	background: #3356BA;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	}

.Mobile-Nav a { color: #FFF; }
.Mobile-Nav li.current-menu-item > a {
	background-color: #FFF !important;
	font-weight: bold;
	color: #3356BA;
	}

/**********************************************************
// Header
**********************************************************/
.Header {
	padding: 30px 10px;
	border-bottom: 1px solid #3356BA;
	text-align: center;
	position: relative;
	z-index: 5000;
	}

.Header-Inner {
	margin: auto;
	width: 100%;
	max-width: 1210px;
	}

.Header-Logo {
	margin-top: 10px;
	display: inline-block;
	float: left;
	}

.Header-Logo-Desktop { display: block; }
.Header-Logo-Mobile { display: none; }

.Header-Logo img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 30px;
	}

.Header-Right { float: right; }

/**********************************************************
// Header >> Nav
**********************************************************/
.Header-Nav {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Nav li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	}

.Header-Nav li:first-child { margin-left: 0; }
.Header-Nav li:last-child { margin-right: 0; }

.Header-Nav li a {
	padding: 7px 10px;
	width: auto;
	line-height: 18px;
	font-weight: 400;
	font-size: 12px;
	color: #707070;
	display: block;
	}

.Header-Nav li a:hover {
	text-decoration: none;
	color: #3256B9;
	}

.Header-Nav > div > ul > li > a:hover,
.Header-Nav > div > ul > li.current-menu-item > a {
	border-radius: 50px;
	background: #3256B9;
	color: #FFF !important;
	}

.Header-Nav > div > ul > li.Green > a:hover,
.Header-Nav > div > ul > li.Green.current-menu-item > a { background: #4D8337; }

.Header-Nav > div > ul > li.Purple > a:hover,
.Header-Nav > div > ul > li.Purple.current-menu-item > a { background: #864197; }

.Header-Nav > div > ul > li.Orange > a:hover,
.Header-Nav > div > ul > li.Orange.current-menu-item > a { background: #D0784D; }

.Header-Nav > div > ul > li.Gray > a:hover,
.Header-Nav > div > ul > li.Gray.current-menu-item > a { background: #434343; }

.Header-Nav li:hover > ul { display: block; }
.Header-Nav li ul {
	margin-top: 0;
	margin-left: -90px;
	padding-top: 10px;
	width: 180px;
	display: none;
	text-align: center;
	position: absolute;
	left: 50%;
	}

.Header-Nav li ul li:first-child {
	overflow: hidden;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	}

.Header-Nav li ul li:last-child {
	overflow: hidden;
	-webkit-border-bottom-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	}

.Header-Nav li > ul li:hover { background: #3256B9; }
.Header-Nav li > ul li {
	margin: 0 0 1px 0;
	height: auto;
	background: #F8F8F8;
	color: #707070;
	display: block;
	}

.Header-Nav li ul li a:hover { color: #FFF; }
.Header-Nav li > ul li a {
	padding: 4px 6px;
	line-height: 20px;
	display: block;
	color: #707070;
	}

/**********************************************************
// Header >> Search
**********************************************************/
.Header-Search {
	margin-left: 30px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Search .screen-reader-text { display: none; }
.Header-Search .search-field {
	padding: 0 10px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	border: 1px solid #CECECE;
	color: #707070;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	}

/*.Header-Search .search-submit {
	margin-left: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 26px;
	background: #FFF;
	border: 1px solid #CECECE;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 12px;
	color: #707070;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Search .search-submit:hover {
	background: #3256B9;
	border: 1px solid #3256B9;
	color: #FFF;
	}*/

.Header-Search .search-submit {
	margin-left: 10px;
	padding: 5px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	/*background: url(Images/Icon-Search.png) top center no-repeat;
	background-size: contain;*/
	background: transparent;
	border: 1px solid #CECECE;
	border-radius: 5px;
	font-size: 18px;
	color: #707070;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Search .search-submit:hover {
	background: #3256B9;
	border: 1px solid #3256B9;
	color: #FFF;
	}

.Header-Search .search-submit i {
	position: relative;
	top: -2px;
	}

/**********************************************************
// Header >> Nav: Menu
**********************************************************/
.Header-Nav-Menu:hover  { color: #3256B9; }
.Header-Nav-Menu:active { color: #3256B9; }
.Header-Nav-Menu {
	margin: 0 0 0 20px;
	padding: 0;
	width: auto;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	display: none;
	font-weight: 300;
	font-size: 20px;
	cursor: pointer;
	color: #707070;
	vertical-align: middle;
	}

.Header-Nav-Menu-Icon {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Nav-Menu-Text {
	margin-left: 5px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Footer >> Buttons
**********************************************************/
.Footer-Buttons {
	margin: 20px auto 0 auto;
	text-align: center;
	}

.Footer-Button {
	margin: 10px auto;
	padding: 3px 10px;
	background: #FFF;
	color: #0066CC !important;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 15px;
	display: inline-block;
	}

/**********************************************************
// Footer
**********************************************************/
.Footer a { color: #FFF; }
.Footer a:hover { text-decoration: underline; }
.Footer {
	padding: 40px 10px;
	background: #3356BA;
	color: #FFF;
	text-align: center;
	font-size: 0;
	}

.Footer-Text {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 1280px;
	line-height: 24px;
	font-size: 14px;
	}

/**********************************************************
// Footer >> Logos
**********************************************************/
.Footer-Logos { margin: auto; }
.Footer-Logos li {
	margin: 0 50px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Logos li a { display: inline-block; }
.Footer-Logos li img {
	width: auto;
	max-height: 50px;
	}

/**********************************************************
// Post >> Elements
**********************************************************/
.post { margin-bottom: 40px; }
article.post:last-child { margin-bottom: 0; }
article:last-child .post { margin-bottom: 0; }

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { padding: 15px 0; }

.post h3 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	color: #666;
	}

.post h4 {
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
    color: #666;
	}

.post blockquote p:first-child { padding-top: 0; }
.post blockquote p:last-child { padding-bottom: 0; }
.post blockquote {
	margin: 10px auto;
	padding: 0 20px;
	line-height: 24px;
	display: block;
	}

.post p {
	padding: 10px 0;
	line-height: 24px;
	}

.post ol {
	margin-left: 20px;
	padding-left: 2px;
	list-style: decimal;
	}

.post ul {
	margin-left: 15px;
	padding-left: 2px;
	list-style-position: inside;
	list-style: disc;
	}

.post a { font-weight: 400; }
.post strong a { font-weight: 500; }

/*.post ul li:before {
	content: "\f111";
	font: normal normal normal 7px/1 FontAwesome;
	color: #777;
	position: absolute;
	top: 8px;
	left: 0;
	}*/

.post ul li {
	margin-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

.post ol li {
	margin-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	line-height: 22px;
	position: relative;
	}

/**********************************************************
// TablePress
**********************************************************/
.tablepress > caption { display: none; }

.tablepress tfoot th,
.tablepress thead th {
	line-height: 20px;
	border: 1px solid #000;
	background-color: #5171C4;
	color: #FFF;
	}

.tablepress td {
	border: 1px solid #000;
	line-height: 20px;
	}

.tablepress .odd td { background-color: #D6DDF0; }
.tablepress .row-hover tr:hover td { background-color: unset; }
.tablepress .row-hover tr.odd:hover td { background-color: #D6DDF0; }

/**********************************************************
// Excerpt
**********************************************************/
.Excerpt {
	margin: 30px 1% 0 1%;
	width: 48%;
	border: 1px solid #3256B9;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	height: 150px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-Thumb:hover span { transform: scale(1.1); }
.Excerpt-Thumb span {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Thumb a {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 26px;
	background: #3256B9;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	}

.Excerpt-Title a:hover { background: #456FE8; }
.Excerpt-Title a {
	padding: 10px !important;
	background: #3256B9;
	color: #FFF;
	display: block;
	}

.Excerpt-Text {
	padding: 10px;
	line-height: 20px;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	}

.Excerpt-More {
	padding: 10px;
	line-height: 20px;
	background: #F5F5F5;
	border-top: 1px solid #EEE;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	display: block;
	}

.Excerpt-More:hover {
	border-top: 1px solid #DDD;
	background: #EEE;
	color: #3256B9;
	}

/**********************************************************
// Entry
**********************************************************/
.Entry-Thumb {
	margin-top: 10px;
	text-align: center;
	}

.Entry-Title {
	margin: auto;
	padding: 0 !important;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	}

.Entry-Date {
	margin: 10px auto 0 auto;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #434343;
	}

.Entry .Entry-Main { margin-top: 20px; }

/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	}

.Post-Nav-Link {
	margin: 0 5%;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav a {
	height: 24px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	}

.Post-Nav a:hover {
	text-decoration: none;
	color: #555;
	}

.Post-Nav span {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav-Next span:first-child { margin-right: 10px; }
.Post-Nav-Next span:first-child i {
	font-size: 12px;
	position: relative;
	top: 0;
	}

.Post-Nav-Prev span:last-child { margin-left: 10px; }
.Post-Nav-Prev span:last-child i {
	font-size: 12px;
	position: relative;
	top: 0;
	}

/**********************************************************
// Post >> Comments
**********************************************************/
/*.Comments { margin-top: 40px; }

#respond h3 {
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	}

#respond label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	border: 1px solid #6A6A6A;
	background: #FFF;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select {
	height: 45px;
	line-height: 43px;
	}

#respond .form-submit {
	margin-top: 5px;
	background: transparent;
	padding: 0;
	display: inline-block;
	position: relative;
	}

#respond input[type="submit"]:hover { background: #E03743; }
#respond input[type="submit"] {
	padding: 0 20px;
	width: auto;
	height: 42px;
	line-height: 42px;
	background-color: none;
	background: #F44B57;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	}

.Comments .fn a { color: #6FC5C9; }
.Comments .fn {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	color: #6FC5C9;
	}

.comment-metadata a { color: #555; }
.comment-metadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	color: #555;
	}

.comment-content { color: #555; }
*/

/**********************************************************
// Page >> Titles
**********************************************************/
.Page-Title {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: initial;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	}

.Page-Subtitle {
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	}

/**********************************************************
// Sidebar
**********************************************************/
.Sidebar .widget-title {
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	}

/**********************************************************
// Sidebar >> Search
**********************************************************/
.Sidebar .screen-reader-text { display: none; }

.Sidebar .widget_search {
	width: 100%;
	height: 50px;
	overflow: hidden;
	border: 2px solid #3256B9;
	white-space: nowrap;
	}

.Sidebar .widget_search input:focus { outline: 0; }
.Sidebar .widget_search input {
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

.Sidebar .search-field {
	margin-top: 13px;
	padding: 0 15px;
	width: 70%;
	height: 22px;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #3256B9;
	float: left;
	}

.Sidebar .widget_search input::-webkit-input-placeholder { color: #3256B9; text-transform: uppercase; }
.Sidebar .widget_search input:-moz-placeholder           { color: #3256B9; text-transform: uppercase; }
.Sidebar .widget_search input::-moz-placeholder          { color: #3256B9; text-transform: uppercase; }
.Sidebar .widget_search input:-ms-input-placeholder      { color: #3256B9; text-transform: uppercase; }

.Sidebar .search-submit {
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 200px;
	background: #3256B9;
	cursor: pointer;
	float: right;
	}

/**********************************************************
// Page >> Sections
**********************************************************/
.Page-Sections {
	font-size: 0;
	text-align: center;
	}

.Page-Section-Left {
	margin: auto;
	padding-top: 40px;
	width: 27%;
	max-width: 350px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}

.Page-Section-Right {
	margin: auto;
	width: 73%;
	max-width: 900px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}

.Page-Section-Right .Page-Title {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.Page-Section-Right .Entry-Text {
	font-weight: 300;
	font-size: 16px;
	}

.Page-Sections-Menu:hover { background: #456FE8; }
.Page-Sections-Menu {
	margin: 0 auto 20px auto;
	padding: 8px 20px;
	width: 100%;
	line-height: 20px;
	background: #3356BA;
	color: #FFF;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	display: none;
	}

.Page-Sections-Menu i,
.Page-Sections-Menu span {
	display: inline-block;
	vertical-align: middle;
	}

.Page-Sections-Menu span { margin-left: 10px; }

/**********************************************************
// Page >> Nav
**********************************************************/
.Page-Nav {
	margin: 0;
	width: 100%;
	max-width: 280px;
	}

.Page-Nav li {
	border-top: 1px solid #3356BA;
	position: relative;
	}

.Page-Nav li a {
	padding: 10px 0;
	line-height: 30px;
	font-weight: 300;
	font-size: 20px;
	display: block;
	}

.Page-Section-Left.Green .Page-Nav li { border-top: 1px solid #4D8337; }
.Page-Section-Left.Green .Page-Nav li a { color: #4D8337; }
.Page-Section-Left.Green .Page-Nav li a:hover { color: #54A533; }

.Page-Section-Left.Purple .Page-Nav li { border-top: 1px solid #864197; }
.Page-Section-Left.Purple .Page-Nav li a { color: #864197; }
.Page-Section-Left.Purple .Page-Nav li a:hover { color: #A74ABE; }

.Page-Section-Left.Orange .Page-Nav li { border-top: 1px solid #D0784D; }
.Page-Section-Left.Orange .Page-Nav li a { color: #D0784D; }
.Page-Section-Left.Orange .Page-Nav li a:hover { color: #EB8F63; }

.Page-Section-Left.Gray .Page-Nav li { border-top: 1px solid #434343; }
.Page-Section-Left.Gray .Page-Nav li a { color: #434343; }
.Page-Section-Left.Gray .Page-Nav li a:hover { color: #636363; }

.Page-Nav > ul > li:first-child { border-top: 0 !important; }
.Page-Nav > ul > li:first-child > a { padding-top: 0; }
.Page-Nav li.current-menu-item > a { font-weight: 700; }

.Page-Nav li > ul > li > a { padding-left: 20px; }
.Page-Nav li > ul > li > ul > li > a {
	padding-left: 40px;
	line-height: 26px;
	font-style: italic;
	font-size: 17px;
	}

.Page-Nav li > ul > li > ul > li > ul > li > a {
	padding-left: 60px;
	line-height: 20px;
	font-style: normal;
	font-size: 15px;
	}

/*.Page-Nav .sub-menu { display: none; }
.Page-Nav .current-menu-parent .sub-menu { display: block; }
.Page-Nav .current-menu-item .sub-menu { display: block; }*/

.Page-Nav > ul > li > ul > li.menu-item-has-children > a { padding-right: 40px; }
.Page-Nav > ul > li > ul li.menu-item-has-children > i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #3356BA;
	cursor: pointer;
	display: block;
	position: absolute;
	right: -5px;
	top: 10px;
	}

.Page-Section-Left.Green .Page-Nav li.menu-item-has-children > i  { color: #4D8337; }
.Page-Section-Left.Purple .Page-Nav li.menu-item-has-children > i { color: #864197; }
.Page-Section-Left.Orange .Page-Nav li.menu-item-has-children > i { color: #D0784D; }
.Page-Section-Left.Gray .Page-Nav li.menu-item-has-children > i   { color: #434343; }

.Page-Nav > ul > li:first-child > i { top: 0; }

.Page-Nav > ul > li > ul li .sub-menu { display: none; }

.Page-Nav > ul > li > ul li.current-menu-ancestor > .sub-menu { display: block; }
.Page-Nav > ul > li > ul li.current-menu-item > .sub-menu { display: block; }

/**********************************************************
// Page >> Breadcrumb
**********************************************************/
.Page-Breadcrumb {
	margin: 0 0 40px 0;
	font-weight: 500;
	font-size: 14px;
	color: #A5A2A2;
	}

.Page-Breadcrumb a { color: #A5A2A2; }
.Page-Breadcrumb a:hover { text-decoration: underline; }

.Page-Breadcrumb li {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}

.Page-Breadcrumb li:last-child:after { display: none; }
.Page-Breadcrumb li:after {
	margin: 0 5px;
	content: ">";
	}

/**********************************************************
// Page >> Button >> Download
**********************************************************/
.Page-Button-Download {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 100%;
	max-width: 250px;
	border-radius: 10px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #3356BA;
	color: #3356BA;
	display: inline-block;
	}

.Page-Button-Download:hover {
	background: #3356BA;
	color: #FFF;
	}

.Page-Section-Left.Green .Page-Button-Download {
	border: 1px solid #4D8337;
	color: #4D8337;
	}

.Page-Section-Left.Green .Page-Button-Download:hover {
	background: #4D8337;
	color: #FFF;
	}

.Page-Section-Left.Purple .Page-Button-Download {
	border: 1px solid #864197;
	color: #864197;
	}

.Page-Section-Left.Purple .Page-Button-Download:hover {
	background: #864197;
	color: #FFF;
	}

.Page-Section-Left.Orange .Page-Button-Download {
	border: 1px solid #D0784D;
	color: #D0784D;
	}

.Page-Section-Left.Orange .Page-Button-Download:hover {
	background: #D0784D;
	color: #FFF;
	}

.Page-Section-Left.Gray .Page-Button-Download {
	border: 1px solid #D0784D;
	color: #D0784D;
	}

.Page-Section-Left.Gray .Page-Button-Download:hover {
	background: #D0784D;
	color: #FFF;
	}
