@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNoneIE {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------------------------
CONTENT
1. CLEARFIX & HELPERS
2. SOCIAL WIDGET
3. TIMELINE POSTS
4. TWITTER WIDGET
5. POST TABS WIDGET
6. CONTENT SLIDER
7. INSTAGRAM
8. SIMPLE BANNER
--------------------------------------------------------------------------------------------
[1.0 CLEARFIX & HELPERS]
---------------------------------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.gabfire_info {
  background: #efefef;
  border: 1px solid #ddd;
  font-size: .9em;
  padding: 7px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.3em;
  margin-top: 4px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.3em;
  margin-top: 4px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------------------------
[2.0 SOCIAL WIDGET]
---------------------------------------------------------------------------------------------*/
.widget_aw_social {
  overflow: hidden;
}

.widget_aw_social a {
  font-size: 18px;
  display: inline-block;
  float: left;
  text-align: center;
  background: #555;
  padding: 5px 7px;
  width: 35px;
  margin: 0 7px 7px 0;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  -o-box-shadow: 0 0 1px transparent;
  -ms-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.widget_aw_social .brand_active a.aw-facebook {
  background: #3b5998;
}

.widget_aw_social .brand_active a.aw-twitter {
  background: #55acee;
}

.widget_aw_social .brand_active a.aw-google {
  background: #dc4e41;
}

.widget_aw_social .brand_active a.aw-linkedin {
  background: #0077b5;
}

.widget_aw_social .brand_active a.aw-instagram {
  background: #3f729b;
}

.widget_aw_social .brand_active a.aw-pinterest {
  background: #bd081c;
}

.widget_aw_social .brand_active a.aw-vimeo {
  background: #1ab7ea;
}

.widget_aw_social .brand_active a.aw-youtube {
  background: #cd201f;
}

.widget_aw_social .brand_active a.aw-flickr {
  background: #ff0084;
}

.widget_aw_social .brand_active a.aw-vk {
  background: #45668e;
}

.widget_aw_social .brand_active a.aw-odnoklassniki {
  background: #ed812b;
}

.widget_aw_social .brand_active a.aw-soundcloud {
  background: #ff8800;
}

.widget_aw_social .brand_active a.aw-dribbble {
  background: #8aba56;
}

.widget_aw_social .brand_active a.aw-github {
  background: #4183c4;
}

.widget_aw_social .brand_active a.aw-tumblr {
  background: #35465c;
}

.widget_aw_social .brand_active a.aw-behance {
  background: #1769ff;
}

.widget_aw_social .brand_active a.aw-deviantart {
  background: #05cc47;
}

.widget_aw_social .brand_active a.aw-foursquare {
  background: #2d5be3;
}

.widget_aw_social .brand_active a:hover {
  background: #555;
}

.widget_aw_social .brand_hover a.aw-facebook:hover {
  background: #3b5998;
}

.widget_aw_social .brand_hover a.aw-twitter:hover {
  background: #55acee;
}

.widget_aw_social .brand_hover a.aw-google:hover {
  background: #dc4e41;
}

.widget_aw_social .brand_hover a.aw-linkedin:hover {
  background: #0077b5;
}

.widget_aw_social .brand_hover a.aw-instagram:hover {
  background: #3f729b;
}

.widget_aw_social .brand_hover a.aw-pinterest:hover {
  background: #bd081c;
}

.widget_aw_social .brand_hover a.aw-vimeo:hover {
  background: #1ab7ea;
}

.widget_aw_social .brand_hover a.aw-youtube:hover {
  background: #cd201f;
}

.widget_aw_social .brand_hover a.aw-flickr:hover {
  background: #ff0084;
}

.widget_aw_social .brand_hover a.aw-vk:hover {
  background: #45668e;
}

.widget_aw_social .brand_hover a.aw-odnoklassniki:hover {
  background: #ed812b;
}

.widget_aw_social .brand_hover a.aw-soundcloud:hover {
  background: #ff8800;
}

.widget_aw_social .brand_hover a.aw-dribbble:hover {
  background: #8aba56;
}

.widget_aw_social .brand_hover a.aw-github:hover {
  background: #4183c4;
}

.widget_aw_social .brand_hover a.aw-tumblr:hover {
  background: #35465c;
}

.widget_aw_social .brand_hover a.aw-behance:hover {
  background: #1769ff;
}

.widget_aw_social .brand_hover a.aw-deviantart:hover {
  background: #05cc47;
}

.widget_aw_social .brand_hover a.aw-foursquare:hover {
  background: #2d5be3;
}

/* --------------------------------------------------------------------------------------------
[2.0 SEARCH BOX]
---------------------------------------------------------------------------------------------*/
.gabfire-search-wrapper {
  overflow: hidden;
  padding: 8px;
  background-color: #f6f6f6;
  border-color: #dedede #bababa #aaa #bababa;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -moz-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -o-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -ms-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  /* Input text */
  /*Submit button*/
}

.gabfire-search-wrapper input.gabfire-search,
.gabfire-search-wrapper input.gabfire-submit {
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gabfire-search-wrapper input.gabfire-search {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  border-right: none;
  color: #999;
  line-height: 30px;
  font-size: 14px;
}

.gabfire-search-wrapper input.gabfire-search:focus {
  border-color: #aaa;
  outline: 0;
}

.gabfire-search-wrapper input.gabfire-search:-moz-placeholder, .gabfire-search-wrapper input.gabfire-search:-ms-input-placeholder, .gabfire-search-wrapper input.gabfire-search::-webkit-input-placeholder {
  color: #999;
}

.gabfire-search-wrapper input.gabfire-submit {
  background-color: #0483a0;
  border: 1px solid #00748f;
  border-left: 0;
  color: #fafafa;
  cursor: pointer;
  line-height: 30px;
  font-size: 14px;
  font-family: 'dashicons';
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1;
}

.gabfire-search-wrapper input.gabfire-submit:hover, .gabfire-search-wrapper input.gabfire-submit:focus {
  background-color: #31b2c3;
  background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
  background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.gabfire-search-wrapper input.gabfire-submit:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: 0;
}

.gabfire-search-wrapper input.gabfire-submit::-moz-focus-inner {
  border: 0;
}

.gabfire-thinsearch {
  overflow: hidden;
  position: relative;
}

.gabfire-thinsearch .thinsearch-input,
.gabfire-thinsearch .thinsearch-submit {
  height: 40px;
  line-height: 40px;
  background: transparent;
}

.thinsearch-input {
  padding: 0 35px 0 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  font: italic 17px georgia, serif;
  color: #333;
  width: 100%;
}

.thinsearch-input:focus {
  outline: none;
  border-color: #ddd;
}

.thinsearch-input::-webkit-input-placeholder, .thinsearch-input::-moz-placeholder, .thinsearch-input:-moz-placeholder, .thinsearch-input::-ms-input-placeholder {
  font: italic 17px georgia, serif;
}

.thinsearch-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  padding: 0;
  border: none;
  margin-top: 11px;
  color: #000;
  cursor: pointer;
}

.aw_morelink {
  text-align: right;
  font-family: georgia,serif;
}

/* --------------------------------------------------------------------------------------------
[3.0 POST TABS]
---------------------------------------------------------------------------------------------*/
.gabfire-tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.gabfire-tabs label {
  flex: 1;
  text-align: center;
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  margin-left: -1px;
  margin-bottom: 0;
}

.gabfire-tabs label:first-of-type {
  margin-left: 0;
}

.gabfire-tabs div {
  width: 100%;
  margin-top: -1px;
  padding: 1em;
  border: 1px solid #ddd;
  -webkit-order: 1;
  order: 1;
  display: none;
}

.gabfire-tabs input[type=radio] {
  display: none;
}

.gabfire-tabs input[type=radio]:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-top: -3px;
  padding-top: 13px;
}

.gabfire-tabs input[type=radio]:checked + label + div {
  display: block;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: fadeInFromNone;
  -webkit-animation-name: fadeInFromNone;
  -ms-animation-name: fadeInFromNoneIE;
}

.gabfire-tabs ul li {
  float: left;
  width: 100%;
  margin-left:0 !important;
  list-style: none !important
}

/* --------------------------------------------------------------------------------------------
[3.0 TIMELINE POSTS]
---------------------------------------------------------------------------------------------*/
.widget_aw_random_recent ul,
.widget_aw_random_recent li {
  list-style: none !important;
  margin-left: 0 !important;
}

.widget_aw_random_recent ul {
  border-left: 2px solid #555;
  padding: 0 0 0 25px;
  margin: 0 0 0 5px;
  list-style: none;
}

.widget_aw_random_recent ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #000;
  list-style: none;
}

.widget_aw_random_recent ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.widget_aw_random_recent ul li img {
  width: 55px;
  height: auto;
}

.widget_aw_random_recent .timeline-posttime {
  position: absolute;
  left: -31px;
  top: -7px;
  font-size: 12px;
}

.widget_aw_random_recent .timeline-posttime .tooltiped .fa {
  color: #999;
}

.widget_aw_random_recent .entry-title {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  letter-spacing: 0;
  margin: 0 0 7px;
}

.widget_aw_random_recent .aw_postmeta a {
  color: #d9d9d9;
}

.widget_aw_random_recent .aw_postmeta {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
}

.widget_aw_random_recent .aw_postmeta i {
  display: inline-block;
  margin-right: 5px;
}

.widget_aw_random_recent .aw_postmeta .aw_author {
  margin-right: 20px;
}

a.tooltiped span {
  font-size: 10px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  left: 50%;
  background: #000;
  color: #e0e0e0;
  padding: 0px 7px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

a.tooltiped span:before {
  content: "";
  display: block;
  border-left: 6px solid #000;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 0px;
}

a.tooltiped:hover span {
  opacity: 1;
  bottom: -35px;
}

/* --------------------------------------------------------------------------------------------
[4.0 TWITTER WIDGET]
---------------------------------------------------------------------------------------------*/
.aw_user_tweets ul,
.aw_user_tweets li {
  list-style: none !important;
  margin-left: 0 !important;
}

.aw_user_tweets li {
  position: relative;
  padding-left: 40px;
}

.aw_user_tweets .fa {
  position: absolute;
  left: 0px;
  top: 5px;
}

/* --------------------------------------------------------------------------------------------
[5.0 POST TABS]
---------------------------------------------------------------------------------------------*/
#awesome-widgets-tabs .aw-tab-titles,
#awesome-widgets-tabs .aw-tab-titles li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#awesome-widgets-tabs .aw-tab-titles li {
  float: left;
  width: 33%;
}

#awesome-widgets-tabs .aw-tab-titles li:nth-child(2) {
  width: 34%;
}

#awesome-widgets-tabs li a,
#awesome-widgets-tabs li a:hover {
  display: block;
  text-decoration: none;
  background: #f2f2f2;
  color: #222;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #cfcfcf;
}

#awesome-widgets-tabs li a.tabulous_active {
  background: #fff;
  color: #222;
  padding: 10px 0;
  margin-top: -4px;
  border-bottom: 1px solid #fff;
}

#tabs_container {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-top: none;
}

#tabs_container,
#tabs_container:after,
#tabs_container:before {
  box-sizing: content-box !important;
}

#tabs_container div article {
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px dotted #cfcfcf;
}

#tabs_container article:first-child {
  padding-top: 20px;
}

#tabs_container article:last-child {
  padding-bottom: 20px;
  border: none;
}

#tabs_container .entry-title {
  font-size: .9em;
  font-weight: normal;
  margin: 0;
}

#tabs_container .aw_postmeta {
  margin-top: 10px;
  font-size: 11px;
  margin: 5px 0 0;
  color: #bbb;
}

#tabs_container .aw_postmeta a {
  color: #aaa;
}

#tabs_container .aw_postmeta a:hover {
  color: #888;
}

#tabs_container img {
  width: 70px;
  height: 70px;
  margin: 0 0 0 15px;
}

#awesome-widgets-tabs li a,
#awesome-widgets-tabs li a:hover {
  background: #3a3a3a;
  color: #eee;
  border: 1px solid #777;
}

#awesome-widgets-tabs li a.tabulous_active {
  background: #4a4a4a;
  color: #eee;
  border-bottom: 1px solid #4a4a4a;
}

#tabs_container {
  background: #4a4a4a;
  border: 1px solid #777;
  border-top: none;
}

#tabs_container div article {
  border-bottom: 1px dotted #666;
}

#tabs_container div article .entry-title a:link,
#tabs_container div article .entry-title a:visited {
  color: #eee;
}

/*#awesome-widgets-tabs.dark_colors li a.tabulous_active {background: #3a3a3a;color:#eee;border-bottom:1px solid #3a3a3a}
#awesome-widgets-tabs.dark_colors #tabs_container {background: #3a3a3a;border:1px solid #888}
#awesome-widgets-tabs.dark_colors #tabs_container div article {border-bottom:1px dotted #888}
*/
.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

/* --------------------------------------------------------------------------------------------
[6.0 CONTENT SLIDER ]
---------------------------------------------------------------------------------------------*/
.widget .flexslider {
  padding-top: 25px !important;
}

.widget .flexslider ul,
.widget .flexslider li,
.widget .aw-control-nav li {
  list-style: none !important;
  margin-left: 0 !important;
}

.widget .flexslider,
.widget .flexslider ul li {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.widget .flexslider ul li iframe,
.widget .flexslider ul li .video-js {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  min-height: 250px;
}

.widget .flexslider .aligncenter {
  margin-bottom: 10px;
}

.widget .flexslider .entry-title {
  font-size: 14px;
  font-weight: normal;
}

.aw-direction-nav a {
  top: 0;
}

.widget .aw-control-nav {
  bottom: auto;
  top: 0;
  left: 0;
  text-align: left;
}

.widget .aw-control-nav li {
  margin: 0 5px 0 0;
}

.widget .aw-custom-navigation {
  display: inline;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 2;
}

.widget .aw-custom-navigation a {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #d9d9d9;
  text-align: center;
  margin-left: 5px;
  background: #2a2a2a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.widget .aw-custom-navigation a:hover {
  color: #fff;
  background: #000;
}

/* --------------------------------------------------------------------------------------------
[7.0 INSTAGRAM ]
---------------------------------------------------------------------------------------------*/
.widget .gabfire_instagram_thumb {
  float: left;
  max-width: 150px;
  margin: 10px;
}

.widget .gabfire_instagram_thumb img {
  max-width: 100%;
}

/* --------------------------------------------------------------------------------------------
[8.0 SIMPLE ADS ]
---------------------------------------------------------------------------------------------*/
.widget.widget_aw_simple_banner img {
  width: 100%;
}
