/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*
.page-id-6914 header#header {
    display: none !important;
}*/

.page-id-6391 div#footer {
    display: none;
}

.cff-posts-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.page-id-6391 footer#socket {
	display: none;
}

.comment-entry.post-entry {
    display: none !important;
}

.wpdevart_org_chart_conteiner li .wpda_tree_item_container > div {
    padding: 10px !important;
}

#header_main {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    z-index: 500;
    /* border: coral; */
    border-color: black;
	border-top: none !important;
}

.avia-button {
	transition: all .4s;
}

.avia-button:hover, .main_color input[type='submit']:hover {
	background-color: #343a40 !important;
	border-color: #343a40 !important;
	opacity: 1;
}

.big-preview.single-big img {
	height: 350px;
    width: 100vw;
    object-fit: cover;
}

.single-post .template-blog {
	max-width: 100%;
    padding: 0px;
}

.single-post .template-blog main {
	padding: 0px;
    margin: 0px;
}

.big-preview.single-big {
    padding: 0px;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
    height: 100%;
    overflow: hidden;
}

.single-post .entry-content-wrapper {
	max-width: 1310px;
    margin: 0 auto;
    padding: 40px 40px;
}

.efbl_popup_footer_logo {
    opacity: 0 !important;
}

.Stat-1, .Stat-2, .Stat-3, .stat-name-1, .stat-name-2, .stat-name-3, .grid-container button {
	display: none;
}

#header_meta {
    border: none !important;
}

.term-champi8ns-collection #av_product_description .av-parallax-inner{
	background-position: unset !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.no-margin-left {
	margin-left: 0px !important;
}

span.logo {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -14px;
}

.avia-content-slider .slide-image img {
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    border-radius: 20px;
    object-fit: cover;
}

.more-link {
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    background-color: #b81e1e;
    color: #ffffff !important;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 3px;
    height: auto;
    outline: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    margin-top: 14px;
    text-align: center;
	transition: all .4s;
}

.more-link span::after {
    display: none;
}

.more-link:hover {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
	text-decoration: none !important;
}

.av-main-nav li:hover .avia-menu-fx {
    opacity: 0 !important;
    visibility: visible;
}

.menu-item a .avia-menu-text {
	transition: all .1s;
}

.menu-item a .avia-menu-text:hover {
    border-bottom: 2px solid black !important;
}

div .mejs-container {
    border-radius: 2px;
    background: #000000 !important;
}

.upcoming-game-section tbody {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
	align-items: center;
	grid-gap: 10px !important;
}

.upcoming-game-section td {
    width: 100vw;
	padding: 36px 0px!important;
	border: none !important;
}

.sp-template-event-blocks .sp-event-date a, .sp-template-event-blocks .sp-event-date a:hover {
    color: inherit !important;
    font-size: 18px;
    font-weight: bold !important;
}

span.sp-result {
    font-size: 36px !important;
    font-weight: bold !important;
}

.sp-template a, .sp-data-table a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #b81e1e !important;
}

.sp-event-blocks .team-logo {
    margin: 10px;
    width: 20%;
    height: 6em;
    max-width: 6em;
    text-align: center;
}

.sp-template-event-blocks .sp-event-title, .sp-template-event-blocks .sp-event-status {
    display: block !important;
    padding: 0 !important;
    margin: 24px 0px!important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.bold-font h2 {
    color: #bc2929;
    font-weight: 700 !important;
}

.sp-data-table {
    margin: 0 !important;
    background: #ededed !important;
    border-collapse: collapse !important;
    border: none !important;
    width: 100% !important;
}

.phone-info {
    margin-left: 82px;
}

/*.grid-container {
      display: grid;
    grid-template-columns: repeat(7, max-content);
    grid-template-rows: 60px 50px 3fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px 50px;
    grid-template-areas:
    ". Name Name . . . ."
    ". Surname Surname Surname Surname . ."
    ". Empty Empty . . . ."
    ". Position Position . . . ."
    ". Stat-1 Stat-2 Stat-3 . . ."
    ". stat-name-1 stat-name-2 stat-name-3 . . ."
    ". button button button . . ."
    ". . . . . . .";
}*/

.grid-container {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: left;
}

.Name {
    grid-area: Name;
    font-size: 50px;
    font-weight: 200;
	
    /*align-self: center;*/
}

.Surname {
    grid-area: Surname;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
	
    /*align-self: center;*/
}

.Position {
    grid-area: Position;
    text-transform: uppercase;
    font-size: 20px;
    color: #cccccc;
}

.Stat-1 {
    grid-area: Stat-1;
    font-size: 40px;
    font-weight: 800;
}

.Stat-2 {
    grid-area: Stat-2;
    font-size: 40px;
    font-weight: 800;
}

.Stat-3 {
    grid-area: Stat-3;
    font-size: 40px;
    font-weight: 800;
}

.stat-name-1 {
    grid-area: stat-name-1;
    text-transform: uppercase;
    font-size: 20px;
    color: #cccccc;
}

.stat-name-2 {
    grid-area: stat-name-2;
    text-transform: uppercase;
    font-size: 20px;
    color: #cccccc;
}

.stat-name-3 {
    grid-area: stat-name-3;
    text-transform: uppercase;
    font-size: 20px;
    color: #cccccc;
}

.Empty {
    grid-area: Empty;
    font-size: 100px;
    /*align-self: center;*/
    font-weight: 800;
}

.button { grid-area: button; }

.btn-red-outline {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

#top .avia-slideshow-arrows a {
    display: block;
    text-decoration: none;
    color: #bc2929 !important;
    visibility: visible;
    position: absolute;
    width: 90px !important;
    text-align: center;
    height: 90px !important;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    margin: -30px 15px 0;
    z-index: 99;
    overflow: hidden;
    text-indent: -600%;
}

.avia-slideshow-arrows a:before {
    visibility: visible;
    display: block;
    position: absolute;
    z-index: 100;
    background: #aaa;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 62px;
    color: inherit;
    border: none !important;
    font-size: 34px !important;
}

img.avia-img-lazy-loading-6091.image.wp-image-6091.attachment-full.size-full {
    max-width: 100%;
    width: 8% !important;
    height: auto;
    margin-left: 75px;
}

div#media_image-2 {
    padding: 10px 0 10px 0 !important;
}

div#text-12 {
    position: absolute;
    top: -38px;
    left: 14%;
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
}

h4.sp-table-caption {
    display: none !important;
}

.sp-scrollable-table-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden !important;
}

.sp-league-table .data-name .team-logo {
    margin-right: 2.4em;
}

.sp-league-table img {
    display: inline-block !important;
    box-shadow: none !important;
    transform: scale(1.8) !important;
}



.sp-data-table thead .sorting, .sp-data-table thead .sorting_asc, .sp-data-table thead .sorting_desc, .sp-data-table thead .sorting_asc_disabled, .sp-data-table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    font-size: 14px !important;
    text-transform: uppercase !important;
	border-bottom: 1px solid #e5e5e5 !important;
}

.sp-data-table th, .sp-data-table td {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 0 !important;
    /* border: 1px solid #e5e5e5 !important; */
    padding: 20px 16px !important;
    text-align: center !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
td.data-pts {
    color: black !important;
    font-weight: 900 !important;
	border-left: 1px solid #e5e5e5 !important;
}
.sp-data-table th {
    font-size: 12px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #999 !important;
    border: inherit !important;
}

tr.highlighted.sp-row-no-0.odd {
    background-color: #ffe6e6;
}

.center-grid-row-items {
    position: absolute !important;
    left: 70%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.border-grid-left {
    border-left: 5px solid #bb2828 !important;
}

.border-grid-right {
    border-right: 5px solid #bb2828 !important;
}

#top .aviaccordion-preview {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 33.1% !important;
}

.main-home-slider.avia-fullwidth-slider .avia-slideshow-inner {
    max-height: 55vh!important;
}

#top .av-video-slide iframe, #top .av-video-slide embed, #top .av-video-slide object, #top .av-video-slide video {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 210% !important;
    position: absolute;
}

.sp-event-performance td.data-name {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: 10px;
}

#top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a:before {
    font-weight: 600;
    margin-bottom: 40px !important;
	margin-top: 0px !important;
}

.main-home-slider .slideshow_caption h2 {
    text-transform: uppercase;
	font-size: 40px !important;
	margin-bottom: 0px !important;
}

div#av_product_description {
    height: 28vh;
    color: #ffffff;
}

#av_product_description .av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
    top: 0px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    height: 428px;
}

#av_product_description .av-section-color-overlay-wrap {
    height: 28vh;
}

span.name-player {
    font-size: 20px;
    font-weight: bolder;
    display: block;
    text-align: center !important;
}

.player-img {
    object-fit: cover;
    height: 100%;
    background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/Kit_0922-200x300.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
	background-size: cover;
}

span.kit-number-player {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #b81e1e;
}

.player-grid-cont {
    height: 336px;
    border-radius: 50px;
}

#av_product_description .av-section-color-overlay-wrap .container {
        display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#av_product_description p {
    font-weight: 700;
}

.upcoming-games-grid tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.upcoming-games-grid tbody td {
    width: 100vw;
}

.sp-table-wrapper .dataTables_paginate {
    text-align: center;
    display: none;
}

.sp-template-event-blocks .sp-event-results {
    margin: 26px !important;
}

.overview-grid {
	overflow: hidden;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 185px);
  grid-gap: 0px 0px;
  grid-template-areas:
    "History History Trophies Trophies About-Us About-Us Hall-Of-Fame Hall-Of-Fame"
    "History History Trophies Trophies About-Us About-Us Hall-Of-Fame Hall-Of-Fame"
    "History History Trophies Trophies About-Us About-Us Hall-Of-Fame Hall-Of-Fame";
}

.History { grid-area: History;     position: relative;}

.Trophies { grid-area: Trophies;     position: relative;}

.About-Us { grid-area: About-Us;     position: relative;}

.Hall-Of-Fame { grid-area: Hall-Of-Fame;     position: relative;}

.overview-grid img {
    height: 100%;
    object-fit: cover;
}

.overview-section .container {
    max-width: 100% !important;
}

.overview-grid span {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 28px;
    bottom: 16px;
}

.overview-grid div {
	overflow: hidden;
	
}
.overview-grid div img {
	transition: all .4s;
}

.overview-grid div:hover img {
	transition: all .4s;
	transform: scale(1.2);
}

.club-gradient-overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
}

.club-submenu a .avia-menu-text:hover {
    border-bottom: 2px solid #b81e1e !important;
}

.club-submenu span.avia-menu-text {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

#top .av-subnav-menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 20%;
}

.trophy-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px 20px;
  grid-template-areas:
    "League League Fa-Trophy Fa-Trophy Super-Cup Super-Cup"
    "League League Fa-Trophy Fa-Trophy Super-Cup Super-Cup";
}

.League { grid-area: League; }

.Fa-Trophy { grid-area: Fa-Trophy; }

.Super-Cup { grid-area: Super-Cup; }

.trophy-container div {
    border: 10px solid #b82025;
    padding: 20px;
}

.margin-left-box {
	margin-left: 160px !important;
}


.margin-right-box {
	margin-left: -160px !important;
}

.grid-box-top-border {
	border-top: 2px solid #b82025 !important;
}

.hall-of-fame {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#top .scroll-down-link {
    color: #b81e1e;
} 

.small-slider .avia-slide-wrap {
    height: 30vh;
}

.slide-content {
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 15px;
}

a.slide-image {
    margin-bottom: 0px !important;
}

.image-overlay {
    display: none !important;
}

.widget {
    padding: 30px 0 0px 0 !important;
}

/*
.footer-logos-grid {
    display: grid;
    grid-template-columns: repeat(4,150px);
    grid-template-rows: 94px 60px 60px 60px 60px;
    grid-gap: 12px 0px;
    grid-template-areas:
        "jp-logo jp-logo sport-logo sport-logo"
        "easygas-logo alfsons-logo puma-logo cafeverg-logo"
        "tescoma-logo marksons-logo aquani-logo desira-logo"
        "top-choice-logo central-logo badboys-logo access-point-logo"
        ". rvc-logo radio105-logo .";
    width: fit-content;
    margin: 0 auto;
}*/

.footer-logos-grid {
    display: flex;
    height: 300px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
    width: 800px;
    margin: 0 auto;
    gap: 20px;
}

.footer-logos-grid div {
	width: 100px !important;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logos div {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
    justify-content: center;
}

.single-logo {
    height: 50px;
}

.jp-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/JPortelliwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.cafeverg-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/CafeVergnanoWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 120px;
}

.alfsons-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/tafonzuwhite2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.logograp-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/logographwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.brit-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/logobritanniawhite.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.assikura-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Assikura2020-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.midea-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Midea_wwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.easygas-logo { 
	grid-area: easygas-logo;
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/EasyGasWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 120px;
}

.tescoma-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/TescomaWhite.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.puma-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/02/PumaWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 120px;
}

.sport-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/sportMaltaWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 190px;
}

.marksons-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/marksonswhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.aquani-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/aquaniLogoWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.desira-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Desira-HoldingsWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.top-choice-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/topchoiceWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.central-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/centralwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.badboys-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/badboyswhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.radio105-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Radio105White.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	width: 120px;
}

.rvc-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/rvcwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}

.access-point-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Access-Pointwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}


.casafini-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Casafiniwhitelogo.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}


.finestral-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/finestralwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 120px;
}


.mcsims-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/mcsimswhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}


.kunsillhamrun-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/HamrunKunsillLogoWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}


.bestteam-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/besteam-logo-wwhite.png);
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}

.mobros-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/mobros1white.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}

.ispy-logo { 
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/ispylogo.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 120px;
}



#footer .widget {
    margin: 0px 0 30px 0;
}

#footer {
    padding: 0px;
}

#footer .flex_column.first.el_before_ {
    border-bottom: 1px solid white !important;
}

/*#socket .copyright {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr repeat(3, 200px) 1fr;
    font-size: 14px;
    font-weight: 500;
}*/

#socket .copyright {
	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
	width: 100%;
}

.efbl-profile-image {
    background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2017/04/logonew.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

#wpdevart_org_chart_conteiner_1 {
    background-image: linear-gradient(to right, #ededed, #ededed) !important;
}

.term-cond {
	justify-self: center;
}

.privacy-pol {
    grid-column: 2/3;
    justify-self: center;
}

.web-dev {
	    grid-row: 1/2;
    font-size: 10px;
    color: #a7a7a7;
}

.copyright-ham {
	font-size: 10px;
    color: #a7a7a7;
    justify-self: end;
	grid-column: 5 / 6;
}

.player-info-icons p {
        margin-top: 5px;
    font-weight: 700;
}

.trophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
	align-items: center;
}

.trophy-grid span {
    font-size: 24px;
    font-weight: 700;
    color: #b82025;
    align-self: center;
}

#halloffame .av_slideshow_full .container.caption_container {
    position: relative;
    top: 0;
    z-index: 5;
    height: 100%;
    left: -10%;
    overflow: visible;
}

.efbl_feeds_holder.efbl_feeds_halfwidth {
    display: grid;
    grid-template-columns: 1fr 1fr;
	    grid-gap: 30px;
}

.efbl_feed_wraper.efbl_skin_6656 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
    height: 340px;
    object-fit: cover;
}

.slide-meta-comments {
    display: none !important;
}

.slide-meta-del {
    display: none !important;
}

.mobile_status_update .efbl-thumbnail-wrapper {
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

/*header.entry-content-header {
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}*/

span.text-sep.text-sep-date {
    display: none !important;
}

.efbl-thumbnail-col.efbl-col-sm-6 {
    height: 300px;
    display: flex;
    align-items: center;
}

.efbl-profile-title-wrap  h2 {
    font-size: 15px !important;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
    border-right: #b81e1e solid 1px !important;
}

.efbl_feed_wraper.efbl_skin_6656 .efbl-story-wrapper {
    box-shadow: none;
        border-radius: 10px;
    border: 4px solid #000000;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share {
    font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	    background-color: #b81e1e;
    color: #ffffff;
    border-color: #960c0c;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb {
    font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	    background-color: #b81e1e;
    color: #ffffff;
    border-color: #960c0c;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer {
    border-top: #b81e1e solid 1px !important;
}

.contact-us-location-section .container{
	padding: 0;
    margin: 0;
}

.contact-us-location-section .template-page{
	padding: 0;
    margin: 0;
	width: 100vw !important;
}

.contact-us-location-section .entry-content-wrapper{
	padding: 0;
}

.iconbox_content .entry-content-header {
 	min-height: initial;
    max-height: initial;
    overflow: unset;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #464646 !important;
    background-color: #f8f8f8;
    color: #969696;
}

.partners-img {
    background-size: contain;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	background-position: center;
}

.partners-logo-grid {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-content: flex-end;
    margin: 0 auto;
    justify-content: space-evenly;
}

.radio105 {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Radio105.png);
}

.rvc{
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/WhatsApp-Image-2021-03-02-at-08.49.10.jpeg);
}

.accesspoint {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/04/Access-Point.png);
}

.badboys {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/BB.png);
}

.central {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2020/09/central.png);
}

.aquani {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/aquaniLogo.png);
}

.desira {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Desira-Holdings.png);
}

.topchoice {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/topchoice.png);
}

.puma {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Puma-Logo-1030x579.png);
}

.marksons {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/WhatsApp-Image-2021-03-02-at-08.52.16.jpeg);
}

.alfons {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/WhatsApp-Image-2021-07-10-at-14.01.27.jpeg);
}

.midea {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Midea_logo.png);
}

.assicura {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Assikura2020-Blackbg.jpg);
}

.tescoma {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/tescoma.png);
}

.easygas {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/easygasLogo.png);
}

.caffe {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Caffe_Vergnano-logo-70B81CF46D-seeklogo.com_.png);
}

.jpprojects {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/jportelliLogo.png);
}

.sportsmfa {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/sportmalta.png);
}

.finestral {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/finestral-logo.png);
}


.britiannia {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/logobritannia2.png);
}


.mobros {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/mobros1.jpg);
}

.mobros {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/mobros1.jpg);
}

.localcouncil {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Screenshot-2020-12-16-at-12.08.59-1.png);
}

.logographics {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/logograph.png);
}

.emanuel-bartolo {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/manuelbartolo.jpeg);
}

.jonathan-debono {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.matthisa-debono {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/matthiasdebono.jpeg);
}

.pablo-sanchez {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/pablo.jpeg);
}

.elkin-serrano {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.manuel-tabone {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/migueltabone.jpeg);
}

.darko-gojkovic {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/darko.jpeg);
}

.karl-micallef {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/karlmicallef.jpeg);
}

.juan-corbalan {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/corbolan.jpeg);
}

.nikolai-micallef {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/nikolaimicallef.jpeg);
}

.darren-borg {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/darrenborg.jpeg);
}

.oyama {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.laraspata {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.dielna {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.sadiki {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.franklin {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.lagzir  {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/lagzir.jpeg);
}

.xylon {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/xylonportelli.jpeg);
}

.button.btn-red-outline {
    display: none;
}

.mbong {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/mbong.jpeg);
}

.doumbia {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.johnson {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.santos {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/dodo.jpeg);
}

.cittadini {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/cittadini.jpeg);
}

.guillaumier {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/gulli.jpeg);
}

.djordevic {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.marcelina {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/emerson.jpeg);
}

.ige {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/ige.jpeg);
}

.christopher-galea {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/christopher.jpeg);
}

.higgans {
	background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/Man.svg);
}

.ham-icon [data-av_icon]:before {
    content: "" !important;
    display: flex;
    background-image: url(https://hamrunspartansfc.com/wp-content/uploads/2021/03/logonewhamwhite.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: auto;
    margin-top: -4px;
    height: 50px;
}

.page-id-6460 #footer {
	display: none !important;
}

#top .gallery .gallery-item {
	margin: 1px 1px 0 0;
    width: 49% !important;
    height: 100% !important;
    padding: 0;
}

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

}

@media only screen and (max-width: 1100px) {
  .textwidget {
    	margin-left: 16px;
	}
	
	.bold-font h2 {
    font-size: 24px;
}
	
	a.prev-slide {
    margin-left: -34px !important;
}
	
	#top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a:before {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}
	
	.main-home-slider .slideshow_caption h2 {
    font-size: 30px !important;
    margin-bottom: -10px !important;
}
	
	span.sp-result {
    font-size: 28px !important;
    font-weight: bold !important;
}
	
.sp-event-blocks .team-logo img {
    max-width: 82%;

}
	
	.center-grid-row-items {
    position: absolute !important;
    left: 60%;
    top: 50%;
    transform: translate(-50%,-38%);
}
	.store-font h2{
    font-size: 44px !important;
}
	
	.story-font h2{
    font-size: 44px !important;
}
	
	.grid-container {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    grid-template-rows: 36px 30px 2fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px 18px;
    grid-template-areas:
        ". Name Name . . . ."
        ". Surname Surname . . . ."
        ". Empty Empty . . . ."
        ". Position Position . . . ."
        ". Stat-1 Stat-2 Stat-3 . . ."
        ". stat-name-1 stat-name-2 stat-name-3 . . ."
        ". button button button . . ."
        ". . . . . . .";
}
	
	.Name {
    font-size: 38px;
}
	
	.Surname {
    font-size: 38px;
}
	
	.Empty {
    font-size: 70px;
}
	
	.Position {
    font-size: 20px;
}
	
	.Stat-1 {
    font-size: 34px;
}
	
	.Stat-2 {
    font-size: 34px;
}
	
	.Stat-3 {
    font-size: 34px;
}
	
	.stat-name-1 {
    font-size: 20px;
}
	
	.stat-name-2 {
    font-size: 20px;
}
	
	.stat-name-3 {
    font-size: 20px;
}
	
	input[type="submit"], #submit, .button {
    padding: 9px 22px;
}
	
	.slideshow_caption {
    padding: 26px;
		padding-left: 62px;
}
}

@media only screen and (max-width: 1000px) {
   span.sp-result {
    font-size: 22px !important;
    font-weight: bold !important;
}
	
	.sp-event-blocks .team-logo {
    margin: 4px;
}
	
	.mobile-grid-height  {
    height: 400px !important;
}
	
}

.border-red-color .heading-wrap {
	border-color: #bc2929 !important;
}

@media only screen and (max-width: 900px) {
	.mobile-grid-height  {
    height: 300px !important;
}
	
	.grid-container {
    grid-template-rows: 22px 30px 1fr repeat(4,max-content);
}
	
	.Name {
    font-size: 26px;
}
	
	.Surname {
    font-size: 26px;
}
	
	.Empty {
    font-size: 30px;
}
	
	.Position {
    font-size: 16px;
}
	
	.Stat-1 {
    font-size: 22px;
}
	
	.Stat-2 {
    font-size: 22px;
}
	
	.Stat-3 {
    font-size: 22px;
}
	
	.stat-name-1 {
    font-size: 14px;
}
	
	.stat-name-2 {
    font-size: 14px;
}
	
	.stat-name-3 {
    font-size: 14px;
}
	
	input[type="submit"], #submit, .button {
    padding: 4px 22px;
}
	
	.btn-red-outline {
    font-size: 12px;
}
	
	div#text-12 {
    position: absolute;
    top: -38px;
    left: 19%;
    font-size: 10px;
}
	
	img.avia-img-lazy-loading-6091.image.wp-image-6091.attachment-full.size-full {
    width: 12% !important;
}
	
	.store-font h2 {
    font-size: 34px !important;
}
	
	.story-font h2 {
    font-size: 34px !important;
}

.efbl_feeds_holder.efbl_feeds_halfwidth {
    display: block;
}
	

}

@media only screen and (max-width: 800px) {
   .responsive .phone-info {
    float: none;
    width: 100%;
    clear: both;
    text-align: left;
    margin-left: 74px;
}
	
.cff-posts-wrap {
    grid-template-columns: 1fr;
}
	
img.avia-img-lazy-loading-6091.image.wp-image-6091.attachment-full.size-full {
    width: 12% !important;
    top: -59px;
    left: -12px;
    position: absolute;
}
	
	#header_main {
    height: 68px;
}
	
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
    height: 80px;
    line-height: 68px;
}
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
    height: 80px !important;
}
	
.center-grid-row-items {
    position: absolute !important;
    left: 60%;
    top: 50%;
    transform: translate(-50%,36%);
}
	
	.bold-font h2 {
    font-size: 22px;
}
	
	.store-font h2 {
    font-size: 44px !important;
}
	
	.story-font h2 {
    font-size: 44px !important;
}
	
	.hamrun-grid-title {
    padding-bottom: 0px !important;
}
	
		.hamrun-grid-title h2{
    font-size: 44px;
}
	
	.border-grid-right {
    min-height: 320px !important;
}
	
		.border-grid-left {
    min-height: 320px !important;
}
	
	#top .avia-slideshow-arrows a {
    width: 80px !important;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    margin: -30px 0px 0;
}
	
	#socket .copyright {
    grid-template-columns: 1fr repeat(3, max-content) 1fr;
    font-size: 10px;
    grid-gap: 6px;
}
	
	.grid-container {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    grid-template-rows: 36px 30px 2fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px 18px;
    grid-template-areas:
        ". Name Name . . . ."
        ". Surname Surname . . . ."
        ". Empty Empty . . . ."
        ". Position Position . . . ."
        ". Stat-1 Stat-2 Stat-3 . . ."
        ". stat-name-1 stat-name-2 stat-name-3 . . ."
        ". button button button . . ."
        ". . . . . . .";
}
	
	.Name {
    font-size: 38px;
}
	
	.Surname {
    font-size: 38px;
}
	
	.Empty {
    font-size: 70px;
}
	
	.Position {
    font-size: 20px;
}
	
	.Stat-1 {
    font-size: 34px;
}
	
	.Stat-2 {
    font-size: 34px;
}
	
	.Stat-3 {
    font-size: 34px;
}
	
	.stat-name-1 {
    font-size: 20px;
}
	
	.stat-name-2 {
    font-size: 20px;
}
	
	.stat-name-3 {
    font-size: 20px;
}
	
	input[type="submit"], #submit, .button {
    padding: 9px 22px;
}
	.avia-slide-wrap {
    position: relative;
    display: block;
    height: 400px;
}
	
	.av_slideshow_full li img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

@media only screen and (max-width: 700px){
	
img.avia-img-lazy-loading-6091.image.wp-image-6091.attachment-full.size-full {
    width: 16% !important;
}
	
	.textwidget {
    margin-left: 44px;
}
	
	#custom_html-2 .textwidget {
    margin-left: 0px !important;
}
	
	.full-width-section .container {
    width: 100% !important;
    max-width: 100% !important;
}
	
	.full-width-section .bold-font {
		margin-left: 28px;
	}
}

@media only screen and (max-width: 600px){
.upcoming-games-grid tbody {
    display: block;
}
	
	img.avia-img-lazy-loading-6091.image.wp-image-6091.attachment-full.size-full {
    width: 24% !important;
    left: -24px;
}
	
	.bold-font h2 {
    font-size: 18px;
}
	
	.store-font h2 {
    font-size: 30px !important;
}
	
	.story-font h2 {
    font-size: 30px !important;
}
	
	.border-grid-left {
    min-height: 254px !important;
}
	
	.border-grid-right {
    min-height: 254px !important;
}
	
	.grid-container {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    grid-template-rows: repeat(2,max-content) 50px repeat(4,max-content);
    grid-gap: 14px 8px;
    grid-template-areas:
        ". Name Name . . . ."
        ". Surname Surname . . . ."
        ". Empty Empty . . . ."
        ". Position Position . . . ."
        ". Stat-1 Stat-2 . . . ."
        ". stat-name-1 stat-name-2 . . . ."
        ". Stat-3 . . . . ."
        ". stat-name-3 . . . . ."
        ". button button . . . .";
}
	
	.Name {
    font-size: 26px;
}
	
	.Surname {
    font-size: 26px;
}
	
	.Empty {
    font-size: 40px;
}
	
	.Position {
    font-size: 16px;
}
	
	.Stat-1 {
    font-size: 24px;
}
	
	.Stat-2 {
    font-size: 24px;
}
	
	.Stat-3 {
    font-size: 24px;
}
	
	.stat-name-1 {
    font-size: 16px;
}
	
	.stat-name-2 {
    font-size: 16px;
}
	
	.stat-name-3 {
    font-size: 16px;
}
	
	.btn-red-outline {
    font-size: 12px;
}
	
	
	.footer-logos-grid div{
    width: 116px !important;
}
	
	.footer-logos-grid div.sport-logo {
    width: 190px !important;
}
	
	.textwidget {
    margin-left: 60px;
}
	
		#footer .textwidget {
    margin-left: 0px;
}
	
	#socket .copyright {
    grid-template-columns: 1fr max-content max-content max-content 1fr;
    grid-template-rows: 22px 1fr 1fr;
  grid-template-areas:
        ". privacy-pol term-cond cookie-pol ."
        ". web-dev web-dev web-dev ."
        ". copyright-ham copyright-ham copyright-ham .";
}
	
	.privacy-pol { grid-area: privacy-pol; }
.term-cond { grid-area: term-cond; }
.cookie-pol { grid-area: cookie-pol; }
.web-dev { grid-area: web-dev; justify-self: center;}
.copyright-ham { grid-area: copyright-ham; justify-self: center;}
	
	.responsive .phone-info {
    float: none;
    width: 100%;
    clear: both;
    text-align: left;
    margin-left: 0px;
}
}
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 99.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800;900&display=swap");

#videosList {
  max-width: 600px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 18px -1px rgb(0 0 0 / 29%);
  -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 18px -1px rgb(0 0 0 / 50%);
}

span.image-overlay.overlay-type-extern {
  display: none !important;
}

/*.video {
  height: 200px;
  max-height: 200px;
  width: 100%;
}*/

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
  display: none !important;
}

div .av_one_fourth {
  margin-left: 1%;
  width: 23.5%;
}

/*
.video-overlay {
  position: absolute;
  height: 100%;
}

.video-overlay-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#videosList .video-overlay {
  opacity: 1;
  transition: all 0.4s;
  border-radius: 16px;
  overflow: hidden;
}

#videosList:hover .video-overlay {
  opacity: 0;
}

video.thevideo {
  border-radius: 16px;
}

.video-title-cat {
  position: absolute;
  bottom: 12px;
  left: 26px;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20px;
}
#top label {
  font-weight: 600;
  font-size: 0.92em;
}
.video-cat {
  font-weight: 500 !important;
  color: #bebebe;
}

.gradient-overlay {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgb(245 246 252 / 0%),
    rgb(0 0 0)
  );
  width: 100%;
  height: 400px;
  background-size: cover;
  top: 0px;
  padding: 20px;
}*/

.html_header_sidebar #top #header {
  position: fixed;
}

.wpcf7-form label {
    color: black;
}

.avia-slideshow.avia-slideshow-1.av-control-default.avia-slideshow-featured.av_slideshow_full.avia-slide-slider {
  height: 45vh;
}

.slideshow_caption {
  top: 0;
  height: 100%;
  padding: 10px !important;
}

form#searchform {
  width: 30%;
  margin: 0 auto !important;
  transition: all 1s;
}

form#searchform:hover {
  width: 40%;
}

section#search-2 {
  padding: 0px;
}

main.template-page.content.av-content-full.alpha.units {
  padding: 12px 0px;
}

#top #s {
  border-radius: 10px;
  padding: 10px;
}

input#searchsubmit {
  background-color: transparent;
  color: #ff9494;
}

input.wpcf7-form-control.wpcf7-submit {
      border-radius: 4px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
	font-weight: 600;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
	color: #ffffff;
    border-color: #960c0c;
	transition: all .25s;
}

body#top.woocommerce-checkout {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
    padding: 0px !important;
}

body#top.woocommerce-checkout .content{
    border: none !important;
}

.wp-die-message {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.wp-die-message p{
    padding: 0px !important;
}

li.wc_payment_method.payment_method_alert {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    align-items: center;
}

#top #payment div.payment_box {
    width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}

.form-row-first, .form-row-last {
    float: left;
    width: 100% !important;
    overflow: visible;
}

.wc_payment_method.payment_method_alert img{
	width: 100px;
}

div#video-thumb {
  height: 56vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}



div#similar-video-thumb {
  height: 276px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
  border-radius: 20px;
  position: relative;
  z-index: 600;
}

.bg-white {
	background-color: #ffffff;
}

.similar-videos-posts.video {
  border-radius: 0px;
  max-height: 100%;
}

.similar-videos-posts {
  position: relative;
  z-index: 600;
}

.similar-videos-posts #similar-video-thumb {
  opacity: 1;
  transition: all 0.4s;
  border-radius: 16px;
  overflow: hidden;
  border-radius: 20px;
}

.similar-videos-posts .thevideo {
  border-radius: 20px;
}

.similar-videos-posts:hover #similar-video-thumb {
  opacity: 0;
}

.video-grid {
  margin-top: 20px;
	padding-bottom: 90px;
}

.video-cat-date {
  font-weight: 400;
  font-size: 20px;
}

.video-desc {
  border-top: 1px solid #c22929;
  margin-top: 20px;
}

h3.similar-video-post-title {
  margin-top: 10px;
  font-weight: 500;
}

.play-button {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.play-button:hover {
  font-size: 140px;
}

.title-pink {
  color: #ff9494;
}

.video {
  position: relative;
	height: 276px;
  max-height: 276px;
  overflow: visible;
  border-radius: 20px;
	
}

.video-overlay {
  z-index: 500;
  position: relative;
}

.video-overlay img {
    object-fit: cover;
    height: 276px;
	border-radius: 20px;
}

.small-preview img, .big-preview img {
    border-radius: 0px !important;
}

video.thevideo {
  position: absolute;
  top: 0px;
	height: 100%;
    object-fit: cover;
	border-radius: 20px;
}

.video-grid-codeblock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 276px;
  grid-gap: 20px;
}

.video .video-overlay {
  opacity: 1;
  transition: all 0.4s;
  border-radius: 16px;
	max-height: 276px;
  overflow: hidden;
}

.video:hover .video-overlay {
  opacity: 0;
}

.similar-videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.similar-videos-title {
  margin-top: 20px;
}

.video-title-cat {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 600;
  color: white;
  display: grid;
  grid-template-rows: 20px 20px;
}

label.video-cat {
  text-transform: capitalize;
  color: #cccccc;
  font-weight: 500 !important;
}

.gradient-overlay {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgb(245 246 252 / 0%),
    rgb(0 0 0)
  );
  width: 100%;
  height: 400px;
  background-size: cover;
  top: 0px;
  padding: 20px;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 1600px) {
  .video img {
    max-height: 242px;
    object-fit: cover;
  }

  .gradient-overlay {
    height: 242px;
  }

  .video {
    max-height: 242px;
  }
}

@media screen and (max-width: 1600px) {
  .video img {
    max-height: 242px;
    object-fit: cover;
  }

  .gradient-overlay {
    height: 242px;
  }

  .video {
    max-height: 242px;
  }
}

@media screen and (max-width: 769px) {
  .result-image {
    max-height: 100%;
    max-width: 100%;
  }

  .result-image-size img {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .video-grid-codeblock {
    grid-template-columns: 1fr 1fr;
  }

  .video img {
    max-height: 190px;
    object-fit: cover;
  }

  video.thevideo {
    height: 100%;
    object-fit: fill;
  }
	
	  		.partners-logo-grid {
    display: block;
    width: 50%;
    margin-top: 20px;
}
	
	.partners-img {
    margin: 0 auto;
}
}

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

  .video-grid-codeblock {
    grid-template-columns: 1fr;
  }
	
	.responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
    margin: 0;
    margin-bottom: 56px !important;
    width: 100%;
    display: block;
}
	
	header.entry-content-header {
    min-height: usnet;
    max-height: unset;
    overflow: hidden;
}
	
	span.text-sep.text-sep-date {
    display: none !important;
}
	
	.single-post .template-blog {
		 width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
}
	
	.single-post .entry-content-wrapper {
    padding: 40px 20px !important;
}
	
	.big-preview.single-big img {
    height: 200px;
    width: 100vw;
    object-fit: cover;
    object-position: center;
}
	.video-info.bold-font {
    margin-top: 20px;
}
}
.video-cat-date {
    font-weight: 400;
    font-size: 20px;
    display: none;
}

.similar-videos-title.bold-font {
    display: none;
}
#top .avia-post-nav:hover {
  background: #000000;
  background: rgb(0 0 0);
}

#top .avia-post-nav {
  background: #000000;
  background: rgb(255 148 148 0.2) !important;
}

@media screen and (max-width: 500px) {
.responsive #top #wrap_all .av-break-at-tablet .no-margin-bot {
		margin-bottom: 0px !important;
	}
.footer-logos-grid div {
    width: 68px !important;
    
}
	.responsive .phone-info span {
    margin: 0;
    font-size: 10px;
    padding: 0;
    border: none;
    line-height: 17.2px;
    text-align: center;
}
	.footer-logos-grid div.sport-logo {
    width: 140px!important;
}
	
	.footer-logos-grid div.jp-logo {
    width: 80px!important;
}
	
	.tescoma-logo {
    background-size: contain;
}
	
	.alfsons-logo {
    background-size: contain;
}
	
	.footer-logos-grid {
		height: 300px;
		width: 300px;
	}
	
	.single-logo {
		height: 32px !important;
		width: 50px !important;
	}
	
	.footer-logos div {
		gap: 10px;
	}
	
	#socket .copyright {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
	
	.video img {
		max-height: 234px;
		object-fit: cover;
	}
	
	.efbl-thumbnail-col.efbl-col-sm-6 {
    height: 150px;
    display: flex;
    align-items: center;
}
	
	.efbl_feed_wraper.efbl_skin_6656 .efbl-story-wrapper .efbl-thumbnail-wrapper .efbl-thumbnail-col a img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}
	
	.sp-league-table .data-name .team-logo {
		width: unset !important;
   		height: unset !important;
	}
	
	.sp-data-table th, .sp-data-table td {
		font-size: 13px !important;
		font-weight: 400;
		line-height: 0 !important;
		/* border: 1px solid #e5e5e5 !important; */
		padding: 20px 4px !important;
		text-align: center !important;
		border: none !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}
}

@media screen and (max-width: 450px) {
	.video img {
		max-height: 234px;
		object-fit: cover;
	}
}
p.woocommerce-store-notice.demo_store {
    display: none !important;
}