/*

Theme Name: MightyMag

Theme URI: http://mightymag.djwd.me/

Author: djwd

Author URI: http://themeforest.net/user/djwd

Description: Magazine / Reviews WP Theme

Version: 1.3

License: GNU General Public License

License URI: license.txt

Tags: dark, light, three-columns, two-columns, left-sidebar, right-sidebar, featured-image-header, featured-images, full-width-template, rtl-language-support, sticky-post,  theme-options, threaded-comments, translation-ready, post-formats, custom-menu, custom-background, responsive-layout

*/





/*

* Note: Here's some core WP styles only, for full MightyMag CSS please refer to css/less/layout.less

*

* PLEASE AVOID EDITING THIS FILE!

* CSS changes should be made through the Custom CSS textarea (Appearance > Theme Options > Advanced) or,

* for more complex customizations, through child themes.

* 

*/





/* =General Styles

----------------------------------------------- */



/* Basics Bootstrap Overrides*/



html {
  font-size: 100%;
}
body {
  color: #808080;
  background: transparent;
  line-height: 1.825;
  font-size:13px!important;
}
a {
  color: #808080;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  margin: 0;
}
h4, h5, h6 {
  margin: 20px 0;
}
p {
  margin: 0 0 15px;
}
p q {
  font-style: italic;
}
.btn, .btn-lg, .form-control, .breadcrumb, .input-group-addon, .tooltip-inner, .alert {
  border-radius: 2px;
}
.btn {
  opacity: 0.91;
  padding: 5px 12px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
  opacity: 1!important;
}
.btn-xs {
  padding: 1px 5px;
}
.btn {
  border-color: rgba(0,0,0,.05)!important;
  border-bottom: 3px solid rgba(0,0,0,.14)!important;
}
.btn-xs {
  border-bottom-width: 2px!important;
}
.btn:active {
  border-bottom-color: transparent;
}
.btn-full {
  width: 100%;
}
button.close {
  font-family: Arial, Helvetica, sans-serif;
}
.form-control {
  border-color: #eee;
}
.input-group-addon {
  border-color: #eee;
  background-color: #f9f9f9;
}
.input-group-addon .btn, .input-group-btn .btn {
  border-left: none;
}
.panel-group {
  margin-bottom: 0;
}
.alert {
  border: none;
  background: #f6f6f6;
}
.alert-info {
  border-left: 4px solid #bce8f1;
}
.alert-success {
  border-left: 4px solid #9C0;
}
label {
  font-weight: normal;
}
/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 7px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 7px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clear.with-space {
  margin-bottom: 40px;
}
.tl {
  text-align: left
}
.tr {
  text-align: right
}
.tc {
  text-align: center
}
.tb {
  display: block
}
/* Text meant only for screen readers */

.assistive-text {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Content

----------------------------------------------- */



.sticky {
/*see .sticky .entry-details -> layout.less */

}
.bypostauthor {
/*see partials/part-cat-options.php line 152 */

}
.hentry {
  margin: 0 0 40px;
}
.entry-meta {
  clear: both;
}
.byline {
  /*display: none; */

  padding-left:5px
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 20px 0 40px 0;
  float:right;
}
article {
  position: relative;
}
blockquote {
/* see css/bootstrap.css line 749 */

}
/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/* =Media

----------------------------------------------- */



.site-header img, .entry-content img, .comment-content img, .widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img, .entry-content img, img.size-full {
  max-width: 100%;
}
.entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
/*see layout.less line 3219 */

}
.wp-caption img[class*="wp-image-"] {
/*see layout.less line 3231 */

}
.wp-caption-text {
  text-align: center;
  color: rgba(255,255,255,.8);
}
.wp-caption .wp-caption-text {
/*see layout.less line 3220 */

}
.site-content .gallery {
/*see layout.less line 3134 */

}
.gallery-caption {
/*see layout.less line 3167 */

}
.site-content .gallery a img {
/*border: none;

height: auto;

max-width: 90%;*/

}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
  max-width: 100%;
}
/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-content .nav-previous {
  float: left;
  width: 50%;
}
.site-content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* =Social Font-icons

----------------------------------------------- */



@font-face {
  font-family: 'socicon';
  src: url('fonts/socicon-webfont.eot');
  src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/socicon-webfont.woff') format('woff'), url('fonts/socicon-webfont.ttf') format('truetype'), url('fonts/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon:empty {
  width: 1em;
}
.socicon-easid:before {
  content: "5";
}
.socicon-twitter:before {
  content: "a";
}
.socicon-facebook:before {
  content: "b";
}
.socicon-google:before {
  content: "c";
}
.socicon-pinterest:before {
  content: "d";
}
.socicon-foursquare:before {
  content: "e";
}
.socicon-yahoo:before {
  content: "f";
}
.socicon-skype:before {
  content: "g";
}
.socicon-yelp:before {
  content: "h";
}
.socicon-feedburner:before {
  content: "i";
}
.socicon-linkedin:before {
  content: "j";
}
.socicon-viadeo:before {
  content: "k";
}
.socicon-xing:before {
  content: "l";
}
.socicon-myspace:before {
  content: "m";
}
.socicon-soundcloud:before {
  content: "n";
}
.socicon-spotify:before {
  content: "o";
}
.socicon-grooveshark:before {
  content: "p";
}
.socicon-lastfm:before {
  content: "q";
}
.socicon-youtube:before {
  content: "r";
}
.socicon-vimeo:before {
  content: "s";
}
.socicon-dailymotion:before {
  content: "t";
}
.socicon-vine:before {
  content: "u";
}
.socicon-flickr:before {
  content: "v";
}
.socicon-500px:before {
  content: "w";
}
.socicon-instagram:before {
  content: "x";
}
.socicon-wordpress:before {
  content: "y";
}
.socicon-tumblr:before {
  content: "z";
}
.socicon-blogger:before {
  content: "A";
}
.socicon-technorati:before {
  content: "B";
}
.socicon-reddit:before {
  content: "C";
}
.socicon-dribbble:before {
  content: "D";
}
.socicon-stumbleupon:before {
  content: "E";
}
.socicon-digg:before {
  content: "F";
}
.socicon-envato:before {
  content: "G";
}
.socicon-behance:before {
  content: "H";
}
.socicon-delicious:before {
  content: "I";
}
.socicon-deviantart:before {
  content: "J";
}
.socicon-forrst:before {
  content: "K";
}
.socicon-play:before {
  content: "L";
}
.socicon-zerply:before {
  content: "M";
}
.socicon-wikipedia:before {
  content: "N";
}
.socicon-apple:before {
  content: "O";
}
.socicon-flattr:before {
  content: "P";
}
.socicon-github:before {
  content: "Q";
}
.socicon-chimein:before {
  content: "R";
}
.socicon-friendfeed:before {
  content: "S";
}
.socicon-newsvine:before {
  content: "T";
}
.socicon-identica:before {
  content: "U";
}
.socicon-bebo:before {
  content: "V";
}
.socicon-zynga:before {
  content: "W";
}
.socicon-steam:before {
  content: "X";
}
.socicon-xbox:before {
  content: "Y";
}
.socicon-windows:before {
  content: "Z";
}
.socicon-outlook:before {
  content: "1";
}
.socicon-coderwall:before {
  content: "2";
}
.socicon-tripadvisor:before {
  content: "3";
}
.socicon-netcodes:before {
  content: "4";
}
.socicon-lanyrd:before {
  content: "7";
}
.socicon-slideshare:before {
  content: "8";
}
.socicon-buffer:before {
  content: "9";
}
.socicon-rss:before {
  content: ",";
}
.socicon-vkontakte:before {
  content: ";";
}
.socicon-disqus:before {
  content: ":";
}
.three {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  width: 24%;
}
.nine {
  display: inline-block;
  float: left;
  margin: 0 !important;
  width: 75%;
}
.blog-entry .post-title > a {
  color: #cf21bb;
}
.blog-entry {
  border-bottom: 1px solid;
  margin: 0 0 15px;
  width: 100%;
}
.nine a.more {
  background: linear-gradient(to bottom, #fefefe, #999999) repeat scroll 0 0 #444444;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
  padding: 2px 15px;
  text-shadow: 0 1px 0 #ffffff;
  transition: all 0.3s linear 0s;
}
.blog-meta a {
  color: #96289c;
}
.pagination {
  clear:both;
  padding:20px 0;
  position:relative;
  font-size:11px;
  line-height:13px;
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #555;
}
.pagination a:hover {
  color:#fff;
  background: #3279BB;
}
.pagination .current {
  padding:6px 9px 5px 9px;
  background: #3279BB;
  color:#fff;
}
.sprite-instagram {
    background: url("http://www.visitgaycharlotte.org/wp-content/uploads/2015/04/instagrarm.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.sprite-instagram:hover {
    background-position:0 26px !important;
}
  .ads-widget.single-ad.widget
  {
  margin-bottom: 100px !important;
  }

/*Wheather*/
.weather-none.widget.icit_weather_widget {
    border: 2px solid #F386A5;
    color: #000;
    display: inline;
    float: right;
    font-weight: bold;
    padding: 0 20px;
  	margin-top: 0px !important
}

#mgm-top-ad {
    display: inline-block;
    margin-top: 0;
    text-align: left !important;
}
.icit-icon{
font-size:26px;
}

.page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width: 61%;
}
.page-id-6536 #mgm-bottom-ad{display:none;}
.page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width: 61%;
}
.page-id-5809 #mgm-bottom-ad{display:none;}

@media screen and (max-width:800px) {
.weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width: 100%;
}
  .page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
  .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width: 96%;
}
}


@media screen and (max-width:768px) {
.weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width: 100%;
}
  .page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
  .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
}


@media screen and (max-width:640px) {
.weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width: 100%;
}
  .page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
  .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
}

@media screen and (max-width:480px) {
.weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width: 100%;
}
  .page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
  .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
}

@media screen and (max-width:360px) {
  .weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width:  100%;
}
  .page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
  .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
}

@media screen and (max-width:320px) {
  .weather-none.widget.icit_weather_widget {
    margin-bottom: 10px;
    width:  100%;
}
.page-id-6536 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
}
 .page-id-5809 #mgm-middle-ad {
    margin: 0 auto;
    width:  96%;
} 
}


