/*
Theme Name: BJH
Theme URI: http://www.benjaminharvey.com
Description: Custom made theme for benjaminharvey.com
Author: Neerav Dobaria
Author URI: http://www.techna2.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.navbar-style-one .dropdown-menu > li > a > span.link-inner {
    padding: 0.5em 5px;
}

.wpb_wrapper > :first-child, .entry > :first-child{
    margin-top:0;
}


.vcex-icon-box-one{
    padding-left:60px;
}

.vcex-blog-entry{
    margin-bottom: 30px!important;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #eee!important;
}

.freeaudio form{
	display: flex;
	align-items: center;
}
.freeaudio input[type="text"], .freeaudio button[type="submit"]{
    margin: 10px;
    width: 100%;
    border-radius: 3px;
}
.freeaudio button[type="submit"]{
    line-height:22px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.blogcategoriesmenu{
    padding: 20px 0;
}
.blogcategoriesmenu .widgettitle{
    margin: 0;
}
.blogcategoriesmenu .widget_categories li:first-child{
    padding-left: 0;
    border: none;
}
.blogcategoriesmenu .widget_categories li{
    width: auto;
    padding: 0 10px;
    margin: 5px 0;
    float: left;
    border: none;
    border-left: 1px solid #999;
    line-height: 1em;
}
.blogcategoriesmenu .widget_categories li a:before{
    content: none;
}

.vcex-icon-box-icon .fa, .gradient-text{
	background: linear-gradient(to right, #e54db1  , #395dee);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-background{
	background: linear-gradient(to right, #e54db1  , #395dee);
}

.popmake-title{
	margin-bottom: 20px;
	text-align: center;
	font-family: "Roboto Slab";
	font-weight: 700;
}


.device-wrapper {
  max-width: 720px;
  width: 100%;
  margin: 0 auto; 
border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5)  ; 
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5)  ; 
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5)  ; }

.device {
  position: relative;
  background-size: cover; }
  .device .screen {
    position: absolute;
    background-size: cover;}
  .device .button {
    position: absolute;
    cursor: pointer; }

.device[data-device="iMac"][data-orientation="portrait"][data-color="black"] {
  padding-bottom: 59%;
  background-image: url(./images/portrait_black.png); }
  .device[data-device="iMac"][data-orientation="portrait"][data-color="black"] .screen {
    top: 6.25%;
left: 4.275%;
width: 91.875%;
height: 87.575%; }
  .device[data-device="iMac"][data-orientation="portrait"][data-color="black"] .button {
    display: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%; }

.inviteform{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	align-items: center;
}

.inviteform .label{
	flex: 0 0 110px;
	text-align: right;
	padding-right: 10px;
}

.inviteform .field{
	flex: 0 0 250px;
}

.inviteform .field input{
	width: 95%;
	border-radius: 5px;
}

.inviteform .field #messagediv{
    color: #777;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1em;
    transition: .15s linear border;
    width: 488px;
    border: 1px solid #eee;
    background: #f7f7f7;
    line-height: 1.65;
    border-radius: 5px;
}
.inviteform .field #messagediv p{
    color: #777;
    font-size: 1em;
    line-height: 1.65;
}
#invitefriends .submit{
    background: #0B8008;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    padding: 24px 50px;
}
#invitefriends .submit:hover{
    background: #099B04;
}

#vsel .vsel-content{
	display: flex;
	margin:0 0 20px;
	padding:0 0 20px;
}
#vsel .vsel-meta{
	flex: 0 0 60%;
}
#vsel .vsel-meta-title{
	font-weight:700;
}
#vsel .vsel-image-info{
	flex: 0 0 36%;
}
#vsel .vsel-image{
	width: 100%;
	max-width: 100%;
}
#vsel .pum-trigger{
	background: #0B8008;
    color: #FFF;
	text-decoration: none;
    line-height: 1em;
    font-weight: 700;
    padding: 10px 20px;
	display: inline-block;
}
#vsel .pum-trigger:hover{
    background: #099B04;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#site-navigation-wrap{
        right: 15px;
        display:auto;
        position: absolute;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.freeaudio form{
		flex-wrap: wrap;
	}
	#site-navigation-wrap{
        display:block;
        position: relative;
        right: 0;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#vsel .vsel-content{
		flex-direction: column-reverse;	
	}
.inviteform .label{
	flex: 0 0 100%;
	text-align: left;
	padding-right: 10px;
}

.inviteform .field{
	flex: 1 0 50%;
}

.inviteform .field #messagediv{
    width: 96%;
}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}