/*

Theme Name: X Child
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.1
Template: x

*/

@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');

/* Fix big-screen tools image */
.x-column.x-3-4 {
    max-width:1044px;
}
.x-text p, .x-text li {
    font-size: 18px;
    line-height: 1.3;
}

.wpml-ls-legacy-list-horizontal {
    float: right;
}
.wpml-ls-legacy-list-horizontal a span {
    line-height: 2;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language span {
/*    color: #333; */
    text-decoration: underline;
}


/*
.x-navbar .desktop .current-menu-parent .sub-menu{
  display: block;
  //min-width: 270px;
  width: auto;
}
.x-navbar .desktop .sub-menu li.menu-item{
  // display: inline-block;
   float: left;
}
*/
.x-navbar #menu-main_menu .sub-menu, .x-navbar nav .sub-menu{
    padding: 5px 0 10px 0!important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


h1.h-landmark{
    display:none!important
}

.entry-header, .entry-featured
, .x-landmark {display:none;}
.x-container.offset, .entry-content {margin-top: 0px}
.x-section{padding: 0px;}

#home-icons div .x-img {widht: 100px;}
body article, header, .site, footer.x-colophon.top {background-color: #eeeeee;}
.x-logobar {
    position: relative;
    overflow: visible;
    text-align: left;}

footer.x-colophon.top,

footer.x-colophon.bottom
{background-color: #333333;}
.x-scroll-top.right {
    right: 48% ;

}

.x-navbar-inner {
    min-height: 30px;
}
.x-navbar .x-container, .x-navbar .x-container.max {
    width: 100%;
    max-width: 100%;
}
.x-navbar .desktop .x-nav > li ul {
    top: 32px;
    border:none;
    border-top: 8px solid #ededee;
    /* z-index: 99; */
}
#menu-main_menu li, nav li {
    position: initial;
/* border: 1px solid red;*/
    height: 25px;
}
.x-navbar .desktop .x-nav >
.current-menu-ancestor ,
.x-navbar .desktop .x-nav >
.current-menu-item {
    background-color:  #D2605E !important;
    border: 0px;
}
.x-navbar .desktop .x-nav >
.current-menu-ancestor > a,
.x-navbar .desktop .x-nav >
.current-menu-item > a{
    background-color:  #D2605E !important;
    height: 35px;
    z-index: 2;
}

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 60px;
}

.x-navbar .desktop .x-nav > li {
    height:46px !important;
    padding-top: 10px;
}

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 20px;
    padding-right: 20px;
}

.x-navbar #menu-main_menu
.sub-menu, .x-navbar nav
.sub-menu{
/*  border:  0px solid red; */
    padding: 0px;
    margin: 5px 0 0 0;
    background-color:  #D2605E !important;
    font-size: 18px;
}

.x-navbar .desktop .x-nav > li > a {
    height: 25px;
    padding-top: 3px;
    padding-bottom: 10px;
}
.current-menu-item > a > span,
.current-menu-ancestor > a > span{
    color:#fff !important;
    box-shadow: none !important;

}

/* Remove ugly menu line */
.desktop .sub-menu li::before, .desktop .sub-menu li::after {
    content: none;
}

/* Maintain menu opened */
.desktop .menu-item.current-menu-parent > .sub-menu {
    display: block;
}

.desktop .menu-item.x-active>.sub-menu
, .current-menu-ancestor .sub-menu {
    /*display:inline-block;*/
    position: absolute;
    width: 100%;
    text-align:center;
}
.desktop .sub-menu li>a {
    padding:  0;
    text-transform: uppercase;
}
.sub-menu li {
    display: inline-block;
    margin-right:3em;
}

/*    MOBILE SUB MENU BACKGROUND
.mobile  ul.collapse{
      background-color: #D2605E !important;
}
*/











/*==================================================
 * shadow 1
 * ===============================================*/
.shadow1{
    -webkit-box-shadow: -3px 10px 6px -6px #777;
    -moz-box-shadow: -3px 10px 6px -6px #777;
    box-shadow: -3px 10px 6px -6px #777;
}

/*==================================================
 * shadow 2
 * ===============================================*/
.shadow2
{
    position: relative;
}
.shadow2: before, .shadow2: after
{
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadow2: after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * shadow 3
 * ===============================================*/
.shadow3
{
    position: relative;
}
.shadow3: before
{
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/*==================================================
 * shadow 4
 * ===============================================*/
.shadow4
{
    position: relative;
}
.shadow4: after
{
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

/*==================================================
 * shadow 5
 * ===============================================*/
.shadow5
{
    position: relative;
}
.shadow5: before, .shadow5: after
{
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.shadow5: after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * shadow 6
 * ===============================================*/
.shadow6
{
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow6: before, .shadow6: after
{
    content:'';
    position: absolute;
    z-index:-1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.shadow6: after
{
    right: 10px;
    left: auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * shadow 7
 * ===============================================*/
.shadow7
{
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow7: before, .shadow7: after
{
    content:'';
    position: absolute;
    z-index:-1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.shadow7: after
{
    right: 10px;
    left: auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * shadow 8
 * ===============================================*/
.shadow8
{
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow8: before, .shadow8: after
{
    content:'';
    position: absolute;
    z-index:-1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.shadow8: after
{
    right: 10px;
    left: auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.single-tool i.fa {
    color: #999;
    font-size: 3rem;
}
.single-tool
.title{
    color: #D2605E;
    font-size: 26px;
    font-weight: bold;
}
.single-tool
.excerpt{
    color: #000;
    font-size: 24px;
    padding-top: 5px;

}
.single-tool
.tool_info > div {
    border-top: 3px solid  #D2605E;
    padding-top:.7em;
    padding-bottom:.7em;
    /* text-align:center; */
    color: #D2605E;
}
.single-tool
.tool_info .phase,
.single-tool
.tool_info .estimated-time{
    font-weight: bold;
    font-size: 22px
}

.single-tool
.tool_info .tags{
    text-align:left;
}
.single-tool
.tool_info .tags ul{
    list-style:none;
    text-decoration:none;
    text-align: right;
}
.single-tool
.tool_info .tags li{
    text-align:center;
    margin-bottom:3px;
    border: 1px solid orange;
    background-color:orange;
    width: 50%;
    margin-left:48%;
    text-decoration:none;
}
.single-tool .tool_info .tags li a{
    color:white;
}

.tool_section_2 .column_1{
    width:40%;
}
.tool_section_2 .download-it{
    color:#D2605E;
    font-size: 26px;
    font-weight: bold;
}

.tool_section_2 .column_2{
    border-left: 3px solid  #D2605E;
    border-right: 3px solid  #D2605E;
    width:30%;
    padding-left: 2em;
}

.tool_section_2 .column_2 a{
    color:grey;
    text-decoration:underline;
}
.tool_section_2 .column_3{
    padding-top: 1em;
}
.font_2, h1.font_2, h2.font_2{
    /*font-family: 'Phosphate Pro Inline r';*/
    font-family: 'Alfa Slab One', 'Phosphate Pro Inline r';
    text-transform: uppercase;
    margin: 0px;
    /*line-height: 50px !important;*/
  	line-height: 1 !important;
    padding-top: 15px;
    font-weight: 400;
    font-size: 300%;
    letter-spacing: 0.5px;
}
h1 .font_2 {
    font-size: 100%;
}
@media (max-width: 600px) {
	.font_2, h1.font_2, h2.font_2 {
		font-size: 200%;
	}
}

.subhead, h2.subhead, h3.subhead{
    font-size: 26px !important;
    font-weight: 600;
    font-family: "Roboto";
    padding: 10px;
    margin: 0;
}
#mfPreviewBar{display:none;}


.x-header-landmark{
    padding: 30px 0 0 0;
    /* margin-bottom: -30px; */
}

.single-tool h1{
    margin-top: 0px;
}
.single-tool> div.x-container.offset,
.single-tool .entry-content {
    margin-top: 0px;
}
.single-tool > div.x-container.max {
    max-width: 1500px;
}
.single-tool > div > div.x-container.width {
    width: 100%;
}
.single-tool h5{
    font-size: 120%;
    margin-top:.5em;
    margin-bottom:.1em;
    text-transform: none;
}
/* .single-tool .js-wpv-view-layout{
    background-color:#e1e1e1;
}
 */
.single-tool div.x-container.width {
    max-width: none;
    width: 100%;
}
.single-tool footer div.x-container.width {
    max-width: 1500px;
    width: 88%;
}
.single-tool div.x-container.width .x-section > div.x-container.width {
    max-width: 1500px;
    width: 88%;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .single-tool div.x-container.width .x-section > div.x-container.width {
        width: 96%;
    }
}
.single-tool .tool-cornerstone {
    background-color: #fff !important;
    border-top: 3px solid  #D2605E;
}
/*.single-tool .tool-cornerstone > div.x-container.width {
    background: #fff;
}
*//*.single-tool .tool-cornerstone > div.x-container.width > .x-column {
    max-width: 1500px;
    width: 88%;
    margin: 0 auto;
    float: none;
}
*/.contact-form{
    width: 100%;
    background-color: rgb(210, 96, 94);
}
.single-tool .tool_section_2 {
    max-width: 1500px;
    width:88%;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
/*
    border-top: 3px solid  #D2605E;
    border-bottom: 3px solid  #D2605E;
*/}
.single-tool #x-section-1 > #x-section-2 {
    /*padding-bottom: 1em;*/
    border-bottom: 3px solid  #D2605E;
}
.name-input {
    background: #ffffff url("/wp-content/uploads/2016/11/person-1.png") no-repeat right top;
}
.subject-input {
    background: #ffffff url("/wp-content/uploads/2016/05/message.png") no-repeat right top;
}
.org-input {
    background: #ffffff url("/wp-content/uploads/2016/05/org.png") no-repeat right top;
}
.email-input {
    /*  CHANGED AUGUST 12th 2016
  background: #ffffff url("/wp-content/uploads/2016/05/mail.png") no-repeat right top;
    */
    background: #ffffff url("/wp-content/uploads/2016/08/email-icon_new.png") no-repeat right top;
}
.soc-input {
    /* CHANGED AUGUST 12th 2016
  background: #ffffff url("/wp-content/uploads/2016/05/facebook.png") no-repeat right top;
    */
    background: #ffffff url("/wp-content/uploads/2016/08/social-media.png") no-repeat right top;
}
.name-input, .subject-input, .org-input, .email-input, .soc-input{

    background-position: right 5px;
    background-size: 24px 20px;
}

/* -------- PLACE HOLDER CSS -------- */
input:-moz-placeholder, textarea:-moz-placeholder{
    color:#5e5b5b !important;
    opacity: 1 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#5e5b5b !important;
    opacity: 1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color:#5e5b5b !important;
    opacity: 1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#5e5b5b !important;
    opacity: 1 !important;
}



#postexcerpt {
    display:none !important;
}
.su-post-excerpt {
    display: none;
}

@font-face {
    font-family: 'Phosphate Pro Inline r';
    src: url('/wp-content/themes/x-child/fonts/phosphate-inline-webfont.woff2') format('woff2'),
    url('/wp-content/themes/x-child/fonts/phosphate-inline-webfont.woff') format('woff'),
    url('/wp-content/themes/x-child/fonts/Phosphate-Inline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Phosphate Pro Solid';
    src: url('/wp-content/themes/x-child/fonts/phosphate-solid-webfont.woff2') format('woff2'),
    url('/wp-content/themes/x-child/fonts/phosphate-solid-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
ul.footer-links-list{
    list-style: none !important;
    background: none;
}
.footer-link-header a{
    color:#FFFFFF;
    background: none !important;
}
.footer-link-header a:hover{
    color:#FFFFFF !important;
    font-weight:600;
}
.footer-links-list a{
    transition: ease 0.3s all;
}
.footer-links-list a:hover{
    color: rgb(210,96,94);
    cursor: pointer;
}
.footer-links-list li{
    background:none !important;
    font-family:"Roboto";
    font-size: 15px;
    line-height: 20px !important;
}
.footer-link a{
    color:#9c9a9b
}
.footer-social{
    display:inline-block !important;
    list-style-type: none;
}
.mail-env-icon{
    font-size: 20px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    display: inline-block;
    color:#ffffff;

}

.contact-us-form{
    vertical-align: middle;
    line-height: 40px;
    padding-left: 10px;
    color: #ffffff;

}

.icon-circle{
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    vertical-align: middle;
}
/*.name-input {
background: #ffffff url("/wp-content/uploads/2016/05/person.png") no-repeat right top;
}*/

.mobile .current-menu-ancestor .sub-menu {
    position: relative !important;
    display: block;
}
.x-navbar .mobile .x-nav, .mobile .sub-menu {
    background-color: #ccc !important;
}
.mobile .sub-menu li {
    display: block;
    background-color: rgb(210,96,94);
    text-align:center;
}
.mobile li.menu-item {

}
.current-menu-parent ul.sub-menu {
    z-index: 1;
}
.mobile .x-nav li.x-active{
    background-color: #CCC !important;
    border: 0px;
}
.x-nav .mobile li.x-active a{
    background-color: #D2605E !important;
    border: 0px;
}


.title-description{
    padding-top: 20px;
    display: block;
}
.x-colophon .bottom{
    display:none;
}
/*.margin-lr {
  margin-right: 160px;
  margin-left: 160px;
}*/
.x-breadcrumbs-wrap {
    padding-top: 0;
    padding-left: 20px;
    width: 100% !important;
}
.topright-buttons{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.topright-buttons a{
    color: #ffffff;
    border-color: hsla(6,100%,34%,0);
    background-color: rgb(60,136,198);
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    padding: 5px 25px;
    transition: 0.3s ease;
}
.topright-buttons a:hover{
    color: #ffffff;
    border-color: hsla(6,100%,19%,0);
    background-color: hsl(207,53%,44%);
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);}
.topright-buttons li{
    list-style:none;
    display: inline;
}
.topright-buttons ul{
    list-style-type: none;
}

@media (min-width:320px) {.topright-buttons{ display:none;/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }}
@media (min-width:480px) {.topright-buttons{  display:none;/* smartphones, Android phones, landscape iPhone */ }}
@media (min-width:600px) {.topright-buttons{  display:none/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }}
@media (min-width:801px) { .topright-buttons{  display: block;/* tablet, landscape iPad, lo-res laptops ands desktops */ }}
@media (min-width: 1025px) {.topright-buttons{  display: block; /* big landscape tablets, laptops, and desktops */ }}
@media (min-width: 1281px) {.topright-buttons{  display: block; /* hi-res laptops and desktops */ }}

#home_form br{
    line-height:60px;
}
.hover_info {
    background-color: rgba(210, 96, 94, 0.6)!important;
}
.hover_info h4, .hover_info p {
    color: #FFFFFF !important;
    font-family: "Roboto";
}
.hover_info p span, .hover_info h4 span {
    font-family: "Roboto";
}
.full-stars, .empty-stars{
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.tool-featured img{
    max-height: 196px;
}
.tag-box{
    margin-bottom: 10px;
}
.workshop-type-description{
    width: 100%;
}

/*---------- HEADER SUB TITLE LINE REMOVED ------------
#post-1419 .margin-lr{
  position: relative;
  z-index: 1;
}
#post-1419 .margin-lr: before {
  border-top: 10px solid #ea0bf9;
  content:"";
  margin: 0 auto;
  position: absolute;
  top: 30%; left: 0; right: 0; bottom: 0;
  z-index: -1;
  width: 100%;
}
#post-1419 .margin-lr span{
  background-color:#eeeeee;
  padding: 0 10px;
}
*/
#menu-main_menu li span, nav li span{
    border-bottom: #D2605E 8px solid;
}
#menu-main_menu .sub-menu li span, nav .sub-menu li span{
    border-bottom: #D2605E 0px solid;
}
.x-menu-item-search a span{
    border-bottom: none !important;
}
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span{
    box-shadow:none;
}
.x-navbar .desktop .sub-menu li: before, .x-navbar .desktop .sub-menu li: after{
    background-color: #d7706e !important;
}

/* -------- TOOLS LANDING PAGE ----------- */
.tools-description{
    font-size: 18px;
    font-weight: 100;
}

.liniagruix {
    border-top: 3px solid #d2605e !important;
}

.with-container {
    background-color: #fff;
    border: 0 none;
    padding: 0;
}

.x-flexslider .x-slides .x-slide .alignnone {
    margin: 0 !important;
}
h2, h3, h4, h5, h6 {
    font-family: "Roboto",serif !important;
}

h6 {
    font-size: 14px !important;
}

/*.margin-lr {
  width:80%;
margin: auto;
    /*margin-left: 205px !important;
    margin-right: 205px !important;;
*/}


/*.blog-info p {
    font-size: 14px !important;
}*/

.review-headings{
    font-family: "Roboto",serif !important;
}

h2.blog-title{
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.wp-caption > .wp-caption-text, .wp-caption > .wp-caption-text:last-child, .gallery-item > .wp-caption-text, .gallery-item > .wp-caption-text:last-child {
    text-transform: none !important;
    font-size: 14px !important;
}

.x-hr {
     /*width:70% !important; */
    margin: 0 auto;line-height:3px !important;
    padding: 0;border-top-color: #d2605e !important;
    border-top-width: 3px !important;
}

.rss-col-head{
    padding-bottom: 15px !important;
}

.tool-cornerstone blockquote.x-blockquote {
    color: rgb(210, 96, 94) !important;
    font-size: 24px !important;
}
.test-label{
    display: block;
    padding-bottom: 15px;
}

@media (min-width:320px) {.testimonial-form{ position: relative; padding-bottom: 160px;/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }}
@media (min-width:480px) {.testimonial-form{ position: relative; padding-bottom: 160px;/* smartphones, Android phones, landscape iPhone */ }}
@media (min-width:600px) {.testimonial-form{  position: relative; padding-bottom: 160px;/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }}
@media (min-width:801px) { .testimonial-form{  position: relative; padding-bottom: 0;/* tablet, landscape iPad, lo-res laptops ands desktops */ }}
@media (min-width: 1025px) {.testimonial-form{   position: relative; padding-bottom: 0;/* big landscape tablets, laptops, and desktops */ }}
@media (min-width: 1281px) {.testimonial-form{   position: relative; padding-bottom: 0;/* hi-res laptops and desktops */ }}

@media (min-width:320px) {.send-st{ position: absolute; bottom: 10px;/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }}
@media (min-width:480px) {.send-st{ position: absolute; bottom: 10px;/* smartphones, Android phones, landscape iPhone */ }}
@media (min-width:600px) {.send-st{  position: absolute; bottom: 10px;/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }}
@media (min-width:801px) { .send-st{  position: relative;/* tablet, landscape iPad, lo-res laptops ands desktops */ }}
@media (min-width: 1025px) {.send-st{   position: relative; /* big landscape tablets, laptops, and desktops */ }}
@media (min-width: 1281px) {.send-st{   position: relative; /* hi-res laptops and desktops */ }}

@media (min-width:320px) {.print-this span{ padding-left: 20px;/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }}
@media (min-width:480px) {.print-this span{ padding-left: 20px;/* smartphones, Android phones, landscape iPhone */ }}
@media (min-width:600px) {.print-this span{  padding-left: 20px;/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }}
@media (min-width:801px) { .print-this span{  padding-left: 5px;/* tablet, landscape iPad, lo-res laptops ands desktops */ }}
@media (min-width: 1025px) {.print-this span{   padding-left: 5px; /* big landscape tablets, laptops, and desktops */ }}
@media (min-width: 1281px) {.print-this span{   padding-left: 5px; /* hi-res laptops and desktops */ }}

/* --------   HEADER MARGINS -----------*/
@media (min-width:320px) {.margin-lr span{ width:80%;margin: auto;/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }}
@media (min-width:480px) {.margin-lr span{ width:80%;margin: auto;/* smartphones, Android phones, landscape iPhone */ }}
@media (min-width:600px) {.margin-lr span{  width:80%;margin: auto;/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }}
@media (min-width:801px) { .margin-lr span{  width:70%;margin: auto;/* tablet, landscape iPad, lo-res laptops ands desktops */ }}
@media (min-width: 1025px) {.margin-lr span{   width:70%;margin: auto; /* big landscape tablets, laptops, and desktops */ }}
@media (min-width: 1281px) {.margin-lr span{   width:70%;margin: auto; /* hi-res laptops and desktops */ }}
@media (max-width:600px) {
  h1 {font-size: 2em;
      line-height: 45px !important;
      }
}

.mini-description, .blog-info p{
    color: #715f5f;
    text-decoration:none;
    font-family: "Roboto";
    line-height: 18px;
    font-size: 16px;
}
.cs-description, .news-description, .blog-info p{
    text-align:center;
}
.blog-info p{



    padding-top: 10px;
    margin: 0 20px;
}
.x-breadcrumbs-wrap{
    text-align:left !important;
}

body, p{
    color: #786767;
    line-height: 20px;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
}
blockquote{
    border:none !important;
}
.tool-img-div{
    height: 197px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body a {
    color: #d2605e;

//text-decoration: underline;
    transition: ease 0.3s all;
}
body a:hover {
    color: #d2605e;
    cursor:pointer
}
.x-breadcrumbs a,.back-to a,.title a, .menu-item a,.no-underline, .choose-link, .phase-filter, .cs-link, .x-navbar a, .premium-kit-box a,h2.blog-title, h2.blog-title a, a h2.blog-title, .x-colophon a, .down-feat a, a.x-btn, a.phases-filter,.x-nav-tabs-item a{
    text-decoration:none;
}
li {
    line-height: 18px;
}
.margin-lr span{
    color: #000;
    font-size: 24px;
}

.x-colophon.top {
    padding: 5% 0 0 !important;
}

.x-colophon.top {
    padding: 5% 0 0 !important;
}

.x-colophon.bottom {
    padding: 0 0 50px 0 !important;
}

a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus{
    outline:none!important;
}
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
    outline: none;
    outline: 5px auto transparent;
    outline-offset: 0px;
}
.cs-tag-item a{
  margin: 2px 1px!important;
}

.x-colophon.bottom .europeana {

}

.x-colophon.bottom .eu {

}

.entry-footer {
    width: 88%;
    max-width: 1500px;
    margin: 0 auto;
}


/* Bootstrap compatibility components */
.fade.in {
    opacity: 1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success p {
    color: #3c763d;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger p,
.alert-error p {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info p {
  color: #3a87ad;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/* a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
} */


/* TOOLS VIEW CSS */

#arrow-info {
    height: 50px;
    margin-left: -55px;
    text-align: center;
}
.corner {
    /* width: 220px; */
    width: 200px;
    background-color: #D2605E;
    background-color: var(--arrow-bg-color); /* Set inline in the view */
    margin: 10px;
    position: relative;
    text-transform: uppercase;
}
.corner::after, .corner::before {
    content: "";
    position: absolute;
    left: 100%;
    width: 30px;
    height: 50%;
}
.corner::before {
    top: 0px;
    background: linear-gradient(to top right, #D2605E 50%, transparent 51%);
    background: linear-gradient(to top right, var(--arrow-bg-color) 50%, transparent 51%);
}
.corner::after {
    bottom: 0px;
    background: linear-gradient(to bottom right, #D2605E 50%, transparent 51%);
    background: linear-gradient(to bottom right, var(--arrow-bg-color) 50%, transparent 51%);
}
.tool-icon {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    padding: 0;
    color: #999999;
}
#arrow-row {
    margin-bottom: 5px;
    position: relative;
}
#arrow-row::after {
    content: '';
    display: block;
    clear: both;
}

/* #arrow-row > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
 */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.info-icon{
    padding-right:10px;
}
.arrow-text{
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}
.arrow-date{
    color:#D8D8D8;
    font-size:80%;
}
img.phase-icon{
    vertical-align: middle;
}

.phase, .single-tool .tool_info > div.phase {
    white-space: nowrap;
    position: relative;
}
.phase >i {
    /* margin-right: 4px; */
    vertical-align: bottom;
}
.phase small {
    position: absolute;
    left: 45px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-top: -5px;
    font-weight: normal;
}

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

.full-stars{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
  text-shadow: 0px 1px 0 #a2a2a2;
}

.empty-stars i,
.full-stars i{
  padding: 0 2px;
  font-size: 24px;
}

.empty-stars::before {
  -webkit-text-stroke: 1px #848484;
}

.full-stars::before {
  -webkit-text-stroke: 1px orange;
}

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
  .full-stars{
    color: #e7711b;
    text-shadow: 0px 1px 0 #a2a2a2;
  }
}

img.review-img{
    vertical-align: middle;
}
/* ------ORIGINAL TAG CSS [CHANGED AUGUST 9th 2016] ------------
.tags a{
    font-family: Helvetica, Arial, sans-serif;
    background: #ff9900;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 10px 5px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 30px 0 0;
    text-decoration: none;
  transition: color 0.0s ease,background-color 0.0s ease,border-color 0.0s ease,box-shadow 0.0s ease,opacity 0.0s ease;
  -webkit-transition: color 0.0s ease,background-color 0.0s ease,border-color 0.0s ease,box-shadow 0.0s ease,opacity 0.0s ease;
}

.tags a:hover {
    background-color: #ffcc66;
}

.tags a::before {
    background: #fff;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px 0 0;
}

.tags a::after {
    display: inline-block;
    border: 19px solid;
    border-color: transparent transparent transparent #ff9900;
    height: 0;
    width: 0;
    position: absolute;
    right: -38px;
    top: 0;
    content: "";
    display: inline-block;
}
 */
.tags a{
    font-family: Helvetica, Arial, sans-serif;
    background: #ff9900;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 2px 5px 2px 5px;
  /*
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  */
  border-radius:4px;
    margin: 0 15px 0 0;
    text-decoration: none;
  transition: color 0.0s ease,background-color 0.0s ease,border-color 0.0s ease,box-shadow 0.0s ease,opacity 0.0s ease;
  -webkit-transition: color 0.0s ease,background-color 0.0s ease,border-color 0.0s ease,box-shadow 0.0s ease,opacity 0.0s ease;
  font-size:10px;
}

.tags a:hover {
    background-color: #ffcc66;
}
/* no more points...
.tags a::before {
    background: #fff;
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px 0 0;
}
*/
 /* --------- TAGS ARROW REMOVED AUGUST 30th 2016
.tags a::after {
    display: inline-block;
    border: 12px solid;
    border-color: transparent transparent transparent #ff9900;
    height: 0;
    width: 0;
    position: absolute;
    right: -22px;
    top: 0;
    content: "";
    display: inline-block;
}
*/
/* END NEW CSS---------------------------------------*/

.tags a:hover::after{
    border-color: transparent transparent transparent #ffcc66;
}

.tag-img-text {
padding-right: 0 20px 20px 0
}

.tag-close{
    padding: 10px 0 0 0;
    display: block;
    float: right;
}
.digital-desktop-img {
    position:relative;
    padding-top: 50px;
    float:right;
}

.desktop-text {
    left: 0;
    position:absolute;
    text-align:center;
    bottom: 53px;
    width: 100%
}

.large-pdf-img {
    position:relative;
    padding-top: 30px;
    padding-right:10px;
    float:right;
}

.pdf-text {
    position: absolute;
    text-align: right;
    bottom: 0px;
    width: 100%;
    padding-right: 15px;
}

.small-pdf-img {
    position:relative;
    padding-top: 54px;
    padding-right:10px;
    float:right;
}
.tiny-pdf-img {
    position:relative;
    padding-top: 64px;
    padding-right:10px;
    float:right;
}

.pdf-small-text {
    position: absolute;
    text-align: right;
    bottom: 0px;
    width: 100%;
    padding-right: 18px;
}

.float-buddy-l{
float:left;
  clear:left;
}
.download-icons{
float:right;
}

ul.no-list {
list-style-type: none;
padding: 0;
margin: 0;
}
span.download-it{
font-size:28px !important;
}
span.num-o-download{
font-size:20px;
}
.entry-footer{
display:none !important;
}
#x-section{
margin-bottom:0px;
}
.x-container{
margin-bottom:0px !important;
}

.tool-cornerstone blockquote.x-blockquote{
color:#666666;
  font-size:20px;
  border: 0px;
      padding: 5px;
    margin-top: 0px;
}

.tool-cornerstone hr.x-hr{
      border-top: 3px solid #D2605E;
}

.tool-cornerstone .x-section{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tool-cornerstone h3{
    font-weight: 600;
    font-size: 188%;
}
.additional-info{
   BACKGROUND: #D2605E;
    padding: 10px;
    margin-top: -2px;
    height: 100px;
}
.inner-info{
background-color: #ffffff;
    height: 100%;
}
.v-footer{
font-size: 12px;
    /* position: absolute; */
    /* bottom: 0; */
    width: 200px;
    text-align: center;
    margin: 0 auto;
    vertical-align: bottom;
    /* line-height: 100px; */
    display: table-cell;
    vertical-align: bottom;
    height: 80px;
  color:grey;
    opacity: 0.3;
    float: right;
}
.info-data{
    color: #000000;
    font-size: 14px;
    overflow-y: scroll;
    /* overflow-x: scroll; */
    background: transparent !important;
    height: 60px;
    line-height: 14px;

}
#version-toggle img:hover{
    /* border: 5px solid; */
    border-radius: 37px;
    height: 37px;
    /* width: 35px; */
    display: block;
    /* float: right; */
    background: white;
    box-shadow: 0 0 10px white;
}
.x-landmark-breadcrumbs-wrap{
  display:none  !important;;
  height: 0 !important;
}

.sales-area span{
  font-family:"Roboto";
}

/* ------ MOBILE CSS -------- */

@media screen and (max-width: 782px){
    #arrow-info{ margin-left: 0 ; }
    .tool-icon {
        right: auto;
        left: 5px;
        top: 20px;
        margin: 0;
        padding: 0;
        color: #999999;
    }

}
/*
@media (min-width:320px) {#arrow-info{ margin-left: 0 ; }}
@media (min-width:480px) {#arrow-info{  margin-left: 0 ;}}
@media (min-width:600px) {#arrow-info{  margin-left: 0 ;}}
@media (min-width:801px) { #arrow-info{  margin-left: -55px;}}
@media (min-width:1025px) {#arrow-info{  margin-left: -55px; }}
@media (min-width:1281px) {#arrow-info{  margin-left: -55px;  }}
*/

span.download-it, span.num-o-download {
  white-space: nowrap;
}

.dl-cont{
      float: left;
    position: absolute !important;
}
.dl-cont li{
      line-height: 20px;
}
.tool_section_2 .column_1 {
  margin-right: 0;
}
.tool_section_2 .sales-area {
    border-right: 3px solid #D2605E;
  margin-right: 2%;
  /*border-left: 3px solid #D2605E;
    width: 30%;
    padding-left: 2em;*/
}
.tool_section_2 .sales-area a{
    color: grey;
    text-decoration: underline;
}
.center-img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.dl-block {
    border-right: 3px solid #D2605E;
    /* width: 30%; */
    padding-right: 20px;
  margin-right:2%;
}
.x-block-grid>li {
  float:right !important;
  margin: 0 auto;
}
#premium-section .js-wpv-view-layout{
  background-color:#eeeeee !important;
}
.no-display{
  display:none;
}