/*
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: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/





/*Add your own styles here:*/
/* =Theme customization starts here
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');
-------------------------------------------------------------- */
/* =========================================
   Columns
   ======================================== */
.sc-col-2-1,
.sc-col-3-1,
.sc-col-3-2,
.sc-col-4-1,
.sc-col-4-3,
.sc-col-5-1,
.sc-col-5-2,
.sc-col-5-3,
.sc-col-5-4 {
	float: left;
	margin-right: 3.03%;
}

.sc-col-2-1 {
	width: 48.48%;
}

.sc-col-3-1 {
	width: 31.31%;
}

.sc-col-3-2 {
	width: 65.65%;
}

.sc-col-4-1 {
	width: 22.72%;
}

.sc-col-4-3 {
	width: 74.24%;
}

.sc-col-5-1 {
	width: 17.57%;
}

.sc-col-5-2 {
	width: 38.18%;
}

.sc-col-5-3 {
	width: 58.78%;
}

.sc-col-5-4 {
	width: 79.39%;
}

.sc-last {
	margin-right: 0;
}




/* =========================================
   Buttons
   ======================================== */
/*BUTTON COMMON*/
.button-wrap {
	float: left;
	margin-right: 10px;
	}

.sc-button {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	font-weight: bold;
	background-position: 0 0; 
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	/*border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);*/
	}

.sc-button:hover { 
	background-position: 0 100%; 
	}



/*BUTTON STYLES*/
.sc-button-white {
	border-top-color: #D5D5D5;
	border-right-color: #D6D6D6;
	border-bottom-color: #D8D8D8;
	border-left-color: #D5D5D5;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-white.png);
	}

.sc-button-white:hover {
	border-top-color: #CECECE;
	border-right-color: #D0D0D0;
	border-bottom-color: #D7D7D7;
	border-left-color: #CECECE;
	}

.sc-button-white,
.sc-button-white:hover {
	color: #666666;
	text-shadow:0px 1px 0px #FFFFFF;
	}

.sc-button-grey {
	border-top-color: #B1B1B1;
	border-right-color: #B5B5B5;
	border-bottom-color: #B2B2B2;
	border-left-color: #B1B1B1;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-grey.png);
	}

.sc-button-grey:hover {
	border-top-color: #9D9D9D;
	border-right-color: #A2A2A2;
	border-bottom-color: #A5A5A5;
	border-left-color: #9D9D9D;
	}

.sc-button-grey,
.sc-button-grey:hover {
	color: #666666;
	text-shadow:0px 1px 0px #D2D2D2;
	}

.sc-button-black {
    background: #10a0b6;
    color: white!important;
}

.sc-button-yellow {
	border-top-color: #D8A52A;
	border-right-color: #D9A936;
	border-bottom-color: #DDAB2F;
	border-left-color: #D8A52A;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-yellow.png);
	}

.sc-button-yellow:hover {
	border-top-color: #BD8600;
	border-right-color: #C08C0C;
	border-bottom-color: #C99613;
	border-left-color: #BD8600;
	}

.sc-button-yellow,
.sc-button-yellow:hover {
	color: #785D00!important;
	text-shadow:0px 1px 0px #F7DC7C;
	}

.sc-button-orange {
	border-top-color: #F47A15;
	border-right-color: #F4814F;
	border-bottom-color: #F57D47;
	border-left-color: #F47A15;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-orange.png);
	}

.sc-button-orange:hover {
	border-top-color: #E26026;
	border-right-color: #E36832;
	border-bottom-color: #E76B32;
	border-left-color: #E26026;
	}

.sc-button-orange,
.sc-button-orange:hover {
	color: #B23D21!important;
	text-shadow:0px 1px 0px #FCAF88;
	}

.sc-button-red {
	border-top-color: #D55C5C;
	border-right-color: #D66565;
	border-bottom-color: #D85F5F;
	border-left-color: #D55C5C;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-red.png);
	}

.sc-button-red:hover {
	border-top-color: #BD4949;
	border-right-color: #C05353;
	border-bottom-color: #C85252;
	border-left-color: #BD4949;
	}

.sc-button-red,
.sc-button-red:hover {
	color: #913831!important;
	text-shadow:0px 1px 0px #F09B9B;
	}

.sc-button-green {
	border-top-color: #9FC862;
	border-right-color: #A4CA6A;
	border-bottom-color: #A3CC67;
	border-left-color: #9FC862;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-green.png);
	}

.sc-button-green:hover {
	border-top-color: #8AB150;
	border-right-color: #90B559;
	border-bottom-color: #94BB5A;
	border-left-color: #8AB150;
	}

.sc-button-green,
.sc-button-green:hover {
	color: #64813B!important;
	text-shadow:0px 1px 0px #CDE8A5;
	}

.sc-button-blue {
	border-top-color: #69C2E5;
	border-right-color: #71C5E6;
	border-bottom-color: #6FC4E7;
	border-left-color: #69C2E5;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-blue.png);
	}

.sc-button-blue:hover {
	border-top-color: #55A4C3;
	border-right-color: #5EA8C6;
	border-bottom-color: #64AFCD;
	border-left-color: #55A4C3;
	}

.sc-button-blue,
.sc-button-blue:hover {
	color: #3E728D!important;
	text-shadow:0px 1px 0px #B2E0F7;
	}

.sc-button-coffee {
	border-top-color: #B68A67;
	border-right-color: #B9906F;
	border-bottom-color: #BB8E6B;
	border-left-color: #B68A67;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-coffee.png);
	}

.sc-button-coffee:hover {
	border-top-color: #9A7150;
	border-right-color: #9F7859;
	border-bottom-color: #A77D5C;
	border-left-color: #9A7150;
	}

.sc-button-coffee,
.sc-button-coffee:hover {
	color: #7B5A41!important;
	text-shadow:0px 1px 0px #E1BFA6;
	}

.sc-button-purple {
	border-top-color: #C87F9B;
	border-right-color: #CA86A0;
	border-bottom-color: #CD839F;
	border-left-color: #C87F9B;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/button-purple.png);
	}

.sc-button-purple:hover {
	border-top-color: #AF6884;
	border-right-color: #B3708A;
	border-bottom-color: #BC7591;
	border-left-color: #AF6884;
	}

.sc-button-purple,
.sc-button-purple:hover {
	color: #7B4559;
	text-shadow:0px 1px 0px #EEB6CC;
	}


/* =========================================
   Icon Lists
   ======================================== */
.sc-iconlist ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 4px 0 4px 0px!important;
	}
.sc-iconlist.sc-iconlist-check ul li {
    margin-left: 0px!important;
}
.sc-iconlist-download ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-download.png);
	}
	
.sc-iconlist-pdf ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/pdf.png);
	}
	
.sc-iconlist-word ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/msword.png);
	}
.sc-iconlist-arrow ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-arrow.png);
	}

.sc-iconlist-check ul li {
/*	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-check.png); */
	}

.sc-iconlist-check ul li:before {
    content: '';
    font-family: 'entypo-fontello';
    margin-right: 10px;
    color: #81c638;
}
.sc-iconlist-favicon ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-favicon.png);
	}

.sc-iconlist-image ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-image.png);
	}

.sc-iconlist-light ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-light.png);
	}

.sc-iconlist-love ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-love.png);
	}

.sc-iconlist-people ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-people.png);
	}

.sc-iconlist-settings ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-settings.png);
	}

.sc-iconlist-time ul li {
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/iconlist-time.png);
	}


/* =========================================
   Message Box
   ======================================== */
.message-box {
	position: relative;
	font-size: 14px; 
	}

.message-box .message-box-inner {
	padding: 15px 30px; 
	}

.message-box .icon {
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: 25px 18px; 
	}

.message-box .hide-padding {
	padding-right: 90px;
	} 

.message-box .close {
	position: absolute;
	right: 30px;
	top: 15px;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer; 
	}

.message-box-info {
	color: #2B4B5C; 
	}

.message-box-info .message-box-inner {
	background-color: #D9ECFF;
	border: 1px solid #A0D0FF;
	}

.message-box-info .icon { 
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/message-info.png); 
	}

.message-box-warning {
	color: #9E660D; 
	}

.message-box-warning .message-box-inner{
	background-color: #FFF0BC;
	border: 1px solid #D3BC6F;
	}

.message-box-warning .icon { 
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/message-warning.png);
	}

.message-box-error {
	color: #A22121;
	}

.message-box-error .message-box-inner {
	background-color: #FFC7C2;
	border: 1px solid #FF8C80;
	color: #A22121;
	}

.message-box-error .icon { 
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/message-error.png); 
	}

.message-box-success {
	color: #5E6F33;
	}

.message-box-success .message-box-inner {
	background-color: #E3FFCD;
	border: 1px solid #A3C159;
	color: #5E6F33;
	}

.message-box-success .icon { 
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/message-success.png); 
	}


/* =========================================
   Highlight Text
   ======================================== */
.highlight { 
	padding: 3px 10px; 
	}



/* =========================================
   Html
   ======================================== */
.sc-hr { 
	height: 11px; 
	font-size: 0; 
	background: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/hr-line.png) repeat-x 0 50%;
	}

.sc-gotop { 
	height: 11px;
	line-height: 11px;
	font-size: 0;
	background: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/gotop-line.png) repeat-x 50% 50%;
	}

.sc-gotop a { 
	display: block; 
	height: 11px;
	line-height: 11px;
	font-size: 0; 
	width: 50px;
	margin: 0 auto; 
	text-indent: -999em;
	}

.sc-dotted {
	height: 3px; 
	font-size: 0; 
	background: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/double-dotted.png) repeat-x 0 50%;
	}


/* =========================================
   Toggle
   ======================================== */
.sc-toggles-wrap {
	border-top: 3px solid #212121;
	padding-top: 3px;
	}

.sc-toggle .title {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/linebg.png) repeat-x  0 100%;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	}

.sc-toggle .title span {
	padding: 0 18px;
	display: block;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/toggle.png);
	background-repeat: no-repeat;
	background-position: 0 16px;
	}

.sc-toggle .toggled span {  
	background-position: 0 -76px;
	}

.sc-toggle .inner { 
	padding:  12px 18px 15px;
	background: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/linebg.png) repeat-x  0 100%;
	}


/* =========================================
   Tabs
   ======================================== */
.sc-tabs-wrap { }
	
.sc-tabs-wrap .tabs {	
	margin: 0;
	padding: 0;
	}

.sc-tabs-wrap .tabs li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.sc-tabs-wrap .tabs li .sc-tab {
	display: block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	background: #F2F2F2;
	}

.sc-tabs-wrap .tabs li.current a { 
	color: #FFF;
	background: #212121;
	}

.sc-tabs-wrap .panes { 
	padding: 12px 15px 15px;
	background: #F2F2F2;
	border-top: 3px solid #212121;
	}


/* =========================================
   Slider List
   ======================================== */
.sc-slider-list {
	position:relative;
	display: none;
}

.sc-slider-list ul,
.sc-slider-list li,
.sc-slider-list h3,
.sc-slider-list h5,
.sc-slider-list p {
	margin: 0;
	padding: 0;
}

.sc-slider-list h3.title {
	font-size: 16px;
	margin-bottom: 15px;
}

.sc-slider-list li {
	list-style: none;
	float: left;
	width: 225px;
}

.sc-slider-list h5.topic-title {
	font-size: 12px;
	margin-top: 15px;
}

.sc-slider-list p.topic-desc {
	margin-top: 8px;
	line-height: 1.6em;
}

.sc-slider-list p.post-meta {
	margin-top: 5px;
}

.sc-slider-list p.post-meta, 
.sc-slider-list p.post-meta a {
	font-size: 10px;
}

.sc-slider-list p.post-meta span {
	padding: 0 5px;
}

.sc-slider-list p.post-price {
	margin-top: 5px;
}

.sc-slider-list p.post-price s { 
	color: #999; 
	padding-right: 15px; 
}

.sc-slider-list p.post-price span { 
	color: #B92410;
}



/* =========================================
   Jcarousel
   ======================================== */

.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  990px;
}

.jcarousel-skin .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 30px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal,
.jcarousel-skin .jcarousel-prev-horizontal {
	width: 17px;
	height: 17px;
	position: absolute;
	top: -35px;
	background-image: url(https://www.kizphonics.com/wp-content/themes/enfold-child/images/shortcode/slider-btn.png);
	background-repeat: no-repeat;
	background-color: #212121;
	cursor: pointer;
}

.jcarousel-skin .jcarousel-next-horizontal {
	right: 0;
	background-position: 100% 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
   right: 18px;
   background-position: 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover,
.jcarousel-skin .jcarousel-next-horizontal:focus,
.jcarousel-skin .jcarousel-prev-horizontal:hover, 
.jcarousel-skin .jcarousel-prev-horizontal:focus,
.jcarousel-skin .jcarousel-next-horizontal:active,
.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-color: #FF4E00; 
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background-color: #C5C5C5; 
}


/* =========================================
   Icon Boxes
   ======================================== */
.iconbox-head .iconbox-img {
	float: left;
	margin-right: 10px;
}

.iconbox-head .iconbox-title {
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 7px;
}

.iconbox-head .iconbox-sub-title {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin-bottom: 0;
}

.iconbox-desc ul {
	margin: 15px 0 0;
	padding: 0;
}

.iconbox-desc ul li {
	float: left;
	list-style: none;
	height: 31px;
	line-height: 31px;
	background: #F4F4F4;
	padding: 0 15px;
	margin: 2px 2px 0 0;
	width: 122px;
	font-size: 10px;
}

.iconbox-desc ul li:hover {
	color: #FFF;
}

.sc-iconbox-blue .iconbox-title b {
	color: #00739A;
}

.sc-iconbox-coffee .iconbox-title b {
	color: #5F360E;
}

.sc-iconbox-green .iconbox-title b {
	color: #5D8A06;
}

.sc-iconbox-orange .iconbox-title b {
	color: #F44B00;
}

.sc-iconbox-purple .iconbox-title b {
	color: #5A2FB3;
}

.sc-iconbox-red .iconbox-title b {
	color: #BC0A0A;
}

.sc-iconbox-blue .iconbox-desc ul li:hover {
	background: #00739A;
}

.sc-iconbox-coffee .iconbox-desc ul li:hover {
	background: #5F360E;
}

.sc-iconbox-green .iconbox-desc ul li:hover {
	background: #5D8A06;
}

.sc-iconbox-orange .iconbox-desc ul li:hover {
	background: #F44B00;
}

.sc-iconbox-purple .iconbox-desc ul li:hover {
	background: #5A2FB3;
}

.sc-iconbox-red .iconbox-desc ul li:hover {
	background: #BC0A0A;
}


/* =========================================
   Box
   ======================================== */
.sc-box {
	padding: 30px 30px 10px;
	background: #F4F4F4;
}

.sc-box:hover {
	background: #212121;
}

.sc-box:hover,
.sc-box:hover h1,
.sc-box:hover h2,
.sc-box:hover h3,
.sc-box:hover h4,
.sc-box:hover h5,
.sc-box:hover h6 {
	color: #FFF;
}


/* =========================================
   Gallery
   ======================================== */
.post-content .sc-gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.post-content .sc-gallery li.col-first {
	clear: left;
	margin-left: 0;
}


/* =========================================
   Slidershow
   ======================================== */
.sc-flex-container li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 2px; 
}

.sc-flex-container ul,
.sc-flex-container ol,
.sc-flex-container h3,
.sc-flex-container p {
	margin: 0; 
}

.sc-flex-container .flex-control-nav {
	bottom: -15px; 
}
.clear {
    clear: both;
}

/*Border around page*/
.boxed#top {
	margin: 20px auto 50px!important;
}
.boxed {
    border: 3px solid #9ACD32;
    border-radius: 6px;
	
}
/* Menu CSS 
#top #header_main > .container .main_menu .av-main-nav > li > a {
    height: 50px!important;
    line-height: 50px!important;
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
    float: left;
    padding-left: 35px;
    margin-left: 2px;
}
#top #header_main > .container .main_menu .av-main-nav > li {
    height: 50px!important;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid brown;
    text-align: center;
    text-decoration: none;
    color: #036;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    background: orange;
    margin: 2px;
    margin-top: 60px;
}
li#menu-item-5992 a {
    background-image: url(https://www.kizphonics.com/thumbs/icons/Home.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px;
}
*/
nav.main_menu .sub-menu .sub-menu {
  left: 200px !important;
  right: auto !important;
}
div#header_main {
    height: 115px;
    margin-top: 20px;
}
/*
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #f1a60d;
    border-color: #f1a60d;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #036;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    background: orange;
    font-size: 16px;
}
*/
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #10A0B6;
    border-color: #10A0B6;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    background: #10A0B6;
    font-size: 22px;
/*    font-family: 'Concert One', cursive; 
    font-family: 'Londrina Solid', cursive; 
    font-weight: 400; 
    font-family: 'Dosis', sans-serif; */
    font-family: 'static','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;

}
ul.sub-menu .avia-menu-text {
    font-size: 17px;
    font-family: 'static','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
}
li#menu-item-2448 ul.sub-menu {
    width: 400px;
    float: left;
}

li#menu-item-2448 ul.sub-menu li {
    width: 200px;
    float: left;
}
li#menu-item-52 ul.sub-menu {
    width: 600px;
    float: left;
}
li#menu-item-46 ul.sub-menu ul.sub-menu li {
    width: 200px;
}
li#menu-item-52 ul.sub-menu li {
    width: 200px;
    float: left;
}
.av-menu-button .av-icon-char {
    font-size: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #10A0B6;
 /*   color: #10A0B6;  turquois */
    
}
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container .entry-title {
    font-size: 14px!important;
}
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    margin-bottom: 10px;
}
div#header_meta p input[type="submit"] {
    float: left;
    width: 98px;
    margin-left: 10px;
    font-weight: bold;
    background: #719430!important;
}

/* 29 August 2021 comment 
.av-menu-button .av-icon-char {
    font-size: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #e61010;
}
li#menu-item-737 span.avia-menu-text {
    background-color: #10A0B6!important;
    color: white!important;
    border-color: #10A0B6!important;
    border-radius: 5px!important;
}
#menu-item-737.av-menu-button .av-icon-char {
    color: #10A0B6!important;
}
li#menu-item-737 ul.sub-menu a {
    background-color: #10A0B6!important;
    color: white!important;
    border-color: #10A0B6!important;
    border-radius: 0px!important;
    font-size: 14px;
}
li#menu-item-46 span.avia-menu-text {
    background-color: #D74726!important;
    color: white!important;
    border-color: #D74726!important;
    border-radius: 5px!important;
}
#menu-item-46.av-menu-button .av-icon-char {
    color: #D74726!important;
}
li#menu-item-46 ul.sub-menu a {
    background-color: #D74726!important;
    color: white!important;
    border-color: #D74726!important;
    border-radius: 0px!important;
    font-size: 14px;
}
li#menu-item-52 span.avia-menu-text {
    background-color: #800080!important;
    color: white!important;
    border-color: #800080!important;
    border-radius: 5px!important;
}
#menu-item-52.av-menu-button .av-icon-char {
    color: #800080!important;
}
li#menu-item-52 ul.sub-menu a {
    background-color: #800080!important;
    color: white!important;
    border-color: #800080!important;
    border-radius: 0px!important;
    font-size: 14px;
}
li#menu-item-5441 span.avia-menu-text {
    background-color: #42AE18!important;
    color: white!important;
    border-color: #42AE18!important;
    border-radius: 5px!important;
}
#menu-item-5441.av-menu-button .av-icon-char {
    color: #42AE18!important;
}
li#menu-item-5441 ul.sub-menu a {
    background-color: #42AE18!important;
    color: white!important;
    border-color: #42AE18!important;
    border-radius: 0px!important;
    font-size: 14px;
}
li#menu-item-5440 span.avia-menu-text {
    background-color: #E11E9A!important;
    color: white!important;
    border-color: #E11E9A!important;
    border-radius: 5px!important;
}
#menu-item-5440.av-menu-button .av-icon-char {
    color: #E11E9A!important;
}
li#menu-item-5442 span.avia-menu-text {
    background-color: #F39317!important;
    color: white!important;
    border-color: #F39317!important;
    border-radius: 5px!important;
}
#menu-item-5442.av-menu-button .av-icon-char {
    color: #F39317!important;
}
li#menu-item-5442 ul.sub-menu a {
    background-color: #F39317!important;
    color: white!important;
    border-color: #F39317!important;
    border-radius: 0px!important;
    font-size: 14px;
}
*/
#top h1 a {
    font-size: 20px;
    font-weight: bold;
}
.page-header-desc.container {
    font-size: 18px;
    margin: 0 auto!important;
    border-bottom: 1px #109bc5 dashed;
    padding-bottom: 5px;
    text-align: center;
}
nav.main_menu {
    left: 25%!important;
}
/*Custom css from mu types*/
img.attachment-size-50-50.wp-post-image.image-loaded {
width: 50px;
height: 50px;
}
.songsheet .sc-button-blue {
background: #0CF;
}
.songsheet .button-wrap {
margin: 0 auto;
width: 106px; 
float: none;
}
.songsheet {
float: right;
margin-left: 10px;
margin-bottom: 10px;
width: 180px;
}
.songsheet img {
box-shadow: 3px 3px 0px 1px grey;
}
.hkboxo {
font-size: 20px;
background: #FFEC0F;
text-align: center;
box-shadow: 0 0 10px #F12929;
border-radius: 10px;
width: 840px;
padding: 10px;
margin-left: 60px;
margin-bottom: 17px;
}
.cenc {
text-align:center;
margin-left: 125px;
}
.shal {
border-radius:10px;
}
#secondary {
width: 160px;
}
/* .shal:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-ms-transform: scale(1.1);
}

.bkho:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-ms-transform: scale(1.2);
}
.bkco:hover {
-webkit-transform: scale(1.07);
transform: scale(1.07);
-ms-transform: scale(1.07);
}
*/
#menu-item-52 ul.sub-menu {
position: absolute;
display: none;
visibility: hidden;
width: 540px;
margin: auto;
}
th {
background: #9ACD32;
}
.rdot {
background: url(https://www.kizphonics.com/images/red.png) no-repeat;
list-style: none;
background-repeat: no-repeat;
background-position: 0 6px;
padding: 4px 0 4px 25px;
}
.grdot {
background: url(https://www.kizphonics.com/images/green.png) no-repeat;
list-style: none;
background-repeat: no-repeat;
background-position: 0 6px;
padding: 4px 0 4px 25px;
}
.pdfn {
background: url(https://www.kizphonics.com/images/pdf.png) no-repeat;
list-style: none;
background-repeat: no-repeat;
background-position: 0 6px;
padding: 4px 0 4px 25px;
font-weight:bold;
}
.sc-button { border-radius: 12px; }
.post-thumb-preload .wp-post-image { box-shadow: 0px 1px 8px black; }
#page {border: 3px solid #9ACD32; 
border-radius: 10px 10px 10px 10px;}
.ttw-music-player .tracklist li {
font-size: 18px;
}
.ttw-music-player .show-more-button .more {
font-size: 20px;
}
.ttw-music-player .player .title {
font-size: 18px;
}
.appim {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.appim:hover {
  border-radius: 25%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
#menu-item-882 ul.sub-menu, #menu-item-925 ul.sub-menu, #menu-item-920 ul.sub-menu, #menu-item-877 ul.sub-menu, #menu-item-915  ul.sub-menu, #menu-item-934 ul.sub-menu {
position: absolute;
display: none;
visibility: hidden;
width: 400px;
margin: auto; }

@media only screen and (max-device-width: 760px) {
	#page {
		border: 0 solid #fff;
	}
	
	.sc-slider-list {
		display: none !important;
	}
	
	.related-post-lists {
		width: 100%;
	}
	
	.side-left #secondary, .side-right #primary {
		width: 100% !important;
	}
	
	.side-right #secondary, .side-left #primary {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	
	#page {
		padding: 0;
		max-width: 100%;
		overflow: auto;
	}
	
	.fullwidth #primary {
		max-width: 100%;
	}
	
	.search-form {
		overflow: hidden;
		margin: 0;
		display: none;
	}
	
	div {
		display: block;
	}
	
	.sc-col-2-1,
				.sc-col-3-1,
				.sc-col-3-2,
				.sc-col-4-1,
				.sc-col-4-3,
				.sc-col-5-1,
				.sc-col-5-2,
				.sc-col-5-3,
				.sc-col-5-4 {
		float: left;
		margin-right: 1%;
	}
	
	.sc-col-2-1 {
		width: 100%;
	}
	
	.sc-col-3-1 {
		width: 100%;
	}
	
	.sc-col-3-2 {
		width: 100%;
	}
	
	.sc-col-4-1 {
		width: 100%;
	}
	
	.sc-col-4-3 {
		width: 100%;
	}
	
	.sc-col-5-1 {
		width: 100%;
	}
	
	.sc-col-5-2 {
		width: 100%;
	}
	
	.sc-col-5-3 {
		width: 100%;
	}
	
	.sc-col-5-4 {
		width: 100%;
	}
	
	.sc-last {
		margin-right: 0;
	}
	
	article, section {
		padding: 10px;
	}
	
	.col-2-1, .col-3-1, .col-4-1 {
		float: left;
		width: 100%;
	}
	
	.flex-control-nav {
		display: none;
	}
	
	#toTop {
		display: none !important;
	}
}

img.androidload, img.iosload {
margin-top:10px;
width:90%;
}
.pea_cook_wrapper.pea_cook_bottomright {
    background: #66cc00!important;
    background: #66cc00!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #34828c!important;
}
.widgets_on_page a {
    color: #12a5f4!important;
}
li.pdfn a, li.rdot a, li.grdot a  {
    margin-left: 22px;
}
/*aMember login widget in header*/
div#header_meta p input[type="text"], div#header_meta p input[type="password"] {
    float: left;
    width: 140px;
    margin-left: 10px;
}
div#header_meta .widget.widget_text h2 {
    display: none;
}
div#header_meta .widget {
    padding: 0px!important;
    height: 40px;
}
div#header_meta p label {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 6px;
}
div#header_meta p input[type="submit"] {
    float: left;
    width: 98px;
    margin-left: 10px;
    font-weight: bold;
  /*  background: #a3c026; */
}
div#header_meta input[type="text"] {
    margin-bottom: 7px;
}
h3.av-magazine-title.entry-title a {
    color: #12a5f4!important;
}
div#footer h3 {
    color: #ffffff!important;
}
p.kizploginam {
    float: right;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
div#header_meta .widget {
    padding: 0px!important;
    width: auto;
    float: right;
    position: relative;
    margin-top: -25px;
}
@media only screen and (max-device-width: 760px) {
.page-id-17 .sc-col-3-1 {
    width:100%!important;
}
div#header_meta .widget {
    padding: 0px!important;
    width: 90%;
    float: right;
    position: relative;
    margin-top: 5px;
    }
    p.kizploginam {
    float: right;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
div#header_meta p input[type="text"], div#header_meta p input[type="password"] {
    float: left;
    width: 140px;
    margin-left: 10px;
}
div#header_meta .widget {
    padding: 0px!important;
    height: auto;
}
div#header_meta p label {
    float: left;
    margin-left: 20px;
    margin-top: 6px;
}
div#header_meta p input[type="submit"] {
    float: left;
    width: 100px;
    margin-left: 38%;
    margin-bottom: 5px;
    margin-top: -12px;
}
}
.av-magazine-thumbnail, .av-magazine-content-wrap {
    border: none!important;
}
.image-overlay {
display: none !important;
opacity: 0 !important;
}
p a {
    display: inline!important;
}
.content p a, .sc-style-image.post-thumb-preload.post-thumb-fade.aligncenter a {
    display: inline!important;
}
.content p a.aligncenter.size-full {
    display: block!important;
}
span.avia-menu-text {
    font-size:16px;
}
li#menu-item-46 .sub-menu span.avia-menu-text {
    background-color: transparent!important;
    color: white!important;
    border-color: transparent!important;
    border-radius: 5px!important;
}
ul.sub-menu li#menu-item-882 a {
    background-color: #10a0b6!important;
    border-color: transparent!important;
}
ul.sub-menu li#menu-item-925 a {
    background-color: #D74726!important;
    border-color: transparent!important;
}
ul.sub-menu li#menu-item-920 a {
    background-color: #800080!important;
    border-color: transparent!important;
}
ul.sub-menu li#menu-item-877 a {
    background-color: #42ae18!important;
    border-color: transparent!important;
}
ul.sub-menu li#menu-item-915 a {
    background-color: #e11e9a!important;
    border-color: transparent!important;
}
ul.sub-menu li#menu-item-934 a {
    background-color: #f39317!important;
    border-color: transparent!important;
}
.widgets_on_page > ul, .widgets_on_page > ul li {
    list-style:none;background:none;
}
.page-id-17 .sc-col-3-1 h3 {
    color: white!important;
}

@media only screen and (max-device-width: 790px) {
video {
    max-width: 100%;
    min-height: 100px;
    vertical-align: top;
    top: 0!important;
    height: auto!important;
    left: 0!important;
    overflow: hidden!important;
    width: 100%!important;
}
}
.alphbetabvred {
    color: red;
    clear: both;
}
time.av-magazine-time.updated {
    display: none;
}
.av-magazine .av-magazine-content-wrap .av-magazine-title {
    margin-top: 18px;
}