/**
 * @version		1.0.3
 * @package		Paw Creative template
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2016-2018 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
/* CSS3 Hover Effects - Turn effects on or off in the CSS3 Template Parameters */
p.readmore a:hover,ul.menu > li > a,.btn,button,.button,.orderlist,.com_content .blog .faq-blog_item:hover,.desaturate,#jxtc_canvasslide a,.item-image,.jxtc_canvasslide_right .wrap li,.item-image img:hover,figure:hover,#headerwrap.stickyscroll #header,.dnpblog3:hover, .ui_box  {
	     -webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 0.35s,0.35s;
		-moz-transition-duration: 0.35s,0.35s;
		-o-transition-duration: 0.35s,0.35s;
		-ms-transition-duration: 0.35s, 0.35s;
		transition-duration: 0.35s, 0.35s;
		-webkit-transition-timing-function: ease-in,ease-out;
		-moz-transition-timing-function: ease-in,ease-out;
		-o-transition-timing-function: ease-in,ease-out;
		-ms-transition-timing-function: ease-in,ease-out;
		transition-timing-function: ease-in,ease-out;
}


/* Responsive Media Breakpoints */
/* RESPONSIVE PARAMETERS */
@media(max-width:1280px) {
  /* Constrain Page Classes */
  .constrain {
    width: auto;
  }

  .item-page.content-constrain {
    width: auto;
    margin: 0 auto;
  }

  .item-page.content-constrain70 {
    width: auto;
    margin: 0 auto;
  }

  body.region1-constrain #region1,body.region2-constrain #region2,body.region3-constrain #region3,body.region4-constrain #region4,body.region5-constrain #region5,body.region6-constrain #region6,body.region7-constrain #region7,body.region8-constrain #region8,body.region9-constrain #region9,body.region10-constrain #region10,body.region1-constrain #region11,body.region12-constrain #region12 {
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  /* Full Width Span Breakpoint */
  .row-fluid [class*="span"] {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .offset1,.offset2,.offset3,.offset4,.offset5,.offset6,.offset7,.offset8,.offset9,.offset10,.offset11,.offset12 {
    margin: 0 !important;
  }

  #header,#region1wrap .xtc-wrapper,#region2wrap .xtc-wrapper,#region3wrap .xtc-wrapper,#region4wrap .xtc-wrapper,#region5wrap .xtc-wrapper,#region6wrap .xtc-wrapper,#region7wrap .xtc-wrapper,#region8wrap .xtc-wrapper,#region9wrap .xtc-wrapper,#region10wrap .xtc-wrapper,#region11wrap .xtc-wrapper,#region12wrap .xtc-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* Image Gallery Plugin Width Adjustment */
  .imagegalleryplg img {
    max-width: 33% !important;
    width: 33% !important;
  }

  .com_content .timeline-blog-item .pull-right.item-image,.com_content .timeline-blog-item .pull-left.item-image {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
  }

  .timeline_text {
    text-align: center !important;
  }

  /* Page Classes */
  .item-page.roundimage .item-image img {
    border-radius: 0;
    height: auto;
    width: auto;
    margin: 0;
  }

  .com_content .item-page .pull-right.item-image {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .com_content .item-page .pull-left.item-image {
    margin-right: 0;
    width: 100%;
    float: none;
  }

  .com_content .item-page .item-image {
    margin-bottom: 24px;
  }

  /* Module Classes */
  .border h3.moduletitle::after {
    width: 70%;
  }

  body .ui_box {
    box-shadow: 0;
  }

  /* Bottom 1 - 4 Bootstrap span override */
  #bottom1.span3,#bottom2.span3,#bottom3.span3,#bottom4.span3 {
    width: 48.717948717949% !important;
    float: left !important;
  }

  #bottom1.span3 h3,#bottom2.span3 h3,#bottom3.span3 h3,#bottom4.span3 h3,#bottom1.span3 ul,#bottom2.span3 ul,#bottom3.span3 ul,#bottom4.span3 ul {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* Override Bootstrap Body Padding */
  body {
    padding-left: 0;
    padding-right: 0;
  }

  /* Module Suffix Classes */
  .border h3.moduletitle::after {
    width: 80%;
  }
}

@media(max-width:660px) {
  /* Typography Page Styling */
  .fontawesome-icon-list div {
    width: 45%;
  }
}

@media(max-width:620px) {
  /* Joomla Content */
  .img-fulltext-left,.article-full-left {
    float: none !important;
    width: 100% !important;
  }

  /* Image Gallery Plugin */
  .imagegalleryplg img {
    max-width: 50% !important;
    width: 50% !important;
  }

  h1.inset_txt1 {
    font-size: 100px !important;
    line-height: 80%;
    color: #FF4B95;
    text-shadow: 1px 1px 1px rgba(150,150,161,1);
    margin: 0;
  }

  h1.inset_txt2 {
    font-size: 74px !important;
    line-height: 90%;
    color: #FF4B95;
    text-shadow: 1px 1px 1px rgba(150,150,161,1);
    margin: 0;
  }

  h1.inset_txt3 {
    font-size: 74px !important;
    line-height: 90%;
    color: #FF4B95;
    text-shadow: 1px 1px 1px rgba(150,150,161,1);
    margin: 0;
  }
}

@media(max-width:580px) {
  /* mod_custom Footer */
  .footertxt {
    font-size: 12px;
  }
}

@media(max-width:480px) {
  /* Joomla Content */
  /* Joomla Page Title Font Resize */
  h1.pagetitle span {
    font-size: 34px !important;
  }

  /* Module Styling */
  h3.moduletitle,ul.menubottom {
    text-align: center;
  }

  .border h3.moduletitle::after {
    width: 100%;
  }

  /* Bottom 1 - 4 Bootstrap span override */
  #bottom1.span3,#bottom2.span3,#bottom3.span3,#bottom4.span3 {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }

  /* Menu Bottom Font Size override */
  ul.menubottom li a {
    font-size: 16px;
  }

  ul.menubottom li {
    margin-bottom: 14px;
  }

  /* Image Gallery Plugin */
  .imagegalleryplg img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .round-image img {
    border: 0;
  }
}

@media(max-width:380px) {
  /* Tables */
  td.key {
    width: 35px !important;
  }

  /* Region 1 pad */
  #region1wrap .xtc-wrapper {
    padding: 50px;
  }

  /* Com Content overrides */
  .com_content .blog .faq-blog_item span .page-header h2 {
    background: #fff !important;
    top: 0 !important;
    left: 0;
    position: static;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .com_content .blog .faq-blog_item {
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media(max-width:320px) {
  /* h1 Logo Text */
  h1.logotxt {
    font-size: 16px !important;
  }

  /* Breadcrumbs Title Removal */
  .showHere {
    display: none;
  }
}

/* End Responsive Parameters */
