/*!
Theme Name: bet
Text Domain: bet

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb
# Sections
	## Banner Slider
	## Introduction
	## Featured Posts
	## Gallery
	## Message From Author
	## Popular
	## Our Services
	## Get In Touch
	## Hero Content
	## Call to Action
	## Short Call to Action
	## Counter
	## Team
	## Testimonial
	## Client
# About Page
# Footer
# Responsive

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.5;
	font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.76);
	background:#f0f2f5;
}

#page {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
#content {
    position: relative;
/*    max-width: 1365px;
    margin: 0 auto;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1, .h1{
	font-size: 26px;
	
}

h2, .h2 {
	font-size: 23px;
	
}

h3, .h3 {
	font-size: 20px;

}

h4, .h4 {
	font-size: 18px;

}

h5, .h5 {
	font-size: 16px;

}

h6, .h6 {
	font-size: 14px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	color: #000;
	margin: 0 0 15px;
	line-height: 1.3;
	
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #002e5b;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}



figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}




p {
	margin: 0 0 15px;
    
 
    font-weight: 400;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 15px;
	padding:0 0 0 15px;
	border-left: 4px solid #f29d4e;
	color:#000;
	font-style:italic;
	font-size:17px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	
	border:1px solid rgba(0,0,0,0.07);
}

table td, table th {border:1px solid rgba(0,0,0,0.07);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .brt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.07);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .brt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #e35227;
	border-radius: 0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
	background: #e35227;
	color: #fff;
	text-transform:uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

textarea,
#respond input,
.wpcf7 input {
    width: 100%;
    border-radius: 0;
    outline: none;
    height: 40px;
    padding: 0 15px;
}
#respond textarea {
    height: 180px;
    padding: 10px 15px;
}

#respond input[type="submit"] {
	border: none;
	border-radius:10px;
	color:#fff;
	font-weight:700;
	font-size:15px;
	padding:7px 20px;
	background:#353a46;
	text-transform:none;
}

p.form-submit {
    clear: both;
  display:inline-block;
    margin-bottom: 0;
}


#respond label {
    font-size:13px;
	opacity:0.7;
    margin-bottom: 5px;
    display: block;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
  width: auto;
  float: left;
  height: 27px;
}
#respond .comment-form-cookies-consent label, .comment-form-cookies-consent label {
  display: table;
  padding-left: 10px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #5600f5;
	text-decoration: none;
}

a:hover,

a:active {
	color: #000;
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


#masthead {
    position: relative;
 
  
	padding:15px 0;
}

.site-branding {
	max-width:25%;
  
    float: left;
}



.site-branding img {
 
    width: 110px;
}
#site-details {
    margin-top: 15px;
}
.main-navigation {
    float: left;
    width: 100%;
	max-width:45%;
	padding-top:10px;
	text-align:center;
}
.nav-shrink .main-navigation:before, 
.nav-shrink .main-navigation:after {
	display: none;
}
.nav-shrink .main-navigation {
	border: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	padding: 0 10px;
	text-align:center;
}

.main-navigation a {
	display: block;
    text-decoration: none;
   font-weight:700;
color: #828f9a;
}

.main-navigation a:hover,
.main-navigation ul li.menu-item-has-children a:hover i {
	color: #fff;
}



#search form.search-form button,
#search {
    display: none;
    float: left;
}
#top-search {

	position: relative;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.no-results form.search-form {
	max-width: 400px;
	margin-top: 25px;
}
.no-results {
	margin: 0 10px;
}
.error-404 form.search-form {
	margin: 25px auto 50px;
	max-width: 400px;
}
.error-404 .error-heading {
	font-size: 30px;
}
.error-404.not-found {padding:100px 0 50px;}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
    outline: none;
}
#search input.search-field {
	height: 20px;
}



.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    right:15px;
    outline: none;
    display: block;
    height: 50px;
    width: 50px;
	top:40px;
    position: absolute;
    background: #323743;
    border: none;
	border-radius:4px;
   
}
.menu-toggle:hover { background: #323743!important;}
.icon-menu {
    fill: #fff;
    width: 20px;
    height: 21px;
    vertical-align: baseline;
}
.menu-open .icon-menu {
    display: none;
}
.menu-toggle i.fa-cancel {
	display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    outline: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation a, 
.posts-navigation a {
    margin:10px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.post-navigation a:hover i, 
.posts-navigation a:hover i {
	color: #fff;
}
.post-navigation, 
.posts-navigation {
    padding: 10px 0;
    position: relative;
}

.post-navigation:after,
.posts-navigation:after {
	top: auto;
	bottom: 2px;
}
.post-navigation,
.posts-navigation,
.post-navigation,
.posts-navigation {
	
	padding: 15px 0 20px;
}
.pagination .page-numbers {
    
	background: #323743;
    padding:5px 12px;
	color:#fff;
	border-radius:5px;
    display: inline-block;
    text-align: center;
   font-weight:700;
    margin-right: 4px;
   
}

.pagination .page-numbers.current {
   
	font-weight:700;
  color: #fff;
	background: #3077f7;
}
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus {
	color: #fff;
	background: #3077f7;
}
.pagination a.page-numbers i {
	color: #fff;
}

.pagination a.page-numbers:hover i,
.pagination a.page-numbers:focus i {
	color: #fff;
}
.pagination .page-numbers:last-child {
	margin-right: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.wrapper2:before,
.wrapper2:after,
#related-posts:before,
#related-posts:after,
.comments-area:before,
.comments-area:after,
.comment-respond:before,
.comment-respond:after,
ol.comment-list:before,
ol.comment-list:after,
.blog-posts-wrapper:before,
.blog-posts-wrapper:after,
.section-content:before,
.section-content:after,
.widget_instagram ul:before,
.widget_instagram ul:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.wrapper2:before,
.wrapper2:after,
#related-posts:before,
#related-posts:after,
.comments-area:before,
.comments-area:after,
.comment-respond:before,
.comment-respond:after,
ol.comment-list:before,
ol.comment-list:after,
.blog-posts-wrapper:before,
.blog-posts-wrapper:after,
.section-content:before,
.section-content:after,
.widget_instagram ul:before,
.widget_instagram ul:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	
}
#home-content .widget {
	margin: 0;
	
}



form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 50px 0 15px;
    font-weight: 400;
}



.widget ul {
	list-style: none;
	margin:0;
}
.single .entry-content a {font-weight:700;}
.home .section-content {margin-left:-15px;margin-right:-15px;}
#secondary {
background: #fff;border-radius:15px;padding:20px;}
#secondary ul li {padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid rgba(0,0,0,0.07);}
#secondary ul li a {font-weight:700;display:block;line-height:1.3;}
#secondary .widget-title,
#secondary .widgettitle {
  
    font-size: 20px;
    margin: 0 0 25px;
    position: relative;
    display: block;
    color: #000;
  
}

#secondary ul,
#secondary ol {
	padding-left: 0;
}




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.entry-content ul, .entry-content ol {clear:both;margin:0 0 20px 15px;padding:0;}
.entry-content p {margin:0 0 20px;clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {clear:both;}
.home h2, .home h1, .section-header b {font-weight:700;color:#000;margin:0 0 10px;display:block;font-size:23px;}
.home h3 {font-size:18px;}
.portfolio_widget .post-wrapper {padding:20px;background:#1c2028;border-radius:15px;overflow:hidden;margin-bottom:30px;}
.portfolio_widget .post-wrapper img {display:block;width:100%;border-radius:10px;}
.slot-posts-wrapper {margin:0 -15px;}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog-posts-wrapper .featured-image img {
    width: 100%;
}

.blog-posts-wrapper .post-wrapper {padding:15px;border-radius:15px;margin-bottom:30px;background:#1c2028;}
nav.navigation.pagination {
    
    clear: both;
	
  
    width: 100%;
    
    
}
.navigation.pagination i {
    color: #fff;
    width: 16px;
    height: 16px;
    position: relative;
}
.navigation.posts-navigation i, 
.navigation.post-navigation i {
    width: 17px;
    height: 17px;
	
    color: #fff;
    
    display: inline-block;
    
   
}
.navigation.posts-navigation i.fa-angle-left, 
.navigation.post-navigation i.fa-angle-left{
	
	margin-right:5px;
	
}
.navigation.posts-navigation i.fa-angle-right, 
.navigation.post-navigation i.fa-angle-right {
	margin-left: 5px;
	
}

.no-sidebar .wrapper.page-section {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.blog-posts-wrapper {
    margin: 0 -15px;
}
.blog-posts-wrapper.column-1 {
    margin: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/


.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
	color:#fff;
}
.comment-content {padding:0 0 20px;}
.comment-head img {margin-right:20px;border-radius:5px;float:left;}
.comment-date {font-size:13px;opacity:0.7;}
#comments ol, #comments ol ol {
    margin: 0;list-style:none;
}
#comments ol ol {padding-left:30px;}
.says {
    display: none;
}



.single-post header.page-header {
	margin-bottom: 35px;
}
.single-post article.hentry {
	margin-bottom: 0;
}

.single-post ul.post-categories {
    display: inline-block;
}
.single-post .entry-meta span,
.single-post .entry-meta span:before,
.single-post .entry-meta span a {
   
}
.single-post .entry-meta {
	margin-bottom: 10px;
}
.single-post .entry-meta > span {
    display: block;
    font-size: 14px;
    
    display: inline-block;
}
.single-post .entry-meta span.tags-links {
    display: block;
    font-size: 14px;
  
}
.single-post .entry-meta span.tags-links a {
	padding: 5px 7px;
	border: 1px solid #555;
	margin-right: 7px;
}
span.tags-links a:hover,
span.tags-links a:focus,
.single-post .entry-meta span.tags-links a:hover,
.single-post .entry-meta span.tags-links a:focus {
	border-color: #11b5e6;
	color: #11b5e6;
}
.single-post .entry-meta > span:not(:first-child):before {
	display: none;
}
.single-post .post-wrapper {
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#secondary .post-wrapper,
#colophon .post-wrapper {
    padding-top: 0;
}




/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}


.wrapper {
    width: 100%;
position:relative;
    margin: 0 auto;
}
.wrapper2 {
    width: 100%;
  
    margin: 0 auto;
}
@media (min-width:576px) {
.wrapper, .wrapper2 {max-width: 540px;}
}
@media (min-width:768px) {
.wrapper, .wrapper2 {max-width: 740px;}
}
@media (min-width:992px) {
.wrapper, .wrapper2 {max-width: 960px;}
}

@media (min-width:1200px) {
.wrapper, .wrapper2 {max-width: 1160px;}
}
.row {
    margin: 0 -15px;
}
.page-section {
    margin-bottom: 0px;
}


.section-description {
	margin: 0 auto;
	
	max-width: 800px;
	text-align: center;
	font-size: 16px;
}
#secondary .section-description,
#colophon .section-description {
	margin-bottom: 25px;
}

.column-2 .column-wrapper:nth-child(2n+1),
.column-2 article:nth-child(2n+1), .col-2:nth-child(2n+1)  {
    clear: left;
}

.column-3 .column-wrapper:nth-child(3n+1),
.column-3 article:nth-child(3n+1), article.column-3:nth-child(3n+1) {
    clear: left;
}
.column-4 .column-wrapper:nth-child(4n+1),
.column-4 article:nth-child(4n+1) {
    clear: left;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}

.align-center {
    text-align: center;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}





/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

#breadcrumb-list {font-size:13px;}
.inner-header-image {
padding:15px 0;
	background: #fff;

}
.inner-header-image h1 {font-size:22px;margin:0 0 5px;}



.our-services article.hentry {
    text-align: center;
    display: block;
}
.our-services.left-align article.hentry {
    text-align: left;
    display: table;
}





/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
background:#fff;
text-align:center;
margin-top:30px;
}
.footer-widgets-area {
    padding: 30px 0 30px;
	
}
.footer-button a.t2 {margin-right:15px;}
.footer-button {padding:0 0 40px;}
.site-info {
   
    padding: 15px 0 15px;
   
	font-size:13px;
}
.svglogo img {height:35px;margin:10px 15px;filter: invert(0.5) opacity(1);}

.site-info ul {margin:0 0 15px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 5px;}
.site-info a {
	
	font-weight: 400;
}



.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area ul li {
    margin: 0 10px 5px;
    display: inline-block;
    
}
.footer-widgets-area ul li a {font-weight:700;color: #828f9a;font-size:17px;}
.footer-widgets-area ul li a:hover {color: #fff;}


.h2.entry-title {margin:15px 0 0;}
.h2.entry-title a {display:block;line-height:1.3;font-size:16px;font-weight:700;}
.center-btn {text-align:center;padding:15px 0 30px;}
.center-btn a {font-weight: 700;
text-transform: uppercase;
	font-size: 16px;}
.wrapper-box {margin:30px 0 0;}
/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/


@media (max-width:991px) {
article.column-3 {
	    width: 100%;
       
     
	}
}
@media screen and (min-width: 768px) {
    .column-1 .column-wrapper {
        width: 100%;
    }
    .column-2 .column-wrapper {
        width: 50%;
        float: left;
    }
    .column-3 .column-wrapper {
        width: 33.33%;
        float: left;
    }
    .column-4 .column-wrapper {
        width: 50%;
        float: left;
    }
    .column-5 .column-wrapper {
        width: 20%;
        float: left;
    }
    .lastwin .column-5 {
        width: 20%;
        float: left;
		padding-right:5px;
    }
    .column-6 .column-wrapper {
        width: 16.66%;
        float: left;
    }
    .column-2 article {
	    width: 50%;
        padding: 0 15px;
        float: left;
	}
	   .col-2 {
	    width: 50%;
        padding: 15px 15px;
       float: left;
		
	}
	.column-2 article:nth-child(-n+2) {
		margin-top: 0;
	}
	
    .column-3 article {
	    width: 33.33%;
        padding: 0 15px;
        float: left;
	}

	.column-4 article {
	    width: 25%;
        padding: 0 10px;
        float: left;
	}


	.column-5 article {
        width: 20%;
        float: left;
    }
    .column-6 article {
        width: 16.66%;
        float: left;
    }

}
@media screen and (min-width: 992px) {
	#masthead.nav-shrink {
		padding-top: 0;
	}
	.column-4 .column-wrapper,
	#related-posts .column-4 article  {
        width: 25%;
        float: left;
    }
    .right-sidebar #primary {
        width: 70%;
        float: left;
    }
    .right-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .right-sidebar #primary {
        padding-right: 30px;
    }
    .right-sidebar #secondary {
        padding-left: 15px;
    }
    .left-sidebar #secondary {
    	width: 30%;
    	float: left;
    	padding-right: 15px;
    	padding-left: 0;
    }
    .left-sidebar #primary {
    	width: 70%;
        float: right;
        padding-left: 15px;
    }
    .comment-form-author, 
    .comment-form-email,
    .comment-form-url {
        width: 33.33%;
	    float: left;
	    padding:0 2px;
	    margin-top: 0;
    }
    .comment-form-comment,
    .form-submit {
    	padding: 0;
    }

	.site-footer .column-4 .column-wrapper {
	    padding-right: 25px;
	    width: 25%;
	}
		.site-footer .column-4 .column-wrapper:last-child {
	    padding-right: 0px;
	    
	}
}
.search-submit {display:none!important;}
@media screen and (min-width: 992px) {
	.main-navigation {
		text-align: center;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: -3em;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		left: -100%;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}

	.main-navigation:after {
		top: auto;
	}
	
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #fff;
	}
	.main-navigation ul.sub-menu li a i {
		float: right;
		-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Safari 3-8 */
	    transform: rotate(90deg);
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	#search form.search-form input {
	    background-color: transparent;
	    border: none;
	    
	    font-size: 14px;
	}
	#search form.search-form button.search-submit {
		background-color: transparent;
	}
	#search form.search-form input {
	    padding: 0 10px 0 5px;
	}
	#search.search-open {
		display: block;
	    width: 250px;
	    position: absolute;
	    right: 0;
	    top: 100%;
	    margin-top: 0;
	    z-index: 9999;
	    background: #fff;
	    padding: 5px;
	    border: 20px solid #343230;
	}
}



@media screen and (max-width: 991px) {
	
	body.home #masthead,
	#masthead {
	    margin-bottom: 0;
	    position: relative;
	}
.site-branding {margin-top:5px;}
	.main-navigation {
	    padding: 0;
	    position:absolute;
	    right:0;
		top:130px;
		display:block;
		z-index:1000;
		
	}
	.main-navigation.toggled-on {
	    margin-bottom: 25px;
	}



	#site-header-menu .wrapper {
	    width: 100%;
	}



	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background: #323743;
	    margin-top: 0;
	}



	.menu-open.menu-toggle i.fa-cancel {
		display: block;
		color: #fff;
		margin: auto;
		width: 20px;
    	height: 20px;
	}

	.menu-open .menu-toggle {
		padding-top: 6px;
	}


.main-navigation li {
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding: 10px 15px;
	text-align:left;
}


.main-navigation li:last-child {border:none;}
.main-navigation li a {color:#fff;}
.main-navigation li a:hover {color:#3077f7;}
}




.top-button {text-align:right;padding-top:10px;}

a.t1 {font-weight:700;background:#ffb400;color: #161924;border-radius:10px;padding:10px 25px;text-align:center;}
a.t2 {font-weight:700;color: #fff;background: #f24e4e;border-radius:10px;padding:10px 25px;text-align:center;}

a.t3 {background:#02be7a;font-weight:700;max-width:170px;display:block;margin:0 auto 15px;color: #fff;border-radius:10px;padding:8px;text-align:center;}
a.t4 {color: #fff;background: #f29d4e;font-weight:700;max-width:170px;margin:0 auto;display:block;border-radius:10px;padding:8px;text-align:center;}
.top-button a.t2 {margin-right:15px;}
.right-button a {display:block;}
.right-button a.t2 {margin-bottom:15px;}
.miniature {float:left;margin-right:20px;width:45%;margin-bottom:15px;}
.slots-img {background:#000;}
.slots-img .slots-btn {display:none;width:100%;left:0;position:absolute;top:18%;}
.slots-img:hover .slots-btn {display:block;}
.slots-img:hover img, .slots-img:focus img {opacity:0.4;}
.slots-img img {width:100%;}
.slot-block {margin:0 -15px;}
.slots span {font-weight:700;display:block;padding:15px 10px;color:#fff;}
.slots {background:#1c2028;position:relative;text-align:center;margin-bottom:30px;border-radius:15px;overflow:hidden;}

.slot-block article.column-4, #primary-games article.column-4 {
padding-left:15px;padding-right:15px;
float: left;
width:25%;
}


.home-slide {margin:15px 0 30px;border-radius:15px;overflow:hidden;width:100%;height:270px;background:url(/wp-content/uploads/2022/12/top.jpg); background-size:cover;position:relative;}
.hovelray {position:absolute;left:0;top:0;width:100%;height:100%;}

@media (max-width:991px) {

.slot-block article.column-4, #primary-games article.column-4 {width:33.3333%;}
#home-content .obzor ul li {width:50%;}
}
@media (max-width:767px) {
.wrapper-box {padding: 15px;}
.portfolio_widget .column-3 article {padding: 0 15px;}
.portfolio_widget .post-wrapper {padding:15px;}
.blog-posts-wrapper {
    margin: 0;
}
.slot-block article.column-4, #primary-games article.column-4 {width:50%;}
.svglogo img {
    height: 30px;
    margin: 7px;
    
}
}
@media (max-width:607px) {.home a.slbtn {display:none;}}


.category-template-category-slots-php .taxonomy-description {clear:both;padding-top:40px;padding-bottom:20px;}

@media (max-width:787px) {.social-menu{display:none;}}
.entry-content iframe {width:100%;height:500px;border:none;padding:0;}
.btn-slot {text-align:center;margin:30px 0 30px;}

@media (min-width:992px) and (max-width:1199px) {
.top-button a.t2 {display:none;}
.main-navigation {max-width: 60%;}
}
@media (max-width:1199px) {
.portfolio_widget .post-wrapper {
    padding: 15px;

}
.slots-img .slots-btn {top:11%;}
}
@media (max-width:991px) {
.site-branding {max-width: 100%;width:100%;text-align:center;padding-bottom:20px;}
.main-navigation {max-width: 100%;}
.top-button {text-align:center;padding-bottom:15px;}
#secondary {margin-top:30px;}
}
@media (max-width:767px) {

.slots-img .slots-btn {top:15%;}
}
@media (max-width:575px) {
.wrapper, .wrapper2 {padding-left:15px;padding-right:15px;}

.menu-toggle {top:30px;}


}
@media (max-width:575px) {
.slot-block article.column-4, #primary-games article.column-4 {width:100%;}
.slots-img .slots-btn {top:23%;}
}
@media (max-width:410px) {
.icon-menu {
    fill: #fff;
}
.menu-toggle {top:10px;color:#fff;}
.menu-toggle, .menu-toggle:hover {background: none!important;}
.top-button {display:block;clear:both;}
.top-button a {display:block;margin:0 auto;max-width:200px;}
.top-button a.t2 {margin:0 auto 15px;}
.footer-button a {display:block;}
.footer-button a.t2 {margin-right:0;margin-bottom:15px;}
}
@media (max-width:360px) {
.slots-img .slots-btn {top:18%;}
}
@media (max-width:300px) {
.top-button a.t2 {font-size:12px;}
.slots-img .slots-btn {top:12%;}
}

@media screen and (max-width: 991px) {

.no-results {
	margin: 0 10px 30px;
}


	#secondary .sb-button {display:none;}
	#secondary section.widget {
	    padding: 0;
	}
	#secondary .widget:not(:last-child) {
	    margin-bottom: 30px;
	}
	#secondary .widget_google_ad {
	    text-align: center;
	}
	#custom-header .wave-saperator i {
		height: 130px;
	}
	.site-info {
		text-align: center;
	}


	.textwidget img {
	    max-width: 100%;
	    margin: 25px 0;
	}
	.single-post .post-wrapper {
	    width: 90%;
	}
	#secondary .post-wrapper,
	#colophon .post-wrapper  {
	    width: 100%;
	}



	.site-title a {
	    font-size: 2.625rem;
	}
	.cta_widget .left-align .wrapper article .entry-content {
		width: 100%;
	}
	.cta_widget .left-align .read-more {
		margin-top: 25px;
	}
}
@media screen and (max-width: 800px) {
	.column-4 article {
		width: 50%;
		float: left;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.column-4 article:nth-child(-n+2) {
		margin-top: 0;
	}
	.contact-information .contact-form {
		padding: 25px;
	}
	.cta_widget .left-align .section-header,
	.cta_widget .left-align .read-more,
	.cta_widget .left-align .wrapper article .entry-content {
		margin-left: 0;
	}
}


@media screen and (max-width: 767px) {

.miniature {margin-right:0;width:100%;}

	.blog-posts-wrapper.column-3 article {
	    width: 50%;
	    float: left;
	    padding: 0 10px;
	}


}

@media screen and (max-width: 550px) {

	.column-4 article {
		width: 100%;
		padding: 0;
	}


	.blog-posts-wrapper.column-3 article {
	    width: 100%;
	    float: none;
	    padding: 0;
	}



	header.page-header {
		margin-bottom: 30px;
	}
}

@media (max-width:1199px) {.entry-content iframe {height:400px;}}
@media (max-width:767px) {.entry-content iframe {height:350px;}}
@media (max-width:519px) {.entry-content iframe {height:300px;}}
@media (max-width:430px) {.entry-content iframe {height:200px;}}