/*
Theme Name: Ares
Description: Blog Magazine Newspaper Template
Version: 2.3
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

@import "css/screen.css";

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/*JAG*/
/*ordered list fix */
ol {
  margin-bottom: 20px !important;
  font-size: larger !important;
}
ol li {
  width: 80%;
  margin-left: auto;
  text-align: left;
  margin-right: auto;
  padding-left: 10px
}

/*Single Post Home page category section*/
.sidebar_content .category_singlepost_wrapper {
  display: inline-block;
}

.sidebar_content .category_singlepost_wrapper .post_wrapper .post_img {
  width: 100%;
}

.sidebar_content .category_singlepost_wrapper .post_wrapper .post_inner_wrapper {
  display: block;
}

.sidebar_content .category_singlepost_wrapper .view-all {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/*3-Post Home page category section*/
@media (min-width: 962px) {
  .sidebar_content .category_wrapper>.post_wrapper {
    width: 33%;
  }
  .sidebar_content .category_singlepost_wrapper {
    width: 33%;
  }
}
.sidebar_content .category_wrapper>.post_wrapper {
  display: inline-block;
  margin: 0;
  border: none;
}

.sidebar_content .category_wrapper>.post_wrapper:last-child {
  padding: 10px;
}

.sidebar_content .category_wrapper>.post_wrapper>.post_img {
  float: none;
  width: 100%;
  min-height: 300px;
}

.sidebar_content .category_wrapper .post_wrapper .post_inner_wrapper,
.sidebar_content .category_singlepost_wrapper .post_wrapper .post_inner_wrapper {
  line-height: 2.5em;
  height: 7em;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
}

.sidebar_content .category_wrapper h1 {
  padding: 10px;
}

a#custom_logo {
  background-image:url('images/logo.svg');
  background-repeat:no-repeat;
  background-size:contain;
  display:inline-block;
  height:85px;
  overflow:hidden;
  position:relative;
  text-indent:100%;
  vertical-align:bottom;
  white-space:nowrap;
  width:353px;
}

p {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
p a,
.post_inner_wrapper a {
  color: #f68700;
  font-weight: bold;
}
p a:hover,
.post_inner_wrapper a:hover {
  color: #f55d2d;
  text-decoration: underline;
}
.post_wrapper ul {
  font-size: 14px;
  margin: 15px 0 15px 30px;
  text-align: left;
}

.connect-heading {
  color: #4d4d4d;
  font-size: 22px;
}
.sidebar .content hr {
  margin: 15px auto;
  width: 93.75%;
}

h3.gform_title {
  color: #4d4d4d;
  margin: 1em auto;
}
p.form_desc,
p.form_desc_note {
  margin: 1em auto;
  width: 75%;
}

blockquote {
  background-color: #f2f2f2;
  border-left: 4px solid #f68700;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 30px auto;
  padding: 7px 35px; 
  width: 60%;
}
blockquote p {
  font-size: 15px;
  font-style: oblique;
}

.inner_wrapper .sidebar_content {
  text-align: center;
}
.sidebar_content .post_wrapper {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 15px 0;
  padding: 10px;
  position: relative;
  width: 100%;
}

.sidebar_content .post_wrapper .post_img {
  background-color: #fff;
  background-image: url('images/cc-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 25%;
}
.sidebar_content .post_wrapper .post_inner_wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 0 10px 15px;
  width: 75%;
}
.sidebar_content .post_wrapper .post_inner_wrapper p {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
a.read-more {
  background-color: #f68700;
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
a.read-more:hover {
  background-color: #f55d2d;
  color: #f2f2f2; 
  text-decoration: none; 
}
a.view-all {
  background-color: #f68700;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
a.view-all:hover {
  background-color: #f55d2d;
  color: #f2f2f2; 
  text-decoration: none; 
}

.post_wrapper .post_img .caption_cat {
  padding: 5px;
  position: relative;
  top: -95%;
}
.post_wrapper .post_img .caption_cat a {
  color: #fff;
  display: inline;
  font-weight: normal;
  height: auto;
  vertical-align: bottom;
  width: auto;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper {
  width: 100%;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper h4 a {
  color: #f68700;
  display: block;
  float: none;
  font-weight: normal;
  position: static;
  text-align: center;
}
.sidebar_content .post_wrapper .post_inner_wrapper .post_header_wrapper h4 a:hover {
  color: #f55d2d;
}
.flexslider_caption h4 {
  margin-bottom: 20px;
}
.post-page-image.image-left {
  display: inline-block;
  float: left;
  margin: 1em 1.5em 1em 0;
}
.post-page-image.image-right {
  display: inline-block;
  float: right;
  margin: 1em 0 1em 1.5em;
}

#searchform {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  float: right;
  padding-right: 10px;
}
input#search-input {
  display: inline-block;
  font-size: 14px;
  margin: 6px auto 0;
  width: 200px;
}
input:focus {
  border: 1px solid #999999;
  outline: none;
}

#search-button {
  background-color: transparent;
  background-image: url('images/search.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 150%;
  white-space: nowrap;
  width: 35px;
}

.post_wrapper{overflow:hidden;}
.post_wrapper .post_img{max-height:250px;overflow:hidden;}
.post_wrapper .post_img a{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.post_img a img{height:auto;max-width:100%;}
.post_inner_wrapper{margin-top:0 !important;}

#social-container {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.social-link {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  margin-left: -4px;
  padding: 5px;
  text-align: center;
  width: 20%;
}
.social-link a,
.social-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#grt-sub-container {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.grit-title {
  font-variant: small-caps;
}
.grt-sub-block {
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}
.grt-sub-block:before,
.grt-sub-block:after {
  clear: both;
  content: ' ';
  display: table;
}
.grit-cover {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  width: 33.333333333333333333333333333333%;
}
.grit-cover img {
  height: auto;
  width: 100%;
}
.subscribe {
  display: block;
  margin: 15px auto;
}
.subscribe-button {
  background-color: #f68700;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
.subscribe-button:hover {
  background-color: #f55d2d;
  color: #f2f2f2; 
  text-decoration: none; 
}



#partners {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.partner-header {
  color: #4d4d4d;
  text-align: center;
}
.partner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  width: 15%;
  padding: 10px;
}
.partner a,
.partner a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.partner .mag {
  margin-bottom: 15px;
}
.slides {
  overflow: hidden;
}
.slides li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.footer_wrapper {
  background-color: #333;
  margin-top: 25px;
}
#footer {
  background-color: #f2f2f2;
  border-top: 3px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 3.125%;
  width: 100%;
}
#copyright {
  border-top: 3px solid #4d4d4d;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 15px 3.125% 35px;
  width: 100%;
}
#copyright_left {
  width: auto !important;
}
#footer .sidebar_widget {
  text-align: center;
  width: 100%;
}
#footer .sidebar_widget li {
  display: inline-block;
  width: 25%;
}
#footer .sidebar_widget li .widgettitle {
  color: #fff;
  margin: 0 auto 10px;
  text-align: center;
  width: 95%;
}
#footer .sidebar_widget li ul.posts {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
ul.posts li {
  padding: 0 0 10px;
  width: 100%;
}
ul.posts li > a {
  display: none;
}

.sidebar-popular,
.sidebar-recent {
  border-bottom: 1px solid #f68700;
  border-left: 1px solid #f68700;
  border-right: 1px solid #f68700;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 15px auto;
  text-align: left;
  width: 90%;
}
.sidebar-popular .widgettitle,
.sidebar-recent .widgettitle {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
}
.sidebar-popular li,
.sidebar-recent li {
  border-bottom: 1px dotted #ccc;
  margin: 5px auto;
  padding: 5px 0 8px;
  width: 95%;
}
.sidebar-wrap {
  margin: 15px auto;
}
.jumbo-ad {
  border: 1px solid #ccc;
  height: 252px;
  margin: 10px auto;
  width: 302px;
}
.jumbo-ad > div,
.half-page-ad > div,
.leaderboard-ad > div {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.half-page-ad {
  border: 1px solid #ccc;
  display: block;
  height: 602px;
  margin: 0 auto;
  vertical-align: top;
  width: 302px;
}
.sidebar_content {
  margin-top: 15px;
}
.leaderboard-ad { 
  border: 1px solid #ccc; 
  height: 92px;
  margin: 0 auto 15px;
  width: 730px
}
h2.widgettitle.header {
  color: #f68700;
  display: block;
  background-color: transparent;
  box-shadow: none;
  font-size: 40px;
}
.post_wrapper.post_page {
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_wrapper.post_page .post_inner_wrapper {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper p,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div {
  font-size: 15px;
  font-weight: 400;
  margin: 1em auto;
  padding: 0;
  text-align: left;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper ul {
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 90%;
}
.image-with-caption {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  max-width: 48%;
  overflow: hidden !important;
  padding: 1em !important;
}
.image-with-caption.image-right {
  display: inline-block;
  float: right;
  margin: 1em 0 1em 1.5em !important;
}
.image-with-caption.image-left {
  display: inline-block;
  float: left;
  margin: 1em 1.5em 1em 0 !important;
}
.image-with-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}
.image-with-caption span {
  
}

.sidebar_content .post_wrapper.post_page .post_inner_wrapper table,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  -moz-box-sizing: border-box !important;
     box-sizing: border-box !important;
  display: inline-block !important;
  margin: 1em !important;
  padding: 10px !important;
  text-align: center !important;
  width: 45% !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td {
  background-color: #fff !important;
  border: none !important;
  text-align: left !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td a,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td a {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td a img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper table tr td  img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td a img,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div table tr td img {
  display: inline-block !important;
  height: auto !important;
  max-width: 100% !important;
}
div.tags-wrapper,
div.comments-wrapper {
  clear: both;
}


#commentform p input[type="text"],
#commentform p textarea {
  width: 75% !important;
}
div.comment_inner {
  clear: both;
  display: block;
  width: 100%;
}
div.comment_inner .widgettitle {
  font-size: 16px;
  padding: 10px;
}
div.comment_inner .comment {
  clear: both;
  display: block;
  float: none;
  font-size: 13px;
  margin: 1em auto 1em 0;
  overflow: auto;
  width: 100%;
}
div.comment_inner ul.children {
  margin-left: 0 !important;
  margin-top: -15px !important;
  width: 100% !important;
}
div.comment_inner ul.children .comment {
  background-color: #f2f2f2 !important;
  list-style-type: none !important;
  margin-left: 8% !important;
  padding: 2em 1em !important;
  width: 92% !important;
}
div.comment_inner ul.children .comment .left {
  border: 3px solid #fdb714;
}
div.comment_date {
  clear: left  !important;
  font-size: 13px !important;
  margin: 0 !important;
  text-align: left !important;
}

p.comment-reply-link {
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
#commentform p input#submit {
  background-color: #f68700;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
#commentform p input#submit:hover {
  background-color: #f55d2d;
  color: #f2f2f2; 
  text-decoration: none; 
}
p.comment-subscription-form .subscribe-label {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}



div.sharedaddy h3.sd-title {
  width: 90%;
}
.author-card {
  border-bottom: 5px solid #e6e6e6;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
}
.author-card:last-child {
  border-bottom: none;
}
.author-basics {
  border-bottom: 2px solid #f2f2f2;
  overflow: auto;
  padding-bottom: 10px;
  text-align: left;
}
.author-img-wrap {
  background-color: #fff;
  background-image: url('images/cc-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #f68700;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 150px;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: middle;
  width: 150px;
}
.author-img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
.author-info {
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
  width: 50%;
}
.author-info h1 a {
  color: #f68700;
  font-size: 30px;
  line-height: 1.6;
  text-align: left;
}
.author-info h1 a:hover,
.author-info h2 a:hover {
  color: #f55d2d;
}
.author-info h2 {
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}
.author-info h2 a {
  color: #f68700;
  font-weight: bold;
}
.author-links {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.author-posts {
  background-color: #f68700;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: 0 auto 15px;
  padding: 4px 10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.125);
}
.author-posts:hover {
  background-color: #f55d2d;
  color: #f2f2f2;
}
.author-soc-wrap {
  display: block;
}
.author-soc {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 26px;
  margin: 5%;
  vertical-align: middle;
  width: 26px;
}
.author-qa {
  margin: 15px 0 0;
}
.author-qa h2 {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.author-qa p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0.5em auto;
  padding: 0;
  text-align: left;
}
.author-qa p:last-child {
  margin: 0.5em auto 0.875em;
}

.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  overflow: auto;
  padding-bottom: 20px;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts h2 {
  border-top: 1px solid #e6e6e6;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5em 0 1em 0;
  padding-top: 20px;
  text-align: left;
  text-transform: none;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0 .5%;
  padding: 0 10px;
  vertical-align: top;
  width: 19%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_img {
  float: none;
  position: relative;
  width: 100%;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_img .caption_cat {
  left: 0;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 10px;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper, 
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper .post_header,
.sidebar_content .post_wrapper.post_page .post_inner_wrapper .related-posts .post_wrapper .post_inner_wrapper .post_header_wrapper .post_header h4 {
  font-size: 15px;
  margin: 0 auto;
}


input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
textarea,
select {
  padding: 8px;
  font-size: 14px;
  margin: 0;
  border: 1px solid #dddddd;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  border: 1px solid #999999;
}
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 1px solid #f68700;
  outline: none;
}
.gform_button {
  background: #f68700; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmNjg3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU1ZDJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #f68700 95%, #f55d2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#f68700), color-stop(100%,#f55d2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f68700 95%,#f55d2d 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68700', endColorstr='#f55d2d',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}


.gform_wrapper {
  margin: 0 auto;
  width: 75%;
}
.gform_fields {
  list-style: none;
  margin: 0 auto;
}
.gfield {
  display: block;
  margin: 10px auto;
  width: 100%;
}
.gfield_radio,
.gfield_checkbox {
  list-style: none;
  text-align: left;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
  margin: 6px 10px 0 0;
  vertical-align: top;
  width: auto;
}
.gfield_checkbox li label {
  font-size: 14px;
  font-weight: 400;
}
.gfield_label {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 15px;
  text-align: center;
  width: 85%;
}
.ginput_container {
  display: block;
  margin: 10px auto;
  width: 75%;
}
.ginput_container input {
  width: 100%;
}
.ginput_left,
.ginput_right {
  display: inline-block;
  margin-bottom: 5px;
  overflow: auto;
  width: 100%;
}
.ginput_left label,
.ginput_right label {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 21px;
  padding: 7px 0;
  width: 30%;
  text-align: right;
}
.ginput_left input,
.ginput_right input {
  width: 65%;
}
.ginput_container textarea.textarea {
  width: 100%;
}
#return-to-admin {
  background: #f68700; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmNjg3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU1ZDJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #f68700 95%, #f55d2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#f68700), color-stop(100%,#f55d2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f68700 95%,#f55d2d 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68700', endColorstr='#f55d2d',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.sub-menu .sub-menu {
  margin-left: 160px;
  margin-top: 8px;
}

.comment .left {
  background-color: #fff;
  background-image: url('images/cc-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #f68700;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 70px;
  margin-right: 15px !important;
  overflow: hidden !important;
  vertical-align: middle;
  width: 70px !important;
}
.comment .left img.avatar {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}

.navigation {
  font-size: 14px;
  margin: 4em auto 2em;
}
.navigation ul li {
  display: inline-block;
}
.navigation ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 15px;
}
.navigation ul li a:hover,
.navigation ul li.active a {
  border-color: #f68700;
  color: #f68700;
  font-weight: bold;
}

h3.tag-wrap-title {
  border-top: 1px solid #e6e6e6;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.5em 0 1em 0;
  padding-top: 20px;
  text-align: left;
  text-transform: none;
}
#post-tag-wrapper {
  display: block;
  font-weight: 300;
  list-style: none;
  margin: 1em auto;
  text-align: left;
  width: 100%;
}
.post-tag {
  display: inline-block;
  list-style: none;
}
.post-tag a {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px 5px 0;
  padding: 3px 8px;
  text-decoration: none;
  text-transform: capitalize;
}
.post-tag a:hover {
  background: #f68700;
  border: 1px solid #f55d2d;
  color: #fff;
  text-decoration: none;
}

.nl-option,
.nl-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 25px auto 15px;
  padding: 10px 25px 5px;
  width: 90%;
}
.nl-title {
  
}
.nl-check {
  
}
.nl-check input {
  
}
.nl-option p {
  
}
.nl-form {
  
}
.sailthru-input {
  display: inline-block;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  width: 300px;
}
#sailthru-fname-2{
  margin-left: 32px !important;
}
#sailthru-lname-2{
  margin-left: 34px !important;
}
#sailthru-email-2{
  margin-left: 10px !important;
}
.sailthru-submit {
  background: #f68700; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmNjg3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU1ZDJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #f68700 95%, #f55d2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#f68700), color-stop(100%,#f55d2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f68700 95%,#f55d2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f68700 95%,#f55d2d 100%); /* W3C */
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68700', endColorstr='#f55d2d',GradientType=0 ); /* IE6-8 */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}


@media all and (max-width: 600px) {
  a#custom_logo {
    width: 80%;
	float:right;
  }
  a#custom_logo img,
  .header_ads img {
    max-width: 100%;
    height: auto;
  }
  .header_ads img {
    margin-top: 20px;
  }
  #menu_border_wrapper select {
    font-size: 16px;
    height: auto !important;
    padding: 5px;
    width: 93.75% !important;
  }
  div#content_wrapper,
  div#content_wrapper .inner,
  .sidebar_content {
    margin: 0 auto;
  }
  div#slider_wrapper {
    margin-top: 20px;
    min-height: 225px !important;
  }
  a.slide-link {
    min-height: 225px !important;
  }
  .flexslider_caption h4 {
    margin-bottom: 0;
  }
  ol.flex-control-nav {
    display: none;
  }
  ul.flex-direction-nav li a {
    width: 35px;
    height: 35px;
    top: 2%;
  }
  .flex-direction-nav li .next {
    right: 6px !important;
  }
  .flex-direction-nav li .prev {
    right: 50px !important;
  }
  .sidebar_content .post_wrapper .post_img {
    width: 100%;
  }
  .sidebar_content .post_wrapper .post_inner_wrapper {
    padding: 15px 0;
    width: 100%;
  }
  .read-more {
    bottom: 1%;
    left: 2.5%;
    padding: 7px 0;
    width: 95%;
  }
  .partner {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    width: 48%;
    padding: 10px;
  }
  #content_wrapper .inner .inner_wrapper div.sidebar_wrapper {
    width: 100%;
  }
  #content_wrapper .inner .inner_wrapper div.sidebar_wrapper div.sidebar {
    float: none;
  }
  .sidebar-popular, .sidebar-recent {
    width: 100%;
  }
  .sky {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
    width: 50%;
  }
  div#copyright {
    margin: 0 auto;
    overflow: auto;
    width: 100%;
  }
  div.sharedaddy h3.sd-title {
    width: 100%;
  }
  div.sidebar_content .post_wrapper.post_page .post_inner_wrapper div a img,
  div.sidebar_content .post_wrapper.post_page .post_inner_wrapper p a img {
    clear: both;
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
  }
  a[href*="wp-content"] {
    display: block;
    float: none !important;
    margin: 0 auto !important;
  }
  a[href*="wp-content"] img {
    margin: 0 auto;
  }
  .author-basics {
    border-bottom: none;
  }
  .author-img-wrap {
    display: block;
    margin: 0 auto 15px;
  }
  .author-info {
    border-right: none;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 90%;    
  }
  .author-links {
    display: block;
    margin: 15px auto;
    width: 90%;
  }
  .author-qa {
    display: none;
  }
  .leaderboard-ad {
    margin-top: 20px;
  }
  #ad_wrapper a img {
    height: auto !important;
    width: 100% !important;
  }
}

img.block {
  clear: both !important;
  float: none !important;
}



@media print {

  *{
    box-shadow:none !important;
    text-shadow:none !important;
  }

  header,
  .header_ads,
  .menu-main-container,
  .sidebar_wrapper,
  .sharing,
  .comment_inner,
  .footer_wrapper{
    display:none !important;
  }
  .standard_wrapper.header {
    line-height: 1 !important;
    height: 85px !important;
  }
  #content_wrapper {
    padding-top: 0 !important;
  }
  body,
  html{
    background:#fff !important;
    font-size:12pt !important;
  }
  #custom_logo {
    display: inline-block !important;
    margin: 0 auto !important;
  }
  .widgettitle.header {
    line-height: 1.25 !important;
    margin: 0 auto !important;
  }
  .logo {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .sidebar_content {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  
}

@media all and (min-width: 768px) and (max-width: 960px) {
  .main_nav ul li a, .main_nav li a {
    padding: 13px 10px 12px !important;
  }
  .main_nav ul, .main_nav {
    height: auto !important;
  }
  input#search-input {
    width: 200px !important;
  }
  #menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul {
    margin-top: 46px !important;
  }
  .sub-menu .sub-menu {
    margin-top: 8px !important;
  }
}

p.post-date {
  text-align: center;
  font-size: 14px;
}

.byline {
  display: table;
  margin: 10px auto;
}
.byline-author,
.byline-links {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.byline-img-wrap {
  background-color: #fff;
  background-image: url('images/cc-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #f68700;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
  width: 60px;
}
.byline-img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
.byline-link {
  background-color: #f68700;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 15px;
  padding: 4px 10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.125);
  width: auto;
}
.byline-link:hover {
  background-color: #e16020;
  color: #f2f2f2;
}
.byline-left,
.byline-right {
  display: table-cell;
  vertical-align: middle;
}
.byline-line {
  display: block;
  text-align: left;
}
.byline-site {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.byline-site a,
.byline-author a {
  color: #f68700;
}

.sidebar_content .post_wrapper.post_page .post_inner_wrapper div.wp-caption {
  border: 1px solid #ccc;
  padding: 10px;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div.wp-caption img {
  max-width: 100%;
  height: auto;
}
.sidebar_content .post_wrapper.post_page .post_inner_wrapper div.wp-caption p.wp-caption-text {
  font-size: 13px;
  text-align: center;
}
.prev-next-links {
  position: relative;
}
.prev-next-links a {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin: 1em 2em;
  padding: 5px 10px;
  vertical-align: middle;
}
.prev-next-links a:hover {
  background-color: transparent;
  border-color: #f68700;
  color: #f68700;
  font-weight: bold;
}
.older-posts {
  left: 0;
  position: absolute;
}
.newer-posts {
  position: absolute;
  right: 0;
}
div[id*="attachment"].alignright {
  float: right !important;
}
h1.page-title {
  color: #f68700;
  display: block;
  background-color: transparent;
  box-shadow: none;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}
.newsletter {
  display: block;
  margin: 15px auto;
}
.newsletter-button {
  background-color: #f68700;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
     -moz-transition: background-color 0.5s ease, color 0.5s ease;
       -o-transition: background-color 0.5s ease, color 0.5s ease;
          transition: background-color 0.5s ease, color 0.5s ease;
}
.newsletter-button:hover {
  background-color: #f55d2d;
  color: #f2f2f2; 
  text-decoration: none; 
}

@media all and (max-width: 600px) {
  .wdpu-container.wdpu-background.style-simple.rounded .wdpu-msg .wdpu-msg-inner .wdpu-text {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .wdpu-container.wdpu-background.style-simple.rounded .wdpu-msg .wdpu-msg-inner .wdpu-image {
    display: none !important;
  }
}

#searchsubmit {
  background-color: transparent;
  background-image: url('images/search.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 150%;
  white-space: nowrap;
  width: 35px;
}

#bop-search {
  padding: 5%;
}

#s {
  width: 75%;
}

.shopwp [data-wpshopify-component] {
  /* max-width: 100% !important; */
  /* width: 100% !important; */
}

#shopify_wrapper {
  max-width: 100% !important;
  margin-top: 30px;
  width: 100%;
}

#shopify_wrapper h2 {
  font-size: 30px;
  margin-bottom: 10px;
}