/*
Theme Name: EightDegree Child
Description: A child theme of EightDegree Theme
Version: 1.0.1
Template: EightDegree
*/
@import url("../EightDegree/style.css");
#sf-submit > div { display: inline-block; }

#sf-submit #submit_top { background-color: transparent; }

#get-inspired-bar { top: 100%; right: 46px; position: absolute; background-color: #103260; }

#get-inspired-bar form { margin: 7px 7px 9px; }

#get-inspired-bar .title { color: #fff; font-size: 11px; font-weight: bold; }

#get-inspired-bar .title, #get-inspired-bar #first_name_top, #get-inspired-bar #last_name_top, #get-inspired-bar #email_top, #get-inspired-bar #submit_top { margin: 0 4px; display: inline-block; font-size: 11px; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; }

#get-inspired-bar #first_name_top, #get-inspired-bar #last_name_top, #get-inspired-bar #email_top { width: 88px; height: 21px; }

#get-inspired-bar #submit_top { color: #fff !important; border: 1px solid #fff !important; padding: 4px 12px 3px; -webkit-transition: background-color .2s ease, color .2s ease; transition: background-color .2s ease, color .2s ease; }

#get-inspired-bar #submit_top:hover { color: #103260 !important; background-color: #fff !important; }

:root { --width: 200px; }

.divider-line { margin: 25px 0; }

.blog-post-text, .blog-post-image { display: inline-block; vertical-align: top; }

.blog-post-image { width: var(--width); }

.blog-post-text { width: calc(100% - var(--width)); padding-left: 20px; }

.blog-post-image .wp-post-image { width: 100%; height: auto; }

#searchform #searchsubmit { top: 1px; }

.archive .grid { padding: 0 15px; max-width: 1230px; }

.page-id-8801 div.page { padding: 16px 0px !important; }

@media (max-width: 700px) { .blog-post-text, .blog-post-image { display: block; }
  .blog-post-image { width: 100%; margin-bottom: 20px; }
  .blog-post-text { width: 100%; } }
