/*
Theme Name: Gadgetine Premium Theme
Theme URI: http://gadgetine.orange-themes.com/
Description: Gadgetine Premium Wordpress Theme
Author: Orange Themes
Author URI: http://www.orange-themes.com/
Version: 3.0.8
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/


/** Wordpress default clases */

.post.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }

.wp-caption-text {
  display: block;
}

.gallery-photo .loading {
	background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.waiter.loading img {
	opacity:0.6!important;
	filter:alpha(opacity=60)!important;
}

.waiter.loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.waiter.loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

  #makeMeScrollable
  {
    position: relative;
  }
  
  #makeMeScrollable div.scrollableArea img
  {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
  height: 40px;
  overflow: hidden;
}

#popup {
  max-width: 90%;
}

#popup img {
  max-width: 100%;
}


/*
== ------------------------------------------------------------------- ==
== @@ MODE
== ------------------------------------------------------------------- ==
*/
.facebook-follow {display: flex;justify-content: space-between;align-items: center;margin: 0 0;padding: 0 0;}
.facebook-follow span {display: block;width: 100%;max-width: 240px;font-size: 14px;font-weight: 500;color: #232323;}
.facebook-follow span u {text-decoration: none;color: #4367b2;}
.full-block .social-content .facebook-follow a {float: none;display: block;width: 100px;height: 30px;margin: 0 0;padding: 0 0;background: url(./images/facebook-logo.svg) center no-repeat;background-size: contain;border: none;border-radius: 0;box-shadow: none;transition: all .5s ease-out .1s;}
.full-block .social-content .facebook-follow a:hover {box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 35px 25px -25px rgba(255,255,255,0.25), 0 0 0 1px #fff, 0 0 0 1px #fff;transition: all .5s ease-out .1s;}


/*
== ------------------------------------------------------------------- ==
== @@ Subsrcibe Modal
== ------------------------------------------------------------------- ==
*/
#subscribe_modal {display: none;}
.partners-cluster {display: flex;flex-wrap: wrap;justify-content: space-between;}
.partners-cluster a {display: block;margin: 0 0 5px 0;padding: 0 2px;box-sizing: border-box;box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);transition: all .3s}
.partners-cluster a:hover {box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);}
.partners-cluster img {display: block;max-height: 50px;}

/*
== ------------------------------------------------------------------- ==
== @@ custom
== ------------------------------------------------------------------- ==
*/
.custom-download-btn a {
	background-color: #0693e3;
	border: 2px solid transparent;
	color: #fff;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.custom-download-btn a:hover {
	background-color: #FFF;
	border: 2px solid #0693e3;
	color: #0693e3;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/*****  members mode ******/
.row-29,
.row-42,
.row-47,
.row-47,
.row-54,
.row-59,
.row-62,
.row-62,
.row-70{
    color: #ccc;
}

/*****  christmas decor ******
body {
    background-image: url(./images/more-themes-images/photos/christmas-gift-boxes.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.header {
    background: rgba(255, 255, 255, 0.8);
}
.main-content-wrapper {
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.8);
}
 *******/

input[type="submit"], button, button:before, .btn, .btn:before, .btn-widget .btn {
    position: relative;
    box-shadow: none;
    cursor: pointer;
    display: block;
    width: auto;
    max-width: 200px;
    font-size: 18px;
    padding: 0.667em 1.333em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    transition: all 0.5s;
    border: none;
    color: #fff;
    border-radius: 4px;
background: rgb(62, 86, 219);
    background: linear-gradient(90deg, rgb(62, 86, 219) 0%, rgb(38, 49, 109) 35%, rgb(79, 103, 237) 100%);
}
.button:before, .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
background: rgb(79, 103, 237);
    background: linear-gradient(90deg, rgb(79, 103, 237) 0%, rgb(38, 49, 109) 35%, rgb(63, 81, 181) 100%);
}
.button:hover:before, .btn:hover:before, .btn-widget .btn:hover, input[type="submit"]:hover, button:hover, button:before:hover, .btn:hover {
    opacity: 0;
    transition: all 1.5s;
    text-decoration: none;
}