/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Custom CSS by Damon Tasker | Omix Creations
   RED CI: #ff4055
 ========================================================================== */
.mainheading-wrapper .header_text h1 {
    color: #000!important;
    text-shadow: 1px 14px 30px #fff;
}


div#redblock {
  padding:60px; text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4055+9,ffffff+10,ff4055+17,ff4055+83,ffffff+90,ff4055+91,ff4055+100 */
background: #ff4055; /* Old browsers */
/**/background-color:#ff4055;
background: -moz-linear-gradient(-45deg, #ff4055 9%, #ffffff 10%, #ff4055 17%, #ff4055 83%, #ffffff 90%, #ff4055 91%, #ff4055 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff4055 9%,#ffffff 10%,#ff4055 17%,#ff4055 83%,#ffffff 90%,#ff4055 91%,#ff4055 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff4055 9%,#ffffff 10%,#ff4055 17%,#ff4055 83%,#ffffff 90%,#ff4055 91%,#ff4055 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4055', endColorstr='#ff4055',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

/* ----------------- START TAG GALLERY STYLING -------------------- */
/* extra styling */
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img
{box-shadow: 5px 10px;}

/* Changes to tag pages gallery images per product styling */
.cbp-wrapper {width:60%;}
.cbp-wrapper-outer {width:auto;}
div.tagItemImageBlock {margin-bottom:1px;}


/*_________________________ K2 TAG STYLING for TAGS [350/352/358]
350 = Signage TAG | 352 = Custom TAG | k2ModuleBox358 = CorporateGifts*/
/* Border */
div#k2ModuleBox350 li, div#k2ModuleBox352 li, div#k2ModuleBox358 li 
{border: 1px solid #eee; padding: 5px; margin-bottom: 5px;}
/* adds two columns of smaller product gallery images */
div#k2ModuleBox350 ul li, div#k2ModuleBox352 ul li, div#k2ModuleBox358 ul li
{ 
    width: 320px;
    display: inline-grid;
}
a.moduleItemTitle {font-size: 1.3em; color: #444; line-height: normal; margin-bottom: 20px;}

/* k2ModuleBox360 = FEATURED items on Test page*/
div#k2ModuleBox360 ul li {width: 16%; display: inline-grid;}

/* ----------------- END TAG GALLERY STYLING -------------------- */

/* */
span.bold {font-weight:bold;}
.slider-wrapper .tparrows.round {box-shadow: 1px 1px #000;}
.tm-hikashop-cart {display: none;}


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4055+1,ffffff+2 */
background: #ff4055; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff4055 1%, #ffffff 2%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff4055 1%,#ffffff 2%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff4055 1%,#ffffff 2%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4055', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div#redblock {
  padding:60px; text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4055+9,ffffff+10,ff4055+17,ff4055+83,ffffff+90,ff4055+91,ff4055+100 */
background: #ff4055; /* Old browsers */
/**/background-color:#ff4055;
background: -moz-linear-gradient(-45deg, #ff4055 9%, #ffffff 10%, #ff4055 17%, #ff4055 83%, #ffffff 90%, #ff4055 91%, #ff4055 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff4055 9%,#ffffff 10%,#ff4055 17%,#ff4055 83%,#ffffff 90%,#ff4055 91%,#ff4055 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff4055 9%,#ffffff 10%,#ff4055 17%,#ff4055 83%,#ffffff 90%,#ff4055 91%,#ff4055 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4055', endColorstr='#ff4055',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

div#leftproductdiv {width:45%; display:inline-block; float:left; margin-right:10%;}
div#rightproductdiv {width:45%; display:inline-block; float:left;}
@media only screen and (max-width: 600px) {
div#leftproductdiv, div#rightproductdiv {width:99%; display:block;}
}

a.standoutnavbutton {
    color:red!important; font-weight:800!important;
    animation-name: standoutnavbutton;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes standoutnavbutton {from {color: red;} to {color: white;}}

/* Contact Page styling */
div#fullleft, div#fullright {width: 45%; display: inline-block; float: left;}
div#fullright {margin-left: 5%;}
@media only screen and (max-width: 800px) {
div#fullleft, div#fullright {width:99%; display:block;}
}


/*--------------------- K2 Products styling*/
ul.detailstyle li {
    font-style: italic;
    color: red;
}
/* Product Category links */
.su-filter-style1 .cbp-filter-item.cbp-filter-item-active {
    color: red;
    font-weight: bold;
}
/*hides avatar on items */
div.itemAuthorBlock, div.userBlock {
    border-color: #ff2b42;
    display: none;
}






/*---------------------- FP product h4 title size */
.su-portfolio-style1 .sup-title h4 {font-size: 14px !important;}

/*---------------------- Other */
.bottom-b-wrapper
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+6,151515+87,151515+94,ff2b42+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 2%, #ffffff 6%, #151515 87%, #151515 94%, #ff2b42 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 2%,#ffffff 6%,#151515 87%,#151515 94%,#ff2b42 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 2%,#ffffff 6%,#151515 87%,#151515 94%,#ff2b42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff2b42',GradientType=0 ); /* IE6-9 */  
}
p.chrono_credits {display: none;}

/* YouTube Video styling */
p.vidleft{width:45%; display:inline-block;}
p.vidright{width:45%; display:inline-block; margin-left:5%;}
@media only screen and (max-width: 700px) {
p.vidleft{width:95%; display:block;}
p.vidright{width:95%; display:block;}
hr.vidline {display:none;}
}

hr.vidline {background:#777; color:red; height:1px; box-shadow:1px 4px 10px;}

